Answer dialog with emoji etc.

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
vikkysingh
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 16
Joined: Fri Dec 31, 2010 8:13 am

Answer dialog with emoji etc.

Post by vikkysingh » Sat Nov 01, 2014 9:11 am

Hi

I tried the following test script to view a jazzed-up iOS answer dialog.

on mouseUp
answer (unicode) titled (more unicode)
end mouseUp

Doesn't work straightforward, at least on the simulator, got "???"s

Workaround:
Set the script by code. it works, and looks good!
Attachments
Screen Shot 2014-11-01 at 1.39.20 pm.png

vikkysingh
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 16
Joined: Fri Dec 31, 2010 8:13 am

Re: Answer dialog with emoji etc.

Post by vikkysingh » Sat Nov 01, 2014 9:17 am

I mean put the script into a field, say j; unicode should display OK>

And then set the script of button z to field j VIA CODE like on OpenCard
Last edited by vikkysingh on Sat Nov 01, 2014 4:38 pm, edited 1 time in total.

vikkysingh
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 16
Joined: Fri Dec 31, 2010 8:13 am

Re: Answer dialog with emoji etc.

Post by vikkysingh » Sat Nov 01, 2014 9:37 am

Of course many other possibilities..

Unicode works, Livecode ROCKS!
Attachments
Screen Shot 2014-11-01 at 2.06.36 pm.png

newtronsols
Posts: 192
Joined: Tue Mar 11, 2014 12:57 pm

Re: Answer dialog with emoji etc.

Post by newtronsols » Sat Nov 01, 2014 1:00 pm

Simple example of code would be useful.

vikkysingh
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 16
Joined: Fri Dec 31, 2010 8:13 am

Re: Answer dialog with emoji etc.

Post by vikkysingh » Sat Nov 01, 2014 2:54 pm

Here's a screenshot of the field. You can use the Character Viewer in Mac to select symbols.
Attachments
Screen Shot 2014-11-01 at 7.22.02 pm.png

Post Reply

Return to “iOS Deployment”