dim Card

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

dim Card

Post by Nakia » Mon Jan 28, 2013 8:54 am

Hi,

what is the best method to "dim" the current card if required?
Have a button that the user needs to Tap and brings up a fld in the middle of the current Card and I would like to dim the Card behind it..

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: dim Card

Post by monte » Mon Jan 28, 2013 9:21 am

Hmm... Try creating an opaque rectangle graphic the side of the card and set its blendlevel to 50% or something. Then group with your field. And show them together.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply