Jump to content
UBot Underground

Search the Community

Showing results for tags 'UI HTML'.

  • 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 18 results

  1. i found ubot UI have serious issue after recent windows 10 update, anyone face the same issue? and do you have any solution? https://prnt.sc/pwtqsn my guess: it is due .NET 4.8 update that crash wpf GUI
  2. Hi, Pls help me and others out, newbie alert...!! I have bult a little "login bot" and wanted to style a menu by myself...with the ui editor...works great. But now I cannot connect the list function with the dropdown menu. I want to show all accounts of the list in the dropdown, to choose one of the Accounts to login (that should appeare in the dropdown list, but did not...) I am not able to show my list (csv) in the dropdown list....it works with the UI Commands Tab, but not with the UI html Generator??????????????? Can anyone help me? Excuse my bad english, I'm from Austria, sp
  3. Hello Ubotters, Need help please. How do I add a script in here for random timing. Thanks <select size="1" variable="#timing" style="width:auto;max-width:210px;"> <option value="30">Timing on site</option> <option value="10">10</option> <option value="20">20</option> <option value="30">30</option> <option value="40">40</option> <option value="50">50</option> <option value="60">60</option> <option value="120">120</option> <option value="180">180</option> <
  4. Hi all, i normally build application with full UI html page (hide browser), one issue i have found is we are not able to refresh the UI html. we can insert a variable in the html code, for example: {#html} when we update/set the #html variable, we need a function to refresh the UI panel to display the injected code. is anyone working on a plugin to do this?
  5. I need to create a compiled bot that uses the UI to present 3 pages to the user. This is not a web navigation project. It uses only the U-Bot UI. The requirement is to have the user login on the first page. If successful, a form page is presented to make several selections. On submission, the form page does some background work and shows the results on the third page. I can create any of these pages individually, but I cannot find any way to navigate between them. For example, the first navigation task is to load the form page after user credentials are validated. I have tried using th
  6. Offer Now Closed See http://www.ubotstudio.com/forum/index.php?/topic/16343-sell-new-generation-ui-builder-create-amazing-custom-html-uis-with-ease/
  7. I know this has been an issue with Ubot for a long time and since it was never fixed in Version 4 (not sure about 5??) then here is a good solution. Basically this will allow you to add a project and have the dropdown menu include it automatically instead of having to refresh the ui or use a dropdown dialog or something else. Give it a shot and you will see how it updates it after adding a new project. To test this out make a folder on the desktop named Projects and add some projects in there as csv files. I wish I could do a video to show it working right now but I can't. Possibly in a
  8. So I am trying to build a bot for resale that will allow my customer to access several different accounts. I would like the customer to be able to add and remove accounts on their own using a .csv file. I have the process looped so that it will do the entire list. Currently, the only way for my customers to only check specific accounts would be to delete the account data for those they did not want to check at the moment. Clearly that is a pretty major inconvenience over time. So what I'm looking to do is give them a way to check any number of individual accounts via either check boxes or
  9. http://content.screencast.com/users/lowridertj/folders/Snagit/media/e8cf3e3a-26dd-4cc6-ab27-d3324c956801/10.31.2012-22.pnghttp://content.screencast.com/users/lowridertj/folders/Snagit/media/87447242-ff26-42c5-becd-46c248c431cb/10.31.2012-22.png http://content.screencast.com/users/lowridertj/folders/Snagit/media/aff3ce42-e208-44f4-8b15-4daa91702d78/10.31.2012-22.png http://content.screencast.com/users/lowridertj/folders/Snagit/media/1a2a08f8-79b7-4d42-89af-aa3c31f9d624/10.31.2012-22.png http://content.screencast.com/users/lowridertj/folders/Snagit/media/1c1fe53f-a616-44d5-975d-bd339db06666/10.3
  10. Hi, I'm looking to buy a ui html listbox implementation where I can dynamically load one listbox and be able to copy any selected contents to a second listbox. I also want to be able to delete any selected entries on the second listbox and also want to save whatever entries exist on the second listbox. It's probably easier to understand if you see this example: Javascript Listbox Implementation I will need full source code for this. Please PM me with your questions and bids. Thanks -samcro
  11. Hi Guys, i have trouble for ubotbuddy's code for load ui HTML after scrape navigate("http://ubotsandbox.com/ubot-simple-list.php", "Wait") set(#mydropdown, $scrape attribute(<id="links2scrape">, "innertext"), "Global") set(#mydropdown, "<option>{$replace(#mydropdown, " ", "</option> <option>")}</option>", "Global") ui html panel("<select variable=\"#VariableOfSelection\" fillwith=\"value\" style=\"width: 220px;\"> <optgroup variable=\"#mydropdown\" fillwith=\"innerhtml\"></optgroup> </select>", 100) the scrape its success but can't select
  12. *Free* Drag & Drop UI Builder I have decided to offer my original Drag & Drop UI Builder for free. This is the original version and does not have any css or jquery styling, it is straight html only, and does not include any of the features that have since been added to UI Builder Lite or UI Builder Pro. Click Here to see UI Builder Lite & Pro Features Click Here to download the Free Drag & Drop UI Builder Cheers, Darryl.
  13. Do you have problems login into gmail with a compiled bot using an UI HTML design ? Works fine from within UB as a .ubot file but if i run it compiled, it misses to enter the email, which is of course the first step and everything stops.
  14. Hello Experts, Can someone help me to write a script to run my below command, Basically My idea is I will place a button in html code using <input type="button" value="Clear Temp"> ; and i want to run below code/define through this button. define ClearTemp(#ClearTmp) { clear table(&Datatbl) clear list(%Scrap) clear table(&downtble) } though i want to use this button for some more functions. But this time I want to use this to clear some variables. Thanks
  15. SOLVED!!!!! Loading a list of files from a folder as option names in a dropdown. So this was a really tough one. Several people helped with this one, and some people thought it wasn't possible to even do. Thanks to magoo, bill bogacz, and ubotsbiggestfan for help with getting this to work. This was several days of work to get this to function. I have included the code below because I wouldn't want others to have to go through the nightmare that was this problem! ui html panel("<select name=\"dropdownoptions\" style=\"width: 200px;\" variable=\"#dropdownoptions\" fillwith=\"value\">
  16. Anyone know how to spin a variable within UI HTML? Can't seem to get the code right. Here is the code I'm working with: <center><font style="font-family: Georgia; font-size: 18; color: #000000;"></font><br><textarea variable="#letter" placeholder="Please hold while we retrieve your letters" style=" background: #FFFFFF; width: 650px; height: 500px; border: 2px outset #000000;"></textarea></center> Thanks!
  17. Hey Guys, I got a question about the ui html stat monitor. Tried searching the forum for a while but couldn't come up with an answer... What I am trying to do is this. I have a stat monitor that is updated three times. The first time it updates, it is signing up to an account. I would like the color of the font to be blue while creating an account. Next it get's updated either if successful or failed. For successful, I would like the font to be green. Red if unsuccessful. Can anybody point me in the right direction please... Ex: Stat monitor: ui stat monitor("Thread 1:
×
×
  • Create New...