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:
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