Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Sean Cole (Pi) via use-livecode
Hi Andre

I had to get this one. The title alone intrigued me. But looking at the
contents I know I need it to grow further. I'm looking forward to getting
your insights. I'll start tonight.

All the very best
Sean
Pi


> On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hi Friends,
> >
> > I'm quite happy to announce the initial release of my new LiveCode eBook.
> > This is a companion book to the previous "LiveCode Advanced Application
> > Architecture" eBook that dives further into making LiveCode IDE a
> > comfortable place for your development workflow.
> >
> > "Development Oriented Development" is a novel approach to coding with
> > LiveCode that prioritizes developer comfort and robustness by favouring
> > treating LiveCode as a mouldable environment. By the end of this book,
> > you’ll know how and why to build custom plugins to make your development
> > workflow easier, and how bespoke project-specific tools lead to software
> > that is easier to maintain.
> >
> > You can get the new book at: https://payhip.com/b/18eH
> >
> > I look forward to feedback, suggestions, and requests for more chapters
> >
> > Cheers
> > Andre
> >
> > --
> > https://www.andregarzia.com 
> > Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> > ___
> > 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/mailman/listinfo/use-livecode
>
-- 
Pi Digital
___
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/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Lagi Pittas via use-livecode
HI Andre,

Didn't even read the whole post just went to the link and bought it - now
for some bedtime reading 

Lagi

On Tue, 16 Mar 2021 at 14:11, Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Friends,
>
> I'm quite happy to announce the initial release of my new LiveCode eBook.
> This is a companion book to the previous "LiveCode Advanced Application
> Architecture" eBook that dives further into making LiveCode IDE a
> comfortable place for your development workflow.
>
> "Development Oriented Development" is a novel approach to coding with
> LiveCode that prioritizes developer comfort and robustness by favouring
> treating LiveCode as a mouldable environment. By the end of this book,
> you’ll know how and why to build custom plugins to make your development
> workflow easier, and how bespoke project-specific tools lead to software
> that is easier to maintain.
>
> You can get the new book at: https://payhip.com/b/18eH
>
> I look forward to feedback, suggestions, and requests for more chapters
>
> Cheers
> Andre
>
> --
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> 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/mailman/listinfo/use-livecode
>


-- 
KIndest Regards Lagi
___
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/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Tom Glod via use-livecode
Hi Andre, A good and somewhat unique topic. Might come in handy for me in
the next few months especially.
I look forward to learning from your book.
All the best



On Tue, Mar 16, 2021 at 10:11 AM Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Friends,
>
> I'm quite happy to announce the initial release of my new LiveCode eBook.
> This is a companion book to the previous "LiveCode Advanced Application
> Architecture" eBook that dives further into making LiveCode IDE a
> comfortable place for your development workflow.
>
> "Development Oriented Development" is a novel approach to coding with
> LiveCode that prioritizes developer comfort and robustness by favouring
> treating LiveCode as a mouldable environment. By the end of this book,
> you’ll know how and why to build custom plugins to make your development
> workflow easier, and how bespoke project-specific tools lead to software
> that is easier to maintain.
>
> You can get the new book at: https://payhip.com/b/18eH
>
> I look forward to feedback, suggestions, and requests for more chapters
>
> Cheers
> Andre
>
> --
> https://www.andregarzia.com 
> Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
> ___
> 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/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Paul Dupuis via use-livecode

On 3/16/2021 2:38 PM, Sean Cole (Pi) via use-livecode wrote:

even asking it to only return char 1 of rawclipboarddata["CF_BITMAP"]
crashes it so any attempt to read that data triggers an exception.


I would consider this a serious LC bug. Regardless of what crap another 
application puts on the clipboard, LC should not crash. Return an error 
code or even just empty or something, but not crash.




___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Mark Wieder via use-livecode

On 3/16/21 11:47 AM, Tom Glod via use-livecode wrote:


If any of that seems useful I can check the codebase for the exact steps.


Avoiding crashes is *always* useful.

--
 Mark Wieder
 ahsoftw...@gmail.com

___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Tom Glod via use-livecode
 Hey guys.

There are a few issues around windows clipboard and images. I ran into them
ALOT when i worked on the Toolbox application.

I (reported bug also).  https://quality.livecode.com/show_bug.cgi?id=21543

This probably won't help. but  there were times when I had to figure
out which key to read from the rawclipboarddata

Put it in an image control and then export it out from there.. thats
how i avoided some of the crashes and glitches associated with clipboard
and screenshots and windows.

If any of that seems useful I can check the codebase for the exact steps.

Cheers,

Tom


On Tue, Mar 16, 2021 at 2:40 PM Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Curry,
> even asking it to only return char 1 of rawclipboarddata["CF_BITMAP"]
> crashes it so any attempt to read that data triggers an exception.
> Remarkable. :D
>
> Sean
>
> On Tue, 16 Mar 2021 at 18:16, Curry Kenworthy via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> >
> > Sean:
> >
> >  > put the keys of the rawclipboarddata
> >
> > Yes, I have a little clipboard browser stack for that.
> > There are regular, full, and raw keys. Joy awaits
> >
> >  > or any other CF_, it crashes out of LC altogether
> >
> > I had that joyful experience earlier today, with my test stack.
> > You gotta love it, right? Really ups the challenge.
> > LC always trains to the fight, so that we are the best of the best.
> >
> > (Nice try, LC, I'm a compulsive stack saver! Fool me twice.)
> >
> > Has anyone reported the crash yet? Or does that joy also await?
> >
> >  > 'do as javascript'
> >
> > Thanks for the idea. I'll experiment further later this week.
> > (Unless anyone has a confirmed workaround already.)
> >
> > I'm also going to test this on Mac soon.
> > Bugs get super "relevant" if they hit the Macophiles too. :)
> >
> > Best wishes,
> >
> > Curry Kenworthy
> >
> > Custom Software Development
> > "Better Methods, Better Results"
> > LiveCode Training and Consulting
> > http://livecodeconsulting.com/
> >
> > ___
> > 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/mailman/listinfo/use-livecode
> >
> ___
> 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/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Mobile:647.562.9411
___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Sean Cole (Pi) via use-livecode
Curry,
even asking it to only return char 1 of rawclipboarddata["CF_BITMAP"]
crashes it so any attempt to read that data triggers an exception.
Remarkable. :D

Sean

On Tue, 16 Mar 2021 at 18:16, Curry Kenworthy via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> Sean:
>
>  > put the keys of the rawclipboarddata
>
> Yes, I have a little clipboard browser stack for that.
> There are regular, full, and raw keys. Joy awaits
>
>  > or any other CF_, it crashes out of LC altogether
>
> I had that joyful experience earlier today, with my test stack.
> You gotta love it, right? Really ups the challenge.
> LC always trains to the fight, so that we are the best of the best.
>
> (Nice try, LC, I'm a compulsive stack saver! Fool me twice.)
>
> Has anyone reported the crash yet? Or does that joy also await?
>
>  > 'do as javascript'
>
> Thanks for the idea. I'll experiment further later this week.
> (Unless anyone has a confirmed workaround already.)
>
> I'm also going to test this on Mac soon.
> Bugs get super "relevant" if they hit the Macophiles too. :)
>
> Best wishes,
>
> Curry Kenworthy
>
> Custom Software Development
> "Better Methods, Better Results"
> LiveCode Training and Consulting
> http://livecodeconsulting.com/
>
> ___
> 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/mailman/listinfo/use-livecode
>
___
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/mailman/listinfo/use-livecode


Re: [ANN] New Book: Development Oriented Development

2021-03-16 Thread Andre Garzia via use-livecode
Dear Roland,

I haven't updated that book in a long time. What I did was switch stores to
payhip. In that purchase URL, you'll notice that my name as an author is a
link. If you click it, you're redirected to my payhip store at:

https://payhip.com/aagarzia

Which has the other book for sale as well.

I'll generate a preview and add it to my site.

Best
Andre

On Tue, 16 Mar 2021 at 17:14, R.H. via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Andre
>
> I have purchased your new book and downloaded the three versions (very
> clever in three formats!).
>
> https://payhip.com/b/18eH
>
> With me is also your other book published first. Somewhere I read that you
> updated that version. Can I download that somewhere as well? Or is there
> some update price?
>
> This purchasing page looks very professional and nice. But there is no link
> to your other products or possibilities to contact you from that page.
> Maybe a small preview would also possibly attract more readers? Anyway..
> the price is very modest.
>
> Regards, Roland
> ___
> 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/mailman/listinfo/use-livecode
>


-- 
https://www.andregarzia.com 
Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Curry Kenworthy via use-livecode



Sean:

> put the keys of the rawclipboarddata

Yes, I have a little clipboard browser stack for that.
There are regular, full, and raw keys. Joy awaits

> or any other CF_, it crashes out of LC altogether

I had that joyful experience earlier today, with my test stack.
You gotta love it, right? Really ups the challenge.
LC always trains to the fight, so that we are the best of the best.

(Nice try, LC, I'm a compulsive stack saver! Fool me twice.)

Has anyone reported the crash yet? Or does that joy also await?

> 'do as javascript'

Thanks for the idea. I'll experiment further later this week.
(Unless anyone has a confirmed workaround already.)

I'm also going to test this on Mac soon.
Bugs get super "relevant" if they hit the Macophiles too. :)

Best wishes,

Curry Kenworthy

Custom Software Development
"Better Methods, Better Results"
LiveCode Training and Consulting
http://livecodeconsulting.com/

___
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/mailman/listinfo/use-livecode


Re: LC Bug: Copying an Image fails

2021-03-16 Thread Sean Cole (Pi) via use-livecode
Curry,

The issue here is that MS Word controls how that clipboard data is
transferred. As an example

Open the taskmanager
In Word, copy an image into the clipboard
In LC message box type
lock the clipboard; put the keys of the rawclipboarddata
Returns something like:
  Art::GVML ClipFormat
  PNG
  GIF
  CF_ENHMETAFILE
  CF_METAFILEPICT
  CF_BITMAP
  JFIF
  Object Descriptor
  image/svg+xml
In LC message box, type
lock the clipboard; put the rawclipboarddata["Art::GVML ClipFormat"]
LC Locks up
Then switch to TaskManager and see that MSWord has sprung into life. At
this stage it is trying it's best to transfer that data into LC, but
probably can't work out how, so they end up in a loop of errors.
If you type into the messagebox:
lock the clipboard; put the rawclipboarddata["CF_BITMAP"]
or any other CF_, it crashes out of LC altogether.

Copy the image from MSWord, paste into MSPaint and immediately copy into
the clipboard again. Now in LC MsgBx type:
lock the clipboard; put the keys of the rawclipboarddata
Returns something like:
  Embed Source
  Object Descriptor
  CF_METAFILEPICT
  CF_DIB
Now:
lock the clipboard; put the rawclipboarddata["CF_DIB"]
and you get the raw data of the image. You cannot do this directly from
MSWord clipboard data.

There might be a way to achieve it using a 'do as javascript' and following
guides listed here:
https://ourcodeworld.com/articles/read/491/how-to-retrieve-images-from-the-clipboard-with-javascript-in-the-browser

All the best

Sean

On Tue, 16 Mar 2021 at 15:40, Curry Kenworthy via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> LC Bugathon continues
>
> Recently I ran into this bug, which Trevor already reported:
>
> "Unable to paste images copied from Microsoft Word on Windows"
> https://quality.livecode.com/show_bug.cgi?id=21906
>
> Copying an image directly (not inline with text) fails.
> The clipboarddata contains nulls, in testing so far.
> Just tested on 9.6.2 RC 3.
>
> Any known script workaround?
>
> (A user behavior workaround, ie copying inline, is not very acceptable.)
>
> Best wishes,
>
> Curry Kenworthy
>
> Custom Software Development
> "Better Methods, Better Results"
> LiveCode Training and Consulting
> http://livecodeconsulting.com/
>
> ___
> 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/mailman/listinfo/use-livecode
>
___
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/mailman/listinfo/use-livecode


[ANN] New Book: Development Oriented Development

2021-03-16 Thread R.H. via use-livecode
Hi Andre

I have purchased your new book and downloaded the three versions (very
clever in three formats!).

https://payhip.com/b/18eH

With me is also your other book published first. Somewhere I read that you
updated that version. Can I download that somewhere as well? Or is there
some update price?

This purchasing page looks very professional and nice. But there is no link
to your other products or possibilities to contact you from that page.
Maybe a small preview would also possibly attract more readers? Anyway..
the price is very modest.

Regards, Roland
___
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/mailman/listinfo/use-livecode


LC Bug: Copying an Image fails

2021-03-16 Thread Curry Kenworthy via use-livecode



LC Bugathon continues

Recently I ran into this bug, which Trevor already reported:

"Unable to paste images copied from Microsoft Word on Windows"
https://quality.livecode.com/show_bug.cgi?id=21906

Copying an image directly (not inline with text) fails.
The clipboarddata contains nulls, in testing so far.
Just tested on 9.6.2 RC 3.

Any known script workaround?

(A user behavior workaround, ie copying inline, is not very acceptable.)

Best wishes,

Curry Kenworthy

Custom Software Development
"Better Methods, Better Results"
LiveCode Training and Consulting
http://livecodeconsulting.com/

___
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/mailman/listinfo/use-livecode


[ANN] New Book: Development Oriented Development

2021-03-16 Thread Andre Garzia via use-livecode
Hi Friends,

I'm quite happy to announce the initial release of my new LiveCode eBook.
This is a companion book to the previous "LiveCode Advanced Application
Architecture" eBook that dives further into making LiveCode IDE a
comfortable place for your development workflow.

"Development Oriented Development" is a novel approach to coding with
LiveCode that prioritizes developer comfort and robustness by favouring
treating LiveCode as a mouldable environment. By the end of this book,
you’ll know how and why to build custom plugins to make your development
workflow easier, and how bespoke project-specific tools lead to software
that is easier to maintain.

You can get the new book at: https://payhip.com/b/18eH

I look forward to feedback, suggestions, and requests for more chapters

Cheers
Andre

-- 
https://www.andregarzia.com 
Want to support me? Buy me a coffee at https://ko-fi.com/andregarzia
___
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/mailman/listinfo/use-livecode


revXMLTree can't find the node it just provided?

2021-03-16 Thread BT via use-livecode
Hi folks,
Please can anyone explain what I’m doing wrong here - it seems the revXML 
library can’t finding the node it has just identified…

1. Create an XML tree to represent some HTML... put revXMLCreateTree(tHTML, 
false, true, false) into tTreeId
2. Isolate the section of interest by building an XPath to find it by its id… 
put "//*[@id=" & quote & “test" & quote & "]" into tXPath
3. Check The library resolves the XPath to find a node… 
put revXMLEvaluateXPath(tTreeId, tXPath ) into tNode
put tNode  …returns...  
/body/*/*/*/*/*/*[2]/*[2]/*/*/*/*[2]/*/*/*/*/*/*/*[2]/*/*[2]/*[3]/*[5]
5. Retrieve the section of the tree ‘under’ this node… put 
revXMLTree(tTreeId,tXPath,return,space,false,-1) into field “Test” …returns 
xmlerr, can’t find the element

Any clues?

Thanks & regards,
Keith
___
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/mailman/listinfo/use-livecode


Re: [ANN] Release 9.6.2 RC-3

2021-03-16 Thread Richmond via use-livecode

That nonsense about extra monitors seems to be a MacOS 11 "thing".

I generally have 2 powered USB hubs connected via my USB-C to HDMI 
monitor things: if they are connected when I start up
no video signal is sent to either my right or my left monitor, only to 
the central one. If, having started up like that, I
unplug those 2 hubs, count to 10, and then reconnect them, I get video 
signals to all 3 monitors.


Totally Mental!

Best, Richmond.

On 16.03.21 9:05, Håkan Liljegren via use-livecode wrote:

Thanks to everyone testing this! Trashing the prefs didn’t help, trashing all 
files in the ”Application support”-folder didn’t help! But, I tried to unplug 
my second monitor… Started LC and then, everything worked! Plugged the monitor 
back again, end now, it works! Now I can even click the buttons in the ”Save 
before closing”-dialog that is tucked to the menu bar. I have not been able to 
do that before!

The only hiccup now is that the revMenubar starts right aligned on my second 
monitor, but I always move it to my second (bigger) screen anyway so that is a 
minor bump in the road.

:-Håkan
On 16 Mar 2021, 04:23 +0100, Sean Cole (Pi) via use-livecode 
, wrote:

I just downloaded and tested on my MBP16(2019), single screen, MacOS
11.2.2, and also in parallels Win10(v1909) and had no issues.

BTW, visual effects work a dream and even macOS CoreImage effects work
great. Super. Hope to see more (HTML5, hint, hint) soon.

Sean

On Mon, 15 Mar 2021 at 18:28, Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:


I have just downloaded Indy 9.6.2 RC-3, done the licensing "dance" and
fired it up
without any problems at all:

macOS 11.3 Beta 3, 2018 Mac Mini, 3 monitors.

I suspect you have some background process (i.e. something set to run at
startup) that is
clogging up the works.

Best, Richmond.

On 15.03.21 18:40, Håkan Liljegren via use-livecode wrote:

After downloading and activating with my indie license, LiveCode starts

but is totally unresponsive! I can move the windows, but that’s it! I can’t
click anything not even in the menu. No shortcuts works, and, If I select
”Quit” from the icon in the dock LiveCode doesn’t quit. Only thing I can do
is to ”Force Quit” the application.

Running macOS 11.2.2 on a MacBook Pro (15-inch, 2018) with a dual

monitor setup.

Any one else having this???

:-Håkan
On 12 Mar 2021, 12:57 +0100, panagiotis merakos via use-livecode <

use-livecode@lists.runrev.com>, wrote:

Dear list members,

We are pleased to announce the release of LiveCode 9.6.2 RC-3.


Getting the Release
===
You can get the release at https://downloads.livecode.com/livecode/ or

via

the automatic updater.


Release Contents

LiveCode 9.6.2 RC-3 comes with 6 regression fixes, including:

- Visual effects doesn't work on macOS Big Sur
- Cannot close "Ask Password" dialog as Sheet in modal stack
- mergLA not included in 9.6.2 RC 2
- PDF Widget broken on iOS device

For the full list of all fixes, updates and enhancements please see the
release notes:


http://downloads.livecode.com/livecode/9_6_2/LiveCodeNotes-9_6_2_rc_3.pdf


Known issues

- The Browser widget's native layer is not shown in some Linux distros

with

Cinnamon window manager.
- The use of the Browser widget is not supported on Ubuntu 18.04 64 bit

LTS

yet.


Required Software
=
To build iOS apps with LiveCode you must have the appropriate versions

of

Xcode as follows:

- macOS 10.13.4: Xcode 10.1 - LiveCode builds iOS apps using the iOS

12.1

SDK
- macOS 10.14.4: Xcode 11.3.x - LiveCode builds iOS apps using the iOS
13.2 SDK
- macOS 10.15.4+: Xcode 12.1.x - LiveCode builds iOS apps using the iOS
14.1 SDK

There is a full list of working LiveCode/macOS/Xcode combinations here:
https://livecode.com/docs/9-5-0/faq/faq/

Note: Whilst we endeavour to release updated versions of LiveCode
supporting the latest Xcode/iOS SDKs as quickly as possible; we strongly
recommend disabling automatic update of Xcode or downloading the

specific

version of Xcode required directly from the Apple developer portal and
installing it separately.

Important: From the end of June 2020, Apple is only accepting apps built
using iOS13 SDKs. This means that, if you wish to submit apps to the
AppStore you will have to be running at least macOS 10.14 in order to be
able to install the necessary version of Xcode.


Feedback

Please report any bugs encountered on our quality center at
http://quality.livecode.com/

We have a forum available for discussing LiveCode Builder at
http://forums.livecode.com/viewforum.php?f=93


Have fun!
The LiveCode Team


--
___
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/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode

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
___
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/mailman/listinfo/use-livecode


Re: [ANN] Release 9.6.2 RC-3

2021-03-16 Thread Håkan Liljegren via use-livecode
Thanks to everyone testing this! Trashing the prefs didn’t help, trashing all 
files in the ”Application support”-folder didn’t help! But, I tried to unplug 
my second monitor… Started LC and then, everything worked! Plugged the monitor 
back again, end now, it works! Now I can even click the buttons in the ”Save 
before closing”-dialog that is tucked to the menu bar. I have not been able to 
do that before!

The only hiccup now is that the revMenubar starts right aligned on my second 
monitor, but I always move it to my second (bigger) screen anyway so that is a 
minor bump in the road.

:-Håkan
On 16 Mar 2021, 04:23 +0100, Sean Cole (Pi) via use-livecode 
, wrote:
> I just downloaded and tested on my MBP16(2019), single screen, MacOS
> 11.2.2, and also in parallels Win10(v1909) and had no issues.
>
> BTW, visual effects work a dream and even macOS CoreImage effects work
> great. Super. Hope to see more (HTML5, hint, hint) soon.
>
> Sean
>
> On Mon, 15 Mar 2021 at 18:28, Richmond via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > I have just downloaded Indy 9.6.2 RC-3, done the licensing "dance" and
> > fired it up
> > without any problems at all:
> >
> > macOS 11.3 Beta 3, 2018 Mac Mini, 3 monitors.
> >
> > I suspect you have some background process (i.e. something set to run at
> > startup) that is
> > clogging up the works.
> >
> > Best, Richmond.
> >
> > On 15.03.21 18:40, Håkan Liljegren via use-livecode wrote:
> > > After downloading and activating with my indie license, LiveCode starts
> > but is totally unresponsive! I can move the windows, but that’s it! I can’t
> > click anything not even in the menu. No shortcuts works, and, If I select
> > ”Quit” from the icon in the dock LiveCode doesn’t quit. Only thing I can do
> > is to ”Force Quit” the application.
> > >
> > > Running macOS 11.2.2 on a MacBook Pro (15-inch, 2018) with a dual
> > monitor setup.
> > >
> > > Any one else having this???
> > >
> > > :-Håkan
> > > On 12 Mar 2021, 12:57 +0100, panagiotis merakos via use-livecode <
> > use-livecode@lists.runrev.com>, wrote:
> > > > Dear list members,
> > > >
> > > > We are pleased to announce the release of LiveCode 9.6.2 RC-3.
> > > >
> > > >
> > > > Getting the Release
> > > > ===
> > > > You can get the release at https://downloads.livecode.com/livecode/ or
> > via
> > > > the automatic updater.
> > > >
> > > >
> > > > Release Contents
> > > > 
> > > > LiveCode 9.6.2 RC-3 comes with 6 regression fixes, including:
> > > >
> > > > - Visual effects doesn't work on macOS Big Sur
> > > > - Cannot close "Ask Password" dialog as Sheet in modal stack
> > > > - mergLA not included in 9.6.2 RC 2
> > > > - PDF Widget broken on iOS device
> > > >
> > > > For the full list of all fixes, updates and enhancements please see the
> > > > release notes:
> > > >
> > http://downloads.livecode.com/livecode/9_6_2/LiveCodeNotes-9_6_2_rc_3.pdf
> > > >
> > > >
> > > > Known issues
> > > > 
> > > > - The Browser widget's native layer is not shown in some Linux distros
> > with
> > > > Cinnamon window manager.
> > > > - The use of the Browser widget is not supported on Ubuntu 18.04 64 bit
> > LTS
> > > > yet.
> > > >
> > > >
> > > > Required Software
> > > > =
> > > > To build iOS apps with LiveCode you must have the appropriate versions
> > of
> > > > Xcode as follows:
> > > >
> > > > - macOS 10.13.4: Xcode 10.1 - LiveCode builds iOS apps using the iOS
> > 12.1
> > > > SDK
> > > > - macOS 10.14.4: Xcode 11.3.x - LiveCode builds iOS apps using the iOS
> > > > 13.2 SDK
> > > > - macOS 10.15.4+: Xcode 12.1.x - LiveCode builds iOS apps using the iOS
> > > > 14.1 SDK
> > > >
> > > > There is a full list of working LiveCode/macOS/Xcode combinations here:
> > > > https://livecode.com/docs/9-5-0/faq/faq/
> > > >
> > > > Note: Whilst we endeavour to release updated versions of LiveCode
> > > > supporting the latest Xcode/iOS SDKs as quickly as possible; we strongly
> > > > recommend disabling automatic update of Xcode or downloading the
> > specific
> > > > version of Xcode required directly from the Apple developer portal and
> > > > installing it separately.
> > > >
> > > > Important: From the end of June 2020, Apple is only accepting apps built
> > > > using iOS13 SDKs. This means that, if you wish to submit apps to the
> > > > AppStore you will have to be running at least macOS 10.14 in order to be
> > > > able to install the necessary version of Xcode.
> > > >
> > > >
> > > > Feedback
> > > > 
> > > > Please report any bugs encountered on our quality center at
> > > > http://quality.livecode.com/
> > > >
> > > > We have a forum available for discussing LiveCode Builder at
> > > > http://forums.livecode.com/viewforum.php?f=93
> > > >
> > > >
> > > > Have fun!
> > > > The LiveCode Team
> > > >
> > > >
> > > > --
> > > > ___
> > > > use-livecode mailing list
> > > > use-livecode@lists.runrev.com
> > >