IonicWind Software

IWBasic => GUI Central => Topic started by: tbohon on January 26, 2007, 08:59:46 AM

Title: Style Flags
Post by: tbohon on January 26, 2007, 08:59:46 AM
In the line

CONTROL w,@BUTTON,"Print",27,301,80,22,0x50000000,5

the documentation says that the 0x50000000 value represents the 'style flags'.  However, I don't know what the options are or how to build/modify them.

Comments appreciated.

Tnx.

Tom
Title: Re: Style Flags
Post by: Rock Ridge Farm (Larry) on January 26, 2007, 09:13:34 AM
If you look in the install directory you will find .inc files in bin and in include.
The flags are defined here.
Title: Re: Style Flags
Post by: tbohon on January 26, 2007, 09:46:25 AM
Wait a minute, I'm supposed to look in the code?  Geesh!!!!!   ;D

Of course I knew that - it's the medication after the oral surgery causing the memory lapse ... yeah, that's it ...  ;)

Tnx - I'll go away now ...

Tom
Title: Re: Style Flags
Post by: Rock Ridge Farm (Larry) on January 26, 2007, 12:35:53 PM
Bruce Peaslee wrote an application to decode the flags. It is also on this board somewhere.
It is written in aurora. Sorry I do not remember the name of the app -- Bruce can you help here?
Title: Re: Style Flags
Post by: Bruce Peaslee on January 26, 2007, 02:21:54 PM
"Constant Decoder", part of the Aurora Programmers Toolkit, available at my web site for a very reasonable fee  ;) .

In the interest of cross-language relations (and free publicity) I would be willing to post the EXE here. Give me a minute to put it together.

Edit:  zip file added