Difference between revisions of "Text Input With Pluggy"

21 bytes added ,  00:34, 1 June 2008
→‎See Also: Update links.
imported>Speedo
(Created)
 
imported>Wrye
(→‎See Also: Update links.)
 
(One intermediate revision by one other user not shown)
Line 132: Line 132:
     endif
     endif
   elseif (control == 0)
   elseif (control == 0)
     set name to CreateString
     set name to CreateString -1 0 1
     set prompt to CreateString -1 "Name:"
    StringLen name 0
     set clear to CreateString -1 "Clear All"
     set prompt to CreateString -1 "Name:" 1
     set done to CreateString -1 "Finish Input"
     set clear to CreateString -1 "Clear All" 1
     set done to CreateString -1 "Finish Input" 1
     StringMsgBox prompt clear done
     StringMsgBox prompt clear done
     set control to 1     
     set control to 1     
Line 143: Line 144:


==See Also==
==See Also==
*[[MessageBoxEx-based Text Input Box]] - an alternative that does not require [[:Category: Pluggy|Pluggy]].
*[[Text Input With OBSE]] - an alternative that does not require [[:Category: Pluggy|Pluggy]].
*[[Text Input With TSFC]] - an alternative which uses [[:Category: TSFC|TSFC]].
*[[Text Input With TSFC]] - an alternative which uses [[:Category: TSFC|TSFC]].


[[Category: Useful Code]]
[[Category: Useful Code]]
Anonymous user