Shoutbox

[Release] MsgBox Helper (Version 1.0) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Release] MsgBox Helper (Version 1.0) (/showthread.php?tid=69382)

[Release] MsgBox Helper (Version 1.0) by Spunky on 12-11-2006 at 07:50 PM

This is a tribute to my very first VB 6.0 program that did the same thing

This is a simple script to allow script developers to easily create MsgBox/Alerts in their scripts and provides a method for dealing with the returned value.

I *think* I've managed to include all combinations of Icon and Buttons as well as an optional "Help" button. I'm going to do some work trying to get the different Modal settings to work (not sure if they work with scripts though ^o)).

There are numerous constants included in the script that are related to features I want to add (such as RightToLeft text and so on).

I've *after pulling my hair out* managed to get \n to act normally (it was just printing into the msgbox as "\n" instead of a new line).

I want to do some work on the interface, but if it's just for developers, it may not really need it.

[Image: msgboxhelp.png]

Any suggestions or improvements would be appreciated and if anybody finds a bug, you know what to do :p

EDIT: No bugs found so far so I'm releasing it :p


RE: [Pre-Release] MsgBox Helper (Version 0.1) by MicroWay on 12-11-2006 at 07:56 PM

Inetresting picture script :$
Nice work...
(Y)


RE: [Pre-Release] MsgBox Helper (Version 0.1) by Mike on 12-11-2006 at 07:58 PM

Judging from the screenshot, it seems that you are including all the possible cases regardless what type of MsgBox the user has used.
This makes the code look a bit more dirty, and (without being sure) a little bit more slower.

You should just include the cases for the MsgBox the user has used.


Nice wallpaper btw :P


RE: [Release] MsgBox Helper (Version 1.0) by Spunky on 12-12-2006 at 12:48 AM

Didn't think my wallpaper was even that visible lmao.

It does include it for all cases, but thats just to make it easier on me (plus the switch statement can be put into a function an reused with different sets of buttons etc) :p The unwanted ones can be easily removed though