| View previous topic :: View next topic |
| Author |
Message |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed Dec 10, 2003 3:35 pm Post subject: Possible DDE Server Bug ? |
|
|
Hi,
I have a problem using the ddeserver style in VDS5.
When one ddeserver app calls another ddeserver app (using run ...,wait) and the second app is closed, it still remains in the tasklist and brings up some graphical errors:
Example Script 1:
| Code: |
DIALOG CREATE,New Dialog,-1,0,240,160,CLASS test,DDESERVER test
DIALOG SHOW
wait 3
RUN @shortname(@path(%0))dde2.exe,wait
:loop
wait event
goto @event()
:close
STOP
|
Script2:
| Code: |
DIALOG CREATE,New Dialog,-1,0,240,160,CLASS test2,DDESERVER test2
DIALOG SHOW
:loop
wait event
goto @event()
:close
STOP
|
Does somebody have an idea why this happens ?
Thanks, Fabian |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Dec 10, 2003 10:27 pm Post subject: |
|
|
Could you please provide more information such as what kind of graphical
errors appear?  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Thu Dec 11, 2003 7:16 am Post subject: |
|
|
| The area on the first window where the second window covered it becomes a white rectangle (like a hanging app). But I think the real problem is, that app2 still remains as task after closing. If you delete the ddeserver style all works fine. |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Thu Dec 11, 2003 9:50 am Post subject: |
|
|
| the problem only happens, when you use the WAIT parameter for the RUN command |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|