forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Possible DDE Server Bug ?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Wed Dec 10, 2003 3:35 pm    Post subject: Possible DDE Server Bug ? Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Dec 10, 2003 10:27 pm    Post subject: Reply with quote

Could you please provide more information such as what kind of graphical
errors appear? Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Thu Dec 11, 2003 7:16 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Thu Dec 11, 2003 9:50 am    Post subject: Reply with quote

the problem only happens, when you use the WAIT parameter for the RUN command
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
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

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group