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 


VDSBRW60.dll issues

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


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sat Mar 29, 2008 3:22 pm    Post subject: VDSBRW60.dll issues Reply with quote

Im posting here, because there is more activity here than over at the dailogscript forums...

I have a dialog and im adding 3 browser elements to it... they are hidden until needed....

But everything time i run the program i get the following:

Violation d'acces á l'adress 08E45CD0 dans le module 'vdsbrw60.dll'. Ecriture de l'adresse 0000FFFF

any ideas ?

ps. using vdsbrw60.dll

EXTERNAL @path(%0)vdsbrw60.dll
#DEFINE COMMAND,browser
#DEFINE FUNCTION,browser

DIALOG ADD,BROWSER,BROWSER1,161,0,1024,570,http://www.google.com,,NONEWWINDOWS,NOFILEDOWNLOADS,NODIALOGS
DIALOG ADD,BROWSER,BROWSER2,161,0,1024,570http://www.ask.co.uk,,NONEWWINDOWS,NOFILEDOWNLOADS,NODIALOGS

DIALOG ADD,BROWSER,BROWSER3,161,0,1024,570http://www.msn.co.uk,,NONEWWINDOWS,NOFILEDOWNLOADS,NODIALOGS


Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sat Mar 29, 2008 3:24 pm    Post subject: Reply with quote

ok just figured out that if you do:

DIALOG ADD,BROWSER,BROWSER1,161,0,1024,570,http://www.ask.com
DIALOG ADD,BROWSER,BROWSER1,161,0,1024,570,http://www.google.com
DIALOG ADD,BROWSER,BROWSER1,161,0,1024,570,http://www.msn.com

It will work... so its something to do with the styles....
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sat Mar 29, 2008 3:32 pm    Post subject: Reply with quote

Ok there is a bug in the vdsbrw60.dll


If you include the style NOFILEDOWNLOADS it causes the error.... and anything added after it does not work if using a single browser element.


Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
DaveR
Valued Contributor
Valued Contributor


Joined: 03 Sep 2005
Posts: 413
Location: Australia

PostPosted: Sun Mar 30, 2008 1:12 am    Post subject: Reply with quote

Hi Nathan,

I just tried your code like this:
Code:
  DIALOG CREATE,New Dialog,-1,0,1100,600
  DIALOG ADD,BROWSER,BROWSER1,30,0,1024,570,http://www.google.com,,NONEWWINDOWS,NOFILEDOWNLOADS,NODIALOGS
  DIALOG SHOW

and sure enough I got the same error message (in French!).

But I noticed if I edit the DIALOG via the Dialog Designer that the NOFILEDOWNLOADS style disappeared. But after adding it via the Dialog Designer it stays, but it still causes the error.

Definitely a bug in vdsbrw60.dll relating to the NOFILEDOWNLOADS style.


Hmm, there's also a bug the VDS6 Dialog Designer for other Browser Styles. It lists the NONAVIGATE style as NONAVIGUATE which does not work. You need to edit it to NONAVIGATE (which then means it does not appear in the dialog designer lsit of selected styles.

_________________
cheers

Dave
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