Panos wrote:
> This will probably help:
>
> https://quality.livecode.com/show_bug.cgi?id=22384
The instructions in your comment there certainly did. Thank you.
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web
I think that emojis not rendering to PDF has been a longstanding issue… and I
thought that I had filed a bug report on this but looking at bugzilla, I failed
to find it. (sigh). I have code in two of my apps that alert the user, should
PDF creation fail, that they should remove emojis from
On 25/10/2020 18:51, Bernard Devlin via use-livecode wrote:
In his reply to you I think Alex is suggesting you use the handlers that
come with the Datagrid. These can convert xml to a LC array. You might
find it easier just to deal with a familair data structure rather than
learn XML.
I
Graham, here's the basic approach (assuming your XML is in the variable 'tXML'):
put revXMLCreateTree(tXML,false,true,false) into tTreeID
put "/gpx/trk/trkseg/trkpt[1]" into tNode -- the brackets identify
the instance of "trkpt" to work with
put revXMLAttribute(tTreeID,
Hi Richmond,
That’s the short version of the code.
Like I said it works fine as long as it is text only. When an Emoji from the
iOS keyboard is added the Emoji is not printed in the PDF.
> Op 25 okt. 2020 om 21:13 heeft Richmond via use-livecode
> het volgende geschreven:
>
> "
" 'export snapshot' to PDF as PNG" sounds a bit odd.
On 25.10.20 21:47, William de Smet via use-livecode wrote:
Hi there,
A simple iOS app in which the user chooses the iOS keyboard to add text and
an Emoji to a standard LC text field.
I use 'export snapshot' to PDF as PNG to print to PDF.
Hi there,
A simple iOS app in which the user chooses the iOS keyboard to add text and
an Emoji to a standard LC text field.
I use 'export snapshot' to PDF as PNG to print to PDF.
When there is only text in the field all text is printed to the PDF but
when an Emoji is added the Emoji is not
In his reply to you I think Alex is suggesting you use the handlers that
come with the Datagrid. These can convert xml to a LC array. You might
find it easier just to deal with a familair data structure rather than
learn XML.
I found them here:
I know nothing about it, so I can feel free to answer:-)
Don’t care about the file format- look at the array format, probably in the
IDE/debugger. That’s probably going to let you see how to address the
individual nodes.
Alex
Sent from my iPhone
> On 25 Oct 2020, at 17:21, Graham Samuel via
I feel stupid, but even with Sarah Reichelt’s help, there are very very simple
things I can’t do with the LC XML functions. My current problem is this:
I have a series of XML files which are in fact .gpx files - a collection of GPS
coordinates representing a route on the Earth’s surface. There
10 matches
Mail list logo