how can i give pop-up / more information

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
rijaaall
Posts: 17
Joined: Tue Jun 12, 2012 10:49 am

how can i give pop-up / more information

Post by rijaaall » Wed Jul 04, 2012 7:54 pm

i have an application like that.

http://www.mediafire.com/download.php?a36hf2um6og51n9
pass : rij

i want to make more features for that application, such as giving pop-up information.
let me explain it.
when the user click an color from pallete color on side, she/he will be given an information.
such as, when the user click red color, the information that will be shown is "red color will look harmoniuos with white color".

how can i make it? :(
is there need a database?

-thanks-

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: how can i give pop-up / more information

Post by Dixie » Wed Jul 04, 2012 9:44 pm

Hi... there are lots of ways to do this... I have quickly thrown an example together... run then cursor over the coloured graphics to show their 'tooltips' or click on a coloured graphic to show a popUp menu... You could also use behaviours, look them up in the dictionary..

be well

Dixie
Attachments
colourPop.livecode.zip
(1.41 KiB) Downloaded 248 times

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: how can i give pop-up / more information

Post by Mark » Wed Jul 04, 2012 10:45 pm

Hi,

I wonder if it would make sense to add this to Color Converter. That would give me a reason to create an update of CC with new feaures and it would save you some coding. If you like the idea, use the contact form on my website to send me a message.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

rijaaall
Posts: 17
Joined: Tue Jun 12, 2012 10:49 am

Re: how can i give pop-up / more information

Post by rijaaall » Thu Jul 05, 2012 5:35 am

thank you mr. Dixie & mr. Mark,

it successfully work.

hhmmm, can i import an image (.gif) to stack, and make it work as pallete color?
maybe this image : http://easyandelegantlife.com/wp-conten ... rwheel.gif

kind regards-

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: how can i give pop-up / more information

Post by Dixie » Thu Jul 05, 2012 8:38 am

hhmmm, can i import an image (.gif) to stack, and make it work as pallete color?
maybe this image : http://easyandelegantlife.com/wp-conten ... rwheel.gif
Yes...

be well

Dixie
Attachments
colorpal.livecode.zip
(27.75 KiB) Downloaded 205 times

rijaaall
Posts: 17
Joined: Tue Jun 12, 2012 10:49 am

Re: how can i give pop-up / more information

Post by rijaaall » Thu Jul 05, 2012 3:15 pm

thank you very much mr. Dixie,
but, i cant implement it on my application :(
would you like to help me?
i'm so sorry, i'm a newbie's one

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: how can i give pop-up / more information

Post by Dixie » Thu Jul 05, 2012 11:57 pm

If you explain what you are trying to do... and perhaps, post a screenshot or even your stack... then I think that you will find that there will be quite a few people here on the forum who will offer advice and help for you to accomplish what your want to do... :-)

be well

Dixie

rijaaall
Posts: 17
Joined: Tue Jun 12, 2012 10:49 am

Re: how can i give pop-up / more information

Post by rijaaall » Fri Jul 06, 2012 6:51 am

may u help to combine my application (1st post on this forum) with colorwheel like your stack? :( i need it

Post Reply