ICON/BMP

Started by Marc Van Cauwenberghe, February 14, 2005, 04:59:59 PM

Previous topic - Next topic

Marc Van Cauwenberghe

Hello Paul,

regarding a item in the powerbasic forum.  I had the same problem more than once.  It would be nice if the program detected the format itself and would change the internal setting itself to the right format.

http://www.powerbasic.com/support/forums/Forum8/HTML/003047.html

thanks.

TechSupport

:)  This is the way it used to be but I changed it because some users wanted the control of setting it themselves, especially when you do not specifiy a ile at design time.

Marc Van Cauwenberghe

A faire answer I would say.  :wink:

Roger Garstang

Yes, the new options make it a lot easier to set things how you want.  Only thing missing is specifying the size of the image now which hopefully will be added soon.  I have a weird issue with it not showing some icons in picture controls too, but they compile correct.

TechSupport

Okay, I will add the ability to specify icon size and I will build in a warning if you specify an .ICO extension filename but a bitmap is chosen (and vice versa).

That should be easy enough to do.

TechSupport

Quote from: TechSupportOkay, I will add the ability to specify icon size and I will build in a warning if you specify an .ICO extension filename but a bitmap is chosen (and vice versa).

That should be easy enough to do.

This has now been implemented.