> > I am trying to display a group of bitmap push buttons. It works > > except the awful frame. Can somebody tell me how to remove the > > frame? > > it has never really been a request to do this *g* > > > Attribute NOFRAME seems to be ignored. > >
.... (Pilrc) .... > it should set everything as needed. have you tried looking at the binary > produced? it will be very easy to define an empty form with just one > control (using same numbers everywhere), only diff is the use of NOFRAME > and, see if the two form binaries differ in any way. > > if they do, then, the bit is being set :) and, maybe the OS doesn't > look at the attribute when drawing the control? I checked it on my curent app. There were 2 differences: one in prc header (seems to be a timestamp or something similar because it changes in every compilation) and another one deep in the code: C8 -> C9. This seems to indicate a change that might correspond to the FRAME bit. I would try 5.0 SDK but I am not sure if I can trust it. I slightly remember some warnings about it. I'll try to check it. P.S. I use CW compiler. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
