If I use the example Browser Sampler.rev that comes with Revolution Enterprise 4.5.0 and navigate to About Us - Management Team - Kevin Miller I come to a picture of him. A right-click on that picture gives me three choices: Open Image in Window, Download Image and Copy Image.
My first question is who is providing these three choices? In a normal browser there would be more and a closer inspection in the code of the stack, the card and its objects do not indicate that they come from there. I guess the answer is that they come from the revBrowser library.
This brings me to the next observations:
1. Open Image in Window works and goes through the script for 'browserNewUrlWindow' where it shows the url for the .jpg that it is working on. This is show in an 'answer' message.
2. Download Image appears to do nothing. A break point in browserDownloadRequest is never stopped at so I guess it doesn't go through that routine.
3. Copy Image does nothing visible until you paste. In WORD the thing that gets pasted is the string for the url of the picture: http://groundbreak.runrev.com/images/289.jpg.
My conclusion is that only one of the three actually work. Is this something that there is a fix for?
In particular, I would like to be able to download the image. Are there any work-a-rounds?
Thanks,
Larry
revBrowser Bugs??
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: revBrowser Bugs??
Additional requests:
Is there REV source code for the revBrowser library?
Is so, how can I get it?
If I make modifications in it can they be used in my project in place of the code now being used?
How would I make it use my modifications instead of the original code?
Thanks in advance,
Larry
Is there REV source code for the revBrowser library?
Is so, how can I get it?
If I make modifications in it can they be used in my project in place of the code now being used?
How would I make it use my modifications instead of the original code?
Thanks in advance,
Larry