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

I'm getting a "Unreviewed Plugin" warning in Ubot Studio?

Is that happening for anyone else?

 

Dan

If you encounter this problem, you download it again.

I uploaded a new file for you.

 

Sorry for this problem

Apichai.

Link to post
Share on other sites

Ok working fine now. 

 

May I ask why this was happening?

 

Dan

May be due to the difference of the system.

By using code that is different from the original. (But it works well on my machine).

Now I'm back to using code the original. :)

Link to post
Share on other sites

V2.0.9.7
Fix:
advertise dialog: Show Border (Full form)

Add Option:
advertise dialog: Add "Show Scroll Bars" (Warning: main update you need to go back and edit the values ​​to be correct.)

Link to post
Share on other sites

do you reckon you could add or edit ubots mouse right click menu to maybe run defines

Oh, sorry, it still did not work.

Link to post
Share on other sites

I'd like to purchase your plugin now but i have a question:

-Can i customize popup notifier dialog?

Link to post
Share on other sites

V2.0.9.7

Fix:

advertise dialog: Show Border (Full form)

 

Add Option:

advertise dialog: Add "Show Scroll Bars" (Warning: main update you need to go back and edit the values ​​to be correct.)

 

Advertise dialog show border is still not working. Can you post a demo on how this works?

This supposed to remove the windows border on the advertise dialog popup right?

Link to post
Share on other sites

I'd like to purchase your plugin now but i have a question:

-Can i customize popup notifier dialog?

You can customize (Set up by the library).

Link to post
Share on other sites

Advertise dialog show border is still not working. Can you post a demo on how this works?

This supposed to remove the windows border on the advertise dialog popup right?

plugin command("Advanced Dialog.dll", "advertise dialog", "A", "B", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "False", "True", 0, "")

 

Link to post
Share on other sites
plugin command("Advanced Dialog.dll", "advertise dialog", "A", "B", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "False", "True", 0, "")

Got this error when i paste that on code view.

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/563b5bcf-343f-4bd6-9db8-fd2dbac7742b/05.08.2014-15.27.png

 

I enter both this

plugin command("Advanced Dialog.dll", "advertise dialog", "test", "testtt t", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "True", 3, "")

And this

plugin command("Advanced Dialog.dll", "advertise dialog", "test", "testtt t", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "False", 3, "")

And both have the same border.

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/87f69b8d-bb10-4057-8d57-8f955c98ea2d/05.08.2014-16.03.png

I thought it supposed to remove the border when "show border" is false.

Link to post
Share on other sites

Got this error when i paste that on code view.

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/563b5bcf-343f-4bd6-9db8-fd2dbac7742b/05.08.2014-15.27.png

 

I enter both this

plugin command("Advanced Dialog.dll", "advertise dialog", "test", "testtt t", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "True", 3, "")

And this

plugin command("Advanced Dialog.dll", "advertise dialog", "test", "testtt t", 500, 500, "Center", "True", "True", "True", "True,False,False", "True", "True", "True", "True", "False", 3, "")

And both have the same border.

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/87f69b8d-bb10-4057-8d57-8f955c98ea2d/05.08.2014-16.03.png

I thought it supposed to remove the border when "show border" is false.

 

 

 

What version of the plugin you use?

Link to post
Share on other sites

What is the latest version? I downloaded that 1 hour ago from your dropbox link.

V2.0.9.7

Link to post
Share on other sites

Feature Request:

 

Progress Dialog:

Update text and title dynamically.

 

 

set(#text"First text""Global")
set(#title"First title""Global")
set(#description"First description""Global")
plugin command("Advanced Dialog.dll""progress dialog vista style"#title#text#description"Processing: ""Marquee Progress Bar""True""True""True""False", 100, #value#cancel)
wait(2)
set(#text"Second text""Global")
set(#title"Second title""Global")
set(#description"Second description""Global")

 

 

 

 

Thanks

Dan

Link to post
Share on other sites

V2.0.9.8

Add Option:
Progress Dialog: Update text and Progress and Title Text dynamically.

Add Sample File:
Progress Dialog Update text dynamically.

Link to post
Share on other sites

V2.0.9.8

Add Option:

Progress Dialog: Update text and Progress and Title Text dynamically.

 

Add Sample File:

Progress Dialog Update text dynamically.

Awesome pash! Thanks a lot for your hard work.

 

You should add a DONATE button to your page. So that we can send you some money for all the additional stuff you implement into your plugins!

 

Dan

Link to post
Share on other sites

Thanks for the update pash!

 

Suggestion:

 

- Command to easily call uiWindow by position or name

 

It is the window when you click "Tool" menu.

 

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/0a6c008d-920a-417d-afcf-7b08a0770cb6/05.16.2014-19.32.png

Link to post
Share on other sites

Awesome pash! Thanks a lot for your hard work.

 

You should add a DONATE button to your page. So that we can send you some money for all the additional stuff you implement into your plugins!

 

Dan

Thanks for the advice

Link to post
Share on other sites

Thanks for the advice

 

I will definitely donate pash.

You really should start licensing your plugin to avoid being shared for free.

 

Also, please kindly check my post above if its possible.

I hope it is because since advertise dialog cant connect with ubot codes.

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

×
×
  • Create New...