Archive for the 'components' Category

Flex2 :: include :: I found a use for it!

Tuesday, April 11th, 2006

Hello,
I was creating some components the other day and realized that flex2 components source files when creating for public release get REAL BIG. So, with styles, effects and events, the meta data with comments start to look like classes themselves.
Here is a solution that I am sticking to, it will be interesting to see how […]

Flex2 :: Knowledge Consolidation

Saturday, April 1st, 2006

Hello,
BTW, I just got over a wicked slamming of the ’spring flu’. My kids had it too at the same time, terrible feelings.
There was just a post flexcoders that addressed tutorials, examples and such. I wrote a reply that mentioned my wiki on this site. I stated that this was for my own gain and […]

Flex2 :: DocumentX - Some Details

Wednesday, March 29th, 2006

Hello,
Recieved quite a few emails so, I will explain this a bit more.
These screen shots were taken pre-beta2, so this UI got trash canned. No need wasting time changing names and things. Basically, I was using the one panel drill down method in my debugger of previous but, have some new ideas.
You start by creating […]

Flex2 :: DocumentX - A document solution for Flex

Wednesday, March 29th, 2006

Hello,
Go here for some detailsĀ 
Well I have been talking about this app a lot and just thought since I am really moving on it, I would give you a look.
The project name is sounded out, DocumentTIX. The screen shot below is my documenter documenting itself! I might as well say since I am getting closer […]

Flex2 :: Child Composition

Friday, March 24th, 2006

Hi,
Back to technology and Flex2 components. My articale today will focus on components and their children.
With the addition of of ActionScript 3, we have a very powerful relationship between parent and child. When programming AS2, you really were stuck on certain branches and used a lot of the processor creating new instances with createClassObject() or […]