[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
objects...

Thanks.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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
{

[Inspectable(category="General", defaultValue="hello")]
public var myString:String;

public function MyCustomComponent()
{
super();
}

}
}






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[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 management and graphic reaction to illustrate display list
principles

In fact, a component such a chart would be a good example because it
graphically reacts to user interactions (and it is styleable).

A Component building tutorial would be apprecied too, i suppose it's a
question of time.

Damien.









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.