October 29, 2025, 01:28:08 AM

News:

IWBasic runs in Windows 11!


Update 04-15-2012

Started by LarryMc, April 15, 2012, 09:08:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Code in place for Tools/Messagebox Editor.Editor allows user to configured a messagebox easily.
The messagebox can be previewed.
'Saving' generates the proper code and copies it to the clipboard.
The user can then paste it in the proper place in their application.

The 1st image shows the MessageBox Editor dialog with information entered.
The 2nd shows the preview of tha information.
The 3rd shows a preview of a multiple button messagebox.
The 4th shows the code generated for the preceeding  multi button message.


Also went through entire program making sure that all buttons not requiring colors were defined as @SYSBUTTON so that the buttons were displayed properly.
Added 3 missing IF @notifycode=0blocks around radiobutton buttons in the PrintPreview message handler. Them missing would cause the PrintPreview code to crash the IDE when a manifest file was present.
Added the manifest file to the IDE's rc file so that no external manifest file is required.

Download has been updated.

http://www.ionicwind.com/forums/index.php?topic=4896.msg37499#msg37499


LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library