Jump to content
UBot Underground

No Setting Menu Visable


Recommended Posts

Hi Guys,

 

I have a compiled bot that uses a UI window for 5 tabs.

 

However, when the compiled bot starts up, the "settings" menu button isn't visable, so the user can't open the UI window.

 

But if you click on a few tabs back and forth, the settings menu will then appear.

 

This happens on multiple PCs.

 

Any ideas?

Link to post
Share on other sites

hi kurt

 

the settings menu is a script specific feature. this means that it only appears when you have the appropriate script open. keep in mind that the ui updates once per second, so after the script loads, it can take up to a second for the menu to load.

  • Like 1
Link to post
Share on other sites

hi kurt

 

the settings menu is a script specific feature. this means that it only appears when you have the appropriate script open. keep in mind that the ui updates once per second, so after the script loads, it can take up to a second for the menu to load.

 

Hi Seth,

 

Thanks.

 

It's seems now I'm back to square one...How do I have the same UI input for each of 5 tabs so the users don't have to input all their info each time?

Link to post
Share on other sites

just copy the UI contents from the script into all 5 tabs. The UI contents will share the same variable.

 

Thanks, but if I copy the UI elements, the end user still has to fill out the forms everytime they click on a new tab. With the bot I'm trying to create, they shouldn't have to fill out their info each time.

Link to post
Share on other sites

Oh! I understand now.

 

Unfortunately that is a limitation of UBot.

 

You can have one specific tab for filling out whatever you need for them to fill out. Just explain in your instructions, what they need to do.

Link to post
Share on other sites

Oh! I understand now.

 

Unfortunately that is a limitation of UBot.

 

You can have one specific tab for filling out whatever you need for them to fill out. Just explain in your instructions, what they need to do.

 

Can you help with the logic for this?

 

Tab one has all the UI, but I don't see how it is processed and used by other tabs/scripts? Do I have the first script/tab just add the info to internal lists, then use the lists to enter the info on other scripts/tabs?

 

Thanks a lot...

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