Jump to content
UBot Underground

Recommended Posts

Suggestion on alert result dialog function:

Please allow us to enter our own buttons text.

For example we can put something like this:

Add/Remove/Cancel

Overwrite/Create New

 

Looks like you missed this suggestion pash.

Hope you can add this.

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

@Pash:

 

Your plugins are calling your update server very often. Not only once when ubot studio starts. There is an ongoing communication happening:

 

I think that's not the correct behavior?

http://content.screencast.com/users/danwan131/folders/Jing/media/5164497f-df83-4701-b8ee-5453bcb63d34/2015-04-02_2325.png

 

I know I can disable it, but it would be better if you could limit the version check to just the start ob ubot studio.

 

Dan

  • Like 1
Link to post
Share on other sites

ouch. was wondering why is ubot so laggy sometimes, though i actually thought is checking for the plugins only at start as you recommended.

 

Yes Pash is best to check for updates only when ubot starts and not always. well done DAn

Link to post
Share on other sites

pash, did you check all your plugins for this ongoing communication with your server?

I sent an email. To update the plugin. A few days ago

Do not you get it?

Link to post
Share on other sites

V2.1.6.8

alert result dialog : add hide option "custom button text"

 

And whats the difference between clicking one of the buttons? Is that stored in a variable as a result? So that 

wen can somehow distinguish between what was clicked? 

 

Dan

Link to post
Share on other sites

And whats the difference between clicking one of the buttons? Is that stored in a variable as a result? So that 

wen can somehow distinguish between what was clicked? 

 

Dan

alert($plugin function("Advanced Dialog.dll", "$alert result dialog", "Test", 1234, "Add/Remove/Cancel", "Asterisk", "Default Desktop Only", "Button 1"))
Link to post
Share on other sites
alert($plugin function("Advanced Dialog.dll", "$alert result dialog", "Test", 1234, "Add/Remove/Cancel", "Asterisk", "Default Desktop Only", "Button 1"))

 

I can't test it at the moment. So the function will return the name of the button that was clicked? So Add, Remove or Cancel in that case?

 

Dan

Link to post
Share on other sites

I can't test it at the moment. So the function will return the name of the button that was clicked? So Add, Remove or Cancel in that case?

 

Dan

yes.

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

hey Pash... got bug with check dialog...

define person_data {
    set table cell(&data_backup, 0, 0, "Application ID.")
    set table cell(&data_backup, 0, 1, "Date of Birth")
    set table cell(&data_backup, 0, 2, "Passport No.")
    plugin command("Advanced Dialog.dll", "checkbox dialog", "Person Data", &data_backup, &data_use, 633, 311, "True", "FFF3F3F3", "00FF00,FFFFFF", "FF0000,FFFFFF", "Center App", 7, "False", "False")
}

error message: http://pastebin.com/0J2SM4YX

 

 

And this one doesn't work at either, no windows shown:

define person_data {
    set table cell(&data_backup, 0, 0, "Application ID.")
    set table cell(&data_backup, 0, 1, "Date of Birth")
    set table cell(&data_backup, 0, 2, "Passport No.")
    plugin command("Advanced Dialog.dll", "data tables editor dialog", "Personal Data", &data_backup, 600, 400, "True", "Center App")
}

Link to post
Share on other sites

 

hey Pash... got bug with check dialog...

define person_data {
    set table cell(&data_backup, 0, 0, "Application ID.")
    set table cell(&data_backup, 0, 1, "Date of Birth")
    set table cell(&data_backup, 0, 2, "Passport No.")
    plugin command("Advanced Dialog.dll", "checkbox dialog", "Person Data", &data_backup, &data_use, 633, 311, "True", "FFF3F3F3", "00FF00,FFFFFF", "FF0000,FFFFFF", "Center App", 7, "False", "False")
}

error message: http://pastebin.com/0J2SM4YX

 

 

And this one doesn't work at either, no windows shown:

define person_data {
    set table cell(&data_backup, 0, 0, "Application ID.")
    set table cell(&data_backup, 0, 1, "Date of Birth")
    set table cell(&data_backup, 0, 2, "Passport No.")
    plugin command("Advanced Dialog.dll", "data tables editor dialog", "Personal Data", &data_backup, 600, 400, "True", "Center App")
}

You must be at least one channel.

sample

define person_data {
    set table cell(&data_backup,0,0,"Application ID.")
    set table cell(&data_backup,0,1,"Date of Birth")
    set table cell(&data_backup,0,2,"Passport No.")
    comment("Add Data")
    set table cell(&data_backup,1,0,12345)
    set table cell(&data_backup,1,1,$date)
    set table cell(&data_backup,1,2,99999999999999)
    plugin command("Advanced Dialog.dll", "checkbox dialog", "Person Data", &data_backup, &data_use, 633, 311, "True", "FFF3F3F3", "00FF00,FFFFFF", "FF0000,FFFFFF", "Center App", 7, "False", "False")
}
 
Problem 2: Try to delete data in folders "temp" and try again.

post-5560-0-72415700-1429575723_thumb.png

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

Pash how to add context to data table editor?

 

select a data, right click, do something with the data selected

 

can it be done?

Link to post
Share on other sites

Pash how to add context to data table editor? select a data, right click, do something with the data selected can it be done?

Goto download url >> Sample (Folder) >> data tables editor dialog.ubot

Link to post
Share on other sites

No no no. It is not like that You see when we open the data table editor and in the cell we have data like http://ubotstudio.com

data like http://ubotstudio.com ???

it a web site.

 

I do not understand what you're telling me.

Please understand that I'm not good at English.

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

V2.1.7.0 (Beta)
Add new command
date picker dialog v2 : new style date picker

Add option
color picker dialog : add new style "Vista"

Update library.
 

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

×
×
  • Create New...