Answer dialogue

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10080
Joined: Fri Feb 19, 2010 10:17 am

Answer dialogue

Post by richmond62 » Thu Mar 10, 2016 7:48 pm

on mouseUp
answer "I'm a little teapot" with "you're bonkers" and "short and stout" at 300,300
end mouseUp

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: Answer dialogue

Post by dunbarx » Thu Mar 10, 2016 8:06 pm

Richmond.

So you are requesting a feature that determines whether you are either nuts or simply enamored of nursery rhymes?

Craig

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Answer dialogue

Post by FourthWorld » Thu Mar 10, 2016 8:35 pm

Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10080
Joined: Fri Feb 19, 2010 10:17 am

Re: Answer dialogue

Post by richmond62 » Fri Mar 11, 2016 7:17 am

So you are requesting a feature that determines whether you are either nuts or simply enamored of nursery rhymes?
Naturally!

. . . . AT 300,300

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10080
Joined: Fri Feb 19, 2010 10:17 am

Re: Answer dialogue

Post by richmond62 » Fri Mar 11, 2016 7:19 am

Richard Gaskin . . .

As that request was posted in 2007 (9 years ago) I assume
I am wasting my time requesting it.

Considering that feature is "there" in SuperCard I wonder what
the objection to it is in LiveCode.

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

Re: Answer dialogue

Post by jacque » Fri Mar 11, 2016 4:11 pm

The location of the answer dialog follows HIG according to platform.

Note that while they are convenient, they are mostly frowned on now as intrusive and unnecessary except for some rare situations. Basically they're old interface and I suspect that's one reason they aren't changing, especially since it isn't difficult to make your own.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10080
Joined: Fri Feb 19, 2010 10:17 am

Re: Answer dialogue

Post by richmond62 » Fri Mar 11, 2016 7:10 pm

since it isn't difficult to make your own.
Yup: well put.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10305
Joined: Wed May 06, 2009 2:28 pm

Re: Answer dialogue

Post by dunbarx » Sat Mar 12, 2016 1:11 am

I must be old-fashioned. I always use these, unless I need a custom job. I admit that an answer dialog with 7 choices does seem a bit overwrought.

Craig

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Answer dialogue

Post by FourthWorld » Sat Mar 12, 2016 1:59 am

I use ask and answer often too, but it's not very often I need to customize their location.

Still, it would be nice to see SC's "at" option adopted for those rare cases when the HIG isn't enough.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply