[Gambas-user] Issue 363 in gambas: Command Button Transparency Found

gambas at ...2524... gambas at ...2524...
Sun Dec 9 04:54:54 CET 2012


Comment #3 on issue 363 by t4769_a... at ...2320...: Command Button  
Transparency Found
http://code.google.com/p/gambas/issues/detail?id=363

One more bit of information that MAY be important(?).

The project has 11 command buttons, 10 have icons attached through the  
Properties option of Picture. These are stock 32x32 icons. There are no  
problems with the display of these buttons.

The transparent command button gets it's icon from code. A different icon  
is chosen each day. Each icon has a number from 1 to 31 displayed on a  
pseudo calendar page.

The code looks like this:

   ' load a calendar icon for the day of the month for the today button
   btnToday.Picture = Picture.Load("img/cal-" & Format(Day(Now), "00")  
& ".png")

It does seem a coincidence that this happens from code and not a menu  
option.






More information about the User mailing list