Bad rendering on iPad only
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Bad rendering on iPad only
Hi All,
I get a strange rendering with an iOS app. All works well on IDE and standalone for OSX (LC 9.01, iOS 11.4)
• Some objects seem absent (not the same all the time) but i can show some of them when i click them with my finger
• Some btns seems greater than their original size
II tested with acceleratedrendering or not, it seems that is better when it is false
Thanks in advance for your advices
Best regards
Jean-Marc
I get a strange rendering with an iOS app. All works well on IDE and standalone for OSX (LC 9.01, iOS 11.4)
• Some objects seem absent (not the same all the time) but i can show some of them when i click them with my finger
• Some btns seems greater than their original size
II tested with acceleratedrendering or not, it seems that is better when it is false
Thanks in advance for your advices
Best regards
Jean-Marc
https://alternatic.ch
Re: Bad rendering on iPad only
I see this in some older stacks. A temporary fix sometimes works to force a card redraw:
LC 9.5 has some redraw issues when acceleratedRendering is true.
Code: Select all
set the backcolor of this cd to the effective backcolor of this cd
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Bad rendering on iPad only
Thanks Jacqueline,
I tried:
at opencard
Some problems remain but i can call one message that didn't work before.
I try to track errors with
and i sometime get an error on line 0
I have to understand this as an error at preopencard ?
I tried:
Code: Select all
set the backcolor of this cd to the effective backcolor of this cd
Some problems remain but i can call one message that didn't work before.
I try to track errors with
Code: Select all
on errordialog pExecutionError
answer "error on line:" && item 2 of line 1 of pExecutionError
ënd errordialog
I have to understand this as an error at preopencard ?
https://alternatic.ch
Re: Bad rendering on iPad only
I'm never sure what error at line 0 is. Most of the time I think it means the compiler doesn't know either. It only knows the script wouldn't execute.
Maybe it's something in one of the LC libraries, but it's hard to tell.
Maybe it's something in one of the LC libraries, but it's hard to tell.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Bad rendering on iPad only
OK I will track with answer message to know last message executed
https://alternatic.ch
Re: Bad rendering on iPad only
I've compiled for iOS 13 (LC 9.5 xCode 10.1,) display problems seems fixed with LC 9.5. 

https://alternatic.ch