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

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

2024-01-30 Thread Tom Glod via use-livecode
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 in the video

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

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

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

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

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
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? if in doubt try either -> IT or ->

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. But > do "document.title" in widget

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
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 do I get (into LiveCode) the result of a javascript expression?

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
licked >>>>>> 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 have to catch in the browser

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

2022-12-08 Thread J. Landman Gay via use-livecode
er clicked e.g. a PDF file and download the file in that case. What message do I have to catch in the browser widget? You could try "browserDocumentLoadBegin" or "browserNavigateBegin" which would give you the URL that was clicked. But most browsers now download or display th

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

2022-12-08 Thread Klaus major-k via use-livecode
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 have t

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

2022-12-06 Thread Klaus major-k via use-livecode
s 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 have to catch in the browser widget? > You could try "browserDocumentLoadBegin" or "browserNavigateBegin" which > wou

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

2022-12-06 Thread J. Landman Gay via use-livecode
e to catch in the browser widget? You could try "browserDocumentLoadBegin" or "browserNavigateBegin" which would give you the URL that was clicked. But most browsers now download or display the PDF automatically when a PDF link is clicked. Firefox opens the PDF in a new window

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

2022-12-06 Thread Klaus major-k via use-livecode
nd download the file in that case. What message do I have to catch in the browser widget? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com

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

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

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
Hi Tom, Do you have a more specific Javascript/LC example? I’m not a big fan of Javascript and only use it very sparingly. I would also have to first scan the HTML to find the name of the button I want it to activate wouldn’t I? If I have to go into that fine detail I would be better off

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: Browser widget - follow redirects setting?

2022-01-27 Thread Keith Clarke via use-livecode
h, > > 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

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: 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: How to deploy app from Mac to Linux (with Browser widget) ?

2021-07-22 Thread panagiotis m via use-livecode
Hello Ben, Unfortunately the browser widget is still broken on most Linux distros. You might be able to work this around in your app by using "launch url .." if the platform is Linux, to use the default browser instead of the browser widget. Kind regards, Panos -- On Thu, 22 Jul 202

Re: access scroll of browser widget

2021-07-22 Thread Ben Rubinstein via use-livecode
To: Use LiveCode Cc: Ben Rubinstein Subject: access scroll of browser widget The browser widget has properties hScrollbar and vScrollbar - but doesn't appear to have properties hScroll or vScroll. Is there any way to get and set the scroll (FWIW I'm only interested in the vertical) of a browse

How to deploy app from Mac to Linux (with Browser widget) ?

2021-07-22 Thread Ben Rubinstein via use-livecode
need to do something special to install/run it? She's using "5.4.0-80-generic #90-Ubuntu". - this uses the browser widget. I've seen something on the list about will we ever get CEF browser on Linux - but the widget was listed as for linux in the Standalone Builder, and ind

RE: access scroll of browser widget

2021-07-21 Thread Ralph DiMola via use-livecode
...@lists.runrev.com] On Behalf Of Ben Rubinstein via use-livecode Sent: Wednesday, July 21, 2021 12:44 PM To: Use LiveCode Cc: Ben Rubinstein Subject: access scroll of browser widget The browser widget has properties hScrollbar and vScrollbar - but doesn't appear to have properties hScroll or vScroll. Is

access scroll of browser widget

2021-07-21 Thread Ben Rubinstein via use-livecode
The browser widget has properties hScrollbar and vScrollbar - but doesn't appear to have properties hScroll or vScroll. Is there any way to get and set the scroll (FWIW I'm only interested in the vertical) of a browser widget? TIA, Ben ___ use

Re: How to scale the content of the Browser Widget

2021-07-14 Thread matthias rebbe via use-livecode
One way... >> Create a local html template and replace an href place holder in the >> template to the url of the web server image. >> Then load the template page into the browser widget and let html do the >> resizing heavy lifting. This will not break cors. >> >

Re: How to scale the content of the Browser Widget

2021-07-14 Thread Keith Clarke via use-livecode
te a local html template and replace an href place holder in the > template to the url of the web server image. > Then load the template page into the browser widget and let html do the > resizing heavy lifting. This will not break cors. > > Ralph DiMola > IT Director > E

RE: How to scale the content of the Browser Widget

2021-07-13 Thread Ralph DiMola via use-livecode
One way... Create a local html template and replace an href place holder in the template to the url of the web server image. Then load the template page into the browser widget and let html do the resizing heavy lifting. This will not break cors. Ralph DiMola IT Director Evergreen Information

How to scale the content of the Browser Widget

2021-07-13 Thread matthias rebbe via use-livecode
Hi, i need to display jpeg images in the browser widget. The images are stored on a webserver and i have no control about the size of the images. What i can say is that the images are larger than the browser widget area. Is there a way to scale the images so they are fully visible

Re: Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
Never mind - it seems to be working now __ On 7/6/21, 12:43 pm, "use-livecode on behalf of Terry Judd via use-livecode" wrote: I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format

Setting the browser widget user-agent to impersonate Chrome

2021-06-06 Thread Terry Judd via use-livecode
I’m trying to get the browser widget to identify itself as Chrome so that I can (attempt to) load a particular site. Is there a trick to how you format the user-agent string when you set the widget’s user-agent in its object inspector or should I just be able to enter something along

Re: Browser Widget Issue

2021-05-29 Thread Tom Glod via use-livecode
et “Browser” to see that there is indeed some content. > > > > So, it’s not scripting itself to hide and there’s some content & > potential to investigate why it’s rendering as 'white on white'. However, > only inline styling is available as AFAIK there’s no dev tools nor access

Re: Browser Widget Issue

2021-05-26 Thread Andrew at MidWest Coast Media via use-livecode
Andrew Bell > > Date: Wed, 26 May 2021 11:29:04 +0100 > From: David Bovill > Subject: Re: Browser Widget Issue > > Thanks Keith - the issue is with the HTML5 that uses modern webrtc standards > for video - either the javascript is excluding the type of embedded framew

Re: Browser Widget Issue

2021-05-26 Thread David Bovill via use-livecode
only inline > styling is available as AFAIK there’s no dev tools nor access to any > downloaded css files, wherever resources might get cached by the LC browser > widget…? > > Good luck, > Keith > > > On 25 May 2021, at 17:53, David Bovill via use-livecode > >

Re: Browser Widget Issue

2021-05-25 Thread Keith Clarke via use-livecode
tself to hide and there’s some content & potential to investigate why it’s rendering as 'white on white'. However, only inline styling is available as AFAIK there’s no dev tools nor access to any downloaded css files, wherever resources might get cached by the LC browser widget…? Good lu

Browser Widget Issue

2021-05-25 Thread David Bovill via use-livecode
I’m having trouble keeping track of which framework the browser widget uses - on MacOS is it using webkit or Chromium? A url I am trying to access is blank - https://obs.ninja  - while it is showing in Safari and Chrome on the desktop - any suggestions

Re: access DOM in browser widget?

2021-04-28 Thread Tore Nilsen via use-livecode
Have you had a look at "do in widget" in the Dictionary? You can actually perform JavaScript from LC on content in the browser widget. Best regards Tore > 28. apr. 2021 kl. 20:33 skrev Ben Rubinstein via use-livecode > : > > > Thanks for responding Tom >

Re: access DOM in browser widget?

2021-04-28 Thread Ben Rubinstein via use-livecode
Thanks for responding Tom But if yoiu need any more of a direct way accessing itI don't know of one. Yes, that's what I'm after: to have a browser widget in a LiveCode stack, and be able to access the DOM (not the htmlText) in LiveCode script. It's not my page so I can't add javascript

Re: access DOM in browser widget?

2021-04-28 Thread Tom Glod via use-livecode
Hi Ben.. You can run JS in the browser widget. Found this https://forums.livecode.com/viewtopic.php?t=31730 But if yoiu need any more of a direct way accessing itI don't know of one. On Wed, Apr 28, 2021 at 1:34 PM Ben Rubinstein via use-livecode < use-livec

access DOM in browser widget?

2021-04-28 Thread Ben Rubinstein via use-livecode
Is there a way to access the DOM from the browser widget? TIA, Ben ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: Emtying browser widget cache?

2021-03-16 Thread Håkan Liljegren via use-livecode
Thanks! Works like a charm! Should have thought about that, myself. Teaching web design for nearly two decades, and still missed the obvious… :-Håkan On 15 Mar 2021, 21:21 +0100, How to use LiveCode , wrote: > > do "location.reload()" in widget "myBrowser" > > Kind regards, > Panos

Re: Emtying browser widget cache?

2021-03-15 Thread panagiotis merakos via use-livecode
Hello Håkan, Try do "location.reload()" in widget "myBrowser" Kind regards, Panos -- On Mon, 15 Mar 2021 at 22:15, Håkan Liljegren via use-livecode < use-livecode@lists.runrev.com> wrote: > Does anyone know if the browser widget has its own cache? If I load a

Emtying browser widget cache?

2021-03-15 Thread Håkan Liljegren via use-livecode
Does anyone know if the browser widget has its own cache? If I load a local web page (by setting the URL property) the browser widget seams to cache the linked CSS-file. If I restart LiveCode the edits usually go through, but, is there any way to empty the browser widget cache without needing

Browser Widget

2021-02-02 Thread Terence Heaford via use-livecode
I believe the Browser Widget uses the native browser and in that case it uses the same code as Safari on MacOS? I have been using CanvasJS to create some charts and have been rendering the result in the Browser Widget using Set the URL of ….. These charts have been created on the computer

Re: Will Browser widget ever work on Linux?

2020-12-10 Thread Tom Glod via use-livecode
Thanks for all the inputs gentlemen I agree on the need for cross platform embedded browser support. Will LC use another embedded browser for the mac? So I guess there are more questions than answers here in terms of a 3 platform solution. I have my first ssd sitting in the box, and once i

Re: Will Browser widget ever work on Linux?

2020-12-09 Thread Mark Wieder via use-livecode
On 12/9/20 8:40 AM, Curry Kenworthy via use-livecode wrote: Yep, it actually feels great to be a Windows-first LiveCoder. I'm not gonna get sucked into religious wars here... Like the field, embedded Browser is a way to deliver and display so many different kinds of content that it should

Re: Will Browser widget ever work on Linux?

2020-12-09 Thread Curry Kenworthy via use-livecode
Mark: > It's actually OSX where CEF usage was > dropped, not Windows. Yep, it actually feels great to be a Windows-first LiveCoder. Ironically, things "just work." In fact I'm doing a Windows app right now, using - guess what - the Browser widget. Works a treat. It's hard

Re: Will Browser widget ever work on Linux?

2020-12-08 Thread Mark Wieder via use-livecode
On 12/8/20 3:12 PM, Mark Wieder via use-livecode wrote: LC also has dropped using the CEF on Windows because reasons. Oops. Have to correct myself here. It's actually OSX where CEF usage was dropped, not Windows. More gory details here

Re: Will Browser widget ever work on Linux?

2020-12-08 Thread Mark Wieder via use-livecode
On 12/8/20 1:54 PM, Tom Glod via use-livecode wrote: Hi folks, I need to know whether there are any plans of making the CEF browser work correctly on Linux? I vaguely remember a conversation about it and it seeming like there is very little hope of that. Can anyone confirm? Um. It's

Will Browser widget ever work on Linux?

2020-12-08 Thread Tom Glod via use-livecode
Hi folks, I need to know whether there are any plans of making the CEF browser work correctly on Linux? I vaguely remember a conversation about it and it seeming like there is very little hope of that. Can anyone confirm? Thanks, Tom ___ use-livecode

Re: On Browser Widget/Google, the "smart" Font Sizer to Go Center, on Android phone?

2020-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
Well com.livecode.widget.browser but I would not know where to begin? There is a small font resizer, it goes up or down _ _ | - | | + | Is it possible to go center? Its lies to the right of margin of the browser widget, and we have the page “Go Right” which conflicts

On Browser Widget/Google, the "smart" Font Sizer to Go Center, on Android phone?

2020-11-21 Thread Sannyasin Brahmanathaswami via use-livecode
There is a small font resizer, it goes up or down _ _ | - | | + | Is it possible to go center? Its lies to the right of margin of the browser widget, and we have the page “Go Right” which conflicts with the font resizer. BR

RE: Browser Widget and Twitter on iOS 13

2020-08-17 Thread Ralph DiMola via use-livecode
...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Linda Miller via use-livecode Sent: Saturday, August 15, 2020 2:53 PM To: use-livecode@lists.runrev.com Cc: Linda Miller Subject: RE: Browser Widget and Twitter on iOS 13 Why

Browser widget does not support WebGL2

2020-08-16 Thread Torsten Holmer via use-livecode
Hi, I want to test how to display a WebGL-Page in the browser widget, but get this message on this page (https://get.webgl.org/webgl2/) : "Oh no! We are sorry, but your browser does not seem to support WebGL2." Is there a way to update the widget? Chrome does support WebGL 2

RE: Browser Widget and Twitter on iOS 13

2020-08-15 Thread Linda Miller via use-livecode
Why not check if it is going to a URL that contains “twitter.com” and feed the correct user agent prior to going to the website since it is only a twitter issue? Linda > On Aug 15, 2020, at 10:00 AM, use-livecode-requ...@lists.runrev.com wrote: > > RE: Browser Widget and Twitter

Re: Browser Widget and Twitter on iOS 13

2020-08-15 Thread Jim Lambert via use-livecode
Ralph, Thanks for that switch statement. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

  1   2   3   4   5   6   7   >