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
..which should I use ? Is there a similar sample or lesson covering the browser widget ? That is a good question - I shall check... However, one of the reasons for needed a revBrowser sample stack was that you have to setup and teardown your browsers yourself so it is fiddly to use in com

Re: revBrowser

2017-04-05 Thread Alex Tweedly via use-livecode
op of my head... Thanks Mark. Any reason for revBrowser over the browser widget? ;) Well, I looked in the dictionary for "browser" and that's what I found :-) OK - so now I see there's a choice which should I use ? Is there a similar sample or lesson covering the brow

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

revBrowser

2017-04-05 Thread Alex Tweedly via use-livecode
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 application. Anyone know where it can be found ? -- Alex

Re: Browser Widget vs the "old" RevBrowser

2016-08-23 Thread AndyP
.n4.nabble.com/Browser-Widget-vs-the-old-RevBrowser-tp4707790p4707791.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Browser Widget vs the "old" RevBrowser

2016-08-23 Thread Sannyasin Brahmanathaswami
one on the fence… for development going forward, use the widget or revert to the old "revBrowser"? The has, at least on the surface of it, a much more robust API for controlling the web UX than the widget… (I'm probably wrong there.. but just looking at the dictionary command

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

revBrowser, bataBase and LC 7.1.3 on Android 5.1.1 or 6

2016-05-02 Thread Alain Vezina
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? Alain Vezina Lofgilangue www.logilangue.com ___ use-livecode mailing list

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 qu

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
r all. Then I pasted the file path (with hashtag) into the inspector and that worked too. I didn't see the problem you described, the widget keeps its original size. Looks like I do have an option, thanks for that. The bug report that explains my issues with revBrowser is here: http://quality.li

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

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
local file in revBrowser. I couldn't get the widget to work. and it also works if i save the page locally and drop this in a browser file:///Users/Brahmanathaswami/Downloads/test%20local/Kauai's%20Hindu%20Monastery%20-%20Meet%20the%20Monks.html#brahma Oh.. wait.. if I paste tha

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
want separate reports. I suspect they're all related though. To do that I append the link marker to the file path, which I obtain with revBrowserGet("URL"). The CEF browser works with that, revBrowser doesn't. I've tried several different methods, but can't find

RevBrowser in 8.0.0 DP 15

2016-03-19 Thread J. Landman Gay
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 external and the new browser widget. This

Re: RevBrowser in 8.0.0 DP 15

2016-03-19 Thread Mark Waddingham
ot;. Can you file a bug with more details so we can take a look. To do that I append the link marker to the file path, which I obtain with revBrowserGet("URL"). The CEF browser works with that, revBrowser doesn't. I've tried several different methods, but can't find a way

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: Printing a revBrowser

2016-02-10 Thread Mark Waddingham
On 2016-02-10 17:34, Terence Heaford wrote: Thanks for that, will investigate. I've raised a docs issue about revBrowserSnapshot here: http://quality.livecode.com/show_bug.cgi?id=16902 I've also raised an issue about printing in the browser widget here: http://quality.livecode.com/show_bug.

Re: Printing a revBrowser

2016-02-10 Thread Terence Heaford
Thanks for that, will investigate. All the best Terry > On 10 Feb 2016, at 16:25, Mark Waddingham wrote: > > On 2016-02-10 17:06, Terence Heaford wrote: >> If you look at Safari on a Mac it defaults to not printing backgrounds. >> On inspection of the print dialogue box you will notice a che

Re: Printing a revBrowser

2016-02-10 Thread Mark Waddingham
On 2016-02-10 17:06, Terence Heaford wrote: If you look at Safari on a Mac it defaults to not printing backgrounds. On inspection of the print dialogue box you will notice a checkbox to Print Backgrounds towards the bottom of the window. On checking this box in Safari it prints the background b

Re: Printing a revBrowser

2016-02-10 Thread Mark Waddingham
checking this box in Safari it prints the background but revBrowserPrint does NOT conform to this setting. Well the setting in Safari won't affect LiveCode - they share the underlying system WebKit, but obviously Safari hooks into a property of the WebView which revBrowser doesn't curr

Re: Printing a revBrowser

2016-02-10 Thread Terence Heaford
> On 10 Feb 2016, at 15:57, Mark Waddingham wrote: > >> What’s wrong with revBrowserPrint and backgrounds? > > Assuming you mean that no background means that any background fill you have > on the page isn't printed then... > > Nothing is wrong I don't think - doing revBrowserPrint asks the b

Re: Printing a revBrowser

2016-02-10 Thread Mark Waddingham
directly? Text and Backgrounds? The widget browser in LC8 uses the same underlying frameworks as revBrowser (although a largely rewritten code layer inbetween). Printing widgets in LC8 relies on snapshotting them at the moment - which CEF doesn't allow in the mode you have to use to displ

Re: Printing a revBrowser

2016-02-10 Thread Terence Heaford
Hi Mark, OK, I understand. Adjusted image size and all’s well. What’s wrong with revBrowserPrint and backgrounds? Does the widget browser in LC8 print directly? Text and Backgrounds? Thanks Terry > On 10 Feb 2016, at 15:25, Mark Waddingham wrote: > > On 2016-02-10 14:58, Terence Heaford w

Re: Printing a revBrowser

2016-02-10 Thread Mark Waddingham
On 2016-02-10 14:58, Terence Heaford wrote: Also just tried this example from the dictionary. local tSnapshot revBrowserSnapshot sBrowserId, "tSnapshot" set the imageData of image "Browser Thumbnail" to tSnapshot The dictionary example isn't very good there... ImageData does not carry the siz

Re: Printing a revBrowser

2016-02-10 Thread Terence Heaford
Also just tried this example from the dictionary. local tSnapshot revBrowserSnapshot sBrowserId, "tSnapshot" set the imageData of image "Browser Thumbnail" to tSnapshot All the data displayed in the image is corrupted. Now for the sarcastic comment: DOES ANYTHING WORK WI

Re: Printing a revBrowser

2016-02-10 Thread Terence Heaford
It seems that a revBrowser is NOT set to print backgrounds and I cannot see a property to allow this. Does anyone know? Thanks Terry > On 10 Feb 2016, at 12:17, Terence Heaford wrote: > > How do you print a RevBrowser (either original or ref)? > > I have tried revBrowserPr

Printing a revBrowser

2016-02-10 Thread Terence Heaford
How do you print a RevBrowser (either original or ref)? I have tried revBrowserPrint and it only prints text and not images. All the best Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Searching revBrowser content

2016-01-26 Thread J. Landman Gay
gt; always empty end doFind Does this work for anyone? I'm using the CEF browser because the plain old revBrowser won't load the file; it doesn't error but it shows no content, it's completely empty. LC 7.1.1, Mac OS X Yosemite -- Jacqueline Landman Gay | j

revbrowser problem

2014-10-24 Thread jbv
Hi list I have a standalone built on LC 6.5.2 for Mac and Windows. It uses revbrowser. When I test it on Mac and Win 7 it works fine, providing that on Win the Externals folder containing revbrowser.dll is in the same directory as the standalone. Then I zip the standalone and the Externals folder

Re: revbrowser doesn't work

2014-05-17 Thread Cyril Pruszko
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 >>

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 > >>

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

revbrowser doesn't work

2014-05-17 Thread BRAMI serge
revbrowser doesn’t work on my mac new mac pro config = live code 6.6.1 mac os X maverick web navigator safari rev browser doesn’t open any anything even the browser sampler from the resources menu doesn’t do anything Any idea about what direction I have to explore to fix this problem

Re: manipulating revBrowser?

2014-05-07 Thread Mike Bonner
ld", "chose ChooseMe from > scrolling list scroll" or "push button someButton") to a web page? > > > > As for clicking and typing, its possible to tell lc to click at locations > > but it only works on stacks. No clicking outside of lc, and unfortuna

Re: manipulating revBrowser?

2014-05-07 Thread Dr. Hawkins
ot;push button someButton") to a web page? > As for clicking and typing, its possible to tell lc to click at locations > but it only works on stacks. No clicking outside of lc, and unfortunately > revbrowser isn't part of the clickable. > > Somewhere around here I have an ext

Re: manipulating revBrowser?

2014-04-16 Thread Mike Bonner
that way. As for clicking and typing, its possible to tell lc to click at locations but it only works on stacks. No clicking outside of lc, and unfortunately revbrowser isn't part of the clickable. Somewhere around here I have an external that gets around this. (windows) I used it for a r

Re: manipulating revBrowser?

2014-04-15 Thread As_Simon
I have a feeling this request is about automatically filling in a form and clicking buttons via revbrowser. It's been years since I last tried but I believe the answer is the same, a sad No. type click Nothing Never tried re-writing the web page and posting that. But I did just figure out h

Re: manipulating revBrowser?

2014-04-15 Thread J. Landman Gay
On 4/15/14, 11:05 PM, Dr. Hawkins wrote: I'm trying to meander through the lack of documentation on this. Once I open a revBrowser to a site, can I manipulate it--fill fields, mouse down, select from lists, etc. And is there a tutorial or example for this? The Help menu used to point t

manipulating revBrowser?

2014-04-15 Thread Dr. Hawkins
I'm trying to meander through the lack of documentation on this. Once I open a revBrowser to a site, can I manipulate it--fill fields, mouse down, select from lists, etc. And is there a tutorial or example for this? In particular, I need to operate a single known website (free of javascrip

RevBrowser

2014-03-14 Thread Terence Heaford
I have just been playing around with the RevBrowser example and visited http://www.chartjs.org/ and downloaded the Chart.js library On dragging the html example files into the RevBrowser they displayed OK and then I thought about printing and created a button with a simple script. on mouseUp

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 rev

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

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
qery.us/3fi LiveCode on Facebook: https://www.facebook.com/groups/runrev/ On 2/17/2014 15:08, j...@souslelogo.com wrote: Hi list, I am using revBrowser in a pop-up stack. When I use "open stack mystack", revBrowserOpen works fine and displays the requested webpage. When I use "modal sta

revBrowser and modal stack

2014-02-17 Thread jbv
Hi list, I am using revBrowser in a pop-up stack. When I use "open stack mystack", revBrowserOpen works fine and displays the requested webpage. When I use "modal stack mystack", revBrowserOpen doesn't seem to work, as nothing displays. In both cases an integer is returned

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 th

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-liveco

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

revBrowser : IE needed ?

2013-06-29 Thread Ludovic Thébault
Hello, Is Internet Explorer is needed to use revBrowser on Windows ? I have an user that said it cannot access to the browser because he has remove IE. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
I doubt it only happens with revBrowser, or maybe you haven't seen it yet on other browsers. Unless there's some sort of difference between the request parameters and headers as sent by revBrowser. But it's going to take time to track that problem down on the server... Jan Schenkel

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

Is revBrowser all there is?

2013-06-05 Thread Andrew Kluthe
Hey, I currently do most of my reporting and charting for livecode programs in html and launch it in an external browser. I tried using revBrowser on windows to show these reports right inside of livecode programs, but have found that the javascript support is less than robust for the js

Re: revBrowser Error

2013-06-05 Thread Jan Schenkel
e foolish at the same time." (La Rochefoucauld) - Original Message - From: Graham Pearson To: How to use LiveCode Cc: Sent: Wednesday, June 5, 2013 6:34 PM Subject: revBrowser Error In using revBrowser, I am getting an error message from a web server that sho

revBrowser Error

2013-06-05 Thread Graham Pearson
In using revBrowser, I am getting an error message from a web server that shows an error of java.lang.InterruptedException and if I view the same page in my browser outside of Livecode I do not get the same error. In my application I can click on another button to display a different Map Area and

revBrowser, lc community

2013-04-12 Thread Mike Bonner
There is a thread on the forum ( http://forums.runrev.com/viewtopic.php?f=11&t=14692&p=72610#p72610 ) that seems to indicate revbrowser is broken on windows in LC Community. Has anyone here managed to get it to work, (or had no problems?) or have any suggestions? Stacks that work in co

revBrowser and Windows 8

2013-04-01 Thread Chip Thomas
Has anyone else experienced problems using the revBrowser on Windows 8? We use the revBrowser to access a webinar site that uses Flash Player. On Windows 8, the revBrowser connects to the page, but it takes anywhere from 10 mins to an hour for it to fully connect and log in. Going to the same

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

Another revBrowser quirk

2013-03-15 Thread David Beck
I have IE 9 installed on my Windows box, but it looks like revBrowser is using the IE 7 engine? At least, $.browser.version is returning 7. Might anybody know what is going on there or of a way to force the browser to use the most recent version of IE? David Beck

revBrowser and modal dialogs?

2013-03-15 Thread David Beck
Whoa... does revBrowser not work on modal dialogs? On Mac at least I can not get it to instantiate in a modal dialog. Works as expected if the dialog is not modal. Is there a trick or something I am missing? thank you. David Beck Rotunda Software

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

2012-12-14 Thread Alejandro Tejada
efining an area and writing to the > screen no > matter what is there seems a little kludgy to me. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/revBrowser-with-LC-5-5-x-is-someone-getting-this-working-tp4658097p4658109.html Sent from the Rev

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

2012-12-14 Thread Matthias Rebbe
g. > > 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 "backdrop". It was

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 b

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

2012-12-13 Thread Robert Sneidar
the browser content is shown. > > @Runrev: Why is this not mentioned in the release notes? ! > > > Matthias > > Am 13.12.2012 um 23:52 schrieb Matthias Rebbe > : > >> Hi all, >> >> i am trying to get revBrowser to run with LC 5.5.x, but w/o success.

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

2012-12-13 Thread Matthias Rebbe
13.12.2012 um 23:52 schrieb Matthias Rebbe : > Hi all, > > i am trying to get revBrowser to run with LC 5.5.x, but w/o success. I even > tried the browser sample, also w/o success. > > The browser rect stays empty. > > Loading the url seems to work, at least the browserdocume

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

2012-12-13 Thread Matthias Rebbe
Hi all, i am trying to get revBrowser to run with LC 5.5.x, but w/o success. I even tried the browser sample, also w/o success. The browser rect stays empty. Loading the url seems to work, at least the browserdocumentcomplete message is sent. Is anyone out there who is using revBrowser

Re: PDF in RevBrowser Without The Adobe Toolbar?

2012-07-13 Thread Scott Rossi
I wonder if this is an Acrobat Pro issue (which I have installed). Maybe one doesn't get the toolbar with standard Acrobat reader? But it's strange that I see the toolbar in RevBrowser and not in Safari or Chrome. Regards, Scott Rossi Creative Director Tactile Media, UX Design

Re: PDF in RevBrowser Without The Adobe Toolbar?

2012-07-13 Thread Terry Judd
PDF display routines, > RevBrowser (on OS X) seems to ignore Safari's behavior and displays Adobe's > default PDF toolbar. I need to get rid of it, and supposedly doing this > this is possible using parameters that Adobe itself created, but the > parameters don't seem to work in

PDF in RevBrowser Without The Adobe Toolbar?

2012-07-13 Thread Scott Rossi
Before I throw in the towel on this, might someone know if it's possible to remove the default toolbar that Adobe draws in a browser when displaying a PDF? While browsers like Safari and Chrome have their own PDF display routines, RevBrowser (on OS X) seems to ignore Safari's be

Re: Communication stack/card <-> webpage in revbrowser

2012-07-08 Thread Klaus on-rev
Hi friends, Am 04.07.2012 um 17:02 schrieb Jan Schenkel: > I'd say JavaScript in the HTML page and then use the revBrowssrCallScript and > revBrowserExecuteScript functions to trigger the JavaScript functions. I will go with JavaScript and custom urls :-) Thanks to all! > Jan Schenkel. Best

Re: Communication stack/card <-> webpage in revbrowser

2012-07-04 Thread Jan Schenkel
ore foolish at the same time." (La Rochefoucauld) - Original Message - From: Klaus on-rev To: How to use LiveCode Cc: Sent: Wednesday, July 4, 2012 2:16 PM Subject: Communication stack/card <-> webpage in revbrowser Hi friends, the subject says it all: What is the b

Re: Communication stack/card <-> webpage in revbrowser

2012-07-04 Thread Klaus on-rev
ou use LiveCode as a front end for a PHP script on the server > without using revBrowser? The situation demands it! ;-) > -- > Best regards, > > Mark Schonewille Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com __

Re: Communication stack/card <-> webpage in revbrowser

2012-07-04 Thread Mark Schonewille
Klaus, Use PHP and add parameters to the URL to let the server know what you want to display in the browser. Why don't you use LiveCode as a front end for a PHP script on the server without using revBrowser? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Sof

Communication stack/card <-> webpage in revbrowser

2012-07-04 Thread Klaus on-rev
Hi friends, the subject says it all: What is the best/most effective way to implement a "communication" between a LiveCode stack/card and a webpage displayed in a revbrowser in the same stack/card? JavaScript, smart CSS tricks, blackmail? We may have influence on how the pages will

Re: httpproxy and revBrowser

2012-06-28 Thread Mark Schonewille
Hi Terry, Yes, that's to be expected. You can change your internet preferences, IE options or Safari settings to use a proxy with the revBrowser external. When I tried this on a PPC I couldn't get it to work at all. -- Best regards, Mark Schonewille Economy-x-Talk Consulting an

httpproxy and revBrowser

2012-06-27 Thread Terry Judd
I'm pretty sure I've got httpproxy setup and working correctly in the Livecode environment but the settings don't seem to apply in the revBrowser environment. Is that to be expected? If so, how can I implement my proxy settings within Livecode so that revBrowser will see and u

Paste Text Into revBrowser Field?

2012-04-03 Thread Scott Rossi
Anyone know if this is possible? Paste text from the clipboard into a revBrowser form field? Currently, it only seems possible to cut text from a field -- how can one paste text? Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX De

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

Re: revBrowser Internet Explorer

2012-02-29 Thread Chip Thomas
ment 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 > different versions of the same file in use, depending on the tool. > > F

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 m

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 br

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, 20

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

revBrowser Internet Explorer

2012-02-28 Thread Chip Thomas
[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 stack. Upon initiating the browser instance, we're going to a page that will prints to screen the browser information. Strangely, on Windows, the

revBrowser system browser detection

2012-02-28 Thread Chip Thomas
I am trying to detect what browser version is being used when someone uses the browser instance in my stack. Upon initiating the browser instance, we're going to a page that will prints to screen the browser information. Strangely, on Windows, the few machines I've tested this on so far all seem

Re: Print revBrowser to PDF?

2012-02-06 Thread Thomas McGrath III
Scott, I could only get an import snapshot from the rect of a graphic the same size as the browser object and then save that and print it to pdf. Not exactly the same as printing the full on and off screen contents of the browser window. Maybe its possible to create an offscreen revBrowser

Print revBrowser to PDF?

2012-02-06 Thread Scott Rossi
Anyone know if it's possible to print the content of a revBrowser instance directly to a PDF? I see the dictionary reference to "open printing to PDF" but this seems to be intended for outputting the cards of a stack. Is there some way instead to programmatically send revBrowser c

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.co

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

RevBrowser -> IE Security Warning Workaround?

2012-02-01 Thread Scott Rossi
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... I have a LiveCode stack based on RevBrowser that

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

  1   2   >