RE: Is there a way to check if a style exists on an object

2015-01-12 Thread Gordon Smith
What about object.getStyle("style") === undefined? I don't think any styles are ever deliberately set to undefined. - Gordon > From: flexcapaci...@gmail.com > Date: Mon, 12 Jan 2015 17:45:45 -0800 > Subject: Is there a way to check if a style exists on an object > To: users@flex.apache.org >

Is there a way to check if a style exists on an object

2015-01-12 Thread jude
Is there a way to check if there is a style on an object? We can use the following for properties: ("property" in object || object.hasOwnProperty("property")) I'm looking for something like this: ("style" in object || object.hasOwnStyle("style")) If not does anyone want to write it or recomme

Re: Flex skin implementing material design out there?

2015-01-12 Thread quick6black
I can probably do that later on in the week, looking into alternatives to the drop shadow filter I was using on the toggle switch and button skins. Neverbirth updated me on the performance issues and non GPU rendering thanks, Aaron -- View this message in context: http://apache-flex-users.23

Re: Switching Microphone on

2015-01-12 Thread Scott Matheson
that¹s what is was thinking, I did live in hope, the pop up is small and ugly On 1/12/15, 1:36 PM, "Lee Kulberda" wrote: >Scott > >Are you trying to turn the mic on with no settings dialog popping up? >Pretty sure that is impossible by design for security reasons. The ability >to turn the mic

Re: Switching Microphone on

2015-01-12 Thread Lee Kulberda
Scott Are you trying to turn the mic on with no settings dialog popping up? Pretty sure that is impossible by design for security reasons. The ability to turn the mic on with no notification opens the door to all kinds of mischief. lk On Sun, Jan 11, 2015 at 9:36 AM, Scott Matheson wrote: > Hi