| View previous topic :: View next topic |
| Author |
Message |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Mon Nov 29, 2004 1:55 am Post subject: VDSGUI question |
|
|
I'm making a little database program that has an index listbox on the leftside of the screen. On the right the selected record is shown.
I experimented with two versions, one using Tommy Sools vdslist and the other with Codescripts vdsgui.
As long as I use the mouse in the index list of the vdsgui version the record view is nicely refreshed on the right, but if I navigate through the list using the arrow keys nothing happens on the right. So apparently the key events aren't caught. In the vdslist version record view is being refreshed no matter if I navigate by mouse or by keys.
What am I missing in the vdsgui version? How do I catch/recognize the arrow key events.
(it's quite late already so maybe I'm too sleepy to see the logical solution at the moment ) |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat Dec 04, 2004 7:09 pm Post subject: |
|
|
This feature wasn't there in VDSGUI.
I have added the same and in the newer version.
http://codescript.vdsworld.com/vdsgui/custom_update.zip
I am a bit bsuy to update the file at vdworld main page - so I will do it later.
Edit:
(I have already got confirmed from JRoza that the newer verison is doing well) _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|