Jump to content
UBot Underground

Recommended Posts

  • 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

Hi Guys,

 

My apologies for the problems with the last update! It has all been fixed, hopefully!

 

Update V6.7:

 

- Fixed issues where elements could not be added! 

- Fixed issue where the buttons would not be aligned correctly in UBot. 

- Fixed Issue where the "Textarea Elements" could not be resized.

 

If you find any other bugs in the builder pleases let me know and I will get them fixed ASAP! 

 

Thanks,

 

Carl  :P

  • Like 1
Link to post
Share on other sites

Hey Lazy Botter, I have 1 major request I wish you put in. 

For the Status Monitor, mind having it show a box around if there's no label? 

Example: 

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

See the "-" is labeled with "-" while the yellow line is only a small line and can't highlight it once I click away from it.

 

I'm stuck with hidden status threw out my UI and don't want to build it all over again. :/ 

 

Regards,
HaHaItsJake

Link to post
Share on other sites

Big, Epic, BS Bug. 

 

Don't press enter, or EVERYTHING is deleted. 

Regards,

HaHaItsJake

 

I can NOT confirm this. I just pressed enter multiple times and nothing happened.

Can you please make a video of the problem, so that we can see exactly how to reproduce this?

 

Dan

Link to post
Share on other sites

I can NOT confirm this. I just pressed enter multiple times and nothing happened.

Can you please make a video of the problem, so that we can see exactly how to reproduce this?

 

Dan

SORRRY. Should have added in "when Aligning". Going on 3 day's no sleep now. 

 

Click on the element, and want to align it, but pressed enter it deletes everything. 

If it doesn't happen to you, I'll create a video tomorrow when I get up.

 

Regards,

HaHaItsJake

Link to post
Share on other sites

SORRRY. Should have added in "when Aligning". Going on 3 day's no sleep now. 

 

Click on the element, and want to align it, but pressed enter it deletes everything. 

If it doesn't happen to you, I'll create a video tomorrow when I get up.

 

Regards,

HaHaItsJake

 

Ok can confirm that now.

 

Steps to reproduce:

 

1. Open UI Builder

2. Load or create interface

3. Click Align Elements Horizontal OR click Align Elements  Vertical

4. When the alignment popup shows up, don't click anything. Just hit your ENTER key.

 

Error: The UI elements are all gone.

 

Priority: Low

Woraround: Don't press enter, use your mouse to click OK button.

 

Screenshot:

xzbga8g8.JPG

 

Dan

Link to post
Share on other sites

Ok, so nobody have my problem ? The resize of "textarea element" ?

 

Just tested. Working fine for me. 

You can not specify the height in the options. But you can change that with your mouse. 

There is a small icon on the lower right side of the UI element.

 

You have to click that. Hold your mouse for a second after you click and then drag. 

Like CLICK,HOLD,DRAG

 

asd7g7gas.JPG

Link to post
Share on other sites

Thank you, I know that, but it does'nt work for me since the last update...

 

Just tested. Working fine for me. 

You can not specify the height in the options. But you can change that with your mouse. 

There is a small icon on the lower right side of the UI element.

 

You have to click that. Hold your mouse for a second after you click and then drag. 

Like CLICK,HOLD,DRAG

 

asd7g7gas.JPG

 

 

 

Edited by zenos
Link to post
Share on other sites

Thank you, I know that, but it does'nt work for me since the last update...

 

Did you try with a new UI? Might be a migration issue when you use code from the previous release?

 

One thing I have also noticed is, that instead of re-sizing the object, it sometimes moves the object.

But that can be fixed by changing the position of the mouse slightly and waiting a second after you click and then move the mouse.

 

Dan

Link to post
Share on other sites

Update to V6.8.

 

 

Hey Lazy Botter, I have 1 major request I wish you put in. 

For the Status Monitor, mind having it show a box around if there's no label? 

Example: 

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

See the "-" is labeled with "-" while the yellow line is only a small line and can't highlight it once I click away from it.

 

I'm stuck with hidden status threw out my UI and don't want to build it all over again. :/ 

 

Regards,
HaHaItsJake

 

I will get this added, but try this in the "custom element" field for now:
 

<label class="label label-default" variable="#Your_Var" fillwith="innertext"></label>

Width option for buttons would be really nice.

 

Dan

 

 

Added width option for buttons. :-) 

 

Little bug for me, I still can not resize the hight of a "texarea element". I can just put the Width.

 

This should better and fixed now, use the resize icon in the right hand corner of the textarea element. 

 

Big, Epic, BS Bug. 

Don't press enter, or EVERYTHING is deleted. 

Regards,
HaHaItsJake

 

I have fixed this issue with this update! :-) 

 

do you need to use the progress bar a certain way. I assumed increase the value in the attached variable but doesn't seem to work like that?

 

thanks

kev123

Here you go Kev please follow the tut:

http://lazybots.com/setting-up-a-progress-bar/

 

Thanks!

 

Carl

 

  • Like 1
Link to post
Share on other sites

Thanks for the update! Fast. :) 

I'll use the custom field until it's added. 

 

Will you be adding "Hidden" fields and/or have "Textbox" option to "edit" text or not  in the future?  

Regards,
HaHaItsJake

Link to post
Share on other sites

Is there a way to show some kind of animated GIF within the UI? 

But only show it when an activity (define) is running. 

Similar to the progress bar, but just an icon or some kind of blinking thing. That shows that there is some activity going on?

And as soon as everything is finished, it will stop or hide?

 

Dan

Link to post
Share on other sites

Yes Dan, intact it is really easy! 

Get your gif image that you want and convert it to base64, then add a custom element:
 

<span variable="#Icon" fillwith="innerhtml"></span>

And then set your bot code up something like this:
 

on load("Bot Loaded") {
    set(#The_Icon, "<img style=\"height:20px;\" src=\"yourbase64image\">", "Global")
}
define ON {
    set(#Icon, #The_Icon, "Global")
}
define OFF {
    set(#Icon, "", "Global")
}

Hope that helps!!  :P

  • Like 1
Link to post
Share on other sites

Another update V6.9.

 

- Setting width on the buttons now works!
- Added selectable area to the "Status Element" if no label is added. (Use the "Show/Hide Grid" button to display the selectable area..)

 

Thanks!

 

Carl

  • Like 1
Link to post
Share on other sites

Yes Dan, intact it is really easy! 

 

Get your gif image that you want and convert it to base64, then add a custom element:

 

<span variable="#Icon" fillwith="innerhtml"></span>

And then set your bot code up something like this:

 

on load("Bot Loaded") {
    set(#The_Icon, "<img style=\"height:20px;\" src=\"yourbase64image\">", "Global")
}
define ON {
    set(#Icon, #The_Icon, "Global")
}
define OFF {
    set(#Icon, "", "Global")
}

Hope that helps!!  :P

 

Awesome Carl!! Thanks a lot for your help!!

Dan

Link to post
Share on other sites

Hi Carl,

i think v6.9 have high CPU usage issue, because before running ssub (even with ubot running) it only take 1-5% of cpu usage.

after open ssub 6.9, create a new project and adding few button, then CPU went up to 100% all the time. i think you have some threads or loops growing in the app.

theme: flaty

if i close ssub, the CPU get down to 1-5% again.

 

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

update: i think it is not ssub issue, it is an iframe i put in custom element that use all the CPU resources.

sorry for the wrong information.

Edited by fastlinks
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...