Shoutbox

[REQUEST] Input Box - 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: [REQUEST] Input Box (/showthread.php?tid=94037)

[REQUEST] Input Box by tuelskad on 03-07-2010 at 11:47 AM

How to do inputboxes?


RE: [REQUEST] Input Box by Felu on 03-07-2010 at 12:50 PM

Can you be more specific?


RE: [REQUEST] Input Box by tuelskad on 03-07-2010 at 04:53 PM

A box appears, with a textbox, ok and cancel,
when you click ok it returns the value of textbox.


RE: [REQUEST] Input Box by Chrissy on 03-07-2010 at 05:05 PM

Like this:

[Image: figure1.jpg]

Or this:

[Image: imagemediaax1.gif]

????


RE: [REQUEST] Input Box by vaccination on 03-07-2010 at 05:15 PM

quote:
Originally posted by krissy-afc
Like this:

[Image: figure1.jpg]

Or this:

[Image: imagemediaax1.gif]

????
Neither, since neither contains a text box. -.-
RE: [REQUEST] Input Box by matty on 03-07-2010 at 05:33 PM

[Image: InputBox.jpg]

That?


RE: [REQUEST] Input Box by tuelskad on 03-08-2010 at 04:01 PM

Yes.


RE: [REQUEST] Input Box by matty on 03-08-2010 at 05:51 PM

quote:
Originally posted by tuelskad
Yes.
It isn't possible in JScript/Javascript. There isn't an equivalent function. This is a VBScript/Visual Basic function.

Spunky is correct. Although as he stated those will not work in Plus! scripting.
RE: [REQUEST] Input Box by Spunky on 03-08-2010 at 06:58 PM

quote:
Originally posted by matty
quote:
Originally posted by tuelskad
Yes.
It isn't possible in JScript/Javascript. There isn't an equivalent function. This is a VBScript/Visual Basic function.

Javascript:
prompt("What is your name?", "Please enter your name...");

Or in address box:
javascript:prompt("What is your name?", "Please enter your name...");

Although it has no equivalent in MsgPlus, is there not a Windows API like there is for MsgBox?
RE: [REQUEST] Input Box by foaly on 03-09-2010 at 01:56 PM

you could of course make a plus window...

I thought there was someone that already created it...
but I guess I was confussed with the TaskDialog class