Hi Barry, Take a look at the Flex documentation here: http://livedocs.macromedia.com/flex/2/docs/00000836.html#178245 It gives an example of exactly what you...
Hilary Bridel
hblists@...
Sep 1, 2006 8:40 am
367
Hi ! I would like to extend a DateChooser to emphasize some days. By example, I would like that 09/01/2006 has a red background. I've found some examples to do...
Hello Anatole, ... First of all, I congratulate you on intuitive usage of mouse gestures in UI. I believe, you were inspired by the idea of using of Gestural...
You can add an icon by adding the following metadata [IconFile("iconfile.png")] to the package. I usually put it right after the imports, before the class....
(sheepishly) thankyou very much Hilary. you're right, that example (and your corrections) are exactly what I've been trying to do. I was all over the language...
without the editorDataField indicator datagrid will operate on the "text" property. You will need to subclass DateField and override set data method to make it...
Anatole thankyou for you help Anatole... ....but could I ask of you to explain further or perhaps point to a specific example showing this? my lack of...
You have a point. Start by Subclassing ComboBox.as (Extend). Then search around in the other classes to see how selectedIndices (ListBase) are created and...
Have you ever tried to subclass CartesianChart to draw a rectangle right on the chart? The property dataRegion is declared as protected, but I need to be able ...
I agree, sometimes protected members are essential and putting them in the public API makes no sense. With flex components, I have found that wrapping a...
I just posted about the Checked Tree Control that I built for Flex 2. http://www.darronschall.com/weblog/archives/000241.cfm It's closed-source at the moment...
Darron, No worries, we did not have any contractual obligations with the clients, so we've devoted an entire chapter of our upcoming book to the same subject:...
Excellent, that makes 3 then! I believe Michael's CheckBoxTreeFX (coming soon) will do the same. I'm sure others will follow as well - that's just the nature...
... Ha, Nice Darron! Yes, this is coming very soon like within a week, but commercial. I used the item renderer and datadescriptor. I added some other things...
Hi, I'm interested in internationalizing my application. Does any one know how I can handle text from right to left (Arabic and hebrew mainly) proprly with...
Barak, The entire Flash platform is not really ready to support right to left text. -Alex ________________________________ From: flexcomponents@yahoogroups.com...
After you get your component added to the Flex Exchange at http://www.adobe.com/exchange/ ... I have been thinking about putting together a 3rd Party Component...
Hah, That is a good idea Ted, this is what I did with my components. There are some other things you could do also, other than what you have suggested which is...
Hey Ted! Just a quick thought, not sure if you already considered this, but it would be very cool if you could produce this as an eclipse/FB2 plugin! So people...
Ted, everyone I had some problems posting to exchange in the past for the following reason - it is geared toward components that, while important, are a...
Right on Karl. That's exactly what I was going to say Ted. Integrating the component searching, downloading and updating into IDE would be very helpful for...
Karl, I agree that this would be a great add-on to Eclipse/Flex Builder. This would be ideal as a later stage feature digesting the XML/HTML/API we deliver. I...