Browser Widget and Google Maps Api on Win 10

2024-03-28 Thread Ralph DiMola via use-livecode
When in the IDE and testing using the browser widget the line below does not ever complete. The call back to "startMapInit" is never called. This works on Win 10 desktop in Chrome and LC deployed Android app using the same browser widget as in the IDE. I will test on iOS. The rea

Facebook in Browser Widget

2024-03-28 Thread Ralph DiMola via use-livecode
LC 9.6.11 pro Win 10 When I open Facebook url "https://www.facebook.com/someAccount; in the browser widget in an Android app I briefly see the Facebook page and then get the error net:ERR_UNKNOWN_URL_SCHEME. The Error url displayed is "fc://profile..." this used to work

Re: Browser widget in Windows has trouble playing videos in websites

2024-01-31 Thread Peter Bogdanoff via use-livecode
Tom, I’m finding the issue is more complex, and I’m still trying to get to the bottom of it. Daily Motion, Vimeo, and YouTube pages all work on the Mac LC browser plugin. Daily Motion, Vimeo, and some YouTube pages don’t in Windows. However, most of the gazillion YouTube videos work very well

Re: Browser widget in Windows has trouble playing videos in websites

2024-01-30 Thread Tom Glod via use-livecode
Hey Peter, this surely has to do with videos that are compressed using h264. that build of CEF does not support this codec. I am not sure if the updated browser in the upcoming windows version will support h264. I am surprised to find out that the apple version of the browser has support for h264

Browser widget in Windows has trouble playing videos in websites

2024-01-25 Thread Peter Bogdanoff via use-livecode
I submitted Bug 24479 today with a sample stack. Youtube, Vimeo, Daily Motion all have unreliable playing of their videos in LC browser widget in Windows 10, LC 10.0.0 dp7, both in the IDE and standalone. Vimeo and Daily Motion won’t play videos on their sites. They show an error message

Re: Does the browser widget work?

2023-12-08 Thread Bob Sneidar via use-livecode
od gosh, WHY!? > > (That fixed it, thanks) > > On Fri, Dec 8, 2023 at 4:53 PM Andreas Bergendal < > andreas.bergen...@gmail.com> wrote: > >> It works for me (LC 9.6.11, Mac). >> >> Impractically, the browser widget only shows its content with browse tool >> sel

Re: Does the browser widget work?

2023-12-08 Thread Geoff Canyon via use-livecode
Good gosh, WHY!? (That fixed it, thanks) On Fri, Dec 8, 2023 at 4:53 PM Andreas Bergendal < andreas.bergen...@gmail.com> wrote: > It works for me (LC 9.6.11, Mac). > > Impractically, the browser widget only shows its content with browse tool > selected, not pointer tool. &g

Re: Does the browser widget work?

2023-12-08 Thread Andreas Bergendal via use-livecode
It works for me (LC 9.6.11, Mac). Impractically, the browser widget only shows its content with browse tool selected, not pointer tool. But I suppose your problem isn’t that simple, right…? :) > 8 dec. 2023 kl. 22:42 skrev Geoff Canyon via use-livecode > : > > set the url

Does the browser widget work?

2023-12-08 Thread Geoff Canyon via use-livecode
set the url of widget 1 to “http://www.google.com” — nothing set the url of widget 1 to “file:///Users/gcanyon/Desktop/test.html” — also nothing Am I doing it wrong? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Preventing Browser Navigation

2023-11-29 Thread David Bovill via use-livecode
Finally I often get the following error: LCB Error error evaluating javascript Object View|Obeya|Studio LCB File browser.lcb LCB Line 1007 The javascript in question executes with the desired result - but the error is thrown by Livecode presenting a dialogue. I can use the "Supress Errors" menu

Re: Preventing Browser Navigation

2023-11-28 Thread David Bovill via use-livecode
So you should be able to prevent navigation on iOS using: on browserLoadRequest pURL, pType -- iOS only end browserLoadRequest But that does not work with the browser widget. Also I don;t seem to be able to respond to browser html / javascript events that seek to open a url in a new browser

Preventing Browser Navigation

2023-11-28 Thread David Bovill via use-livecode
Is there a way to prevent the desktop browser widget from navigating to a new url by blocking a message? I seem to remember it was possible but intercepting: browserNavigateBegin, browserDocumentLoadBegin messages do not prevent the navigation. I wish to process a url dropped on the page rather

Browser widget error

2023-11-17 Thread Peter Bogdanoff via use-livecode
Hi, I’m getting an error from the browser widget. I only see it when I’m running in Sonoma on an M2 Mac mini. All earlier Macs (Ventura and earlier) don’t trigger it. This is part of a routine that sets JS handlers to control the playing of a YouTube movie in the browser. I created a small

Linux and the search for a controllable Web Browser

2023-08-24 Thread Derek Bump via use-livecode
Good Day, I've been wrestling with the Browser widget on Linux long enough now that I've largely given up on using it for anything destined for a production environment. However, that has not reduced my need for a browser which I can control in my specific use-case: open a streaming video url

Re: Browser widget: "Navigation request cancelled"

2023-08-15 Thread Mark Waddingham via use-livecode
On 2023-08-15 12:08, Ben Rubinstein via use-livecode wrote: Is it possible to get any more detail about what's going on? I'm guessing you are using 10-dp-5 :) The issues here are regressions caused by the switch to WKWebView in 10 (previously we used the older WebView system web browser API

Browser widget: "Navigation request cancelled"

2023-08-15 Thread Ben Rubinstein via use-livecode
Trying to use the browser widget to access an internal site, I'm having a lot of trouble. If I send it (by setting the URL property of the widget) to the root of the hostname, it loads the page succesfully, although the widget gets a browserDocumentLoadFailed message "navigation re

Re: Snapshot of browser not working?

2023-08-05 Thread Andrew at MidWest Coast Media via use-livecode
I believe this is a bug/feature of the browser widget being a native control. What has worked for me is being more specific about the snapshot location. export snapshot from rect globalRect(the rect of widget “Browser" of group “foo") to pictVariable as PNG This has worke

Re: Snapshot of browser not working?

2023-08-01 Thread Paul Dupuis via use-livecode
Exporting a snapshot of a PLAYER fails under Windows (see https://quality.livecode.com/show_bug.cgi?id=23694). Exporting the Browser widget may be related? If it is reproducible in a test stack, you shoud file a bug report with a test stack to demonstrate the error. I seem to recall other

Snapshot of browser not working?

2023-08-01 Thread David Bovill via use-livecode
I cannot find a specific bug report - but I am trying to take a snapshot of a browser widget to capture an image of the website. In the latest 10 DP 5 on MacOS M2 i get a very truncated text of the image (a few lines) in all formats using: *export* snapshot from widget "Browser" to pi

Browser widget "Navigation request cancelled"/"NSURLErrorDomain error -999"

2023-07-16 Thread Ben Rubinstein via use-livecode
I'm finding intermittent issues with the browser widget failing to load an internal site. In 9.6.8, the error (in browserDocumentLoadFailed) will usually be "NSURLErrorDomain error -999". In 10.0.0 (dp 5) it will be "Navigation request cancelled". Alternatively,

Re: more then 1 browser widget in a web standalone?

2023-04-24 Thread matthias rebbe via use-livecode
ode > : > > On 2023-04-24 15:46, matthias rebbe via use-livecode wrote: >> I can now confirm that more than one Browser Widget will work in Web >> standalones, but not all URLs that work in LC IDE or Desktop standalones >> will work in Web standalones. >> For example th

Re: more then 1 browser widget in a web standalone?

2023-04-24 Thread Mark Waddingham via use-livecode
On 2023-04-24 15:46, matthias rebbe via use-livecode wrote: I can now confirm that more than one Browser Widget will work in Web standalones, but not all URLs that work in LC IDE or Desktop standalones will work in Web standalones. For example this one here fails in Web Standalones. https

Re: more then 1 browser widget in a web standalone?

2023-04-24 Thread matthias rebbe via use-livecode
I can now confirm that more than one Browser Widget will work in Web standalones, but not all URLs that work in LC IDE or Desktop standalones will work in Web standalones. For example this one here fails in Web Standalones. https://www.whatismybrowser.com/de/ > Am 23.04.2023 um 21

more then 1 browser widget in a web standalone?

2023-04-23 Thread matthias rebbe via use-livecode
Hi, does any one know if it should be possible to use more than one Browser Widget in a Web standalone? Currently i only get 1 browser widget display in the Web standalone. Regards, Matthias ___ use-livecode mailing list use-livecode

Re: "get in widget"?? How can I get a value out of a browser widget into LiveCode?

2023-04-18 Thread Ben Rubinstein via use-livecode
I've found a solution. For the benefit of others (and myself, because I'll have forgotten this next time I want it), this can be done using "the javascriptHandlers". So you can set up a handler to be called from the browser: set the javascriptHandlers of widge

Re: "get in widget"?? How can I get a value out of a browser widget into LiveCode?

2023-04-17 Thread Klaus major-k via use-livecode
Hi Ben, > Am 17.04.2023 um 17:17 schrieb Ben Rubinstein via use-livecode > : > > Thanks Klaus, I tried both of those! > So for example I can execute > do "alert(document.title)" in widget "browser" > and see the expected string in an alert box.

Re: "get in widget"?? How can I get a value out of a browser widget into LiveCode?

2023-04-17 Thread Ben Rubinstein via use-livecode
Thanks Klaus, I tried both of those! So for example I can execute do "alert(document.title)" in widget "browser" and see the expected string in an alert box. But do "document.title" in widget "browser"; put it or do "docume

Re: "get in widget"?? How can I get a value out of a browser widget into LiveCode?

2023-04-17 Thread Klaus major-k via use-livecode
Hi Ben, > Am 17.04.2023 um 16:37 schrieb Ben Rubinstein via use-livecode > : > > Thanks to this list, I know about "do in widget" that can cause some > javascript to be evaluated in the current page in the browser widget. Which > is great. > > But how d

"get in widget"?? How can I get a value out of a browser widget into LiveCode?

2023-04-17 Thread Ben Rubinstein via use-livecode
Thanks to this list, I know about "do in widget" that can cause some javascript to be evaluated in the current page in the browser widget. Which is great. But how do I get (into LiveCode) the result of a javascript expression? TIA, Ben _

Re: Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
gt; >> >>> Am 16.03.2023 um 10:44 schrieb Tore Nilsen via use-livecode >>> : >>> >>> I have come across a bug in the browser widget. The browser will not show >>> any video when the video is embedded into the web page. The poster image &g

Re: Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
OS 13.2.1 > > > >> Am 16.03.2023 um 10:44 schrieb Tore Nilsen via use-livecode >> : >> >> I have come across a bug in the browser widget. The browser will not show >> any video when the video is embedded into the web page. The poster image and >>

Re: Bug in browser widget

2023-03-16 Thread matthias rebbe via use-livecode
Tore, do you have a url i could try? Tried here with a page that has Youtube videos embedded and could not reproduce the error with LC 9.6.9RC2 and 10DP4 on macOS 13.2.1 > Am 16.03.2023 um 10:44 schrieb Tore Nilsen via use-livecode > : > > I have come across a bug in the br

Bug in browser widget?

2023-03-16 Thread Tore Nilsen via use-livecode
I have come across a bug in the browser widget. The browser will not show any video when the video is embedded into the web page. The poster image and the thumbnail images will display properly, but once the videoplayer is started the screen goes blank. The player will indeed play and the sound

Bug in browser widget

2023-03-16 Thread Tore Nilsen via use-livecode
I have come across a bug in the browser widget. The browser will not show any video when the video is embedded into the web page. The poster image and the thumbnail images will display properly, but once the videoplayer is started the screen goes blank. The player will indeed play and the sound

Re: Browser Widget navigation and urls

2023-02-06 Thread David Bovill via use-livecode
ivecode wrote: > > I have a web site which I navigate in Chrome, and then in the Livecode > > browser widget. I load the same starting url. In Chrome the browsers url > > changes as I navigate the pages, while if I navigate to the saem place in > > the same way in Li

Re: Browser Widget navigation and urls

2023-02-06 Thread Ben Rubinstein via use-livecode
. On 05/02/2023 12:28, David Bovill via use-livecode wrote: I have a web site which I navigate in Chrome, and then in the Livecode browser widget. I load the same starting url. In Chrome the browsers url changes as I navigate the pages, while if I navigate to the saem place in the same way

Browser Widget navigation and urls

2023-02-05 Thread David Bovill via use-livecode
I have a web site which I navigate in Chrome, and then in the Livecode browser widget. I load the same starting url. In Chrome the browsers url changes as I navigate the pages, while if I navigate to the saem place in the same way in Livecodes embedded browser "the url" of the brow

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-09 Thread Klaus major-k via use-livecode
Hi all, with some help form the LC forum, I finally had kind of success with this: on browserNavigateBegin pUrl lock screen if pURL ends with ".pdf" then libURLDownloadToFile pUrl, (specialfolderpath("desktop") & "/test666.pdf") go back

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
Hi all, I also tried: - on browserBeforeNavigate pUrl if pURL ends with ".pdf" then libURLDownloadToFile pUrl, (specialfolderpath("dektop") & "/test666.pdf") else pass browserBeforeNavigate end if end browserBeforeNavigate

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
t;> Hi Jacque, >>> >>>> Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode >>>> : >>>> On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: >>>>>> what is the browser widget's equivalent to a field's "on linkc

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread J. Landman Gay via use-livecode
use-livecode : Hi Jacque, Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode : On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: what is the browser widget's equivalent to a field's "on linkclicked tLink" message? Thanks for any hint! I want to check if the us

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-08 Thread Klaus major-k via use-livecode
Hi Jacque and all, > Am 06.12.2022 um 22:24 schrieb Klaus major-k via use-livecode > : > > Hi Jacque, > >> Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode >> : >> On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: >>>> what is

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 06.12.2022 um 21:59 schrieb J. Landman Gay via use-livecode > : > On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: >>> what is the browser widget's equivalent to a field's "on linkclicked tLink" >>> message? >>> Thank

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread J. Landman Gay via use-livecode
On 12/6/22 1:13 PM, Klaus major-k via use-livecode wrote: what is the browser widget's equivalent to a field's "on linkclicked tLink" message? Thanks for any hint! I want to check if the user clicked e.g. a PDF file and download the file in that case. What message do I hav

Re: Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi all, > Am 06.12.2022 um 17:14 schrieb Klaus major-k via use-livecode > : > > Hi all, > > what is the browser widget's equivalent to a field's "on linkclicked tLink" > message? > Thanks for any hint! I want to check if the user clicked e.g. a PDF file a

Equivalent of a field's "on linkclicked" message in a browser widget?

2022-12-06 Thread Klaus major-k via use-livecode
Hi all, what is the browser widget's equivalent to a field's "on linkclicked tLink" message? Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailin

Re: Browser widget doesn't display PDF

2022-11-29 Thread matthias rebbe via use-livecode
that one already, because its a bug report based on a support request i filed. ;) To be honest, i almost forget about it. Rereading my comments i remembered that one hast remove the plugins and logoff and login again to get it working with the widget. > I suggest using a PDF widget inste

Re: Browser widget doesn't display PDF

2022-11-29 Thread panagiotis m via use-livecode
Hello Matthias, See: https://quality.livecode.com/show_bug.cgi?id=18378 https://quality.livecode.com/show_bug.cgi?id=22534 I suggest using a PDF widget instead of a browser widget to display the pdf files, until this bug is fixed. Kind regards, Panos -- On Tue, 29 Nov 2022 at 18:59, matthias

Browser widget doesn't display PDF

2022-11-29 Thread matthias rebbe via use-livecode
Hello, i am currently having problems that a browser widget doesn't display a pdf, regardless if remote or local. I just see a white blank page. Sometime an error message comes up telling me that "PDFViewer could not find a compatible version of Adobe Acrobat or Adobe Reader for displ

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Andreas Bergendal via use-livecode
Wow, thanks Alex! That’s brilliant and exactly what I need! I must have missed (or forgotten) that session at the conference - I’ll try to find it among the recordings to see if it helps explaining the various bits a little. In any case I’ll experiment with the code and see what I can get to

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Alex Tweedly via use-livecode
t.complete) {            document.getElementById("submit").disabled = false;        } else if (pEvent.error != undefined) {            document.getElementById("submit").disabled = true;        }    }); document.getElementById("submit").addEven

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Mark Wieder via use-livecode
On 8/6/22 04:44, Andreas Bergendal via use-livecode wrote: and Ali Lloyd’s cool WordLC app: https://alilloyd.livecodehosting.com/wordlc/wordlc.html Unfortunately that throws a divide-by-zero error at line 461 in computeGridFieldWidth when I try to resize the window. -- Mark Wieder

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Andreas Bergendal via use-livecode
Thanks guys, those are indeed great resources for many cases. What I’m after here however, are specific solutions to the javascript/livecode ’pairing’ of code to manage browser window/stack resizing. To avoid reinventing the wheel, if possible. I imagine this would be of great interest

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Mark Wieder via use-livecode
On 8/6/22 07:30, harrison--- via use-livecode wrote: I have found the following website to be very helpful with a lot of my javascript projects. Do you know about these guys? https://www.w3schools.com/js/default.asp And also the amazing GitHub

Re: How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread harrison--- via use-livecode
t 7:44 AM, Andreas Bergendal via use-livecode > wrote: > > Hi all, > > So I’ve been experimenting with web deployment with LC 10 dp 4. Now I would > like my stack to be able to react to resizeStack events when the browser > window is resized by the user. Or to adapt to e.g. a

How to use addEventListener for browser window resizing in web deployment?

2022-08-06 Thread Andreas Bergendal via use-livecode
Hi all, So I’ve been experimenting with web deployment with LC 10 dp 4. Now I would like my stack to be able to react to resizeStack events when the browser window is resized by the user. Or to adapt to e.g. a mobile browser screen size. For this, if I understand correctly, some javascript

Re: Browser Widget and Images

2022-03-14 Thread Rick Harrison via use-livecode
Thanks! I had forgotten about "import as control" and about set the imagedata of image “my image”. set the imagedata doesn’t fit to the image’s object size though. I would probably have to resize the image beforehand. I also came across: put URL "binfile:///ExportedImageFile.png" into image

Re: Windows EXE with browser about 160 MB?

2022-03-14 Thread matthias rebbe via use-livecode
rom my stack and was shocked to see > that the resulting folder is 150 MB (32 bit) resp. 170 MB (64 bit)!? > > I thought the Windows version of the browser widget would also "hook" > somehow into the system web engine like the Mac version does, but > obviously I was wrong...

Re: Browser Widget and Images

2022-03-14 Thread Klaus major-k via use-livecode
Hi Rick, > Am 14.03.2022 um 04:53 schrieb Jim Lambert via use-livecode > : > >> So accessing the URL of the image directly in the image object >> puts the image there, which is a good first step. >> >> How is it stored however? >> >> If one looks at the image source it still shows the URL.

Re: Browser Widget and Images

2022-03-13 Thread Jim Lambert via use-livecode
> > So accessing the URL of the image directly in the image object > puts the image there, which is a good first step. > > How is it stored however? > > If one looks at the image source it still shows the URL. > > I find I?m unable to paint on top of the image, probably > because that

Re: Browser Widget and Images

2022-03-13 Thread Peter Bogdanoff via use-livecode
2:58 PM, Klaus major-k via use-livecode >> wrote: >> >> Hi Rick, >> >>> Am 13.03.2022 um 19:34 schrieb Rick Harrison via use-livecode >>> : >>> >>> I have a large free public domain image displaying nicely in my LC Browser

Re: Browser Widget and Images

2022-03-13 Thread Rick Harrison via use-livecode
:58 PM, Klaus major-k via use-livecode > wrote: > > Hi Rick, > >> Am 13.03.2022 um 19:34 schrieb Rick Harrison via use-livecode >> : >> >> I have a large free public domain image displaying nicely in my LC Browser >> Widget. >> I want to br

Re: Browser Widget and Images

2022-03-13 Thread Klaus major-k via use-livecode
Hi Rick, > Am 13.03.2022 um 19:34 schrieb Rick Harrison via use-livecode > : > > I have a large free public domain image displaying nicely in my LC Browser > Widget. > I want to bring the image directly into a LiveCode image object to be able to > play around with it.

Browser Widget and Images

2022-03-13 Thread Rick Harrison via use-livecode
I have a large free public domain image displaying nicely in my LC Browser Widget. I want to bring the image directly into a LiveCode image object to be able to play around with it. What’s the best way to do that? While I was looking around in the dictionary for possibilities, I came across

Windows EXE with browser about 160 MB?

2022-03-13 Thread Klaus major-k via use-livecode
Hi all, I just created a Windows EXE from my stack and was shocked to see that the resulting folder is 150 MB (32 bit) resp. 170 MB (64 bit)!? I thought the Windows version of the browser widget would also "hook" somehow into the system web engine like the Mac version does, but o

Re: Browser Widget Issues

2022-03-11 Thread Tom Glod via use-livecode
On Mar 11, 2022, at 10:25 , Rick Harrison via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I was hoping to be able to programmatically > > tell the browser widget where to go to next > > by having LC click on an image or button > > within the b

Re: Browser Widget Issues

2022-03-11 Thread Bob Sneidar via use-livecode
. :-) Bob S > On Mar 11, 2022, at 10:25 , Rick Harrison via use-livecode > wrote: > > I was hoping to be able to programmatically > tell the browser widget where to go to next > by having LC click on an image or button > within the browser window. > > S

Re: Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
scanning for the link and just using a URL statement. Why doesn’t click at location work? Thanks, Rick > On Mar 11, 2022, at 3:49 PM, Tom Glod via use-livecode > wrote: > > You just need to pass some javascript to the browser to trigger the button > you want. > > do this_js

Re: Browser Widget Issues

2022-03-11 Thread Tom Glod via use-livecode
You just need to pass some javascript to the browser to trigger the button you want. do this_js in widget "myBrowser" and this_js should have the javascript to click the button. Imagine the possibilities :) On Fri, Mar 11, 2022 at 3:31 PM Rick Harrison via use-livecode <

Re: Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
Simple mouseClick at location. > On Mar 11, 2022, at 1:51 PM, Klaus major-k via use-livecode > wrote: > > what did you try so far? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Browser Widget Issues

2022-03-11 Thread Klaus major-k via use-livecode
to be able to programmatically >> tell the browser widget where to go to next >> by having LC click on an image or button >> within the browser window. >> >> So far I have had no success with that. >> Is there a bug in LC preventing me from >> doing this s

Re: Browser Widget Issues

2022-03-11 Thread Klaus major-k via use-livecode
Hi Rick, > Am 11.03.2022 um 19:25 schrieb Rick Harrison via use-livecode > : > > I was hoping to be able to programmatically > tell the browser widget where to go to next > by having LC click on an image or button > within the browser window. > > S

Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
I was hoping to be able to programmatically tell the browser widget where to go to next by having LC click on an image or button within the browser window. So far I have had no success with that. Is there a bug in LC preventing me from doing this seemingly simple task? Is there a work around

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Klaus major-k via use-livecode
Hi Tom, > Am 09.03.2022 um 20:20 schrieb Tom Glod via use-livecode > : > > (y) That I do not know unfortunately. Can't test I don't have windows 7 > anywhere. OK, so I guess it will work on Win 10, if that is what you are running, right? Someone else knows if this works on Win >= 7? Don't be

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Tom Glod via use-livecode
(y) That I do not know unfortunately. Can't test I don't have windows 7 anywhere. On Wed, Mar 9, 2022 at 1:45 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Tom, > > > Am 09.03.2022 um 19:40 schrieb Tom Glod via use-livecode < > use-livecode@lists.runrev.com>: > >

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Klaus major-k via use-livecode
Hi Tom, > Am 09.03.2022 um 19:40 schrieb Tom Glod via use-livecode > : > > i use the widget. Yes it can. this is very good news, thank you! :-) And what Windows version is neccessary for this to work? All versions >= 7? > On Wed, Mar 9, 2022 at 1:10 PM Klaus major-k via use-livecode < >

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Tom Glod via use-livecode
ia use-livecode < > use-livecode@lists.runrev.com> wrote: > > > >>> Is "Chrome" the web engine that LC is unsing in the "browser widget" > on Windows? > > Best > > Klaus > > -- > Klaus Major > https://www.major-k.de > https

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Klaus major-k via use-livecode
vesw.com > On March 9, 2022 4:47:26 AM Klaus major-k via use-livecode > wrote: > >>> Is "Chrome" the web engine that LC is unsing in the "browser widget" on >>> Windows? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread J. Landman Gay via use-livecode
I believe it's the Chromium engine. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 9, 2022 4:47:26 AM Klaus major-k via use-livecode wrote: Is "Chrome" the web engine that LC is unsing in the "browser widg

Re: Requirements for display PDF in a browser on Windows?

2022-03-09 Thread Klaus major-k via use-livecode
Hi Tom, > Am 08.03.2022 um 23:55 schrieb Tom Glod via use-livecode > : > > I have definitely opened PDF in the browser in the past and it opened > the default "chrome html 5" pdf reader. > everything seems to have worked. > And I don't see why it would

Re: Requirements for display PDF in a browser on Windows?

2022-03-08 Thread Tom Glod via use-livecode
I have definitely opened PDF in the browser in the past and it opened the default "chrome html 5" pdf reader. everything seems to have worked. And I don't see why it would no longer work now. you can google "browser test" from within the browser and it will tell

Re: Requirements for display PDF in a browser on Windows?

2022-03-08 Thread Klaus major-k via use-livecode
Hi, > Am 08.03.2022 um 19:54 schrieb Klaus major-k via use-livecode > : > > Hi all, > > the subject says it all, of course in regard of LC. > > Is the web-plugin of Acrobat reader still neccessary? > Or do current Windows Browser display PDF files out of the box?

Requirements for display PDF in a browser on Windows?

2022-03-08 Thread Klaus major-k via use-livecode
Hi all, the subject says it all, of course in regard of LC. Is the web-plugin of Acrobat reader still neccessary? Or do current Windows Browser display PDF files out of the box? Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de

Re: Browser widget - follow redirects setting?

2022-01-27 Thread Keith Clarke via use-livecode
Hi Matthias, Thanks for your response and experiment. Unfortunately, I get the same experience with 'launch URL in...' and 'set the URL of…’ widget “Browser” I think it might be my URL. I’m trying to access the Salesforce OAuth 2.0 User Agent flow via the browser, as I can’t get the OAuth

Re: Browser widget - follow redirects setting?

2022-01-26 Thread matthias rebbe via use-livecode
Keith, what happens, if you set the URL of the browser widget to tURL? I tried here both "set the url..." and also "launch URL ... in widget.." with an online Shop. I tried to launch the account page. In both cases i was redirected to the login page. The only thing i noti

Browser widget - follow redirects setting?

2022-01-26 Thread Keith Clarke via use-livecode
Hi folks, Is there any hidden / undocumented setting for the Browser widget that will allow it to follow redirects? Using launch URL tURL opens the default browser on my machine and - if I’m not logged into the server - redirects to a login page, the address of which I can see in the browser’s

Re: How to paste into a form element in the browser widget

2021-12-14 Thread Tore Nilsen via use-livecode
nto a form element on a web page in the >> browser widget. This works well in the IDE, but not in a standalone >> application. The application has no menus, but I have included a >> pasteKey script to handle paste shortcuts. This does not seem to do >> the trick in the brow

Re: How to paste into a form element in the browser widget

2021-12-14 Thread Mark Waddingham via use-livecode
On 2021-12-14 11:41, Tore Nilsen via use-livecode wrote: I have a problem pasting into a form element on a web page in the browser widget. This works well in the IDE, but not in a standalone application. The application has no menus, but I have included a pasteKey script to handle paste

How to paste into a form element in the browser widget

2021-12-14 Thread Tore Nilsen via use-livecode
I have a problem pasting into a form element on a web page in the browser widget. This works well in the IDE, but not in a standalone application. The application has no menus, but I have included a pasteKey script to handle paste shortcuts. This does not seem to do the trick in the browser

Re: Project browser docs

2021-12-06 Thread Mike Kerner via use-livecode
t; > > > It looks like it's not for me - I use too much nesting of groups and > > can't handle a non-hierarchical view:-) > > > > Alex. > > > > On 06/12/2021 13:01, matthias rebbe via use-livecode wrote: > >> Before the Project Browser was intro

Re: Project browser docs

2021-12-06 Thread J. Landman Gay via use-livecode
it. It looks like it's not for me - I use too much nesting of groups and can't handle a non-hierarchical view:-) Alex. On 06/12/2021 13:01, matthias rebbe via use-livecode wrote: Before the Project Browser was introduced Application Overview was the tool to get an overview of all loaded stacks, its

Re: Project browser docs

2021-12-06 Thread Alex Tweedly via use-livecode
Thanks Matthias - found it. It looks like it's not for me - I use too much nesting of groups and can't handle a non-hierarchical view:-) Alex. On 06/12/2021 13:01, matthias rebbe via use-livecode wrote: Before the Project Browser was introduced Application Overview was the tool to get

Re: Project browser docs

2021-12-06 Thread matthias rebbe via use-livecode
Before the Project Browser was introduced Application Overview was the tool to get an overview of all loaded stacks, its substacks, cards and all objects on that cards. You can now find it under Plugins->revApplicationOveriew. Regards, Matthias > Am 06.12.2021 um 13:49 schrieb Alex Tweed

Re: Project browser docs

2021-12-06 Thread Alex Tweedly via use-livecode
On 06/12/2021 04:14, J. Landman Gay via use-livecode wrote: I prefer the horizontal layout in the Application Overview, but i thought I'd give the PB another try now that I'm working on a simpler project. It's too unweildy for multi-stack projects with lots of controls. Sorry, dumb

Re: Project browser docs

2021-12-05 Thread J. Landman Gay via use-livecode
I found a lesson on it but it doesn't say what the dotted outline around some cards means. A full explanation of the project browser should be in the user guide. I didn't think to check the lessons until today and newcomers may not even know the lessons exist. If the full documentation is too

Re: Project browser docs

2021-12-05 Thread J. Landman Gay via use-livecode
So I take it there are no docs? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 4, 2021 3:03:35 PM "J. Landman Gay via use-livecode" wrote: Where is the documentation for the project browser? There's nothing in

Project browser docs

2021-12-04 Thread J. Landman Gay via use-livecode
Where is the documentation for the project browser? There's nothing in the User Guides in the dictionary. There are several mentions in the User Guide under the Help menu but they all refer to managing datagrids. There is one mention "for more details, see the section on the project br

Re: access DOM in browser widget?

2021-11-22 Thread Tim Selander via use-livecode
Sorry to pick up this thread half a year later, but I am searching for an answer to a related problem. On the LiveCode Forums I learned that if the page is loaded in a Browser widget on the desktop version of LC, you can [get the htmltext of widget "browser"] and get the info J

Re: PDF in browser on Mac

2021-11-15 Thread Klaus major-k via use-livecode
Hi Henry, > Am 15.11.2021 um 16:02 schrieb HENRY LOWE via use-livecode > : > > Using the browser widget to view a PDF under Mac OS 12.0.1 and LC 9.6.5 > (rc2), if I right click (control + click) anywhere in the displayed PDF > (including white space) I get a pop-up me

Re: PDF in browser on Mac

2021-11-15 Thread HENRY LOWE via use-livecode
Using the browser widget to view a PDF under Mac OS 12.0.1 and LC 9.6.5 (rc2), if I right click (control + click) anywhere in the displayed PDF (including white space) I get a pop-up menu showing several options. Selecting any of the PDF’s text and right clicking shows additional options

  1   2   3   4   5   6   7   8   9   10   >