Page 3 of 3
Posted: Thu May 12, 2005 2:15 pm
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.
Posted: Thu May 12, 2005 3:31 pm
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...

thanks ... :)
Posted: Fri May 13, 2005 11:34 pm
by Kaisen2100
thanks for your answer bericko ...

... great job ... continue doing it that way
