Re: Compress/Decompress Inclustion?

2020-10-07 Thread matthias rebbe via use-livecode
The last sentence in the dictionary for decompress/compress says 'The (de)compress function <> uses the zlib compression library.' So i would say adding 'Revolution Zip" under inclusions should solve your problem. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am

formattedwidth/height does not work with some fonts

2020-10-07 Thread Klaus major-k via use-livecode
Hi all, looks like formattedheight/formattedwidth does not work with some fonts!? See screenshot, I even added a little generous offset to make sure the text does not get cut off, but e.g. "Damascus Light" (and others) do not respect formattedXXX?

Re: formattedwidth/height does not work with some fonts

2020-10-07 Thread J. Landman Gay via use-livecode
I see this when the margins are too small to accommodate the ascenders of the font. What happens if you set the margins larger? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 7, 2020 9:05:25 AM Klaus major-k via use-livecode

Re: Compress/Decompress Inclustion?

2020-10-07 Thread J. Landman Gay via use-livecode
Compression is part of the engine so you shouldn't need an inclusion. I've seen this error before and usually it's because the string has been altered in some way or wasn't compressed with LC or a compatible app. Do you use binfile when retrieving the file from disk? -- Jacqueline Landman Gay

Re: formattedwidth/height does not work with some fonts

2020-10-07 Thread Paul Dupuis via use-livecode
It is different symptoms from this bug (https://quality.livecode.com/show_bug.cgi?id=22882) but it could be related in the code? I recommend filing a bug report and I will be happy to add a note connecting the two bugs. The more issues found surrounding "the formattedWhatever" functions, the

Re: formattedwidth/height does not work with some fonts

2020-10-07 Thread Klaus major-k via use-livecode
Hi Paul, > Am 07.10.2020 um 16:12 schrieb Paul Dupuis via use-livecode > : > > It is different symptoms from this bug > (https://quality.livecode.com/show_bug.cgi?id=22882) but it could be related > in the code? > > I recommend filing a bug report and I will be happy to add a note connecting

Re: Has anyone published an iPhone app that works on iOS 14?

2020-10-07 Thread Graham Samuel via use-livecode
Sorry to return to this topic, but I just tried to do what Paul did, and I failed: this is because the Simulator on my copy of XCode 11.5 wouldn’t allow me to simulate the device I actually have, an iPhone XS. This model can use iOS 14, let alone 13.5, which as far as this version of XCode goes

Re: formattedwidth/height does not work with some fonts

2020-10-07 Thread Klaus major-k via use-livecode
Hi Jaqueline, > Am 07.10.2020 um 16:55 schrieb J. Landman Gay via use-livecode > : > > I see this when the margins are too small to accommodate the ascenders of the > font. > What happens if you set the margins larger? thanks for the hint, setting a quite high margin is what we use as a

Re: Canvas Limited to 32767

2020-10-07 Thread Bob Sneidar via use-livecode
We can just send a man to mars. Same deal. :-) Bob S On Oct 6, 2020, at 6:08 PM, Richard Gaskin via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: So "just" changing from 32k to 64k isn't as easy as putting the word "just" in front of it might make it seem. :)

Re: Has anyone published an iPhone app that works on iOS 14?

2020-10-07 Thread Graham Samuel via use-livecode
Answered my own question, or rather there is an answer in the Xcode documentation under "Create a simulator configuration”. Turns out a whole lot of other devices are hiding there, certainly including the iPhone XS. Sorry I disturbed the list. Graham > On 7 Oct 2020, at 17:36, Graham Samuel