Page 1 of 1

Non PB gadget flags supported in Visual Designer?

Posted: Sun Jun 08, 2003 3:37 pm
by Berikco
From version 3.70 the Visual Designer has an option to use unsupported gadget flags. (Windows constants)
just take a look at the "Visual Designer Constants.prefs" file in the PureBasic directory.

Posted: Sun Jun 08, 2003 8:00 pm
by Manne
just take a look at the "Visual Designer Constants.prefs" file in the PureBasic directory.
Hm..., there is no such file in my PB-Directory. :?:

Manne

Posted: Sun Jun 08, 2003 9:50 pm
by Fred
True, I haven't put this file in the update, as it would replace the exsistent file (old config) when updating which is not a good solution. Just get the new VD 3.70a to have this file.

Posted: Sun Jun 08, 2003 10:12 pm
by Manne
Thanks Fred.
I've downloaded v3.70a but there is this file also missing. :cry:

Manne

Posted: Sun Jun 08, 2003 10:26 pm
by Berikco
I wil put it in the 3.70a update package ;)
in 2 minutes its there....

http://users.pandora.be/berikco/download/vd.zip

Posted: Sun Jun 08, 2003 10:34 pm
by Cor
Thanks Berikco,

I like it very much.

This was my last reply.

I'm now going to Plopsaland for a couple of days. :D

Posted: Sun Jun 08, 2003 10:36 pm
by Manne
THX :wink:

Manne

Posted: Sun Jun 15, 2003 3:22 pm
by Num3
Hi everyone, just add this to the file to enable flat buttons:

Code: Select all

Button,   32768 , Flat Button      , #BS_FLAT

Posted: Sun Jun 15, 2003 3:48 pm
by Henrik
Num3 wrote:Hi everyone, just add this to the file to enable flat buttons:

Code: Select all

Button,   32768 , Flat Button      , #BS_FLAT
... :D

Henrik.