[flexcoders] Native extension for windows

2012-01-24 Thread chiek...@gmail.com
Hey people!

I want to write some native app for windows, and sadly enough I have no
experience with C or C++. Though, I can write Java... Is it possible to use
Java as Air native extension language?
I couldn't find explicit info on web about this issue.

thanks,
J


[flexcoders] FlashBuilder4 DataGrid header alternative roll over color problem

2010-07-02 Thread chiek...@gmail.com
Hey people!

I'm trying hard here to get DG header to show alternative roll over and
selection colors with no luck.
It's a bit odd that I can track drawRowBackground and drawHighlightIndicator
methods from DG for regular cells, but I cant do same for headers. Even more
those methods are called for headers but only as they are pressed.
Custom Spark DataGridHeaderBackgroundSkin  also do no good - as it seems
it's not involved in displaying those colors.
Seems like a mess in DataGrid class.

Anyone got a neat way around this?

Jānis