Jump to content
UBot Underground

BigBot

Members
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by BigBot

  1. Hi BigBot,

     

    using straight html to create a ui will make your bots 'LOOK' much more professional than using the standard ubot ui. And using css & jquery to style the elements is also a big improvement on straight html.

    Creating html ui's can be difficult and quite time consuming though, and more so if you want to style it with css & jquery.

    So what this tool does is make building html ui's much easier and much quicker than any other way that I know of. Everything is customizable so you can easily create a look that you like, and you do not need to know anything about html, css or jquery to use it.

     

    Hope this helps to answer your question, cheers, Darryl.

     

    I am agree with you that creating html UI is quite time consuming. My another question is how do that will work, will this be integrated with UBot Studio or work independent or this will generate a code that i will need to paste in my "Test.bot" file and how I will be able to compile my bot. 

     

    Do you have any trial, so that i can test my ability to use and a simple quick look of my bot. 

  2. 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

  3. I think it will better to explain that, my problem is, I am running a script and trying for specific information, and if it not found i want to skip and move to the next step. Like if [True][Function/command] Else[goto] function in most applications.

     

    Hope you guys know that answer very well.

×
×
  • Create New...