Page 1 of 1

Newbie-Simple Desktop Application

Posted: Mon Apr 29, 2019 5:53 am
by lemodizon
I just want to thank those who helped me to finished this simple desktop application this is now working. Thank you Livecode User Group, Livecode Forum and to Klaus Major thank you very much. Thank you Livecode

Re: Newbie-Simple Desktop Application

Posted: Sun May 05, 2019 7:55 pm
by ClintMA
Congratulations on getting this working for you!

I have an interface suggestion that may or may not be helpful, depending on how you use your stack:

Try automatically setting the background colors of the columns with Yes/No entries to different colors for the two choices (for example, a light blue background color for Yes entries and a light yellow for No entries). This will help viewers see right away the ratio of Yes and No enties, both for individual names and for all the users in total.

To do this set the background color of each cell to be conditional on each cell's content. (Most like you will actually want to include a third option for cells that are empty.)

Re: Newbie-Simple Desktop Application

Posted: Tue Jul 02, 2019 4:55 pm
by lemodizon
Thanks ClintMA, i will try your suggestion coz it is easy to track the yes/no columns if there is a background color in the columns. Thank you very much.

Re: Newbie-Simple Desktop Application

Posted: Tue Jul 02, 2019 11:23 pm
by sritcp

Re: Newbie-Simple Desktop Application

Posted: Sat Aug 10, 2019 5:02 pm
by lemodizon
Sri,

Thanks for the post really helps :D