Re: fontSizes bust in 6.0

2013-04-18 Thread Chris Sheffield
I think the seriousness of this problem just escalated for me, and I'd like to know if anyone else is seeing this. I ran into this this morning. I had set some font sizes on some fields, running LC 6.0, but the font sizes did not save. They showed on the screen, but when I would build my app

Re: fontSizes bust in 6.0

2013-04-18 Thread Warren Samples
On 04/18/2013 10:36 AM, Chris Sheffield wrote: I ran into this this morning. I had set some font sizes on some fields, running LC 6.0, but the font sizes did not save. They showed on the screen, but when I would build my app and run in the simulator (iOS), the changes were not in effect. And

Re: fontSizes bust in 6.0

2013-04-16 Thread Jacques Hausser
Hi Peter, I just compared the fontSizes in 5.5.4 and 6.0.0. In 5.5.4, the Fontsizes returns every numbers from 9 to 72, one number per line, for any scalable font. For bitmap fonts, it returns the installed sizes only. In 6.0.0, the fontSizes returns 0. For bitmap fonts, it returns the

Re: fontSizes bust in 6.0

2013-04-16 Thread Peter Haworth
Hi Jacques, Thanks for checking this out. It might be more logical but it's not backward compatible and it's not mentioned anywhere in the release notes that I could find - not a good combination! I also notice that, for Verdana, the Inspector Text Formatting tab returns the 6,8,12,18,24 in both

Re: fontSizes bust in 6.0

2013-04-16 Thread Peter Haworth
On Tue, Apr 16, 2013 at 10:13 AM, Peter Haworth p...@lcsql.com wrote: returns the 6,8,12,18,24 in both 5.5.4 and 6.0 Sorry, that should be 9,10,12,14,18,24 Pete lcSQL Software http://www.lcsql.com ___ use-livecode mailing list

Re: fontSizes bust in 6.0

2013-04-16 Thread Jacques Hausser
Hi Pete, For ages I was also frustrated by the poor choice of sizes proposed by the text formating inspector, and used the more flexible Text menu… before discovering that if you type a value instead of selecting it, the inspector takes the typed value. (By the way, the other… size in Text

fontSizes bust in 6.0

2013-04-15 Thread Peter Haworth
OSX 10.7.4, LC 6.0 Commercial or Community. The fontsizes of a font always returns zero. Anyone else seeing this? Pete lcSQL Software http://www.lcsql.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: fontSizes bust in 6.0

2013-04-15 Thread Jacques Hausser
Hy Peter: from the dictionary: Comments: If zero appears in the list returned by the fontSizes function, the font is scalable, meaning that it can be displayed at any size supported by the operating system. Le 16 avr. 2013 à 01:14, Peter Haworth p...@lcsql.com a écrit : OSX 10.7.4, LC 6.0

Re: fontSizes bust in 6.0

2013-04-15 Thread Peter Haworth
Right, but the exact same command in LC 5.5.x returns a list of font sizes so one or other is worng. Pete lcSQL Software http://www.lcsql.com On Mon, Apr 15, 2013 at 4:29 PM, Jacques Hausser jacques.haus...@unil.chwrote: Hy Peter: from the dictionary: Comments: If zero appears in the

Re: fontSizes bust in 6.0

2013-04-15 Thread stephen barncard
yes I just saw this on a stack I was working on that worked before.. 6.0 RC-6 Build 1509-- latest? this is wrong On Mon, Apr 15, 2013 at 5:44 PM, Peter Haworth p...@lcsql.com wrote: Right, but the exact same command in LC 5.5.x returns a list of font sizes so one or other is worng.

Re: fontSizes bust in 6.0

2013-04-15 Thread Peter Haworth
Build 1511 for me. Just entered QCC bug#10852 Pete lcSQL Software http://www.lcsql.com On Mon, Apr 15, 2013 at 8:07 PM, stephen barncard stephenrevoluti...@barncard.com wrote: yes I just saw this on a stack I was working on that worked before.. 6.0 RC-6 Build 1509-- latest? this is