[flexcoders] Modules Runtime Stylesheet and CheckBox, RadioButton

2008-02-29 Thread cubrip
Hi, I just made a few tests with modules and a runtime stylesheet and had a few troubles. All styles were applied correctly in my module, except of CheckBox and RadioButtons. If I´m adding one instance of a RadioButton and a CheckBox into my main application, which loads the stylesheet and

[flexcoders] link asdoc documentation for classes in swc to have F1 help in FlexBuilder

2008-02-18 Thread cubrip
Hi, Is it possible to link somehow the classes of an own library with their documentation in an swc to be able to open help for this classes with F1 in flexbuilder? cheers, Christoph

[flexcoders] Code behind - class extend mxml vs. mxml extend class

2007-09-19 Thread cubrip
Hi, I just wanted to use code behind in a flex application, but wasn´t sure which way to go. In all Examples/Mailinglists,... following method was used. MyClassCodeBehind extends e.g. Canvas in the MyClass.mxml the root node is type of MyClassCodeBehind. The mxml class extends more or less the