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 


VDSOBJ02 Update - New MaskEdit Control!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Tue Apr 29, 2003 1:07 am    Post subject: VDSOBJ02 Update - New MaskEdit Control! Reply with quote

I've updated the VDSOBJ02.DLL 2.4.28.2003, it now has a fully functional maskedit control. It allows user definable masks and comes with an example for social security, phone number, zip, date, time. The help file explains each special mask character you can use so you can easily create your own custom masks.

For instance if you wanted an edit box where a user could enter his phone number you could make a mask like this:

!\(999\)000-0000;1;#

This would create a mask for the MASKEDIT which would only accept/view the phone number in this format: (000)-000-0000 no letters are allowed and only 10 digits can be entered. Empty characters would use the # character until a valid number is entered. This is only one example, the MASKEDIT control allows user definable masks which also can follow some basic rules.

You can get the updated VDSOBJ at:

DOWNLOAD HERE
Back to top
View user's profile Send private message
LOBO
Valued Contributor
Valued Contributor


Joined: 14 Mar 2002
Posts: 241
Location: Wilmington, Delaware, USA

PostPosted: Tue Apr 29, 2003 1:18 am    Post subject: Reply with quote

Thanks Prakash Exclamation Great addition to an already great extension Very Happy

-Mark
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu May 01, 2003 12:59 pm    Post subject: Reply with quote

hi pgware,

i was wondering if it'd be possible for you to add support for superscript and subscript in vdsobj for richedit elements? if it's too much hassle, don't bother as i figure that you are a very busy man Smile

thanks in advance

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Fri May 02, 2003 4:32 am    Post subject: Reply with quote

I'll try to see if I can get that added in Smile
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Fri May 02, 2003 9:39 am    Post subject: Reply with quote

thanks prakash Very Happy

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Tue Jun 24, 2003 11:55 pm    Post subject: Reply with quote

I see a new upload of vdsobj02.dll on vdsworld -

Does it now work fully with VDS5?
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Jun 25, 2003 1:20 am    Post subject: Reply with quote

No unfortunantely it does not. These dll issues are due to VDS 5, Commercial Research needs to provide a fix for VDS 5/DLL issue. Everything within my dll is standard and I can almost safely assume/say the same for all other dll's that are also having problems with vds 5.
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Jun 25, 2003 2:16 am    Post subject: Reply with quote

Btw the update to the vdsobj simply allows you to now use a window identifier/window handle with the OBJECT CLASS command. This allows you to put the objects within other dialog controls such as group boxes, tabs etc by passing it's window identifier.
Back to top
View user's profile Send private message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Wed Jun 25, 2003 2:48 am    Post subject: Reply with quote

Gotcha. Hope the VDS patch is out soon. I'm sure they are working on it.
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Tue Jul 01, 2003 5:04 am    Post subject: Reply with quote

Okay a new update is available, this hopefully addresses problems with VDS 5. If you guys have the time try it with VDS 5, and for those that have earlier versions of vds please try this new version just to make sure it is still backwards compatible. The dll comes with an installer and pre-made examples so it shouldn't take but a few seconds to install and test.

DOWNLOAD HERE


I'd like to thank Tommy for helping with this fix and for finding the 'possible' fix with vds 5 - dll problems.
Back to top
View user's profile Send private message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Tue Jul 01, 2003 6:07 am    Post subject: Reply with quote

Looks like it works here on 4 and 5, besides not having a DIRECTORYLIST1CLICK event Wink
Tested on XP Pro.

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Tue Jul 01, 2003 7:49 am    Post subject: Reply with quote

Everything works, but I cannot change the color/font of the richedit textbox. I think it's because the focus is loosed when clicking the combo element...
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Tue Jul 01, 2003 1:24 pm    Post subject: Reply with quote

This is normal with the DIRECTORYLIST1CLICK, the CLICK style wasn't defined in the vds script, adding CLICK to the OBJECT ADD command for the directorylist should fix this.


Also yes whenever the focus is lost the example doesn't keep the position of the cursor/caret thus the font isn't really changed. But if you put the cursor at the end of the richedit, and start a new line then change the font/color it should work. This is just due to a bad example rather then limitation of the richedit.
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Jul 01, 2003 11:48 pm    Post subject: Reply with quote

hi Prakash,

just letting you know that the new vdsobj02.dll seems to work with vds 5 although i haven't thoroughly tested it yet...working on something else at the moment...

thanks for the update

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Sat Jul 12, 2003 8:48 pm    Post subject: Reply with quote

Quick update: the VDSOBJ was updated a few days ago. AVI (Windows Video) is now supported within vdsobj02.dll.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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