Jump to content
UBot Underground

Recommended Posts

fastlinks,

By the way, I was looking at your LSI product in your signature line. I was clicking "GET INSTANT ACCESS" but could never really get to a screen where I could buy.

 

Hi, i am changing the buy link from a launch partner one to my own, i will send you PM

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 man i am having a problem i cant import Ui Drop Down elements from my Ubot code when i click on "Load next Ubot element" nothing happens it works with text boxes but with Drop Down menus it cant import them,could you check this please?

 

 

Best Regards!

Link to post
Share on other sites

ITexpert, I just had the same problem.... for me it was a drop menu problem.

 

It worked in ubot browser, but not in the generated code - The problem was formatting on my side.

 

I had it like this...

 

option1,

option2,

option3,

 

Didnt work with the ssub

 

Change to: option1,option2,option3

 

Worked perfectly with ssub

Link to post
Share on other sites

Carl's tutorial is the proper way to use the progress bar.

for simpler usage:

when process start
set(#process"width:20%""Global")

when process is in the middle:
set(#process"width:50%""Global")

when process completed:
set(#process"width:100%""Global")

if process failed or need to restart:
set(#process"width:0%""Global")

#process is the variable you set for the progress bar in ssub. hope this help
 

  • Like 1
Link to post
Share on other sites

HI Carl, i am not sure the memory leak issue is only happen on my pc, but i found v6.9 have some growing thread or loops after export the html. (it happen occasionally, not every time)

here is what i found:

After run ssub, i check on my task manager, it show ssub open 5x browser.exe. (CPU normal)

i open a project and export the output html, then i found one of the browser.exe is growing in CPU usage (up to 43 CPU used, RAM look normal)

 

then i stay there and do nothing, the browser.exe will keep growing until ssub hang and can not close unless terminate it from task manager.

 

I restart the computer and try again, then it do not happen this time.

Anyone having the same issue?



 

Link to post
Share on other sites

HI Carl, i am not sure the memory leak issue is only happen on my pc, but i found v6.9 have some growing thread or loops after export the html. (it happen occasionally, not every time)

 

here is what i found:

 

After run ssub, i check on my task manager, it show ssub open 5x browser.exe. (CPU normal)

 

i open a project and export the output html, then i found one of the browser.exe is growing in CPU usage (up to 43 CPU used, RAM look normal)

 

then i stay there and do nothing, the browser.exe will keep growing until ssub hang and can not close unless terminate it from task manager.

 

I restart the computer and try again, then it do not happen this time.

Anyone having the same issue?

 

 

 

 

 

I can't confirm this. I have been using SSUB all day ever day for the past 4 days and haven't had this issue yet. I have a alert set if my CPU/Ram goes over %25 CPU and %50 Ram. Hasn't poped up once and my fans haven't gone death rattle on me lol. Working on my UI for current Project, so I been flipping pre-set themes and custom and messing around with all that SSUB offers. 

 

I did watch my CPU load while importing a project and it shoots up only %10 more (%13-15 total for SSUB/browser.exe's) for maximum of 5 seconds then drops after it loaded the CSS. 

Working with 3.8GHz (turbo) core atm. Might be memory leak... if this was on 5.5.x? Heard 5.5.x has some memory issues or something of that threw skype channels.

 

Regards,

HaHaItsJake

Link to post
Share on other sites

Not sure what happened, it only happen once for a while, but it is working fine now.

 

Not sure, I'll keep an eye on the task manager though when using it for now on. Might be a server problem on his end? Could that...? I know it wont work without his server up :D 

 

Regards,

haHaItsJake

Link to post
Share on other sites

Little Update V7.1

 

- Added a new "Scroll Box" element, this will create a scrollable box containing checkboxes as a list. 

- Added a #Variable attribute to the "Image Element", this enables you to hide/show the image using a "#Variable" in UBot. 

 

Demo Video:

 

 

 

Hope you like!

 

Carl :-) 

  • Like 1
Link to post
Share on other sites

Excellent Update. Makes the gifs easier. :) 

Bug- Status Monitor back to being really small if they're not already inside the code. Adding a new one makes it small. 
I'll keep an eye out for more if I come across them. 

Spacelabs Theme atm,
http://i.imgur.com/ojnycCe.png
http://i.imgur.com/LGQIslV.png

 

Regards,
HaHaItsJake

Link to post
Share on other sites

Little Update V7.1

 

- Added a new "Scroll Box" element, this will create a scrollable box containing checkboxes as a list. 

- Added a #Variable attribute to the "Image Element", this enables you to hide/show the image using a "#Variable" in UBot. 

 

Demo Video:

 

 

 

Hope you like!

 

Carl :-) 

 

Wow. Very nice. Showing and hiding pictures is very handy for progress information's.

Thanks a lot!

 

Dan

Link to post
Share on other sites

Carl could you make the scroll box like the dynamic dropdown so we can load the variables dynamically from lists, tables, etc? Or something like the UI list box in ubot. That would be awesome!

Thank you for the update btw.

Link to post
Share on other sites

sorry, my mistake.. i have the px added in the initial setup.

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

i found something.strange:

- add a custom element and add an iframe to show a wordpress site

the content will go out of the frame when scrolling
7_1bug2.png

this has been an issue for me for a while, but i have just accidentally found a workaround to solve this by adding another custom element on top of the 1st custom element.

7_1bug3.png

if this is something can be fix from your source code, please add this to your debugging list.

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

another thing is about the image show/hide, i have check the code that effecting this feature:

fillwith="class" variable="#icon"

 

i am trying to use this code to show/hide button and other element.

it is working but the button .css style gone.

 

is this show/hide option you can add to other element as well? Thanks a lot!

Link to post
Share on other sites

@fastlinks I will take a look at that for you. 

 

Update to V7.2!

 

Hidden elements are here! You can now toggle elements using a button with the SSUB!

 

Here is the Demo Video:

 

 

Hope you guys like! 

 

Thanks 

Carl 

Link to post
Share on other sites

another thing is about the image show/hide, i have check the code that effecting this feature:

 

fillwith="class" variable="#icon"

 

i am trying to use this code to show/hide button and other element.

 

it is working but the button .css style gone.

 

 

is this an show/hide option you can add to other element as well? Thanks a lot!

 

 

 

I will get this added, so you can hide any element using a variable! 

 

Thanks 

 

Carl

  • Like 1
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...