Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 04/07/13 in all areas

  1. TJ you put that much more gently than I would have.
    1 point
  2. Set #input1 to $nothing, Set #input2 to $nothing. Add a button (labeled 'Continue') below your 2 inputs that links to a define called Check Input1. In that define, use: - - - - - - - if #input1 = $nothing Load html (<html><body> <center><h1>Oops!</h1></center> You must enter something in the box labeled 'Input 1'. <br><br> After entering data into the Input 1 Box, Click on the "Continue' button to proceed.<br><br> </body></html> Wait 2 seconds Check Input1 - - - - - - - - Below this define, create a similar define
    1 point
  3. Also, make sure the files ubot needs is close before trying to load it.
    1 point
  4. Update 1.2 -Added a grid window command http://content.screencast.com/users/aymen99/folders/Jing/media/ec539139-86a3-4465-afa6-c33278242026/2013-04-06_1906.png http://content.screencast.com/users/aymen99/folders/Jing/media/f8c5a49d-aa76-4cbd-ac65-aa38ce0d8951/2013-04-06_1908.png
    1 point
  5. Edit : Misread Lets say there are 2 ui text boxes, else if would be the way to go if it has to function differently. If you really want to be anal about things (such as alert the user if they didn't fill out a field) you can also include an else if with an alert/prompt/confirm.
    1 point
×
×
  • Create New...