Praney Behl
Fellow UBotter-
Content Count
2328 -
Joined
-
Last visited
-
Days Won
94
Praney Behl last won the day on October 31 2012
Praney Behl had the most liked content!
Community Reputation
314 ExcellentAbout Praney Behl
-
Rank
Master Blaster
- Birthday December 8
Profile Information
-
Gender
Male
-
Location
Sydney, Australia
Contact Methods
-
Skype
praneybehl
System Specs
-
OS
Windows 8
-
Total Memory
More Than 9Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
34244 profile views
-
Get an id or class or something on the popup and then execute some javascript : var popup = document.getElementById("popupId"); // In case of id var popup = document.getElementsByClassName("popupClassName") // In case of class as the selector. and then: popup.scrollTo(0, this.scrollHeight); like say for this page here your post (#1) has an id of "post_id_99088" now assume if it was the popup and you needed to scroll down to the bottom of this post here is the code you'll use: var popup = document.getElementById("post_id_99088"); popup.scrollTo(0, this.scrollHeight); It would work
-
Praney Behl started following [Free] Drag & Drop UI Builder - original html version, How to scroll down a pop-up?, Browser.exe crash and 5 others
-
Good luck with that!
-
How to zoom a web page in the browser ?
Praney Behl replied to mr.kim8692's topic in General Discussion
Well its pretty easy using a little javascript Here: To zoom-in use: document.body.style.zoom = 2Where to is the x-times zoom. You can use 1 decimal place if you want. To zoom-out use: document.body.style.zoom = 2Here is an implementation using ubot buttons: ui button("ZoomIn") { run javascript("document.body.style.zoom = 2") } ui button("ZoomOut") { run javascript("document.body.style.zoom = 1") }Hope it helps. Good Luck -
Nice one mate
-
Well its a touch call as it might need a lot of testing and we all know how testing goes with ubot
-
Hey long time mate, good to see you're still around. I wonder there plan is...
-
Hi admins, Its been a while, I was busy developing for other patforms. I see a sleak UI in Ubot 5 now. Just have a quick question for the Ubot dev team - Do you guys have any plans for Cross Platform Deployment/Compile? Just wondering if you do, or else I'll have to use nodeWebkit or something equivalent. Thanks
-
load it from a file by using the "$read file" command. Hope it helps.
-
[Free] Drag & Drop UI Builder - original html version
Praney Behl replied to darryl561's topic in Bots and Scripts
sweet mate- 7 replies
-
- drag and drop ui builder
- ui builder
-
(and 3 more)
Tagged with:
-
Ok just found in another mail folder. Thanks mate.
-
Waiting for the update email.