View previous topic :: View next topic |
Author |
Message |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Sun Apr 27, 2008 4:18 am Post subject: Possible DIALOG POPUP Bug (VDS6) |
|
|
I'm trying to migrate a script from VDS 5 to 6. When I use "DIALOG POPUP" the popup shows but when I click on an item I get an error saying it cannot create the dialog element. Since it's actually a VDS 5 script I'm not using any of the advanced features of th element.
eg. DIALOG POPUP,Item1|Item2|-|Item3...etc
When in the IDE the Type is set to VDS 6 Standard Executable I get the error but when set to VDS 5 Standard Executable it works fine.
Anyone else had this issue?? |
|
Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Sun Apr 27, 2008 4:34 am Post subject: |
|
|
I figured it out. One of the items in the menu had a colon ( : ) in it. Unfortunatley, even putting quotes around it didn't fix it.
Last edited by Aslan on Mon Apr 28, 2008 1:29 pm; edited 1 time in total |
|
Back to top |
|
 |
JerryDee Contributor


Joined: 19 Oct 2005 Posts: 53 Location: Czech Republic
|
Posted: Sun Apr 27, 2008 9:48 am Post subject: |
|
|
Hi Aslan,
I had same problem with it.
Unfortunately a colon symbol belongs to range of control signs - it separates a name and text of menu item... _________________ Jerry
(VDS 4,5,6 Pro | V-Setup 3) |
|
Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Mon Apr 28, 2008 1:26 pm Post subject: |
|
|
Ya, I just wish that like other controls putting quotes around it causes the control to ignore it as a control character.
BTW- using @chr ( 58 ) for the colon didn't work either. |
|
Back to top |
|
 |
JerryDee Contributor


Joined: 19 Oct 2005 Posts: 53 Location: Czech Republic
|
Posted: Mon Apr 28, 2008 3:01 pm Post subject: |
|
|
Yes, I know - I tryied even control strings like those with escape (\something) - but "Menu" withstood me  _________________ Jerry
(VDS 4,5,6 Pro | V-Setup 3) |
|
Back to top |
|
 |
|