| Reply | « Previous Thread | Next Thread » |
|
Hello,
I have an app (Roulette) that was running fine in Doja. Now I convert this code for Vodafone it gives some problem in thread at the time of spinning the wheel , . here is my code please tell me what i did wrong thanks a lot... public void spinrotation(Graphics g){ try{ while(aa<rotation){ g.drawImage(imascra[1],112,27,0); g.drawImage(img3,199,46,0); Thread.sleep(200); g.drawImage(imascra[3],183,70,0); Thread.sleep(200); g.drawImage(imascra[1],112,27,0); g.drawImage(imascra[2],112,27,0); g.drawImage(img3,135,45,0); Thread.sleep(200); g.drawImage(imascra[3],183,70,0); Thread.sleep(200); g.drawImage(imascra[2],112,27,0); g.drawImage(imascra[1],112,27,0); g.drawImage(img3,138,98,0); Thread.sleep(200); g.drawImage(imascra[3],183,70,0); Thread.sleep(200); g.drawImage(imascra[1],112,27,0); g.drawImage(imascra[2],112,27,0); g.drawImage(img3,199,46,0); Thread.sleep(200); g.drawImage(imascra[3],183,70,0); Thread.sleep(200); aa++; } // End of WHILE if(n1==0||n1==1||n1==3||n1==5|n1==7||n1==9||n1==12||n1==14||n1==16||n1==18||n1==19||n1==21|| n1==23||n1==25||n1==27||n1==30||n1==34||n1==36) { g.drawImage(img8,183,71,0); } }//END OF TRY BLOCK catch(Exception e){} for(i=1;i<181;i++) betselect[i]=false; winloss=false; moneyflag=false; begin=0; repaint(); } //END OF SPIN ROTATION |
|
Hi gayatri,
seeems an indian name , well before drwaing the bitmap in the draw specify the size of the rect and reagrds, mateen Maldar |
| mateen_maldar |
| View Public Profile |
| Find all posts by mateen_maldar |
|
Hi mateen Maldar,
Thanks for your replay. I cn't get your words pls explain it Thanks in advance Regards Gayathiri |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Link errors when trying to Display bitmap | Bkc82 | Symbian Media (Graphics & Sounds) | 1 | 2006-01-16 23:46 |
| Thread function not being called | kamalsinghania | General Symbian C++ | 5 | 2006-01-04 13:28 |
| Audio and Thread | TrungThanhMtad | Symbian Media (Graphics & Sounds) | 1 | 2005-10-17 04:12 |
| Thread | Kalderas | General Symbian C++ | 4 | 2003-08-14 16:02 |
| Can't start thread function | liuhoihing | General Symbian C++ | 0 | 2003-05-05 07:35 |