Archive for the 'general' Category

Flex 4 :: StyleManager.getStyleDeclaration() :: take 2

Thursday, June 25th, 2009

Hi,
I need to clear the air here, what I said in my last post seems to be deprecated as of Flex 3. I dug into the auto generated classes and now see how the compiler is initializing classes.
For a type selector in a component it would be something like;

var selector:CSSSelector = new CSSSelector("com.teotigraphix.ui.control.TitleBar", null, null);
var [...]

Flex :: ToolTipManager hideEffect

Wednesday, June 24th, 2009

Hi,
Just a passing thought but, I was working on a custom tooltip component today and was researching the hideEffect of the ToolTipManager. I spent 1 whole hour trying to figure out why the hideEffect wasn't working that I registered with the manager.
Low and behold, running through the debugger I realized that when you mouse off [...]

Flex 4 :: Beta 1 here : Flash Builder

Monday, June 1st, 2009

Well,
I think the blogging will now pick up since the vision is starting to become reality; Flex 4 Beta 1.
The last year has been quite a trek for my development. There are some interesting frameworks and components in the mix for this next version of Flex. A couple of open source projects as well from [...]

TEOComponents get a Flex 3.2 update

Monday, March 16th, 2009

Teoti Graphix, LLC has released it's Flex 3.2 maintenance upgrade, check our components out if you haven't.
Teoti Graphix, LLC
We have been selling Flex UI components since 2006 and have had 100's of happy customers that enjoy professional documentation and low to zero support issues.
What's up with Teoti
We have held off this last year and [...]

The Component :: Part 1 :: CSB

Thursday, December 18th, 2008

"We are not trying to apply MVC to component architecture since MVC was patterned after the Application domain. We are creating a pattern or more accurately, porting a pattern from the Application domain to the Component domain."
Component (Model) | Skin (View) | Behavior (Controller)
Ever tried comparing an apple to an orange? They're both fruit right? [...]