Jump to content
UBot Underground

Could Ubot view a list similar to vb.net listbox or listview?


Recommended Posts

Hi

 I'm curious and never seen this in ubot ui. VB.net has listbox and listview right?

Can ubot has this in it with checkbox or hover selection of the row? Or does it has to be a html code when viewing a list you imported?

 

Thanks

Link to post
Share on other sites

UI list box

 

or Aymens File Management Plugin  has a pop up for list box

 

the only pron with both of these you can only select one item at a time

 

here is a function I created

 

define $Listbox from list(#LB_name#LB_label#LB_list from tex) {
    return($plugin function("File Management.dll""$listbox dialog"#LB_name#LB_label$text from list($list from text(#LB_list from tex$new line), ",")))
}

 

you can see it under custom functions

 

HTHelps

TC

Link to post
Share on other sites

In use

 

set(#a list"A
B
C""Global")
set(#selected$Listbox from list("Example""Example"#a list), "Global")
alert(#selected)
define $Listbox from list(#LB_name#LB_label#LB_list from tex) {
    return($plugin function("File Management.dll""$listbox dialog"#LB_name#LB_label$text from list($list from text(#LB_list from tex$new line), ",")))
}

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