disappearing accents

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
GoSm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 09, 2006 3:38 pm

disappearing accents

Post by GoSm » Sun Jan 26, 2014 11:43 pm

disappearing characters
I wrote an app on Mac OS X 5.7.5 in live code 6.5.1 and saved it for Windows. The following is only true for this Windows-Standalone, and only if used with fullscreen set to false (which I think some users will prefer):
When I write Greek forms in a field, the font of which is an ancient Greek font with flying accents, and then try to examine the entered text with return key, the flying accents (width = 0) disappear partly or all - especially if they are wrong (i.e. not matching the paradigm). For a student it is very difficult to correct a form, if he does not see the mistake.
The font is installed with the app; but putting it into the fonts-folder doesn't help.
Thanks already now for all good ideas to prevent accents from disappearing!
Gottfried

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: disappearing accents

Post by Mark » Mon Jan 27, 2014 12:37 am

Hi Gottfried,

This might be a bug in LiveCode, but have you tried setting the fixedLineHeight of your field(s) to false?

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

GoSm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 09, 2006 3:38 pm

Re: disappearing accents

Post by GoSm » Mon Jan 27, 2014 10:51 pm

Thank you, Mark - the fixed line height is set to false.
To me too it seems a bug - but I cannot repeat it outside my stack in a simple field!
One thing I can add now: When I changed once to one of the fullscreenmodes, the bug disappeared in all variants!
Thanks for considering my problem!
Gottfried

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: disappearing accents

Post by Mark » Mon Jan 27, 2014 11:11 pm

Hi Gottfried,

Several people have reported problems related to fonts and fullscreen modes. I'm sure it is a bug. It will probably be fixed in a while.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

GoSm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 09, 2006 3:38 pm

Re: disappearing accents

Post by GoSm » Tue Jan 28, 2014 12:46 pm

Thanks once more!
I have now found a way - a bit strange, but it works:
set the fullscreen of this stack to false
set the fullscreenmode of this stack to "letterbox"
With best regards
Gottfried


Naturally that was an error. In fact it seems I have changed at the same time to an earlier edition of livecode (6.5.1), and this was the solution.

Perhaps this fact is interesting for someone, because another (very old) stack didn't work correctly, when I changed the size of the window (in order to use it on netbooks). In this case I now tried the same way, and both problems disappear when I use lc 6.5.1.
Gottfried

Post Reply