Jump to content
UBot Underground

Recommended Posts

set(#downloadfolder$plugin function("Advanced Dialog.dll""$folder browser dialog""Please select a folder.""My Documents"$special folder("Application"), "True"), "Global")

 

 

When a drive (d:) is selected the function adds a \ to the end:

Result =   d:\  or c:\

 

when a folder is selected it's NOT adding a \ at the end

Result = c:\folder  or d:\xx\folder

 

Could you please make that consistent?

 

Otherwise I need to check if someone selected a folder or a root drive. So that I know if I need to add a \ or not.

 

Thanks

Dan

 

I do not define it

It is defined by the library

Try.

set(#downloadfolder, $plugin function("Advanced Dialog.dll", "$folder browser dialog", "Please select a folder.", "My Documents", $special folder("Application"), "True"), "Global")
if($comparison($find regular expression(#downloadfolder, "\\\\$"), "!=", "")) {
    then {
        alert("Root Folder")
    }
    else {
        alert("Is Not Root Folder")
    }
}
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

Hello, I have a client that keeps getting and unreviwed plug-in error in there complied bot. Is anyone else having this problem with the advanced dialog plugin? Or what do you suggest pash. Thanks

Link to post
Share on other sites

Hello, I have a client that keeps getting and unreviwed plug-in error in there complied bot. Is anyone else having this problem with the advanced dialog plugin? Or what do you suggest pash. Thanks

Your customers get this error anyone?

If not, ask what he is like the operating system and installation .Net.

Link to post
Share on other sites

Your customers get this error anyone?

If not, ask what he is like the operating system and installation .Net.

 

 

Yes now I have tow reports of this happeing. I'm asking them now about having the .net framwork installed. Here is there screen shot http://imageshack.com/a/img835/9621/zian.jpg

Link to post
Share on other sites

Suggestion on popup notifier. Please add an option to edit the font size.

 

- Prompt command. (Ubot built in $prompt is lame. Maybe you can add a better one.)

- On $text box dialog. Please add a wrap=off/on option.

Link to post
Share on other sites

Yes now I have tow reports of this happeing. I'm asking them now about having the .net framwork installed. Here is there screen shot http://imageshack.com/a/img835/9621/zian.jpg

I regret the slow response

I have a cold for several days. I must rest for several hours Of headache

Tuen me some time to investigate questions from the forums.

 

 

For your problem

I tested on windows 8.1 (x64) and Windows 7 (x64).

No problems found

The initial solution is to check the installation ". NET" and included the bots again. Send your customers

Link to post
Share on other sites

V2.1.1.1

Add Option:
$text box dialog: Add "Wrap Text" (Warning: main update you need to go back and edit the values ​​to be correct.)

Link to post
Share on other sites

V2.1.2.0

Add C/F:

  • prompt dialog: Style (Sample 1/Sample 2/Vista 1)
  • auto close message box: Show message box and close after timeout

Add Sample:

  • prompt dialog
  • auto close message box
Link to post
Share on other sites

 

V2.1.2.1

Fix:

  • $text box dialog:"ENTER New Line" doesn't work

 

 

Wow, 10 minutes!! Gotta be a new record :)

 

Donation sent, thanks for everything!

 

Marton

Link to post
Share on other sites

Wow, 10 minutes!! Gotta be a new record :)

 

Donation sent, thanks for everything!

 

Marton

Many thanks for donations :)

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

Pash, how can i embed youtube video on advertise dialog?

I tried to embed this code below but it doesnt work.

<iframe width="640" height="480" src="http://www.youtube.com/embed/DGnfxAdBi38?rel=0" frameborder="0" allowfullscreen></iframe>
Link to post
Share on other sites

 

Pash, how can i embed youtube video on advertise dialog?

I tried to embed this code below but it doesnt work.

<iframe width="640" height="480" src="http://www.youtube.com/embed/DGnfxAdBi38?rel=0" frameborder="0" allowfullscreen></iframe>

Not supported special some tag embed/iframe/ext.

Link to post
Share on other sites

Is there a way to put youtube videos on the dialog?

I've seen one of my clients can do.

But I can not remember how to do his.

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

Has anyone come across a problem with $dropdown dialog   ???  

 

 

This is the code im using for it.   It works once, sometimes up to 3 times but after the bot does its run then you press start again the 2nd or 3rd time the dropdown will not show, it does not show the popup.

 

Any ideas?

set(#selectniche, $plugin function("Advanced Dialog.dll", "$dropdown dialog", "Popular Niches", "Select Niche", "ALL,{#PopulateNicheDropdown}", 330, 350, "False", "FFF3F3F3", "FFBEEAC4,000000", "FFF3C1C1,000000", "Center App"), "Global")

Thanks in advance

 

Jane

Link to post
Share on other sites

Feature Request:

 

 alert($plugin function("Advanced Dialog.dll""$dropdown dialog""Bitte auswählen!""Männliche oder weibliche
Vornamen verwenden?""maennlich,weiblich", 400, 200, "False""FFF3F3F3""FFBEEAC4,000000""FFF3C1C1,000000""At Mouse Position"))

 

Multi line text in the Dropdown label field doesn't work correctly.

 

 

asdasd211.JPG

 

Changing height doesn't help.

Link to post
Share on other sites

Pash,

 

has something changed with your plugins? I have issues compiling bots when I have your plugins enabled?

 

And how should we understand the blog post here:

http://ubotplugincustom.weebly.com/how-to-buy.html

 

Where you say:

"In order to use my plugin, you need to contact ubot support and tell them you want to develop your own plugin and request a plugin key from them."

 

Dan

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

×
×
  • Create New...