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: Klaus, FourthWorld, heatherlaine, 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 »

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

Thanks,

David
Klaus
Posts: 14325
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 »

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 »

Klaus,

I will try it.

Thanks,

David
Post Reply