What is the easiest way to get feedback from an app user?

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
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

What is the easiest way to get feedback from an app user?

Post by DR White » Thu Dec 08, 2016 12:56 pm

What is the easiest way to get feedback (comment for improvement) from an app user?

Thanks,

David

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: What is the easiest way to get feedback from an app user

Post by Klaus » Fri Dec 09, 2016 4:01 pm

Hi David,

from within LC this will be the easiest solution in a "Feedback" button (or whatever):

Code: Select all

on mouseup
  revMail "david@dr_white.com",,"Feedback","You app isn't really too shabby, BUT..."
end mouseup
You get the picture :D


Best

Klaus

DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: What is the easiest way to get feedback from an app user

Post by DR White » Fri Dec 09, 2016 8:12 pm

Klaus,

I will try it.

Thanks,

David

Post Reply