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


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Wed Apr 28, 2004 1:56 pm Post subject: @MSGBOX problem in VDS 5.01.114 using XP Home |
|
|
The following should produce a question mark icon, a YES/NO Dialog and the No button highlighted
| Code: |
%R = @msgbox(Message,Title,$124)
|
But it does not!
Anyone any ideas why?
PS Current site produces a debug error on every page load... _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com
Last edited by arcray on Wed Apr 28, 2004 2:47 pm; edited 2 times in total |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Apr 28, 2004 2:23 pm Post subject: |
|
|
Seems to work fine in VDS 3 and Win95...
What exactly does it do for ya? Also prolly help to tell
your VDS version and OS.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
arcray Valued Contributor


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Wed Apr 28, 2004 3:00 pm Post subject: |
|
|
In a VDS script with this code only in:-
| Code: |
%R = @msgbox(Message,Title,$124)
|
it works, but in a script with 8000 lines of code it does not. I'll upload some pictures to this message later... _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Apr 28, 2004 3:14 pm Post subject: |
|
|
Hey Andy,
The reason I asked what it was doing for ya - was just
wondering if maybe ya had it in an "IF" statement that
wasn't getting tripped.
Hopefully some of the other guys can give ya more help
with that VDS version and OS.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Wed Apr 28, 2004 4:06 pm Post subject: |
|
|
i'm with mac here...if it works on its own then check your code to make sure that it runs when it is supposed to
remember that you can use breakpoints together with STEP THROUGH SCRIPT to help with the debugging process...a great way to see what happens at specific sections of your code
serge _________________
|
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Apr 28, 2004 4:12 pm Post subject: |
|
|
Don't forget the new TRACE command which can produce a trace listing of your script to a text file. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 28, 2004 6:54 pm Post subject: Re: @MSGBOX problem in VDS 5.01.114 using XP Home |
|
|
| arcray wrote: | | PS Current site produces a debug error on every page load... |
Which page gives you the error?  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
arcray Valued Contributor


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Thu Apr 29, 2004 5:19 am Post subject: |
|
|
De-Bug errors seem OK now! _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Apr 29, 2004 12:04 pm Post subject: |
|
|
Good to know. Thanks for the report.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|