revBrowserPrint

2011-02-01 Thread Mike Arnold
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

Re: Linux standalone

2011-01-31 Thread Mike Arnold
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

Linux standalone

2011-01-31 Thread Mike Arnold
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

revBrowser & scrollbars & resize Control

2011-01-17 Thread Mike Arnold
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

Windows standalone - revBrowser DLL

2011-01-07 Thread Mike Arnold
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

Re: revBrowser from variable

2010-11-26 Thread Mike Arnold
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

revBrowser from variable

2010-11-26 Thread Mike Arnold
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. __