View Single Post
Old 08-14-2007, 10:46 AM   #2
rock_win
Knows Where the Search Button Is
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: cingular
Posts: 33
Default

I have noticed something.. that my things are getting disappeared.

and its just simple fillRects
Code:
 subFrame01.add(new CustomRectField(0,20,240,20,0xFF00FF00));
    mainFrame.add(subFrame01);   
    subFrame02=new SubFrame(0,50,240,40);
subFrame02.add(new CustomRectField(0,0,240,20,0xFF0000FF));
    mainFrame.add(subFrame02);
currently the green rectangle , is not visible on screen, but as soon as i shift it to 0 ,it appears
Offline