Re: ItemRenderer - What event to react to?

2017-05-04 Thread bilbosax
Holy Smokes Douglas, I got it to work! You are awesome, thanks for showing me the way!! So ItemRenderer does not expose drawBackground directly the way that LabelItemRenderer does, but I watched a very valuable video on how to dig deep into Flex Source Code that helped me search for what I

Re: How do you view all the available methods of a class?

2017-05-04 Thread bilbosax
Thanks Erik! That did the trick!! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/How-do-you-view-all-the-available-methods-of-a-class-tp15190p15193.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: How do you view all the available methods of a class?

2017-05-04 Thread Erik J. Thomas
If you are using FlashBuilder or IntelliJ with the Flex Plugin, you can simply hold down your Ctrl Key (Windows) or Command Key (Mac) while hovering your mouse over any class name in MXML or ActionScript. Just left click the class name and it will open the source code for that class in the

How do you view all the available methods of a class?

2017-05-04 Thread bilbosax
I know how to read the docs and help files, but I really need to dive deep into the code for various actionscript classes and I don't know how to get to that information to see the actual code. How do you go about seeing all of the methods available for a class like a spark List or spark

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
I taken nightly build and it's working. Thanks On 04-May-2017 11:25 PM, "Peter Ent [via Apache Flex Users]" < ml+s246n15188...@n4.nabble.com> wrote: > You should not need to, but I guess you should give it a try. > —peter > > On 5/4/17, 1:35 PM, "PKumar" <[hidden email] >

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
You should not need to, but I guess you should give it a try. —peter On 5/4/17, 1:35 PM, "PKumar" wrote: >Peter, > >I am using VCode and style is not applying on table. Do i need to download > the flexjs nightly build? > >On 04-May-2017 8:02 PM, "Peter Ent [via Apache

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
Peter, I am using VCode and style is not applying on table. Do i need to download the flexjs nightly build? On 04-May-2017 8:02 PM, "Peter Ent [via Apache Flex Users]" < ml+s246n15185...@n4.nabble.com> wrote: > Hi, > > I've checked in a couple of changes: I've removed the default styling

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Hi, I've checked in a couple of changes: I've removed the default styling on the table header and cell which were putting on borders so now you do not have to remove them. I also tweaked the SimpleTableLayout to better mimic the HTML table, although there is still some more room for improvement.

Re: StageText appears above popup (Flex)

2017-05-04 Thread quick6black
try the scrollingstagetextinput skin -- View this message in context: http://apache-flex-users.246.n4.nabble.com/StageText-appears-above-popup-Flex-tp15169p15183.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Oops - that was my fault. SimpleCSSStyles does work if you use all of the styles: will give you a 4 pixel wide red border will prevent any border from appearing. So use either a CSS style or SimpleCSSStyles, whichever you prefer. —peter On 5/4/17, 9:28 AM, "Peter Ent" wrote:

Re: ANE

2017-05-04 Thread Jairo
The problem with the name was solved. The ANE was generated, I included the reference in the project. Now the problem is in the Flex Library that instantiates the ANE. When I try to instantiate the ExtensionContext, the app shuts down silently, when executing the following code: extContext =

Re: Skinning the spark navigator buttons

2017-05-04 Thread Kyle McKnight
As long as it works, I don't mind, thanks, I shall take a look! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Thu, May 4, 2017 at 2:17 AM, OK wrote: > kamcknig wrote > > I'm trying to use the experimental spark accordion. > > I never used this but

Re: ItemRenderer - What event to react to?

2017-05-04 Thread Douglas McCarroll
> I think I'm a bit confused. Do you override the drawBackground to create an > overlay??? I am not trying to change the background color, my itemrenderer > has an image and I need to draw a rectangular overlay over the top of the > image. Will this accomplish that? No, but you can do whatever

Re: Skinning the spark navigator buttons

2017-05-04 Thread OK
kamcknig wrote > I'm trying to use the experimental spark accordion. I never used this but there're some accordion alternatives out there that are based on list, e.g. [1] This is not an answer to your question but maybe it helps, Olaf [1]