Jump to content
UBot Underground

Recommended Posts

I will change the way the scrips are loaded and add them using a CDN, the reason I did it this way was to keep everything local rather than using a CDN. Will update in the next few days, and hopefully you will see some performance increases in UBot.. 

 

Carl :-)

 

good news ;)

Link to post
Share on other sites
  • Replies 732
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Update V 7.9   Added UI Password to “Import UI Code”. Added UI Log View Element Added Functionality to Copy Elements.  Added 6 More Themes (Darkly,Paper,Sandstone,Simplex,Solar,Yeti) Added a little he

Hi Guys,    I just want to apologise for the bad support recently. I have been working hard on the new Interface Builder called UStrap which will be out soon.    I am going to be honest and say that t

Not for nothing, but Lazy Botter, you have a real bad habit of dropping out of touch and ignoring things for long times. That is a horrible way to deal with customer service, and makes people not want

Posted Images

hey carl, i think the stat monitor element is too small for the user and i found it can be changing with <h1></h1> tag

can you add this option in next release?

<h1>Example Heading <span class="label label-default">Label</span></h1>
<h2>Example Heading <span class="label label-default">Label</span></h2>
<h3>Example Heading <span class="label label-default">Label</span></h3>
<h5>Example Heading <span class="label label-default">Label</span></h5>

http://clip2net.com/clip/m354324/1d3ea-clip-85kb.png

Link to post
Share on other sites

Hi Carl,

 

Iam having the issues while opening SSUB,the SSUB is not even importing too.

 

http://i.imgur.com/emCBzWL.png

 

After iam trying to import,the SSUB is showing blank screen

 

http://i.imgur.com/fnClV6o.png

 

I got this problem today...

Link to post
Share on other sites

His Server is down. And he's loading some library's and stuff from that server. 

So there is nothing we can do. He has to fix his server. And if he's away or can't access it, we are screwed :-)

Link to post
Share on other sites

Does anyone know how to delete a dialog element button? 

 

i dont see any problem to delete the dialog element button, just double click the button and click the red dustbin icon.

 

it is may be the case you didnt select it properly, see the error message at bottom after click.

Link to post
Share on other sites

Ok, I think I see what my issue was with the delete dialog button

 

http://screencast.com/t/6yn2Kbvhs

 

you should not create a dialog element with a space, it must connect to a dialog element by double click on the dialog.

 

you should not name the "dialog to connect" with your own define name as well. it MUST be connect to a dialog to work.

 

try this:

 

1. create a dialog element

2. create a dialog element button, double click on the dialog you created in step 1, the "dialog to connect" will fill with the dialog element ID.

3. click the "view in default browser", then it will open the html for preview, click on the button will trigger the dialog to pop up.

 

-----------------------------------------

 

here is a more advance way to use the dialog element, may be some one will need this.

 

for example, you don't want to use the regular dialog button, but want to use your own image (image below) and when click on the image it trigger the pop up dialog.

 

 

http://png-2.findicons.com/files/icons/1786/oxygen_refit/128/system_config_services.png

 

--------------------------

 

in the html output, change the BOLD html code

 

from this:

 

<div etype="IMAGE" class="draggable dialog_link ui-draggable" style="left: 304px; top: 180px; ">

<img src="data:image/png;

 

to this:

 

<div etype="DIALOG_BUTTON" class="draggable dialog_link ui-draggable" style="left: 304px; top: 180px; " id="3528078">

<img src="data:image/png;

 

(the id number is the pop up dialog element id.)

 

see demo here

Link to post
Share on other sites

Hi LazyBotter,

 

Iam getting an error when iam trying to add the status bar,its not working,here is the video.

 

the video shown that you have added the progress bar, but it is not striped so you don't see it visually.

 

click the empty space above "username" then you will see the progress bar get highlighted.

 

to make it visible, check the "striped" option.

Link to post
Share on other sites

Thanks..Worked..

the video shown that you have added the progress bar, but it is not striped so you don't see it visually.

click the empty space above "username" then you will see the progress bar get highlighted.

to make it visible, check the "striped" option.

Link to post
Share on other sites

Hey Carl, i would like to suggest a feature. can you please add an element to insert a WYSIWYG editor on bootstrap? - summernote
 

summernote in html:

http://switchoffthemovie.com/beta/test.html
 

ready to use html code on this page: http://mycodde.blogspot.com/2014/09/summernote-wyswig-editor-php-tutorial.html
 

summernote integrated in ssub:
http://switchoffthemovie.com/beta/test2.html

it is also using bootwatch so i think it is not hard to add it in ssub.

(my issue here is i can't figure out how to get the html code output into ubot variable.)

 

--------------------------------

in summernote tutorial
 

Get the HTML contents of the first summernote in the set of matched elements.

var sHTML = $('.summernote').code();how to integrate this code into ssub, so the html output can show in ubot, anyone know?
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...