On Mac (not sure about windows), I've implemented a print command as just
case "Print"
revBrowserPrint tBrowserId
break
It will always print the right thing, but sometimes (I have not determined a
true pattern) the preview window will be blank.
At first I thought it was determine
Warren & Richard,
Thank you for your responses. Yep, right there in the doc it says that its
Windows & Mac only. That is quite disappointing (but at least it is
documented, unlike a number of other mac vs windows behaviors).
Its not that I expect many (if any) linux users for this particula
I am working on the multi-platform distribution of a simple application that
uses revBrowser function. The mac standalone (development system too) is
working, Windows in about 95% (still haven't figured out how to handle
separators & disabled items which seem to not work in Windows), but now th
I have a stack with only a revbrowser instance filling the entire card. I have
vertical and horizontal scrollbars enabled with the window being resizeable.
Where the two scrollbars meet, there is an empty box - where I would expect to
be able to put the resize control, but it seems that I have
Developing on a Mac, I have a small application that opens a substack with a
revBrowser instance rendering in-memory html. The standalone on the mac runs as
expected. When I execute the windows standalone Windows2000 under Parallels,
the primary stack seems to display fine, but the revBrowser wi
Perfect! Thank you.
Mike.
> revbrowserset sBrowerId,"htmltext",whatyouwanttodisplay
> revBrowserSet myId, "htmltext", myVariable
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage you
Is it possible to direct revBrowser to display html from a variable rather than
from a file or the net? I would like to display some output through the
browser without having to create a temporary file (and all the error
possibilities associated with that).
thanks,
Mike.
__