Re: s it a bug?

2022-05-24 Thread Neville Smythe via use-livecode
Bob: I'm not seeing this in the IDE or standalone. LC 9.6.7, macOS Monterey > > I found one thing I think is a bug, and I'd like to report it, but I want to > see if anyone else thinks this may be the expected behavior: > > It seems to me that when clicking and holding the mouse button down o

Re: Formatting code in word

2022-05-24 Thread Mark Smith via use-livecode
Thanks, I wasn’t aware that could be applied to just a specific format… I had always thought of it as document wide. Mind you, I don’t take advantage of 90% of the features in Word either. PDF sounds like a good option for distribution but don’t you still need to create the file in something els

Re: Maximum length of mySQL request ?

2022-05-24 Thread Bob Sneidar via use-livecode
There may be an environment variable you need to set to increase it. Because it's network based, it stands to reason that an unlimited query string can be exploited as a denial of service strategy. Bob S > On May 24, 2022, at 10:19 , doc hawk via use-livecode > wrote: > > When opening a “f

Re: Maximum length of mySQL request ?

2022-05-24 Thread doc hawk via use-livecode
When opening a “file”, my software makes a compound query with several hundred queries within it, so . . . This is possible on Postgres and SQLite, but (last I checked) not on MySQL ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: Formatting code in word

2022-05-24 Thread Bob Sneidar via use-livecode
One word solution: Don't. (Actually two words it's a contraction. Word's grammar checker would probably have corrected that.) Bob S > On May 24, 2022, at 04:00 , Mark Smith via use-livecode > wrote: > > Hello list, > > Do you use anything to make code look more readable when inserted into a

Re: Is it a bug?

2022-05-24 Thread Bob Sneidar via use-livecode
If you are seeing a different behavior then perhaps something in my code is doing it. I'll check the executionContexts to see. Bob S > On May 23, 2022, at 14:03 , Ralph DiMola via use-livecode > wrote: > > I also expect nothing is done if I click on anything and move the mouse > outside the

RE: Xcode

2022-05-24 Thread Ralph DiMola via use-livecode
You can have the most recent version of Xcode installed but must also have the LC supported version installed(if different as it usually is). The build tools must point to the LC supported version for building iOS apps but you can use the most recent version(beta or prod) for side-loading, backu

Re: Formatting code in word

2022-05-24 Thread Håkan Liljegren via use-livecode
Probably not what you want to hear, but I never distribute documents in Word as I then have no control on the formatting. The receiver might not have the same font installed and then the text might reflow and all kinds of bad things might happen! :) I always use PDF for distrution. BUT, if you

Re: Xcode

2022-05-24 Thread Jim MacConnell via use-livecode
Panos, I’m so glad I saw this. Just for my clarity…. Are you saying we no longer need to do the “Hold off on Xcode updates until Livecode can catch up?” thing. I have folders full of older Xcode versions and go through a little dance each time I upgrade. It would be wonderful to not have to wor

Formatting code in word

2022-05-24 Thread Mark Smith via use-livecode
Hello list, Do you use anything to make code look more readable when inserted into a Word document? I ask because all those squiggly red underlines (spellcheck marks) makes it pretty unattractive, although they can be turned off. However, when distributing a document to others they may not know

Re: Xcode

2022-05-24 Thread Klaus major-k via use-livecode
Hi Panos, > Am 24.05.2022 um 12:51 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > You do not have to use the latest version of Xcode if your goal is to be > able to deploy to the latest version of iOS. > > This is the reason we have not moved (yet) to a newer Xcode version - yo

Re: Xcode

2022-05-24 Thread panagiotis m via use-livecode
Hello Klaus, You do not have to use the latest version of Xcode if your goal is to be able to deploy to the latest version of iOS. This is the reason we have not moved (yet) to a newer Xcode version - you can still use Xcode 13.2 to build apps that will run not only on devices running the current

Xcode

2022-05-24 Thread Klaus major-k via use-livecode
Hi all, Xcode 13.4 is already available but LC 9.67 and LC 10 dp3 only support Xcode 13.2. Did I miss something? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailing list use-livecod