Jump to content
UBot Underground

Recommended Posts

  • Replies 615
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

3.1.2.1 folder browser dialog: add option "Empty On Cancel"

V3.0.7.5 listbox dialog: add margin option to ok & cancel button

Hi. Command is missing. It can not run on other machines except my machine. I try to fix it But if I did I would fix something else instead.

Posted Images

  • 1 month later...
  • 2 weeks later...

Hey Pash, 

 

 

Is there any chance you could add the same button options on the "listbox dialog" as there are in the "textbox dialog" please ?

 

 

for example, ..

The "textbox" dialog has the following options :

http://i.imgur.com/4wI3Zg2.jpg

 

 

but the "listbox dialog" only has the following options :

http://i.imgur.com/HKZngWD.jpg

 

 

 

Cheers

CJ

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

Hey Pash,

 

 

Can the "$dialog html form" do other input types ?

 

I can get it working with Text fields with "input" tags, but cant seem to get drop downs, checkboxes and radios to work, 

 

am i doing something wrong ?

 

 

 

Cheers

CJ

Link to post
Share on other sites

V3.0.7.9
dialog html form: add support checkbox,radio,select

 

sample code

clear list(%Datas)
add list to list(%Datas,$plugin function("Advanced Dialog.dll", "$dialog html form", "Login", "Center", "True", "True", "False,False,False", "True", "True", "", "480x350", "False", "<!DOCTYPE html>
<html>
<body>

<form action=\"\">
<input type=\"checkbox\" name=\"test\" value=\"Test\">Test<br>
<input type=\"checkbox\" name=\"vehicle\" value=\"Bike\">I have a bike<br>
<input type=\"checkbox\" name=\"vehicle\" value=\"Car\">I have a car <br><br>
<input type=\"radio\" name=\"gender\" value=\"male\" checked> Male<br>
  <input type=\"radio\" name=\"gender\" value=\"female\"> Female<br>
  <input type=\"radio\" name=\"gender\" value=\"other\"> Other <br><br>
 <select name=\"select\">
  <option value=\"volvo\">Volvo</option>
  <option value=\"saab\">Saab</option>
  <option value=\"mercedes\">Mercedes</option>
  <option value=\"audi\">Audi</option>
</select> <br>
  First name:<br>
  <input type=\"text\" name=\"firstname\" value=\"Mickey\">
  <br>
  Last name:<br>
  <input type=\"text\" name=\"lastname\" value=\"Mouse\">
  <br><br>
  <input type=\"submit\" value=\"Submit\">
</form> 
</body>
</html>"),"Delete","Global")
load html($replace(%Datas,$new line,"<br>"))
  • Like 1
Link to post
Share on other sites

 

V3.0.7.9

dialog html form: add support checkbox,radio,select

 

sample code

clear list(%Datas)
add list to list(%Datas,$plugin function("Advanced Dialog.dll", "$dialog html form", "Login", "Center", "True", "True", "False,False,False", "True", "True", "", "480x350", "False", "<!DOCTYPE html>
<html>
<body>

<form action=\"\">
<input type=\"checkbox\" name=\"test\" value=\"Test\">Test<br>
<input type=\"checkbox\" name=\"vehicle\" value=\"Bike\">I have a bike<br>
<input type=\"checkbox\" name=\"vehicle\" value=\"Car\">I have a car <br><br>
<input type=\"radio\" name=\"gender\" value=\"male\" checked> Male<br>
  <input type=\"radio\" name=\"gender\" value=\"female\"> Female<br>
  <input type=\"radio\" name=\"gender\" value=\"other\"> Other <br><br>
 <select name=\"select\">
  <option value=\"volvo\">Volvo</option>
  <option value=\"saab\">Saab</option>
  <option value=\"mercedes\">Mercedes</option>
  <option value=\"audi\">Audi</option>
</select> <br>
  First name:<br>
  <input type=\"text\" name=\"firstname\" value=\"Mickey\">
  <br>
  Last name:<br>
  <input type=\"text\" name=\"lastname\" value=\"Mouse\">
  <br><br>
  <input type=\"submit\" value=\"Submit\">
</form> 
</body>
</html>"),"Delete","Global")
load html($replace(%Datas,$new line,"<br>"))

 

 

WOW, .. Quick ... Again, .. 

 

Your awesome man!

 

Thank you very much, life saver :)

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

Hey Pash, 

 

Im having a few problems with the "advertise dialog" command, .. 

 

Ive just discovered that the "Open Link In Default Browser" function for the command "advertise dialog" doesnt seem to work anymore,

and the "Enable Box(Minimize/Maximize/Close)" will not show or enable the "Close" button within a compiled bot

 

They both worked great a while back so Ive reverted back to UBot 5.9.33 but same result.

 

Can you check it your end please :)

 

 

 

Cheers

CJ

Link to post
Share on other sites

Hey Pash, 

 

Im having a few problems with the "advertise dialog" command, .. 

 

Ive just discovered that the "Open Link In Default Browser" function for the command "advertise dialog" doesnt seem to work anymore,

and the "Enable Box(Minimize/Maximize/Close)" will not show or enable the "Close" button within a compiled bot

 

They both worked great a while back so Ive reverted back to UBot 5.9.33 but same result.

 

Can you check it your end please :)

 

 

 

Cheers

CJ

1. for "Open Link In Default Browser" check https://www.cnet.com/how-to/how-to-set-default-programs-in-windows-10/

2. for "Enable Box(Minimize/Maximize/Close)" try set "True,True,True"

  • Like 1
Link to post
Share on other sites

1. for "Open Link In Default Browser" check https://www.cnet.com/how-to/how-to-set-default-programs-in-windows-10/

2. for "Enable Box(Minimize/Maximize/Close)" try set "True,True,True"

 

 

Thanks for the reply Pash, 

 

after a bit of playing around i discovered that the "Close" button will appear and work but only on the second open, bit odd lol, but i can live with that ;)

 

in regards to the "Open in Default Browser", I have indeed got my defaults set up correctly as stated on the page you left a link for but nothing happens when i click any link in the window, 

although I CAN drag the link into a browser to load a link, 

 

I opened one of my older bots with this command in and there were no problems at all, but i have no idea which plugin version was used,

and I reverted all the way back to UBot 5.9.18 just to test and it was the same result :/

 

 

Ill see if its any different on any of my other PC's just in case its isolated to my work PC 

 

 

 

Cheers

CJ

Link to post
Share on other sites

V3.0.8.0
advertise dialog:
- rename field "Open Link In Default Browser" to "Open Link By"
- add ability open url by any browser to "Open Link By" field
- add help text to "Open Link By" field

update "advertise dialog.ubot" sample file

 

http://ubotplugin.com/find-browser-path/

  • Like 1
Link to post
Share on other sites

V3.0.8.0

advertise dialog:

- rename field "Open Link In Default Browser" to "Open Link By"

- add ability open url by any browser to "Open Link By" field

- add help text to "Open Link By" field

 

update "advertise dialog.ubot" sample file

 

http://ubotplugin.com/find-browser-path/

 

 

Thank you Pash for the incredibly quick response and update :)

 

unfortunately it now opens all links within the popup itself, 

I used the code provided, the Full path to a browser and left the "Open Link By" field  blank but all opened/navigated strait to the url within the popup window itself :/

 

 

 

Cheers

CJ

Link to post
Share on other sites

V3.0.8.1

advertise dialog: fix "Open Link By" field

 

 

Hey Pash, 

 

weird one this time lol, 

no matter what is in "Open Link By" the moment the "advertise dialog" command is fired the HTML opens in the default browser and leaves the little popup window blank.

 

 

 

 

Cheers

CJ

Link to post
Share on other sites

Thank you Pash for the incredibly quick response and update :)

 

unfortunately it now opens all links within the popup itself, 

I used the code provided, the Full path to a browser and left the "Open Link By" field  blank but all opened/navigated strait to the url within the popup window itself :/

 

 

 

Cheers

CJ

not use blank field. please select in drop-down

 

Hey Pash, 

 

weird one this time lol, 

no matter what is in "Open Link By" the moment the "advertise dialog" command is fired the HTML opens in the default browser and leaves the little popup window blank.

 

 

 

 

Cheers

CJ

post your code.

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

Hey Pash, 

 

Sorry mate, the Resize not working my end, ..

 

If Resize is set to True the "Enable Box(Minimize/Maximize/Close)" will only show the Close and the window wont resize,

If Resize is set to False the "Enable Box(Minimize/Maximize/Close)" works again.

 

https://youtu.be/uBuvL9DaHy0

 

 

Just in case it is relevant im using UBot 5.9.18

 

 

Cheers

CJ

 

 

 

 

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...