Jump to content
UBot Underground

Search the Community

Showing results for tags 'dynamic'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hello guys. I was trying to set dynamic dropdown, first was from variable, and even from list and it doesn't work at all. This is a video how to do this. This is my ubot studio code. ui html panel("<!DOCTYPE html> <html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"> <link id=\"CSS_Link\" href=\"\" rel=\"stylesheet\" > <link href=\"http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\" rel=\"stylesheet\"> <link href=\"http://lazybots.com/bootstrap/icon
  2. Hello everybody is it possible to increment a variable (#compte0 #compte1 etc...) in a loop like this : set(#inc, 0, "Global") loop(4) { if($comparison("#compte{#inc}", "=", "true")) { then { alert("ok") } else { alert("dead") } } increment(#inc) } I have tried with the Free bulk reset plugin but I must miss something... This is making me crasy, if someone would please help me ?
×
×
  • Create New...