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] vdslists.dll and TABLE element conflict?

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    forum.vdsworld.com Forum Index -> Product Support
View previous topic :: View next topic  
Author Message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Tue Jan 06, 2004 10:21 am    Post subject: [resolved] vdslists.dll and TABLE element conflict? Reply with quote

Hi,

I was trying to create a dialog which was using the vdslists.dll 'extlist' status bar element and the VDS TABLE element.
But, for some reason it looks like these to elements don't like each other Wink, because when you've added the status bar to the dialog, and then try to insert some items in the TABLE element, VDS generates the following errors: Violation d'accès à l'adresse 019DB844. Lecture de l'adresse 00000039, and Opération pointeur incorrecte. The first item in the TABLE element is also blank...
These errors also occurs when closing the program. And when trying to run the script again after those errors, you get the following error: Unhandled exception "" at line 6, while this line contains the 'DIALOG CREATE' code.

It looks like you get that first VDS errors message just as much times as add a item to the TABLE element.

Here's the script:
Code:

option decimalsep, ","
   
external vdslists.dll
#define command, extlist
   
DIALOG CREATE,vdslists.dll - TABLE Elemtent conflict,-1,0,400,160,CLASS TestWin
DIALOG ADD,TABLE,table,6,6,385,109,Column 1[80]|Column 2[80]|Column 3[80]
DIALOG SHOW

if @ask(Do you want to add the status bar element?)
   extlist window, #TestWin
   extlist add, style, Normal_Style, Verdana, 8
   extlist add, status, status, 16, 100@cr()100, , Normal_Style
   extlist set, status, Hello!@cr()Some more text...
end
   
# Now add some items to the TABLE element... the error occures at this point
list add, table, Lalalala@tab()Blablablabla@tab()Some text...
list add, table, And even more text@tab()Do you also get this error?
   
wait event


Best regards,
Vic

BTW
I'm using the newest vdslists.dll version, and vds 5.00... I had no time to test it at 5.01. Perhaps this bugs is already solved in 5.01 (they had time enough to fix any bug CoolWink)

EDIT:
This error also occures when using vds 5.01

_________________
phpBB Development Team


Last edited by Vic D'Elfant on Thu Jan 08, 2004 11:56 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Jan 08, 2004 9:18 am    Post subject: Reply with quote

Nobody? Crying or Very sad
_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Thu Jan 08, 2004 11:49 am    Post subject: Reply with quote

Don't know about vdslists dll but such kind of errors occur due due to some conflict at the dll initialize or working on a subclassing control vs VDS runtime and can be very difficult to fix at times. These kind of errors seem to persist on 5.01.
You may try to enclose the table in a group or line element Idea as vds help file mentions

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension


Last edited by CodeScript on Thu Jan 08, 2004 12:23 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Jan 08, 2004 11:54 am    Post subject: Reply with quote

Thanks... I'll give it a try Smile

Best regards,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Jan 15, 2004 12:05 pm    Post subject: Reply with quote

It works! Thanks again, CodeScript Very Happy

Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    forum.vdsworld.com Forum Index -> Product Support 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