[flexcoders] AS3 and MXML best practices

2007-04-11 Thread billbejeck
Hi, I am new to Flex 2 and come from a java/web development background. What is considered best practice for separating behavior and presentation logic with respect to AS3 classes, AS3 scripts and MXML files? Thanks, Bill

[flexcoders] AS Custom Component Not Displaying

2007-03-29 Thread billbejeck
Hi, I have created a custom component that extends a TitleWindow. I have followed the instructions in the doc's have done, I believe, all I need to do to create a component in ActionScript. When I place the object in a MXML file in the design mode, every thing shows up fine, but when I deploy

[flexcoders] Draw Icon in Text Area

2007-03-28 Thread billbejeck
Hi, I have an application where users can add comments about contents of a file that is displayed in a TextArea. The user selects some text, right clicks and a dialog pops up for the user to enter some comments. I would like to embed an icon at the end of the selected text range, but so far I

[flexcoders] Extending TitleWindow

2007-03-20 Thread billbejeck
Hi All, I am developing an application and I have a need to have several pop-up windows. I created a base class that extends the TitleWindow class. I put in the required constructor call: public function MyClass(){ super(); }. I created a component MXML file using my