Non PB gadget flags supported in Visual Designer?

Share your advanced PureBasic knowledge/code with the community.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Non PB gadget flags supported in Visual Designer?

Post 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.
Manne
User
User
Posts: 30
Joined: Mon Apr 28, 2003 8:49 pm

Post 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
Fred
Administrator
Administrator
Posts: 18234
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post 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.
Manne
User
User
Posts: 30
Joined: Mon Apr 28, 2003 8:49 pm

Post by Manne »

Thanks Fred.
I've downloaded v3.70a but there is this file also missing. :cry:

Manne
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post 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
Cor
Enthusiast
Enthusiast
Posts: 124
Joined: Fri Apr 25, 2003 7:52 pm
Location: Netherlands
Contact:

Post 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
Cor de Visser

Registered PureBasic user

Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
Manne
User
User
Posts: 30
Joined: Mon Apr 28, 2003 8:49 pm

Post by Manne »

THX :wink:

Manne
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Hi everyone, just add this to the file to enable flat buttons:

Code: Select all

Button,   32768 , Flat Button      , #BS_FLAT
Henrik
Enthusiast
Enthusiast
Posts: 404
Joined: Sat Apr 26, 2003 5:08 pm
Location: Denmark

Post 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.
Post Reply