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