Answer command- display bold text

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Answer command- display bold text

Post by Jellobus » Mon Jan 25, 2016 8:58 am

Hi all,

I am trying to display bold text in the mobile environment by using answer command. I like to make "No, Thanks" to be bold. I attached a screen shot of example I want to display.

on mouseUp
answer "Would you mind taking moment to rate it?" with "Rate This App" or "Remind me later" or "No, Thanks" titled "Rate This App"
end mouseUp

Would you tell me if anyone know how to do it?
Any advice will be appreciated. thanks for your time!

Cheers,

Louis
Attachments
answer.png
CNN answer example

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Answer command- display bold text

Post by jacque » Mon Jan 25, 2016 6:46 pm

There's no way to do this with the mobile "answer" command, but you can easily display a group on the card.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: Answer command- display bold text

Post by Jellobus » Tue Jan 26, 2016 7:34 am

Hi Jacque, thanks!

Louis

Post Reply