Jump to content
UBot Underground

[Sell] Gui Hero- The Ultimate & Easiest Tool For Creating Ubot Gui's


Recommended Posts

The file load dialog 

 

<div id=\"addimaged81605\" style=\"opacity: 1; margin-left: 0px; width: 130px; height: 60px; position: absolute; left: 56px; top: 24px; \">   <input id=\"addimager81605\" class=\"fileselect5\" variable=\"#test\" fillwith=\"value\" type=\"file\" dialogtype=\"load\" name=\"file\"><!--end--></a></div>

 

Does trigger a file save dialog on my system. 

 

Windows 8.1

 

Could someone please test this?

 

Kindest regards

Dan

 

I have Windows 10 and it works for me Dan.

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

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

http://77thcloud.com/guihero/salesthread/gh.jpg You will be hard pressed to find a more user friendly tool that enables you to create ubot GUI's as quick and as easy as what GUI Hero does!   Plus GUI

Update: Version 2.4   Added an option to import ui elements from ubot into GUI Hero   http://77thcloud.com/guihero/salesthread/Capture.png

Update: version 2.7   1- Added an option to show a visual grid to assist with lining up elements.   2- When adding a dropdown and setting it to run a define, changed the code to run the define onchang

Posted Images

Would be great if someone else could test that open file dialog thing. Do you see the same problem?

 

Thanks a lot

 

Regards

Dan

 

Hi Dan,

 

Running Win 7 and it loads as a text box, not as a file dialog. Hope that helps!

Link to post
Share on other sites

Hi Dan,

 

Running Win 7 and it loads as a text box, not as a file dialog. Hope that helps!

As a text box? The file open dialog in the HTML UI shows you a text box? That's even more strange.

Can you post a screenshot of that?

Dan

Link to post
Share on other sites

As a text box? The file open dialog in the HTML UI shows you a text box? That's even more strange.

Can you post a screenshot of that?

Dan

 

Sure thing, here it is! Used the GUI Hero framework (all HTML code except body) and pasted your code into the body and here is how it shows. Tried this without all framework code and shows the same. Running Win 7 and latest Ubot Dev.

 

http://s32.postimg.org/mafi1imx1/2016_05_19_09_56_13_Untitled_Bot_UBot_Studio.png

Link to post
Share on other sites

Sure thing, here it is! Used the GUI Hero framework (all HTML code except body) and pasted your code into the body and here is how it shows. Tried this without all framework code and shows the same. Running Win 7 and latest Ubot Dev.

 

http://s32.postimg.org/mafi1imx1/2016_05_19_09_56_13_Untitled_Bot_UBot_Studio.png

 

I don't see a lot in that screenshot somehow..

 

Dan

https://www.techsmith.com/jing.html

Link to post
Share on other sites

It's the white box in the top left of the UI HTML with a black background. That's what shows for me using the code you provided.

 

Ah ok.. The code I posted was only a small piece of the html ui. 

I thought you have the gui hero software yourself and generated a test UI.

 

Dan

Link to post
Share on other sites

Ah ok.. The code I posted was only a small piece of the html ui. 

I thought you have the gui hero software yourself and generated a test UI.

 

Dan

Hi Dan,

I do have gui hero and can generate a ui from scratch, will set that up and send over results later today.

Link to post
Share on other sites

Hi Dan,

I do have gui hero and can generate a ui from scratch, will set that up and send over results later today.

That would be great. You only need to put that one open file dialog element into it.

 

Dan

Link to post
Share on other sites

Hi Dan,

Here are the results with a new UI in GUI Hero, same thing as before. Hope it helps!

 

http://s32.postimg.org/4mdsz7ih1/2016_05_19_16_57_51_Untitled_Bot_UBot_Studio.png

http://s32.postimg.org/5s4hc5jk5/2016_05_19_16_53_45_Untitled_Bot_UBot_Studio.png

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

Hi Darry,

 

 

small issue with Dropdown.

 

If I configure a "Define to run", this is not reflected in the html code for the dropdown element.

 

Would be great if you could take a look at that please.

 

Thank you

Dan

Link to post
Share on other sites

Hi.

 

Another thing.

The flat buttons. 

 

 

http://content.screencast.com/users/danwan131/folders/Snagit/media/513234b3-a4c1-4a55-b3c7-4069125c2a46/06.05.2016-12.56.png

 

 

Seem to have some kind of issue when I use them in UBot Studio:

http://content.screencast.com/users/danwan131/folders/Snagit/media/7ef0bcab-8e15-45d7-8f22-288bc168dbb4/06.05.2016-12.55.png

 

 

Would be great if you could take a look at that one as well.

 

Kindest regards

Dan

Link to post
Share on other sites

Hi Dan,

 

I just uploaded an update with the "Define to run" for a dropdown element sorted.

 

Been testing the button issue and I have not been able to replicate the issue you are having so not sure what is going on there.

 

Test Screenshot:  post-223-0-45898900-1465171635_thumb.jpg

  • Like 1
Link to post
Share on other sites

Hi Dan,

 

I just uploaded an update with the "Define to run" for a dropdown element sorted.

 

Been testing the button issue and I have not been able to replicate the issue you are having so not sure what is going on there.

 

Test Screenshot:  attachicon.gifdem.jpg

 

Thanks a lot for the update Darryl,

 

do you have an idea why it is running the script only on the second click? 

Here's a short video what I mean:

http://screencast.com/t/GGkTcTdEM2U

 

Dan

Link to post
Share on other sites

Thanks a lot for the update Darryl,

 

do you have an idea why it is running the script only on the second click? 

Here's a short video what I mean:

http://screencast.com/t/GGkTcTdEM2U

 

Dan

 

Hi Dan,

 

it actually runs the define on the first(and each) click, but the define runs as soon as the dropdown is clicked, so by the time you select an option the define has already run.

 

If you add say a 3 second delay and select an option within 3 seconds then what you select will display in your message. But that is obviously problematic as well.

 

Personally I would use a listbox instead of a dropdown if you wish to run a define to avoid the problem.

 

Cheers

Darryl.

  • Like 1
Link to post
Share on other sites

Do you need to have developer edition?

 

Hi Patrick,

 

I'm not sure. You need the UI HTML Panel, so if the Pro Edition has that then you will be able to use it.

 

Cheers.

Link to post
Share on other sites

Update: Version 2.3

 

Added a new "Log" element that will work with the ubot log commands.

 

Planned Update: I am also planning to add an option to import ui elements from ubot into GUI Hero

 

 http://77thcloud.com/guihero/salesthread/scshot.png

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

Hi Darryl,

Please forgive the stupidity/naiveté of my questions, as I am a newbie and not a programmer.

  1. Which of your UI packages do you recommend: Genie, Hero, or NewGen? As I understand (please confirm), the Hero is the newest and more complete from the functionality point of view.
  2. When inserting various elements (buttons, text fields, etc.), can I attach a logic to this element, so the program behaves differently depending on an answer (e.g. if male do ABC; if female do XYZ) or produce subsequent predetermined actions if this element of the interface is clicked out of many options available ("Yes" radio button, do ABC, "No" radio button, do XYZ)?
  3. Can the Hero be used beyond the Ubot Studio creating an interface for a webpage or a stand alone software package, so on?

Thanks for replying!

Respectfully, Greg

Edited by Greg Yezersky
Link to post
Share on other sites

Holy [Expletive!] this is the coolest, easiest, most powerful GUI Editor to hit the market... My interfaces finally look amazing. And lets face it, the better your program looks, the more sales it gets!

 

Darrell... You Rock man!

Link to post
Share on other sites

Hi Darryl,

Please forgive the stupidity/naiveté of my questions, as I am a newbie and not a programmer.

  1. Which of your UI packages do you recommend: Genie, Hero, or NewGen? As I understand (please confirm), the Hero is the newest and more complete from the functionality point of view.
  2. When inserting various elements (buttons, text fields, etc.), can I attach a logic to this element, so the program behaves differently depending on an answer (e.g. if male do ABC; if female do XYZ) or produce subsequent predetermined actions if this element of the interface is clicked out of many options available ("Yes" radio button, do ABC, "No" radio button, do XYZ)?
  3. Can the Hero be used beyond the Ubot Studio creating an interface for a webpage or a stand alone software package, so on?

Thanks for replying!

Respectfully, Greg

 

Hi Greg, 

1. Genie is simply for adding styling to a ui created with ubot's default ui editor. GUI Hero creates gui's to be displayed using the ui html panel and is the best option for creating a ui.  NOTE: need to have ubot pro or dev version.

2. Yes

3. The code produced would only work in ubot.

 

Holy [Expletive!] this is the coolest, easiest, most powerful GUI Editor to hit the market... My interfaces finally look amazing. And lets face it, the better your program looks, the more sales it gets!

 

 

Thanks Brutal, good to hear  :)

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

My opinion so far:

 

- nice software, good drag& drop and simple use

- bug or not ? :  create Tab one, created Tab 2 and Created Tab 3 and added fields and button etc --> Saved UI....content of Tab 2 has been deleted

I have created the content of Tab from scratch, saved UI ---> Content of Tab 3 has been deleted :( 

 

- how to do this ( point 2 ) ? 

 

Hi Darryl,

Please forgive the stupidity/naiveté of my questions, as I am a newbie and not a programmer.

  1. Which of your UI packages do you recommend: Genie, Hero, or NewGen? As I understand (please confirm), the Hero is the newest and more complete from the functionality point of view.
  2. When inserting various elements (buttons, text fields, etc.), can I attach a logic to this element, so the program behaves differently depending on an answer (e.g. if male do ABC; if female do XYZ) or produce subsequent predetermined actions if this element of the interface is clicked out of many options available ("Yes" radio button, do ABC, "No" radio button, do XYZ)?
  3. Can the Hero be used beyond the Ubot Studio creating an interface for a webpage or a stand alone software package, so on?

Thanks for replying!

Respectfully, Greg

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