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 


[resolved] Dialog setpos issue

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
bbelcher
Contributor
Contributor


Joined: 30 Jul 2002
Posts: 172

PostPosted: Sat Nov 01, 2003 8:06 pm    Post subject: [resolved] Dialog setpos issue Reply with quote

I'm useing VDS 4.0 and when I run this code compiled to an exe the dialog box will not redraw above the 450,370 size that is specified in the DIALOG CREATE statment. It runs fine uncompiled.
Question



Code:

  DIALOG CREATE,test,-1,0,450,370
  DIALOG ADD,BUTTON,BUTTON1,8,6,64,24,BUTTON1
  DIALOG ADD,BUTTON,BUTTON2,8,74,64,24,BUTTON2
  DIALOG ADD,BUTTON,BUTTON3,8,142,64,24,BUTTON3
  DIALOG SHOW

 :Evloop
 wait event
 goto @event()

:button1button
DIALOG SETPOS,,,,350,270
GOTO EVLOOP

:button2button
DIALOG SETPOS,,,,450,370
GOTO EVLOOP

:button3button
DIALOG SETPOS,,,,670,510
GOTO EVLOOP

:close
exit
Back to top
View user's profile Send private message
bbelcher
Contributor
Contributor


Joined: 30 Jul 2002
Posts: 172

PostPosted: Sat Nov 01, 2003 8:56 pm    Post subject: Reply with quote

Never mind found the answer.

I had an older version of the vdsrun40.dll file version 4.0.0.0 in the system dir. Replaced it with the vdsrun40.dll file version 4.5.0.0

All is well.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    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