Jump to content
UBot Underground

Recommended Posts

Suggestion:

 

When builder is done generating the html codes and opening it on notepad the builder will check the width and height of your html code and calculate it for the best dimension to use on your bot.

 

An alert box will popup that have these info:

- right height for uihtml

- right width and height for the compiled settings

 

Mockup:

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/690a9c6c-b03c-4ace-b516-138525c90c0f/12.23.2014-23.47.png

 

This is going to be very useful so we dont keep guessing which dimension is the right size to use.

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

Sorry to up again, but I have still an issue with one browser crash , I just launch my bot, don't do any action just wait 4 hours and the browser crash... if I delete the body in the html panel, no crash...

 

Anyone have this issue too ?

Link to post
Share on other sites

I am having trouble getting the progress bar to work. I went through the tutorial and it looks like it is working in the debugger like it should but for some reason it is not getting picked up and displayed. 

 

Debugger info

 

http://ozk.me/debugger.jpg

 

The is the code for the progress bar that Ssub created. 

 

<div etype="PROGRESS" class="draggable progress progress-striped active ui-draggable" id="Element_3121786" style="width:300;height:20px;"><div class="handle"></div> <div variable="#Progress" fillwith="style" max="100" class="progress-bar progress-bar-danger"></div></div>
Any ideas or help would be greatly appreciated. 
 
 

 

 

 

Link to post
Share on other sites

I am having trouble getting the progress bar to work. I went through the tutorial and it looks like it is working in the debugger like it should but for some reason it is not getting picked up and displayed. 

 

Debugger info

 

http://ozk.me/debugger.jpg

 

The is the code for the progress bar that Ssub created. 

 

 

 

<div etype="PROGRESS" class="draggable progress progress-striped active ui-draggable" id="Element_3121786" style="width:300;height:20px;"><div class="handle"></div> <div variable="#Progress" fillwith="style" max="100" class="progress-bar progress-bar-danger"></div></div>
Any ideas or help would be greatly appreciated.

 

As far as I can remember the progress bar variable should only contain a number.

But I'm not in front of my computer at the moment so I can't take a look. This is just out of my head.

 

Dan

Link to post
Share on other sites

As far as I can remember the progress bar variable should only contain a number.

But I'm not in front of my computer at the moment so I can't take a look. This is just out of my head.

 

Dan

 

Thanks for the response. 

 

I just checked by running the example in the tutorial and it looks like it is formatted the same way in the debugger.

 

 

http://ozk.me/debugger2.jpg

Link to post
Share on other sites

Thanks for the response. 

 

I just checked by running the example in the tutorial and it looks like it is formatted the same way in the debugger.

 

 

http://ozk.me/debugger2.jpg

test with a simple method 1st:

 

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.

 

Run the "set" node to see if the SSUB progress bar move. it is working fine here.

Link to post
Share on other sites

test with a simple method 1st:

 

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.

 

Run the "set" node to see if the SSUB progress bar move. it is working fine here.

 

 

Thanks, I ran the test. 

 

The variable is #Progress and the four sets showed up in the debugger correctly when I ran them so it appears to be running correctly inside the bot. 

 

http://ozk.me/20.JPGhttp://ozk.me/50.JPGhttp://ozk.me/100.JPGhttp://ozk.me/0reset.JPG

 

However nothing showed up in the panel at all so it is not displaying even though the info is there. 

 

The variable in the UI code for the bar looks like it is matching. ( variable="#Progress"  )

 

<div etype="PROGRESS" class="draggable progress progress-striped active ui-draggable" id="Element_3121786" style="width:300;height:20px;"><div class="handle"></div> <div variable="#Progress" fillwith="style" max="100" class="progress-bar progress-bar-danger"></div></div>

 

For some reason that I do not see the info is not getting picked up and displayed in the UI even though the variable seems correct. and the info is showing up in the debugger correctly. 

Link to post
Share on other sites

<div etype="PROGRESS" class="draggable progress progress-striped active ui-draggable" id="Element_3655419" style="width: 400px; height: 20px; left: 138px; top: 173px; "><div class="handle"></div> <div variable="#progress" fillwith="style" max="100" class="progress-bar progress-bar-success"></div>

I run a test and confirm it is working in both v4 & v5, then i check the html and found you have "px" missing in your code.


 

  • Like 1
Link to post
Share on other sites

<div etype="PROGRESS" class="draggable progress progress-striped active ui-draggable" id="Element_3655419" style="width: 400px; height: 20px; left: 138px; top: 173px; "><div class="handle"></div> <div variable="#progress" fillwith="style" max="100" class="progress-bar progress-bar-success"></div>

 

I run a test and confirm it is working in both v4 & v5, then i check the html and found you have "px" missing in your code.

 

 

 

 

Thanks much.

 

The missing px was the problem. I added it and now it is working just fine. I not sure how I missed that as many times as I looked at it this morning. 

Link to post
Share on other sites

I have purchased this product, I have v4, v5 and v7 (latest version).

I just wanna say, I love this product and a great job curl!

 

Some request from me, maybe it will be more perfect if it can generate tab content in tab content, so in tab menu it contains tab menu again.


 

Thanks.

Link to post
Share on other sites

I just updated to v7.4 today and the Dialogue Button Element is no longer working. It brings up the dialogue box to create the button but when I select the ADD BUTTON nothing is added.

Link to post
Share on other sites

I just updated to v7.4 today and the Dialogue Button Element is no longer working. It brings up the dialogue box to create the button but when I select the ADD BUTTON nothing is added.

 

After clicking the dialog you are linking the button to make sure to click the page you want the button added to. Try doing that before clicking the "Add Button".

 

Video: https://www.screenr.com/dmqN

  • Like 2
Link to post
Share on other sites

After clicking the dialog you are linking the button to make sure to click the page you want the button added to. Try doing that before clicking the "Add Button".

 

Video: https://www.screenr.com/dmqN

 

That did the trick Gogetta. I had the Tabs/Page toggled-off. Thanks for the assist. Much appreciated.

  • Like 1
Link to post
Share on other sites

Not to worry. Figured it out. For anyone else you could try this...

 

Edit the html as follows:

..
..
<body>
  <div style="position: absolute; left: 50%;">
    <div style="position: relative; left: -50%; border: 1px solid rgba(238,238,238, 0.8);">
      ..
      put the rest of the SSUB generated BODY code in here
      ..
    </div>
  </div>
</body>

Note I added the "border: 1px solid rgba(238,238,238, 0.8);" just to see the outline of my interface. You can remove that bit.

 

Hope it helps someone.

  • Like 1
Link to post
Share on other sites

The Input Element for FILE seems to be screwing up for me.

 

When I choose the Dialog Type drop down and select SAVE, it always shows the OPEN dialog box when testing and exporting and testing in ubot.

 

Is this a bug?

 

UPDATE: Manual edited the code and it's okay

Edited by Pete_UK
Link to post
Share on other sites

FEATURE REQUEST

 

I have noticed that when adding Buttons and other Input elements to Dialog Elements, the Tooltip Text is not viewable when hovering over the fields and buttons as I suspect the Tooltip Text is "under" the Dialog element itself, so it's not viewable

 

Would be nice to be able to see Tooltip Text on elements that are added to Dialog elements.

 

Thank you for your consideration.

Link to post
Share on other sites
  • 2 weeks later...

am I the only one to have this issue ?

 

"I have still an issue with one browser crash , I just launch my bot, don't do any action just wait 4 hours and the browser crash... if I delete the body in the html panel (made with SSUB), no crash..."

 

The memory of the UI html panel (browser.exe) is growing up even if I don't do any action on my bot...

 

any idea ? No one have this problem here ?

Link to post
Share on other sites

Zenos, I am also having browser crashes and observe memory rising and fluctuating without any activity. Seems like both are fighting for sources.

 

I am also struggling with sub menus. When I insert a h ref tag  into the  etype="NAVLINK"> for $url what if comparison, it navigates to specified website at the top as opposed to the bottom half of ubot. The menu actually disappears from view. So I am seeing 2 different brows sessions top and bottom.

 

Anyone experiencing this or is there a more efficient way for $url comparison please?

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...