PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc Van Cauwenberghe on February 14, 2005, 04:59:59 PM

Title: ICON/BMP
Post by: Marc Van Cauwenberghe on February 14, 2005, 04:59:59 PM
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.
Title: ICON/BMP
Post by: TechSupport on February 14, 2005, 05:08:52 PM
:)  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.
Title: ICON/BMP
Post by: Marc Van Cauwenberghe on February 14, 2005, 05:11:56 PM
A faire answer I would say.  :wink:
Title: ICON/BMP
Post by: Roger Garstang on February 15, 2005, 10:41:09 AM
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.
Title: ICON/BMP
Post by: TechSupport on February 15, 2005, 04:37:20 PM
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.
Title: ICON/BMP
Post by: TechSupport on February 15, 2005, 10:09:10 PM
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.