Jump to content
UBot Underground

UI Listbox


Recommended Posts

So I wanted to populate a listbox with a list of items I retrieved.

 

At the beginning of my script, I cleared the list. Then I tried to create the listbox immediately after that.

 

When it asks what values to use, I inserted the listbox that will be populated at run time.

 

Proceeding further, I get some nifty error about not being able to convert (some long number) to a string.

 

I watched the tutorial on ui items but it shows putting the items in statically rather than at runtime.

 

What am I doing wrong? :)

 

G-Man

Link to post
Share on other sites

You cant change values in the UI items so they would be displayed in the UI.

 

Thats what you are trying to do, right?

 

Not sure I understand your question. What I want to do is scrape a list of trends from the google hot trends.

 

Then I want to display those values in a list box.

 

Let the user select one and I would do something with that...

 

G-Man

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

Yeah, I see what G-Man means...

 

I'm brand new to Ubot, and already there are couple of scripts I have tried to do where that kind of functionality would have greatly improved the usability of the script. Being able to populate the UI controls will values while processing the code (e.g. default values for users, etc) would greatly extend the usefulness of Ubot.

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