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 


Vdsobj dll question [SOLVED]

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


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Wed Jun 08, 2011 10:56 am    Post subject: Vdsobj dll question [SOLVED] Reply with quote

Hi,

I would like use vdsobj control (richedit) In a child dialog, the issue is after close the dialog with richedit control removing it before child dialog is closed (using object remove,<control> command) recall second time this dialog r about adding the richedit control returned Crying or Very sad

Someone can explain me please wgat I wrong?

Thank you


Last edited by Tdk161 on Fri Jun 10, 2011 12:17 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
cnodnarb
Professional Member
Professional Member


Joined: 11 Sep 2002
Posts: 766
Location: Eastman, GA

PostPosted: Thu Jun 09, 2011 4:38 pm    Post subject: Reply with quote

I bet the DLL will not allow the recreation of a previous named control. The VDS browser control operates the same way.

The way around this is to use a variable in the dialog name.

It's been a long time since I used this DLL, from memory:

Code:
%%myrichedit = @succ(%%myrichedit)
element add,richedit,richedit%%myrichedit,#mywindow,0,0,100,100
Back to top
View user's profile Send private message AIM Address
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Fri Jun 10, 2011 12:17 am    Post subject: Reply with quote

Hi cnodnarb,

I thinked the same solution and you confirmed

Thank you a lot
Back to top
View user's profile Send private message Send e-mail
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