| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sat Mar 29, 2008 3:22 pm Post subject: VDSBRW60.dll issues |
|
|
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 |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sat Mar 29, 2008 3:24 pm Post subject: |
|
|
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 |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sat Mar 29, 2008 3:32 pm Post subject: |
|
|
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 |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sun Mar 30, 2008 1:12 am Post subject: |
|
|
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 |
|
 |
|
|
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
|
|