-
Content Count
3279 -
Joined
-
Last visited
-
Days Won
68
Everything posted by JohnB
-
The reason there is no close button is because it's designed to use html...if you spend hours designing something really cool, it is likely a standard close button will look ridiculous against your design. All ui elements are designed to interact with the browser window. For the time being, you will have to use the X to close the window until Eddie comes up with another solution. John
-
Right. I understand. Now he's trying to create a ui button in the ui html panel that will do it for him. he can do it with a regular ui button and wants to know how to use the ui html button to do the same. John
-
To the OP...did you upload them to your server and check the paths in your html? John also, read here: http://ubotstudio.com/forum/index.php?/topic/10252-how-to-include-css-and-js-files-in-ui-html-box/page__pid__52891&do=findComment&comment=52891
-
Does UBOT supports any of the programming languages
JohnB replied to peak_positions's topic in Scripting
What is it you want to do? Although it does not directly support other languages you can still call various scripts, etc. For example, you could create a VB script and have UBot run it via the shell command. John -
how to include css and js files in ui html box
JohnB replied to peak_positions's topic in Buy, Sell, Free
Right...I typically handle it as explained by Kreatus. Just add the code in your html. (although both methods work fine) John -
Go to: http://learnubot.com/version4-2/ubot-studio-tutorials-v4-3-ui-html-panel-elements/ it starts around 9:37 John
-
Can't see your image, and I have no idea what site you are working with. Need some more info. John
-
This would likely require a LOT of working proxies. Is that something you have? John
-
[REQ] Replace certain content in file.
JohnB replied to Brutal's topic in Tutorials, Tips and Tricks
If you are only trying to replace urls's, you should be able to use regex for that. In Ubot you would use the $replace regular expression function. Here is an example of a regex string looking for urls within full text: \b(https?|ftp|file)://[-A-Z0-9+&@#/%?=~_|$!:,.;]*[A-Z0-9+&@#/%=~_|$] John -
Here ya go: navigate("http://www.submitmypressrelease.com/registration", "Wait") change attribute(<name="user[contact_company_url]">, "value", "http://mydomain.com") John
-
None that I've heard. John
-
default uibackground and foreground color
JohnB replied to Kreatus (Ubot Ninja)'s topic in General Discussion
It is there...in the dev license. http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif John -
Very Cool...I love shortcut tools! +1
-
change the scraped attribute to full href...you are using href which is a relative path John
-
scrape the fullhref John
-
It's not a bug simply because it is exactly the same as the ui html panel (it just places it in the tools menu)...It works as it's supposed to. The ui html panel doesn't have buttons either. John
-
I see what you're saying, but it does store the information when you close it. I'll let Eddie know though that it's a concern. John
-
You don't need to name the variables...just add the items to a list along with the appropriate html add item to list <a href="$table cell>$other table cell</a> does that make sense? John
-
Correct...this is not possible. John
-
np http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif John
-
Just drag it in the script as checked and you won't need to determine if it is or isn't. John
-
Yeah..with dev you design it in html..anything you can think of you can do (within the scope of html of course) John
-
No there is no other way. John
-
Are you using a ui text box or a ui text block? When you create the list from a list in the ui you need to create $list from text and use $new line as the delimeter. John