[flexcoders] Is Unbinding possible ?

2006-11-23 Thread dmandrio
After using BindingUtils.bindProperty(a, b, c, d), is it possible to remove the binding ?

[flexcoders] Advanced visual component : How to define the view in Flex Builder Design mode

2006-08-08 Thread dmandrio
Hi, What is the method for drawing a graphical view of a UIComponent subclass in the canvas of MXML Design mode ? I don't found any code for doing that, all visual components are shown as a transparent black rectangle. Maybe only Flex SDK components can be shown in design mode as graphic

[flexcoders] Inspectable properties

2006-08-07 Thread dmandrio
I'm testing custom component developpement. Why the component below don't show 'myString' propertie in Design mode ? Thanks. -- package { import mx.core.UIComponent; public class MyCustomComponent extends UIComponent {

[flexcoders] Handling CSS

2006-05-16 Thread dmandrio
Hello, I am coding a visual component with custom CSS styling. The CSS stylesheet is accessible via an URL, how can i put the stylesheet in memory to use it, i haven't found a generic parser on flex documentation. Any Idea ? Damien. -- Flexcoders Mailing List FAQ:

[flexcoders] Full example of a custom visual component

2006-05-11 Thread dmandrio
Hello, I read in the Flex developper's guide the chapter Creating Advanced Visual Components in ActionScript. It is quite complete but it would be wonderful to have a complete example of a visual component based on UIComponent which implements following features : - CSS Styleable - Events