Re: revBrowser

2017-04-05 Thread Mark Waddingham via use-livecode
On 2017-04-05 18:18, Mark Waddingham via use-livecode wrote: That is a good question - I shall check... Panos dug this out: Hope this helps! Mark. -- Mark Waddingham ~ m...@livecode.com ~ http://www.livecod

Re: revBrowser

2017-04-05 Thread Mark Waddingham via use-livecode
On 2017-04-05 17:53, Alex Tweedly via use-livecode wrote: Well, I looked in the dictionary for "browser" and that's what I found :-) The widgets come under different sections in the left hand drop-down at the moment unfortunately... OK - so now I see there's a choice which should I use

Re: revBrowser

2017-04-05 Thread Alex Tweedly via use-livecode
On 05/04/2017 15:34, Mark Waddingham via use-livecode wrote: It is inside the app bundle on Mac - Contents/Tools/Resources/... - on windows it will be in Program Files in the LiveCode folder. There probably is somewhere in the IDE that links to it, but I can't remember where off the top of

Re: revBrowser

2017-04-05 Thread Mark Waddingham via use-livecode
On 2017-04-05 16:30, Alex Tweedly via use-livecode wrote: The dictionary says There is a sample stack for revBrowser at the following location in the LiveCode folder: Resources/Examples/Browser Samper.rev. This stack demonstrates, with many examples, how to use browser objects in an applica

Re: revBrowser, bataBase and LC 7.1.3 on Android 5.1.1 or 6

2016-05-03 Thread Peter TB Brett
On 02/05/2016 22:57, Alain Vezina wrote: Hi all, On Android 5.1.1 and 6 the revBrowser and DataBase librairies don’t work with LC 7.1.3. I use SQLite Anybody else had the same experience? Should I send a bug report? Yes please! Peter -- Dr Peter Brett LiveCod

Re: RevBrowser in 8.0.0 DP 15

2016-03-20 Thread Peter TB Brett
On 20/03/2016 20:26, J. Landman Gay wrote: On 3/20/2016 2:54 PM, J. Landman Gay wrote: Yes, some of it does. The file loads into the browser either way but subsequent navigation causes the browser content to go blank. It's because when queried, the URL the browser returns is "about:blank" instea

Re: RevBrowser in 8.0.0 DP 15

2016-03-20 Thread J. Landman Gay
On 3/20/2016 2:54 PM, J. Landman Gay wrote: Yes, some of it does. The file loads into the browser either way but subsequent navigation causes the browser content to go blank. It's because when queried, the URL the browser returns is "about:blank" instead of the file path. Revising this too, it

Re: RevBrowser in 8.0.0 DP 15

2016-03-20 Thread J. Landman Gay
On 3/20/2016 3:34 AM, Peter TB Brett wrote: Do the problems with the #-component in revBrowser go away if you use an RFC 1738 file URL? Yes, some of it does. The file loads into the browser either way but subsequent navigation causes the browser content to go blank. It's because when queried,

Re: RevBrowser in 8.0.0 DP 15

2016-03-20 Thread Peter TB Brett
On 20/03/2016 05:43, J. Landman Gay wrote: On 3/19/2016 5:11 PM, Sannyasin Brahmanathaswami wrote: Oh.. wait.. if I paste that URL in to the widget it goes bonkers.. to be more precise presents a small rect about 40x tall and 150 px wide with scroll bars. Is that the bug you are seeing? I

Re: RevBrowser in 8.0.0 DP 15

2016-03-20 Thread Peter TB Brett
On 20/03/2016 04:14, J. Landman Gay wrote: Not exactly. I tried a similar file path when I was testing a widget but it wouldn't load at all, nothing happened. I just now realized that the file path has spaces in it. If I remove those (or encode them) it does load, so the widget works after all. T

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
On 3/20/2016 12:43 AM, J. Landman Gay wrote: On 3/19/2016 5:11 PM, Sannyasin Brahmanathaswami wrote: Oh.. wait.. if I paste that URL in to the widget it goes bonkers.. to be more precise presents a small rect about 40x tall and 150 px wide with scroll bars. Is that the bug you are seeing? I

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
On 3/19/2016 5:11 PM, Sannyasin Brahmanathaswami wrote: Oh.. wait.. if I paste that URL in to the widget it goes bonkers.. to be more precise presents a small rect about 40x tall and 150 px wide with scroll bars. Is that the bug you are seeing? I just saw it. I had a widget sized correctly.

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread Peter TB Brett
On 17/03/2016 22:12, J. Landman Gay wrote: On 3/17/2016 1:11 PM, panagiotis merakos wrote: No CEF on Mac OS X -- Due to the lack of support for 32-bit CEF on Mac OS X, we will no longer be using libCEF to provide an embedded browser on OS X. This applies to both the revBrowser ex

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
On 3/19/2016 5:11 PM, Sannyasin Brahmanathaswami wrote: At least delivered from a server: http://dev.himalayanacademy.com/monastery/meet-the-monks#brahma This works in a browser widget in LC 8 DP16 (presumably not CEF since I am on Macbook Pro) I wasn't using a widget, I was loading a local f

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread Sannyasin Brahmanathaswami
Jacque: You want to navigate down the pages? Perhaps i am missing something re your requirements Assuming the pages are marked up with targets e.g   This has significant utility for us also moving forward. At least delivered from a server: http://dev.himalayanacademy.com/monastery/meet-the-mo

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
On 3/18/2016 4:33 AM, Mark Waddingham wrote: On 2016-03-17 23:12, J. Landman Gay wrote: This may be a problem. I'm loading an html file from disk. I can't get the widget to work with disk-based files, so I'm using revBrowserOpenCEF. I need to script navigation to various internal links in the fi

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread Mark Waddingham
On 2016-03-17 23:12, J. Landman Gay wrote: This may be a problem. I'm loading an html file from disk. I can't get the widget to work with disk-based files, so I'm using revBrowserOpenCEF. I need to script navigation to various internal links in the file, like "#linkHere". Can you file a bug wit

Re: RevBrowser in 8.0.0 DP 15

2016-03-18 Thread J. Landman Gay
On 3/18/2016 2:46 AM, Peter TB Brett wrote: Have you tried opening the page in a browser widget, and then using the new "do _ in _" syntax to run some JS in the widget that sets "window.location.hash"? If that's not clear I can try and find the time to put together a full example for you... Th

Re: revbrowser doesn't work

2014-05-17 Thread Cyril Pruszko
I had problems with it working, then not working, then working. I went to livecode 7 and it works nicely. The new revBrowserOpenCep is especially nice, with controls Sent from my iPad > On May 17, 2014, at 3:38 PM, "Serge Brami" wrote: > > just in regular stacks >> Le 17 mai 2014 à 11:52, j.

Re: revbrowser doesn't work

2014-05-17 Thread Serge Brami
just in regular stacks Le 17 mai 2014 à 11:52, j...@souslelogo.com a écrit : > Just wondering : are you tring to open revbrowser in a regular stack > or in a modal stack ? I've had issues with incompatibilities between > revbrowser and modal stacks... > > jbv > >> >> revbrowser doesn’t work on

Re: revbrowser doesn't work

2014-05-17 Thread jbv
Just wondering : are you tring to open revbrowser in a regular stack or in a modal stack ? I've had issues with incompatibilities between revbrowser and modal stacks... jbv > > revbrowser doesn’t work on my mac new mac pro > > config = live code 6.6.1 mac os X maverick web navigator safari > >

Re: revBrowser and modal stack

2014-02-17 Thread jbv
Bob, Thanks for the advice. But since what I'm trying to do is just a nice add-on to a client's app (the client didn't ask for it), I don't want to spend too much time on this... To make things clear, what I am trying to do is to use revBrowser inside a modal stack. IOW revBrowser is activated AFT

Re: revBrowser and modal stack

2014-02-17 Thread Bob Sneidar
It’s been my experience that the revBrowser paints on top of everything. I don’t believe I’ve tried with Modal windows AFTER I activated a browser, but if it is as unwieldy as I remember it being, revBrowser will trump ALL attempts to put something in front of it that is running in the same stac

Re: revBrowser and modal stack

2014-02-17 Thread Mark Schonewille
Hi jbv, I don't think so, as the browser window might be rendered incorrectly "on top" of a window that doesn't have a layer in front of itself anymore and because the browser window is supposed to move with its parent window. Probably the latter makes more sense than the former. -- Kind regar

Re: revBrowser and modal stack

2014-02-17 Thread jbv
> Another possibility is that the modal dialog disaplays on top of the > browser window. The browser isn't a real control but a window drawn on > top of the stack window. Modal dialogs are drawn in a layer in front of > all other windows of an app, possibly including the browser windows. > That me

Re: revBrowser and modal stack

2014-02-17 Thread Mark Schonewille
Hi Jbv, One possibility is that the external works but that the page doesn't load because the modal dialog is blocking. Not very likely to be the case, though. Another possibility is that the modal dialog disaplays on top of the browser window. The browser isn't a real control but a window d

Re: revBrowser : IE needed ?

2013-06-29 Thread Alejandro Tejada
Hi All, Mike Bonner wrote > Yes currently it is needed to use revbrowser. > Moving to webkit is on the to do list though. > Just not sure what the timeline for that will be. The first version of Altbrowser (from Altuit) allowed developers to select Firefox or Internet Explorer as the default br

Re: revBrowser : IE needed ?

2013-06-29 Thread Ludovic Thébault
Le 29 juin 2013 à 18:53, Mike Bonner a écrit : > Yes currently it is needed to use revbrowser. Moving to webkit is on the > to do list though. Just not sure what the timeline for that will be. > > > Thank Ludovic ___ use-livecode mailing list use

Re: revBrowser : IE needed ?

2013-06-29 Thread Mike Bonner
Yes currently it is needed to use revbrowser. Moving to webkit is on the to do list though. Just not sure what the timeline for that will be. On Sat, Jun 29, 2013 at 10:18 AM, Ludovic Thébault < ludovic.theba...@laposte.net> wrote: > Hello, > > Is Internet Explorer is needed to use revBrowser

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
.   = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) - Original Message - From: Graham Pearson To: How to use LiveCode Cc: Sent: Thursday, June 6, 2013 1

Re: revBrowser Error

2013-06-05 Thread Graham Pearson
I have an idea it is on the server since my web server is Coldfusion powered by Java and Apache. I can view the same page on multiple computers at the same time without an issue being reported. The error is only every once and awhile within the revBrowser. The page I am calling is an HTML5 Google M

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
Hi Graham, Is the server returning an error page or is this happening on the client? Which platform is this on? Does the web page contain any applets? Jan Schenkel   = Quartam Reports & PDF Library for LiveCode www.quartam.com = "As we grow older, we grow both wiser and more foolish at

Re: revBrowser and modal dialogs?

2013-03-15 Thread Mike Bonner
Just a guess but it probably depends on WHEN you start revbrowser. Its linked to a particular windowid, and changing stack modes changes this ID. You might instance the revbrowser for that modal in opencard and might even consider using a send in time to instantiate it. Not sure this is the issu

Re: revBrowser with LC 5.5.x - is someone getting this working?

2012-12-14 Thread Alejandro Tejada
Hi Robert, In the Windows Platform, the original altBrowser External from Altuit, allowed to choose between Firefox or Internet Explorer. This particular feature was unavailable in recent versions. By the way, all browsers are updated, at least weekly... some of them, more frecuently. Alejandro

Re: revBrowser with LC 5.5.x - is someone getting this working?

2012-12-14 Thread Matthias Rebbe
i ran into this while in ide. I am using the backdrop in ide, because i am a desktop messie / clutterer. ;) But i keep your tip in mind. Thanks. Regards, Matthias Am 14.12.2012 um 02:08 schrieb Scott Rossi : > Hi Matthias: > > Apparently it's a Mac tech limitation and/or bug. > > In one

Re: revBrowser with LC 5.5.x - is someone getting this working?

2012-12-13 Thread Scott Rossi
Hi Matthias: Apparently it's a Mac tech limitation and/or bug. In one of my projects that required revBrowser & backdrop I used a crazy hack of dynamically setting up a full-screen window as a fake backdrop and changing the main stack to palette to prevent the main stack from slipping behind the

Re: revBrowser with LC 5.5.x - is someone getting this working?

2012-12-13 Thread Robert Sneidar
It's my humble opinion (and some may disagree) that the browser api in LC leaves much to be desired. Still, it's fine for a simple browser. I would like to see a browser object, perhaps something that ties into a local browser program but embedded, so it would be running inside an actual browser

Re: revBrowser with LC 5.5.x - is someone getting this working?

2012-12-13 Thread Matthias Rebbe
Hi again, after visiting the Runrev Quality Center i found the solution. If a backdrop is set then the browser window content is not shown on Mac OS X. As soon as i disable backdrop the browser content is shown. @Runrev: Why is this not mentioned in the release notes? ! Matthias Am 13.12.20

Re: revBrowser Internet Explorer

2012-02-29 Thread DeeCee
Hey Chip, like you, I do believe this is the scenario that you are running up against. I just did a test using (http://whatsmyuseragent.com) and it reported correctly when I tried it with my standard Internet Explorer 9.0 browser, yet when I did the same using the revBrowser control, it showed ver

Re: revBrowser Internet Explorer

2012-02-29 Thread Chip Thomas
Yes, I believe you're right! I believe I'm seeing the revBrowser.dll rather than the main browser. Is that the only option? On Tue, Feb 28, 2012 at 10:14 PM, DeeCee wrote: > Maybe the other Chip (Chipp Walters) can answer this correctly since he did > the initial development work on the origin

Re: revBrowser Internet Explorer

2012-02-28 Thread DeeCee
Maybe the other Chip (Chipp Walters) can answer this correctly since he did the initial development work on the original revBrowser external, but several of the browser controls that I've seen in use with other development tools, require the presence of the ATL.dll to function. -and- there may be d

Re: revBrowser Internet Explorer

2012-02-28 Thread Bob Sneidar
Haven't a clue then. The Revbrowser has been quite the odd duck for me in the past so I avoid it like the plague. I think for it to be correctly implemented there should be a web browser object, like a field or button. The idea of defining an area of the stack and turning it into a web browser r

Re: revBrowser Internet Explorer

2012-02-28 Thread Chip Thomas
But that's the funny thing . . . In the revBrowser, the user agent detected is MSIE 7.0. I open Internet Explorer and go to the same URL. The user agent detected is MSIE 8.0. I go back to revBrowser and go to that URL again. The user agent detected then is MSIE 8.0. On Tue, Feb 28, 2012 at

Re: revBrowser Internet Explorer

2012-02-28 Thread Bob Sneidar
Also google the subject. There is a WEALTH of info there about things like this. Bob On Feb 28, 2012, at 3:17 PM, Chip Thomas wrote: > [Sorry in advance if this is a double posting!] > > I am trying to detect what browser version is being used when someone uses > the browser instance in my s

Re: revBrowser Internet Explorer

2012-02-28 Thread Bob Sneidar
go to whatsmyuseragent.com and see what you get from those browsers. It may be that IE8 reports IE7 as the user agent. Bob On Feb 28, 2012, at 3:17 PM, Chip Thomas wrote: > [Sorry in advance if this is a double posting!] > > I am trying to detect what browser version is being used when someo

Re: RevBrowser -> IE Security Warning Workaround?

2012-02-01 Thread Scott Rossi
Recently, I wrote: >> I'm trying to workaround a RevBrowser problem that has me stumped -- >> specifically, IE's refusal to run HTML that contains Javascript without >> throwing up an ActiveX security warning. Roger Eller responded: > http://support.microsoft.com/gp/howtoscript Unfortunately,

Re: RevBrowser -> IE Security Warning Workaround?

2012-02-01 Thread Roger Eller
On Wed, Feb 1, 2012 at 10:47 AM, Scott Rossi wrote: > Hi List: > > I'm trying to workaround a RevBrowser problem that has me stumped -- > specifically, IE's refusal to run HTML that contains Javascript without > throwing up an ActiveX security warning. Hoping someone has a creative > solution... >

Re: revBrowser & sound

2012-01-19 Thread Terry Judd
On 20/01/2012, at 08:28 AM, Mark Wieder wrote: Terry- Thursday, January 19, 2012, 12:46:38 PM, you wrote: Agreed - it's almost a great add-on, but ... severely restrict its usability. ...and linux... Linux? What's that ? ;) -- -Mark Wieder mwie...@ahsoftware.net

Re: revBrowser & sound

2012-01-19 Thread Mark Wieder
Terry- Thursday, January 19, 2012, 12:46:38 PM, you wrote: > Agreed - it's almost a great add-on, but ... severely restrict its > usability. ...and linux... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.ru

Re: revBrowser & sound

2012-01-19 Thread Warren Samples
On 01/19/2012 04:20 AM, tkuyp...@telenet.be wrote: it's kinda annoying to always have their website open when surfing the internet, accidentally closing my music when closing to many windows. Can't you just open it in it's own window and hide/minimize it? Park it on another desktop/workspa

Re: revBrowser & sound

2012-01-19 Thread Terry Judd
On 20/01/2012, at 2:08 AM, "Mike Bonner" wrote: > Got it to work with on win 7, livecode 5.0.2 using revbrowser but a script > error pops up. The stream still works for me though. the script error does > NOT show when using a regular old browser. > > Like Andre, i've had a mixed bag with revbro

Re: revBrowser & sound

2012-01-19 Thread tkuypers
Hi Matthias, Just tried RodeoApps, but the same thing happens... The page is loaded, but no sound... I guess it must be a Mac-oddity :-( Met vriendelijke groeten, Warm Regards, Ton Kuypers +32 (0) 477 739 530 Aardbemden 11 • B-2400 • Mol • Belgium www.publishingtools4u.com ___

Re: revBrowser & sound

2012-01-19 Thread Mike Bonner
Got it to work with on win 7, livecode 5.0.2 using revbrowser but a script error pops up. The stream still works for me though. the script error does NOT show when using a regular old browser. Like Andre, i've had a mixed bag with revbrowser. A few things work smashingly well, then theres everyth

Re: revBrowser & sound

2012-01-19 Thread Matthias Rebbe
Ton, i am pretty sure, that this is not want you want to hear. I do not use revBrowser anymore, because it is not possible to create reliable apps with it. That is not a complaint, just a fact. But if you are on Mac you could try Jerry Daniels RodeoAppMaker instead, which is able to create a

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
Good advice, Stephen. The specialized tool I am building is ultimately intended for "authors" who are creating a website from stacks that they are editing, and that are normally deployed in a desktop application. The final result will be uploaded and served to yet other users as a "web versio

Re: RevBrowser: clearing its cache?

2011-11-20 Thread stephen barncard
Tereza, Is there some reason why you can't work on http pages on an online server rather than on your local machine? This 'sandbox' could be a directory on a server that is password protected until ready for public. Then the 'Disable Caches' method in the Developer menu of Safari will work. As we

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
On Nov 20, 2011, at 10:15 AM, Andre Garzia wrote: > Tereza, > > If you are using a local webserver, set it to send no-cache HTTP headers. > This way, no matter if you are using RevBrowser or something else, you will > be safe. If you are just opening file urls in RevBrowser, then, use META > tag

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Andre Garzia
Tereza, If you are using a local webserver, set it to send no-cache HTTP headers. This way, no matter if you are using RevBrowser or something else, you will be safe. If you are just opening file urls in RevBrowser, then, use META tags to disable caching. Cheers andre

Re: RevBrowser: clearing its cache?

2011-11-20 Thread Tereza Snyder
On Nov 20, 2011, at 12:07 AM, Ken Ray wrote: > > On Nov 19, 2011, at 8:05 PM, Tereza Snyder wrote: > >> Yeah, I thought for sure there’s be some kind of cache-disabling call but I >> haven’t discovered it. Since I’m building the pages with LC, previewing them >> in RevBrowser was a no-brainer

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Ken Ray
On Nov 19, 2011, at 8:05 PM, Tereza Snyder wrote: > Yeah, I thought for sure there’s be some kind of cache-disabling call but I > haven’t discovered it. Since I’m building the pages with LC, previewing them > in RevBrowser was a no-brainer--but not worth the agony of seeing a bug > persist thr

Re: RevBrowser: clearing its cache?

2011-11-19 Thread J. Landman Gay
On 11/19/11 8:05 PM, Tereza Snyder wrote: Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m building the pages with LC, previewing them in RevBrowser was a no-brainer--but not worth the agony of seeing a bug persist through one dreary ite

Re: RevBrowser: clearing its cache?

2011-11-19 Thread rodney tamblyn
Try adding a random param on end of file you are previewing, e.g "?3823". Does that help? Sent from my iPhone On 20/11/2011, at 3:05 PM, Tereza Snyder wrote: > Yeah, I thought for sure there’s be some kind of cache-disabling call but I > haven’t discovered it. Since I’m building the pages wit

Re: RevBrowser: clearing its cache?

2011-11-19 Thread Tereza Snyder
Yeah, I thought for sure there’s be some kind of cache-disabling call but I haven’t discovered it. Since I’m building the pages with LC, previewing them in RevBrowser was a no-brainer--but not worth the agony of seeing a bug persist through one dreary iteration after another until finally the co

Re: RevBrowser: clearing its cache?

2011-11-19 Thread stephen barncard
That's a good question. 'Regular' Safari has a 'developer' mode and allows "Disable Caches" which allows 'immediate refresh'. I use this setting all the time while developing online files. Certainly there's a call in the toolbox for that. sqb On 19 November 2011 17:03, Tereza Snyder wrote:

Re: revBrowser, Mac OS X, and Unicode

2011-07-31 Thread J. Landman Gay
On 7/31/11 7:21 PM, Slava Paperno wrote: My one remaining secret weapon, yet to be deployed, is a support request that I am entitled to submit to runrev because I subscribed to the dev program. You should be on the developer's list if you're in the dev program. The engineers read that list and

Re: revBrowser iOS

2011-02-11 Thread Thomas McGrath III
Ok, I see what I was doing wrong. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Feb 11, 2011, at 3:08 PM, Thomas McGrath III wrote: > Does revBrowser work on iOS? I just tried and can not get it to open a new > browser instance. > > If it does is there a trick to get i

Re: revBrowser Question

2011-01-22 Thread David C.
On Sat, Jan 22, 2011 at 1:54 AM, Jeffrey Massung wrote: > Yes. > > I don't remember the exact syntax, but it's something like this: > > put "Hello, world!" into tBody > revBrowserSet(tBrowserId, "htmlText", tBody) > > Jeff M. > Thanks Jeff! That was enough to get me headed in the right direction.

Re: revBrowser Question

2011-01-21 Thread Jeffrey Massung
Yes. I don't remember the exact syntax, but it's something like this: put "Hello, world!" into tBody revBrowserSet(tBrowserId, "htmlText", tBody) Jeff M. On Jan 22, 2011, at 12:05 AM, David C. wrote: > Hello folks, > Is it possible to load html textual content directly from a text field > or v

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

Re: revBrowser from variable

2010-11-26 Thread Andre Garzia
Mike revBrowserSet myId, "htmltext", myVariable :-D On Fri, Nov 26, 2010 at 4:25 PM, Mike Arnold wrote: > 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 creat

Re: revBrowser from variable

2010-11-26 Thread Mike Bonner
Yep. revbrowserset sBrowerId,"htmltext",whatyouwanttodisplay On Fri, Nov 26, 2010 at 11:25 AM, Mike Arnold wrote: > 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