Jump to content
UBot Underground

Recommended Posts

V3.1.0.0 (Warning: This change does not apply to earlier versions of the plugin.)
login dialog: remove option "Resize Dialog"
dialog html form: remove option "Resize Dialog"
login dialog: rename option "Show Border" to "Border Style"
dialog html form: rename option "Show Border" to "Border Style"

login dialog: "Border Style" add option "None", "Fixed Single", "Fixed 3D", ...
dialog html form: "Border Style" add option "None", "Fixed Single", "Fixed 3D", ...

Update sample file

  • Like 1
Link to post
Share on other sites
  • 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

V3.1.0.0 (Warning: This change does not apply to earlier versions of the plugin.)

login dialog: remove option "Resize Dialog"

dialog html form: remove option "Resize Dialog"

login dialog: rename option "Show Border" to "Border Style"

dialog html form: rename option "Show Border" to "Border Style"

 

login dialog: "Border Style" add option "None", "Fixed Single", "Fixed 3D", ...

dialog html form: "Border Style" add option "None", "Fixed Single", "Fixed 3D", ...

 

Update sample file

 

 

Absolutely superb my friend :)

 

Working 100% and awesome, 

Thanks again Pash :)

 

 

Cheers

CJ

Link to post
Share on other sites

How to use Image FIle/Base64 String into $login dialog ?

 

i tried: data:image/png;base64,iVBORw0KGg....... : not owrking

i tried: url('data:image/png;base64,iVBORw0KGg........: not working

 

I asked about the icon base64 string for the $minimize command in Adv. Ubot 1 and still not able to use the base64 string.

Link to post
Share on other sites

How to use Image FIle/Base64 String into $login dialog ?

 

i tried: data:image/png;base64,iVBORw0KGg....... : not owrking

i tried: url('data:image/png;base64,iVBORw0KGg........: not working

 

I asked about the icon base64 string for the $minimize command in Adv. Ubot 1 and still not able to use the base64 string.

iVBORw0KGg....... == base64 string

Link to post
Share on other sites

buddy i tried everything but the icon file/base64 string is not working.

 

 http://i.imgur.com/J1mab8v.png

 

icon file/base64 string is NOT working

image file/base64/ string it works ok.

image file (.jpg or .png) != icon file (.ico)

 

image file (.jpg or .png) base64 != icon file (.ico) base64

plugin command("Advanced Image.dll", "image to icon", "{$special folder("Application")}\\CAPTCHA.jpg", "{$special folder("Application")}\\CAPTCHA.ico", "128x128", "True")
set(#Base64Image,$plugin function("Advanced Image.dll", "$image to base64", "{$special folder("Application")}\\CAPTCHA.jpg", "Base64 String"),"Global")
set(#Base64Icon,$plugin function("Advanced Image.dll", "$image to base64", "{$special folder("Application")}\\CAPTCHA.ico", "Base64 String"),"Global")
alert($plugin function("Advanced Dialog.dll", "$login dialog", "Login", "Center", "True", "True", "False,False,False", "True", "Sizable", "", "", "8B8989", #Base64Icon, #Base64Image))

 

Link to post
Share on other sites

EDIT:

 

i think i found the problem in the #minimize command if its inside "onload" it takes control over the icon file and forces the $login dialog icon to not show.

 

After i restarted ubot it started to work normally.

 

Thanks for the help Pash

Link to post
Share on other sites
  • 1 month later...
  • 7 months later...

@PASH i cannot reset my licenses !? Where can i access my licenses manager ?

 

I can see the plugins download page but i cannot see the license manager to reset them !?!?

 

Please fix your website menu asap it is URGENT!

 

Thanks

 

Where can i access my licenses manager ?

Link to post
Share on other sites

@PASH i cannot reset my licenses !? Where can i access my licenses manager ?

 

I can see the plugins download page but i cannot see the license manager to reset them !?!?

 

Please fix your website menu asap it is URGENT!

 

Thanks

 

Where can i access my licenses manager ?

what is your email?

Link to post
Share on other sites

Pash please check your website and fix menu because i cannot see my licneses and cannot reset them :(

you click on "License Manage"?

Link to post
Share on other sites

Yes i did but form 15 pluginsi purchased from you i can only see 4 ?

 

Where are my other licneses ?

 

I can download the plugins but i cannot see nor reset my licenses !? Buddy you need to fix this asap :(

"License Manage" does not have just one.

There are different "licenses" depending on the number of orders.

It was not included in one place.

 

see image

post-5560-0-08128400-1512439597_thumb.png

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

I see how to set the OK/Cancel button color & font color, but is there a way we can set a default background/font color for the other buttons added in the Button Names section of the Checkbox Dialog? I don't need to be able to specify the color for each one, but it would be nice to be able to set a default for all of the other buttons that aren't the OK/Cancel

Link to post
Share on other sites

I see how to set the OK/Cancel button color & font color, but is there a way we can set a default background/font color for the other buttons added in the Button Names section of the Checkbox Dialog? I don't need to be able to specify the color for each one, but it would be nice to be able to set a default for all of the other buttons that aren't the OK/Cancel

I'm sorry, I do not understand

Please display the picture description.

Link to post
Share on other sites

I'm sorry, I do not understand

Please display the picture description.

No problem! Sorry I wasn't clear.

 

So my interfaces are dark, and I would like to use dark dialog interfaces when possible.

 

Here's a screenshot of the checkbox dialog with a background color set to #484848

 

NId43Vh.png

 

 

The Check All and Uncheck All buttons are set in the "Button Names" section, but there's no way to adjust their background or text color, so it's difficult to read on dark backgrounds. Is there a way we could set a default button background and font color for the other buttons besides the Cancel/Ok buttons, which you've already enabled style settings for?

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

×
×
  • Create New...