PureBasic Visual Designer 3.91 BETA 4 Released

Developed or developing a new product in PureBasic? Tell the world about it.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Shardik wrote:One minor bug:
If you have chosen a Gridsize of 3/6/9/12, have saved it and open again "File/Preferences.../" the first Gridsize entry always displays "30" although a correct Gridsize of "3" is used inside "New window (0)"
This is a bug in PB 3.81, this is fixed in later versions, so will be fixed in the NEW VD
Shardik wrote: A second feature which should be changed is that if you unselect the SizeGadget option of a window it isn't possible anymore to change the size of the window in design mode. The SizeGadget option should only influence the size function of the window during runtime.
No, if you design a window with a fixed size, you can't acidently change it's size.
Better is to set some "dangerous" Flags in your application startup code.
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Post by Shardik »

Shardik wrote:
A second feature which should be changed is that if you unselect the SizeGadget option of a window it isn't possible anymore to change the size of the window in design mode. The SizeGadget option should only influence the size function of the window during runtime.
Berikco wrote:
No, if you design a window with a fixed size, you can't acidently change it's size.
Better is to set some "dangerous" Flags in your application startup code.
I have already several times experienced just the opposite problem with windows that had to be fixed size: in order to enlarge the window for additional gadgets I reenabled the SizeGadget option but forgot to disable it before saving the project... ;-)
Kaisen2100
Enthusiast
Enthusiast
Posts: 121
Joined: Fri May 28, 2004 4:16 pm
Location: Madeira Island, Portugal
Contact:

thanks ... :)

Post by Kaisen2100 »

thanks for your answer bericko ... :) ... great job ... continue doing it that way

:wink:
PureBasic File Relocator [NEW VERSION 1.1] ==> http://pbfilerelocator.atspace.com/
Post Reply