Jump to content
UBot Underground

Recommended Posts

Got this error while trying the popup notifier

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/a15e2797-21c3-4cd9-bb65-f665c5b3b7bb/04.19.2014-15.58.png

Sorry for this error.

I will fix soon.

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

Got this error while trying the popup notifier

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/a15e2797-21c3-4cd9-bb65-f665c5b3b7bb/04.19.2014-15.58.png

 

OK i fix it.

try run again.

Link to post
Share on other sites

Notice (Again)

Date 21 April 2014 to 29 April 2014.

I must look after my grandmother had knee surgery.
During that time, I will not reply you.

 

Thank.

Link to post
Share on other sites

V2.0.9.1

Add Option:

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

Link to post
Share on other sites

Text Box Dialog

 

Enter New line = True

 

 

It looks like there is a LineFeed between the lines I enter:

TextBoxDialog.JPG

 

But it's not. I just copied the following text:

Email1

Email2

Email3

 

 

Would be great if that additional LF could be removed. So that it only shows a LF when there is one present.

 

 

Thanks

Dan

Link to post
Share on other sites

i don't know what to say pash... But you offer the fastest support I've ever seen. 

you are not alone right? There are 10 clones working together with you. :-)

 

AWESOME!

Link to post
Share on other sites

V2.0.9.3

Add Option:

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

Link to post
Share on other sites

Thanks Pash,

 

this is NOT fixing the problem. It's a workaround. Of course it's fixing the issue when I enable TRIM. 

But then I can not add space or linefeed on purpose at the end anymore. 

 

 

The function should not change the text in any way if the user doesn't change the text. 

If the plugin would not change the example text in the first place, there would be no need to Trim it afterwards.

 

 

The fix would be:

Don't change the text if the user is not changing anything in the dialog field. 

Input variable should be 100% identical to output variable if the user is just hitting OK

 

TRIM is a nice additional feature and a workaround for the problem, but it's not fixing it.

 

Dan

Link to post
Share on other sites

Here is a new example that's not working when you have trim enabled:

set(#zzz1, "Test Text 
 ", "Global")
set(#zzz2, $plugin function("Advanced Dialog.dll", "$text box dialog", "Test", #zzz1, "False", "True", "True", "True", "True", "True", 600, 200, "False", "FFF3F3F3", "FFBEEAC4,000000", "FFF3C1C1,000000", "FF778ABD,000000", "Center App"), "Global")
if($comparison(#zzz1, "=", #zzz2)) {
    then {
        alert("Perfect! Correct!")
    }
    else {
        alert("WRONG!!")
    }
}

Just start it and hit OK.

 

Not working. 

 

Dan

Link to post
Share on other sites

So Pash, you can remove the TRIM function. It's not needed. Simply fix the code to get the SAME data from input to output.

Link to post
Share on other sites

So Pash, you can remove the TRIM function. It's not needed. Simply fix the code to get the SAME data from input to output.

Exactly. That's what I mean :-)

Link to post
Share on other sites

V2.0.9.4

Fix:

$text box dialog: input/output mismatch

 

Note:

Set Option "Trim Text" = False

Link to post
Share on other sites

V2.0.9.4

Fix:

$text box dialog: input/output mismatch

 

Note:

Set Option "Trim Text" = False

That works perfectly fine now!! Thanks for that pash

Link to post
Share on other sites

V2.0.9.5

Add additional applications:

Progress dialog: hide progress text and numbers.

 

How to use:

Set "Progress Text" = null

 

 

post-5560-0-47561700-1399112650_thumb.png

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

×
×
  • Create New...