UI Html Window not updating itself with variable change
#1
Posted 21 July 2012 - 02:36 PM
I have created a UI Html Window named "Accounts", i this i have a browse button and a button to Load Accounts which calls function loadaccounts() using ubot.runScript('loadaccounts()'). This is working fine, and i am able to get popup alert but the accounts loaded from file are stored in variables and those variables are fixed in the text boxes of UI Html Window but these text box do not update with the username and other details unless i click the start button on UBot executable.
Do you guys have any idea why this is happening though the loadaccounts script has all the functions in it to load accounts but still i have to click start button?
How can i fix this?
Thanks
#2
Posted 21 July 2012 - 02:55 PM
John
#3
Posted 21 July 2012 - 02:56 PM
http://screencast.com/t/6jINiH2TLiN
can you show us what its doing or not doing?
#4
Posted 21 July 2012 - 05:02 PM
Thanks a lot guys, the issue has been resolved.
Can you please tell me how can i mark check box checked, or unchecked and select item for combobox in Ui Html Window?
Thanks
#5
Posted 21 July 2012 - 07:17 PM
mark the html code for the checkbox as checked by default. this will initiate the variable correctly, and have it false and unchecked in the UI, and then when you check it will become true
#6
Posted 21 July 2012 - 11:48 PM
So the bigger and more no. of variable in your UI HTML Windows, the lesser stable your bot will be.
Complete WordPress Management Tool - WP Master Blaster
Get 100's of links from Powerful Wiki Sites : Wiki Master Blaster
The number of possibilities to do something with a tool you master, are only limited to your imagination. Try to think outside of the box.
#7
Posted 22 July 2012 - 08:09 AM
Heads up on using UI HTML with more no. of variables or data. UI HTML is a big joke, on how it saves the stacks of variable changes in the memory and finally gets the bot to crash. It triggers onchange event every second and somehow adds new changes to memory.
So the bigger and more no. of variable in your UI HTML Windows, the lesser stable your bot will be.
memoryhandling in ubot is anyway grande fiasco !!

www.scisk.com
automate your musicworld
My ProcessBar for uBot http://www.ubotstudi...udio-preloader/
#8
Posted 22 July 2012 - 09:53 AM
in the ui html
mark the html code for the checkbox as checked by default. this will initiate the variable correctly, and have it false and unchecked in the UI, and then when you check it will become true
#9
Posted 22 July 2012 - 09:56 AM
in the ui html
mark the html code for the checkbox as checked by default. this will initiate the variable correctly, and have it false and unchecked in the UI, and then when you check it will become true
Strange, but true!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













