Hi jbv,
there are no tabs that i know of in our browser widget, each tab would be
its own widget .. you can delete or hide the widget to achieve this
effect.
On Tue, Feb 11, 2025 at 9:42 AM jbv via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi list,
>
> Is it poss
Hi list,
Is it possible to close a tab of a website displayed
inside a browser widget ?
I am on Mac and I know this can be done using AppleScript,
but is there an LC-only solution ?
Thank you in advance.
jbv
___
use-livecode mailing list
use-livecode
As customers once had to download and install Quicktime for Windows to
use a wide variety of media in Revolution/Livecode Standalones under
Windows (XP, 7, 8.x, 10, 11), when QT for Win became obsolete, we just
switched to directing customers to download and install LAV Filters
instead. They do
Paul Dupuis wrote:
> There ARE methods to compress and store a 3rd party library
> or application as a property in a Livecode standalone and
> have the standalone on start up check (if there is a file
> ... or if there is a folder ...) for the app's presence and
> if not present, install it by unc
code wrote:
Hi, the browser widget doesn’t support .mp4 (or .mp5, both part of the HTML5
standard) in Windows.
This is disappointing, especially as LC 10 becomes web based. In the music
application I’ve been developing, we are now going into new, transformational
frontiers in education with
gt;
>>> Just install the current version of LAV Filters and restart and you get a
>>> whole set of additional audio and video formats supported for Livecode for
>>> Windows.
>>>
>>>
>>> On 7/7/2024 1:38 PM, Peter Bogdanoff via use-livecode wrote:
&g
/releases
Just install the current version of LAV Filters and restart and you get a whole
set of additional audio and video formats supported for Livecode for Windows.
On 7/7/2024 1:38 PM, Peter Bogdanoff via use-livecode wrote:
Hi, the browser widget doesn’t support .mp4 (or .mp5, both part of
lters package. See
> https://github.com/Nevcairiel/LAVFilters/releases
>
> Just install the current version of LAV Filters and restart and you get a
> whole set of additional audio and video formats supported for Livecode for
> Windows.
>
>
> On 7/7/2024 1:38 PM, Peter B
video formats supported for Livecode
for Windows.
On 7/7/2024 1:38 PM, Peter Bogdanoff via use-livecode wrote:
Hi, the browser widget doesn’t support .mp4 (or .mp5, both part of the HTML5
standard) in Windows.
This is disappointing, especially as LC 10 becomes web based. In the music
Hi, the browser widget doesn’t support .mp4 (or .mp5, both part of the HTML5
standard) in Windows.
This is disappointing, especially as LC 10 becomes web based. In the music
application I’ve been developing, we are now going into new, transformational
frontiers in education with web-based
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
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.
ug 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.
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
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 in
?
>
> (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
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
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 of
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 su
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
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):
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 "navigati
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
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
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
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
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
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?
if in doubt try either -
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 "br
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 do I get (into LiveCode) the result of a javascript express
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 do I g
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
_
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
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
>> th
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 browser
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
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
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
hink is what is manipulated in this case.
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 navig
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
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
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
--
#x27;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.
>>>>&g
e?
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 widget?
You could try "browserDocumentLoadBegin" or "browserNavigateBegin" which
would give you the URL that was clic
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 d
> 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 widget?
> You could try "browserDocumentLoadBegin" or "browserNavigateBegin" which
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 the PDF automatically when a PDF
link is clicked. Firefox opens the PDF in a new wind
PDF file and 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.r
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
use-liveco
hat 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 instead o
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
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
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 “m
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.
>
> 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 would
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
>
: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 bring th
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.
>
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
> 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
. :-)
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.
>
> So far I ha
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 scann
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 <
use-livecode@lists.run
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
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
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.
>
> So far I ha
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
>
> 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 t
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
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
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
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
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
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 JS pro
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
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 there any way to get and set the scroll (FWIW I'm only interested in the
vertic
s my colleague 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
n...@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 vSc
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
_
ecode
>> wrote:
>>
>> 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 lif
> wrote:
>
> 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.
&g
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
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 in the
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
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 these
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 n
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 framework
. 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 luck,
> Keith
>
> > On 25 May 2021, at 17:53, David Bovill via use-livecode
&g
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…
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
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
>
>&
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
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-
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
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
_
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
>
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
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 and
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
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 b
1 - 100 of 697 matches
Mail list logo