Comment #3 on issue 363 by t4769_a...@cogeco.ca: 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.



------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to