win32maxgui 1.13 update

BlitzMax Forums/BlitzMax Programming/win32maxgui 1.13 update

skidracer(Posted 2006) [#1]
Windows MaxGUI users please syncmods for version 1.13 of the win32maxgui module.


Fixed Win32GuiDriver::requestFont initial font size problem
Fixed win32label confusing frame and sunken_frame styles
Fixed ComboBox GetText method
Added underline and strikethrough textformat flags
Fixed font and color formatting problems in win32textarea
Fixed keyboard shortcut hook problem in XP64



Still tidying things up in the main MaxGUI module so until it gets bumped textformat flags are as follows:
Const TEXTFORMAT_BOLD=1
Const TEXTFORMAT_ITALIC=2
Const TEXTFORMAT_UNDERLINE=4
Const TEXTFORMAT_STRIKETHROUGH=8



SebHoll(Posted 2006) [#2]
Skid: Is the ComboBox.GetText() method cross compatible? E.g. is it just for Windows or can it be used on Linux or Mac?

Thanks for fixing it

EDIT: In case anyone wants some code to quickly paste into Max, that demonstrates the ComboBox.GetText() Method then try this:



:P


skidracer(Posted 2006) [#3]
Will be testing the ComboBox and adding textstyle flag support on the other platforms in the next few days.


WendellM(Posted 2006) [#4]
I'm liking this current flurry of updates and fixes. Thanks, BRL!


Regular K(Posted 2006) [#5]
Thank you, we all appreciate your work :D

Are documents next? ;)


Grisu(Posted 2006) [#6]
Documents are for the weak... ;)