Still can not get revBrowser to load in standalone
Terry Judd
tsj at unimelb.edu.au
Thu Aug 7 18:15:09 EDT 2008
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...
On 8/8/08 5:22 AM, "Thomas McGrath III" <3mcgrath at comcast.net> wrote:
> Dear programmers,
>
> I still can not seem to get the revBrowser to load from the standalone
> I am building.
>
> It should load since it is in the OSX package but it does not.
>
> In Windows it will not load either.
>
> I can really use some help here.
>
>
> Sincerely,
>
> Tom McGrath
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
--
Dr Terry Judd
Lecturer in Educational Technology (Design)
Biomedical Multimedia Unit
Faculty of Medicine, Dentistry & Health Sciences
The University of Melbourne
Parkville VIC 3052
AUSTRALIA
61-3 8344 0187
More information about the use-livecode
mailing list