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 


FREEZING FIRE... Some sort of "tables" in VDS 3.51

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


Joined: 24 Apr 2002
Posts: 72

PostPosted: Fri Jan 23, 2004 5:00 pm    Post subject: FREEZING FIRE... Some sort of "tables" in VDS 3.51 Reply with quote

Hey guys...

For now I stuck without tables in VDS 3.51... Maybe I'm going to buy 5.1 but for now I've got not the for it Sad

I want to use some sort of table in my program. For now I user the courier font in an list... With spaces I cant get all the text on the rights places, but the problem is that the courier font is too width... I cannot get all my information in my own made "table". Is there someone out here who knows my problem and has made his own solution from it?

I'd like to know...
Raymond


PS: Have you noticed that when you say "Notify me when a reply is posted", that sometimes you won't be notified? Strange...


Last edited by Raymond175 on Sat Jan 24, 2004 3:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Jan 23, 2004 5:44 pm    Post subject: Re: Some sort of "tables" in VDS 3.51? Reply with quote

Raymond175 wrote:
For now I stuck without tables in VDS 3.51... Maybe I'm going to buy 5.1 but for now I've got not the for it Sad


Have you ever looked at the VDSLISTS.DLL? It's an excellent extension
that includes the equivalent of the BITLIST, BITCOMBO, TABLE, and includes
status bar features that can't even be found in VDS 5. Smile

All for only $10 Wink

http://www.vdsworld.com/index.php?page=download&fileid=217

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Fri Jan 23, 2004 10:49 pm    Post subject: Reply with quote

You can create a "table" of sorts using multiple EDIT
elements. If you name them by rows and columns
(R1C1, R1C2, etc.) you should be able to create a
common routine to access them as needed.

I don't have code to do this at present, but if you
want to give it a try maybe we can help out. Wink

Cheers, Mac Smile

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
Raymond175
Contributor
Contributor


Joined: 24 Apr 2002
Posts: 72

PostPosted: Sat Jan 24, 2004 11:21 am    Post subject: Reply with quote

I don't think that is a good way to do it... it CAN be used, you're right, but I've got a music-database with around 10.000 MP3 songs in it, and with edit-elements I cannot scroll that fast like a list-element does.

Thanks for your suggestion anyways.
Raymond
Back to top
View user's profile Send private message
Raymond175
Contributor
Contributor


Joined: 24 Apr 2002
Posts: 72

PostPosted: Sat Jan 24, 2004 11:25 am    Post subject: Reply with quote

Hey FreezingFire,

Sorry I've overlooked your post! I've downloaded the dll and I'll give it a try... I'm making a program for someone else who's going to pay for it, so $10 ain't such a problem... Only I want to know if it's worth it by using it as a demo right now... I hope this functionality is there!

Thanks!
Raymond
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Jan 24, 2004 12:54 pm    Post subject: Reply with quote

The functionality for the VDSLISTS.DLL is actually greater than the functionality
of the VDS 5 tables, etc. Smile

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


Joined: 24 Apr 2002
Posts: 72

PostPosted: Sat Jan 24, 2004 3:01 pm    Post subject: Reply with quote

It took me quite a while before I got the table working... The border dissapeared for me, and alse when the window lost focus and gained it again, the whole table was gone!

Now I've found what the problem is, I've placed it on top of an TAB, and he doesn't like that very much. The same happens when another window is covering the element and when the window disappears, the whole table is gone! The window has to minimize and maximize again to show the table... But once again... that problem is made by the TAB-element...

I found another problem which can be a bit annoying for the end-user. When I click the first column (with names) and press the first letter I want to search (for example 's'), it jumps to the right spot, but when I press anoter letter (for example 'e'), it does nothing. The control has to lose focus first before it can search again...

Maybe you can fix this in a new version before I buy it? The program I'm making has to be almost perfect...

Thanks
Raymond


PS: Also I have difficulties when I want to retrieve 1 value from the table... When I use @EXTLIST(LIST, ITEM, element) I get a long string with all the columns, but I have to parse this info into seperate vars... How can I do this?


Last edited by Raymond175 on Sat Jan 24, 2004 3:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
Skit3000
Admin Team


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

PostPosted: Sat Jan 24, 2004 3:40 pm    Post subject: Reply with quote

Raymond, FreezingFire isn't the developer of the vdslists dll, Tommy Sools is... Smile You can contact him through E-mail: tommy@sools.nl...
_________________
[ 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
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Sat Jan 24, 2004 3:41 pm    Post subject: Reply with quote

Raymond175 wrote:
I don't think that is a good way to do it... it CAN be used, you're right, but I've got a music-database with around 10.000 MP3 songs in it, and with edit-elements I cannot scroll that fast like a list-element does.

Thanks for your suggestion anyways.
Raymond


LOL, I had no idea the size you wanted - you're right,
10,000 entries using EDITs alone would be a nightmare.

However, ya could use an "index list" and click an item
to load into the EDITs if ya find no other solution. Wink

Cheers, Mac Smile

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Jan 24, 2004 4:42 pm    Post subject: Reply with quote

You can place the table ontop of a group, which is placed on the tab
element, and it will solve the problem I think.

Indeed, Tommy Sools is the author of this extension. Smile

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


Joined: 24 Apr 2002
Posts: 72

PostPosted: Sun Jan 25, 2004 10:15 am    Post subject: Reply with quote

I'm sorry... I've dropped the table thing! I've benchmarked it with 10.000 MP3 listings, but only the loading of the list took 50 seconds. And when I want to filter the list (let's say I only want dance music), it took arround 3 minutes.

The way I do it now (A list with a monospaced font to create a table with additional spaces between the items) I takes arround 2-3 seconds to load the list and arround 4-5 seconds to filter the list... that's quite a difference!

This is the way my table lookes like:


Code:
Artist - Title                     Genre      Length     Comment
--------------------------------------------------------------------------------
Angelic - Can't Keep Me Silent     Dance      03:58
DJ Tiesto - Traffic                Trance     03:27      Very neat!
Special D - Come With Me (Ext...   Dance      03:10



Thanks anyways for you quick help!
Raymond
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 -> 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