Terry,

I played with loading it myself but was in the middle of troubleshooting and may not have been doing it right. I will attempt doing it manually and see if there is a difference.

Thanks

Tom McGrath

On Aug 7, 2008, at 6:15 PM, Terry Judd wrote:

Have you tried loading the external 'dynamically'? I used this method
(courtesy of Trevor DeVore) with the old altBrowser external and stuck with
it when it morphed into revBrowser.

Something like...

on loadAppExternals
 if pExternals <> empty then
   if there is not a stack "myExternals" then
     reset templateStack
     set destroyWindow of templateStack to true
     set destroyStack of templateStack to true
     set visible of templateStack to false
     set externals of templateStack to pExternals
     create stack "myExternals"
     reset templateStack
   end if
   go stack "myExternals"
   start using stack "myExternals"
 end if
end loadAppExternals

...where pExternals is a return delimited list of the paths to the externals
you want to load.

BTW there's still a major bug (5125) with revBrowser on Windows (although this remains unconfirmed after more than 12 months), which is that form data
is not passed in the browserBeforeNavigate callback. So if you want to
handle form data in Rev then you're out of luck!

Terry...

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to