RE: [flexcoders] init, creationcomplete and other events

2010-05-19 Thread Stephen Gilson
You can find more info in the doc here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf63825-7fff.html Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Wednesday, May 19, 2010 9:41 AM To:

RE: [flexcoders] User manual

2010-01-22 Thread Stephen Gilson
You can download all Flex 3 doc as HTML or PDF from here: http://www.adobe.com/support/documentation/en/flex/ If you are using the Flex 4 Beta, you can get the doc for the last public Beta release from: http://help.adobe.com/en_US/Flex/4.0/UsingFlashBuilder/index.html Stephen From:

RE: [flexcoders] ASDoc MXML

2009-11-20 Thread Stephen Gilson
Hi Amy, Are you using Flex 3 or the Flex 4 Beta? For Flex 3, the asdoc compiler does not really support MXML files. For the Flex 4 Beta, we have added support for MXML files to asdoc. You can find the doc un using it here:

RE: [flexcoders] Flex Builder help system

2009-09-07 Thread Stephen Gilson
Sure, in the FB menu, select: -Window Preferences to open the Preferences dialog box - In the dialog box, select Help - In the Help pane, select the Use external browser checkbox - Below the checkbox, select Web Browser to pick your browser - Hit OK Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] A simply question about img tag in ASDoc

2009-07-28 Thread Stephen Gilson
Should it omit the leading slash? As in: img src = images/myimage.jpg / Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexawesome Sent: Tuesday, July 28, 2009 10:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] A simply question about img

RE: [flexcoders] 3.3 API confusion

2009-07-09 Thread Stephen Gilson
Hi, That was a mistake in the doc. The addAll() method should not have been documented, and the same is true for the addAllAt() method. They will be available in a future release. Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Brian Sterling Sent:

RE: [flexcoders] asdoc and flexlib

2009-06-05 Thread Stephen Gilson
Is the directory that contains PromptingTextInput included in the source-path when you run asdoc? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of arisco97 Sent: Thursday, June 04, 2009 4:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] asdoc

RE: [flexcoders] ASDoc and .as includes?

2009-03-09 Thread Stephen Gilson
We use include files in Flex in a lot of places with no ASDoc issues. Is the error because ASDoc is trying to process the include file as if it were a class definition? If so, you should exclude the file from the build. Or, are you getting a different error? Stephen From:

RE: [flexcoders] how to change titlebar text when iam executing a flex application

2009-02-19 Thread Stephen Gilson
Hi Poornima, Did you try Application.pageTitle? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of kotha poornima Sent: Thursday, February 19, 2009 2:17 AM To: flexcoders Subject: [flexcoders] how to change titlebar text when iam executing a flex

RE: [flexcoders] default skin in flex 3 component

2009-02-17 Thread Stephen Gilson
The doc on skinning is located here: http://livedocs.adobe.com/flex/3/html/skinning_1.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of gwangdesign Sent: Tuesday, February 17, 2009 12:36 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] [flexcomponents]Writing comments for properties on parent classes

2009-02-17 Thread Stephen Gilson
Hi, Do you mean you don't know how to format the comment, or you want to copy the comment from the parent class to your class? The doc on ASDoc explains both of these. You can see it here: http://livedocs.adobe.com/flex/3/html/asdoc_1.html Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] How do I use CellRenderer in my AdvancedDataGrid? please help

2009-02-17 Thread Stephen Gilson
You can see a bunch of examples here: http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yossi.baram Sent: Tuesday, February 17, 2009 1:41 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] asdoc

2009-01-26 Thread Stephen Gilson
We use that technique with ASDoc builds all the time. What is the error that you are getting from ASDoc? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Rich Tretola Sent: Monday, January 26, 2009 2:08 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] asdoc

2009-01-26 Thread Stephen Gilson
:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asdoc col: 1 Error: The public attribute can only be used inside a package. On Mon, Jan 26, 2009 at 3:06 PM, Stephen Gilson smgil...@adobe.commailto:smgil...@adobe.com wrote: We use that technique with ASDoc builds all the time

RE: [flexcoders] Channel documentation errors?

2008-12-16 Thread Stephen Gilson
Please log a bug for that issue. Thanks, Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Michael Slinn Sent: Tuesday, December 16, 2008 10:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Channel documentation errors? The documentation for

RE: [flexcoders] help with flex 3 sdk (how could I....)

2008-08-06 Thread Stephen Gilson
Hi, Have you tried the Flex Getting Started site here: http://learn.adobe.com/wiki/display/Flex/Getting+Started Or the quick starts under the Getting Started tab on the Flex Dev Center: http://www.adobe.com/devnet/flex/ Stephen From:

RE: [flexcoders] Launching Flex Builder Help

2008-07-10 Thread Stephen Gilson
Not really - the help requires an internal web server that is part of Eclipse. However, all of the help content is available online on livedocs at: http://livedocs.adobe.com/flex/3/html/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Best Practice Data Binding

2008-07-01 Thread Stephen Gilson
Hi Maurice, You can see the doc on binding here: http://livedocs.adobe.com/flex/3/html/databinding_1.html http://livedocs.adobe.com/flex/3/html/databinding_1.html For infomration about creating bindable properties in custom MXML components, see this page:

RE: [flexcoders] Custom (mxml) UI Components in Flex?

2008-06-30 Thread Stephen Gilson
There are many examples of MXML components in the doc here: http://livedocs.adobe.com/flex/3/html/Part2_mxml_components_1.html http://livedocs.adobe.com/flex/3/html/Part2_mxml_components_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] A very simple component in AS :(

2008-06-30 Thread Stephen Gilson
The doc describes the procedure for creating a component in AS. You can see it here: http://livedocs.adobe.com/flex/3/html/Part3_as_components_1.html http://livedocs.adobe.com/flex/3/html/Part3_as_components_1.html Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] Quick Start - Newbie help with Flex

2008-06-13 Thread Stephen Gilson
Hi, The Flex Dev Center - http://www.adobe.com/devnet/flex/ - contains a Getting Started tab that links to the Getting Started Guide, an online site with overviews and examples, and also links to around 40 small quick start examples showing how to perform common Flex tasks. Stephen

RE: RES: [flexcoders] Using CSS with custom item renderers

2008-06-06 Thread Stephen Gilson
One more note on this one: Renderers have their TypeSelectors blocked for the styles: backgroundColor borderStyle borderStyle is blocked because DataGrid/List has a borderStyle and if you put a container in as your renderer, it would pick up that borderStyle by default. Similarly,

RE: [flexcoders] online docs seem to be unavailable

2008-05-01 Thread Stephen Gilson
Our apologies - there seems to be an issue with adobe.com today. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Thursday, May 01, 2008 2:10 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] online

RE: [flexcoders] Skinning in Flex - What a nightmare!!!

2008-04-15 Thread Stephen Gilson
Hi, There are several places to start with skinning doc: - The Flex Developers Guide has a chapter on skinning. You can find it here: http://livedocs.adobe.com/flex/3/html/skinning_1.html - You can download and install the Flex Skinning Extensions for Adobe tools, such as Flash, Fireworks,

RE: [flexcoders] WHERE is ActionScript 3 Documentation HIDING ?

2008-03-30 Thread Stephen Gilson
and here is the main Flex doc page on adobe.com: http://www.adobe.com/support/documentation/en/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Kampschmidt Sent: Saturday, March 29, 2008 10:15 PM To:

RE: [flexcoders] Custom component with custom style - help please

2008-03-14 Thread Stephen Gilson
There is an example in the doc explaining this process: http://livedocs.adobe.com/flex/3/html/skinstyle_3.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, March 13, 2008 10:47 PM To:

RE: [flexcoders] Help-files as PDF-documents?

2008-02-26 Thread Stephen Gilson
All the docs are available as HTML or PDF here: http://www.adobe.com/support/documentation/en/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hyes3mn3 Sent: Tuesday, February 26, 2008 8:33 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Why no Adobe Flex Language Reference PDF file

2008-02-26 Thread Stephen Gilson
Ask and you shall receive. You can download the entire doc set, including the API Reference, from http://livedocs.adobe.com/flex/3/flex3_documentation.zip. That link was omitted from the main doc page, but we will add it. Stephen From:

RE: [flexcoders] asdocs for as3 and ant files

2007-09-18 Thread Stephen Gilson
that ... Thanks .. I can not build asdocs using the build files..but .. just curious.. why those files are there? Can you please share ur knowledge? Regards Mayur On 9/17/07, Stephen Gilson [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, When you open the Help

RE: [flexcoders] asdocs for as3 and ant files

2007-09-17 Thread Stephen Gilson
Hi, When you open the Help in FlexBuilder, do you see an entry for the doc called Adobe Flex 3.0 Help? Under that should be an entry for Adobe(r) Flex(tm) 3 Language Reference. You cannot build the ASDoc for yourself using the build.xml file in \moxie\asdoc. Stephen -Original

RE: [flexcoders] ASDoc for MXML components?

2007-06-07 Thread Stephen Gilson
There is only limited support in ASDoc for MXML files. - All ActionScript entities defined in an mx:Script block, such as properties and methods, appear in the output. Items defined in MXML tags do not appear in the ASDoc output. - You can only insert an ASDoc comment in an mx:Script block of

RE: [flexcoders] How to put MXML example into ASDOC?

2007-06-05 Thread Stephen Gilson
You have to remove all literal and characters in the ASDoc comment and replace them with lt; and gt;. Otherwise, they get interpreted by the browser. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tddclare Sent: Tuesday, June

RE: [flexcoders]How do States and Transitions relate?

2007-05-25 Thread Stephen Gilson
You might want to take a look at the updated states doc that we just pushed on the Flex Doc blog: http://blogs.adobe.com/flexdoc/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jandersen1978 Sent: Friday, May 25, 2007 2:41 PM

RE: [flexcoders] Documenting ... args with ASDoc

2007-05-10 Thread Stephen Gilson
Hi, Basically, we explain it all in the description for the parameter. Like: * @param ...args A value of any data type (such as numbers, elements, or strings), etc. etc. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark

RE: [flexcoders] Re: Okay, I know this is possible...DataGrid to Tree

2007-04-24 Thread Stephen Gilson
While it is not exactly what you want, there is an example with runnable code in the updated Drag and Drop doc on the Flex Doc Blog that shows how to drag from a List to a DataGrid. It requires that you modify the dragged data as part of the drop to make it compatible with the DataGrid.

RE: [flexcoders] event creation

2007-03-29 Thread Stephen Gilson
There is also a chapter in the doc on this topic: http://livedocs.adobe.com/flex/201/html/createevents_140_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, March 27, 2007 11:18 AM To:

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM To:

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM To:

RE: [flexcoders] tutorials for writing custom classes

2007-03-16 Thread Stephen Gilson
There are several places that you can start. From the Flex Dev Center, try the 4 Quickstarts on creating components: http://www.adobe.com/devnet/flex/ From the doc, there is an entire book on the subject: http://livedocs.adobe.com/flex/201/html/Part3_CreateComps_135_1.html Stephen

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Stephen Gilson
There is an entire chapter in the docs on this topic that might help: http://livedocs.adobe.com/flex/201/html/embed_082_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Friday, March 09, 2007 12:39

RE: [flexcoders] Drag Drop Compiler Bug/Problem

2007-03-06 Thread Stephen Gilson
One thought is that the doc specifies to use a container as a drop target, you must use the backgroundColor property of the container to set a color. Otherwise, the background color of the container is transparent, and the Drag and Drop Manager is unable to detect that the mouse pointer is on a

RE: [flexcoders] How can I access public members of custom MXML component using inline statemen ?

2007-03-01 Thread Stephen Gilson
There is a section in the doc on creating and accessing properties in MXML components: http://livedocs.adobe.com/flex/201/html/mxmlcomponents_advanced_145_03.h tml Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent:

RE: [flexcoders] Re: Custom Component Styles

2007-02-27 Thread Stephen Gilson
Hi Graham, Isn't that similar to the example in the docs here: http://livedocs.adobe.com/flex/201/html/skinstyle_149_7.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_odds Sent: Monday, February 26, 2007 11:55 AM To:

RE: [flexcoders] If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread Stephen Gilson
Hi, I just opened http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html in FireFox and IE, clicked the 'Frames' link at the top of the page to open the class and package lists, and navigated the pages. What errors are you seeing? Stephen From:

RE: [flexcoders] dropEnabled property of Image tag?

2007-02-08 Thread Stephen Gilson
Only drop targets that are subclasses of ListBase (such as List, Tree, DataGrid) have a dropEnabled property. For all other components, you have to handle the dragEnter and dragDrop drag events. For more information, see the doc here:

RE: [flexcoders] datechooser bug?

2007-02-05 Thread Stephen Gilson
You have to check that selectedDate is not null. From the do at http://livedocs.macromedia.com/flex/201/langref/mx/controls/DateChooser. html#selectedDate Selecting the currently selected date in the control deselects it, sets the selectedDate property to null, and then dispatches the change

RE: [flexcoders] Flex books

2007-02-05 Thread Stephen Gilson
There are 30 or so short 'QuickStart' articles on the Flex Dev Center for people new to Flex: http://www.adobe.com/devnet/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Monday, February 05, 2007

RE: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Stephen Gilson
Do you have a test file that I can try? I just ran ASDoc on Button.as, which inserts [Bindable] before setter/getters for labelPlacement, listdata, and several other properties and it works as expected. I then modified Slider.as to add [Bindable] before allowThumbOverlap and allowTrackClick and

RE: [flexcoders] Does asdoc work??

2007-01-31 Thread Stephen Gilson
Have you checked the doc on ASDoc: http://livedocs.macromedia.com/flex/201/html/asdoc_127_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tvikatos Sent: Wednesday, January 31, 2007 11:56 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Does asdoc work??

2007-01-31 Thread Stephen Gilson
to become friendlyer than command line and give meaningful feedback... --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Stephen Gilson [EMAIL PROTECTED] wrote: Have you checked the doc on ASDoc: http://livedocs.macromedia.com/flex/201/html/asdoc_127_1.html http

RE: [flexcoders] List of styles for the StyleName properties

2007-01-30 Thread Stephen Gilson
There is an issue with LiveDocs that the Add Comment button is not appearing on some pages - most of the affected pages seem to be in the API reference. This should be fixed soon. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Binding a property to a function

2007-01-29 Thread Stephen Gilson
There are several examples in the updated data binding doc on the Flex Doc blog: http://blogs.adobe.com/flexdoc/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Uhlmann Sent: Friday, January 26, 2007 11:27 AM To:

RE: [flexcoders] Trouble coding AS Effect

2007-01-22 Thread Stephen Gilson
Hi, You use the setStyle() method to apply effects in AS. There are a few examples in the doc: http://livedocs.macromedia.com/flex/201/html/behaviors_068_03.html http://livedocs.macromedia.com/flex/201/html/behaviors_068_09.html Are these the same ones that you saw in the help? Stephen

RE: [flexcoders] Re: title window on app first run

2007-01-18 Thread Stephen Gilson
There are several examples in the doc starting here: http://livedocs.macromedia.com/flex/201/html/layouts_065_43.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jonalexander370 Sent: Wednesday, January 17, 2007 3:57 PM To:

RE: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Stephen Gilson
You can find the Creating and Extending Flex 2 Components doc here: http://livedocs.macromedia.com/flex/201/html/Part3_CreateComps_135_1.html You can also try the Flex QuickStart for building components in ActionScript: http://www.adobe.com/devnet/flex/quickstart/building_components_in_as/

RE: [flexcoders] Replacement of headerRenderer of Datagrid??

2007-01-12 Thread Stephen Gilson
headerRenderer is a property of DataGridColumn. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Friday, January 12, 2007 2:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Replacement of headerRenderer

RE: [flexcoders] Drag and Drop within TileList - why does my code copy instead of move?

2007-01-09 Thread Stephen Gilson
I did not run the code, but two things jump out at me. In your doDragEnter event, you have this: else { DragManager.NONE; } DragManager.NONE is a constant, and I'm not sure what you are trying to do. In

RE: [flexcoders] Re: Docs included in 2.0.1 are broken

2007-01-08 Thread Stephen Gilson
There is a period at the end of that URL. Try this one: http://www.adobe.com/go/flex_documentation_zip Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DannyT Sent: Monday, January 08, 2007 10:18 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: BindSetter?

2006-12-19 Thread Stephen Gilson
Just a note, we added several examples on bindSetter() to the docs for the 2.0.1 release. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maikelsibbald Sent: Tuesday, December 19, 2006 12:57 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Creating Events

2006-12-17 Thread Stephen Gilson
There is a chapter in the Creating Components book on this topic: http://livedocs.macromedia.com/flex/2/docs/1640.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John C. Bland II Sent: Thursday, December 14, 2006 11:02

RE: [flexcoders] customising preloader

2006-12-14 Thread Stephen Gilson
There is an example in the doc starting here: http://livedocs.macromedia.com/flex/2/docs/0647.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Thursday, December 14, 2006 11:25 AM To:

RE: [flexcoders] How i can acces to other component of SWF loaded file?

2006-12-06 Thread Stephen Gilson
This won't answer all of your questions, but the doc has an example of using the SWFLoader control to load a SWF and then interact with it: http://livedocs.macromedia.com/flex/2/docs/0543.html SMG From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] validation for form reset

2006-11-27 Thread Stephen Gilson
Since validators do not retain state, you do not have to disable/enable them, just set the errorString property of the associated control to '', as in: name.text=''; name.errorString=''; Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] checkCellRender Validation

2006-11-07 Thread Stephen Gilson
Hi Valy, In Flex 2, there was an issue with the reason property of the DataGridEvent and ListEvent class not being set properly when you change cell focus. Which example is this? The page you mention takes me to a page with no example on it. Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] Error in Flex 2.0.1 MX: States Example

2006-11-07 Thread Stephen Gilson
Hi, Can you be more specific as to which example it was? In which book or section of the doc did you find it? Thanks, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djSent: Tuesday, November 07, 2006 1:58 PMTo: flexcoders@yahoogroups.comSubject:

RE: [flexcoders] checkCellRender Validation

2006-11-07 Thread Stephen Gilson
kinda stuck right nowThank you for the message.Valy - Original Message From: Stephen Gilson smgil! [EMAIL PROTECTED] e.comTo: [EMAIL PROTECTED]ups.comSent: Tuesday, November 7, 2006 1:24:16 PMSubject: RE: [flexcoders] checkCellRender Validation Hi Valy, In Flex 2, there was an issue

RE: [flexcoders] Custom validator example from Help not working?

2006-10-19 Thread Stephen Gilson
The problem with that example is that it validates a data model with multiple fields, but the validator only takes a single listener property to specify where to display the validation error. Could your custom validator add additional listener properties, as does the Flex

RE: [flexcoders] General question about bindings and similarities with Cocoa bindings?

2006-10-09 Thread Stephen Gilson
Hi, Binding is event driven. There is information about the binding mechanism in the doc here: http://livedocs.macromedia.com/flex/2/docs/1653.html It describes the event mechanism used by data binding, and how to use that mechanism in your application. Stephen From:

RE: [flexcoders] Pounds and currencyFormatter

2006-09-27 Thread Stephen Gilson
Try this: mx:CurrencyFormatter id=usdFormatter precision=2 currencySymbol=#163; decimalSeparatorFrom=. decimalSeparatorTo=. useNegativeSign=true useThousandsSeparator=true alignSymbol=left/ Stephen -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: tabbing in flex

2006-09-26 Thread Stephen Gilson
There is some mention of implementing IFocusManager in the doc. In the Creating Components book when describing how to implement AS components: http://livedocs.macromedia.com/flex/2/docs/1727.html And an example in the doc on creating item editors:

RE: [flexcoders] Re: tabbing in flex

2006-09-26 Thread Stephen Gilson
There is some mention of implementing IFocusManager in the doc. In the Creating Components book when describing how to implement AS components: http://livedocs.macromedia.com/flex/2/docs/1727.html And an example in the doc on creating item editors:

RE: [flexcoders] adding items to combo box

2006-09-21 Thread Stephen Gilson
Are you searching on livedocs here: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=""> I get 10 hits for addItem and addItem(). Or are you searching in Flex Builder? I get even more, the first being to an example using addItem(). Stephen From:

RE: [flexcoders] validators in datagrid colmun

2006-09-11 Thread Stephen Gilson
There is an example in the doc for this situation: http://livedocs.macromedia.com/flex/2/docs/0873.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of KumarSent: Monday, September 11, 2006 2:44 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

RE: [flexcoders] deploying Flex App to the server

2006-09-05 Thread Stephen Gilson
One place where you can find more information is the Flex "Building and Deploying Flex 2 Applications" book here: http://livedocs.macromedia.com/flex/2/docs/Part7_Build_Deploy.html Please let me know if this helps, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Specifying LineSeries itemRenderer with Actionscript

2006-08-31 Thread Stephen Gilson
For documentation on renderers, there are a few places you can go. To get you started, there is a general discussion of item renderers and editors, including using the Component tag, here: http://livedocs.macromedia.com/flex/2/docs/0820.html There is a description in that chapter of

RE: [flexcoders] Re: loading whole Application

2006-08-29 Thread Stephen Gilson
Were you not able to find this information in the API guide: http://livedocs.macromedia.com/flex/2/langref/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcurSent: Tuesday, August 29, 2006 7:46 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]

RE: [flexcoders] How to assign NetStream to VideoDisplay component?

2006-08-25 Thread Stephen Gilson
Hi, There is an example in the VideoDisplay controldoc showing how to connect to FMS: http://livedocs.macromedia.com/flex/2/docs/0546.html I'm not sure if this is exactly your situation, but it might get you started. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Custom containers in Flex 2

2006-08-23 Thread Stephen Gilson
There is an example in the Creating Components book of creating a subclass of VBox that might be useful: http://livedocs.macromedia.com/flex/2/docs/1737.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgraham_usSent: Wednesday, August 23, 2006

RE: [flexcoders] textInput autocommit?

2006-07-28 Thread Stephen Gilson
focusOut is an inherited event. If you expand the list of inherited events, you will see it. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryan harlinSent: Friday, July 28, 2006 11:33 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] textInput

RE: [flexcoders] Public list of open issues, available?

2006-07-19 Thread Stephen Gilson
You should probably start with the releases notes: http://www.adobe.com/support/documentation/en/flex/releasenotes.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de BoerSent: Wednesday, July 19, 2006 8:02 AMTo:

RE: [flexcoders] Flex2: Binding from actionscript

2006-07-19 Thread Stephen Gilson
Hi, bindSetter() might not be the best name of that method. It could really be called bindFunction() because you are specifying a function to be called, not a real set method. If you have a real set method, use bindPropety() and specify the property name defined by the set method. You can

RE: [flexcoders] Adobe Resources

2006-07-19 Thread Stephen Gilson
You can access all of the doc, in all available formats, from here: http://www.adobe.com/support/documentation/en/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hindman, JeffSent: Monday, July 17, 2006 3:37 PMTo:

RE: [flexcoders] ActionScript 3: Has anyone been using the new Tween Class

2006-07-13 Thread Stephen Gilson
There are a few examples using Tween in the doc starting here: http://livedocs.macromedia.com/flex/2/docs/1781.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminellaSent: Tuesday, July 11, 2006 3:33 PMTo: flexcoders@yahoogroups.comSubject:

RE: [flexcoders] SWFLoader Issues

2006-07-12 Thread Stephen Gilson
There are a couple of examples in the doc that might help: http://livedocs.macromedia.com/flex/2/docs/0543.html http://livedocs.macromedia.com/flex/2/docs/0975.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexnewbie06Sent: Wednesday,

RE: [flexcoders] How to properly subclass a component using mxml

2006-07-06 Thread Stephen Gilson
The namespace should be the same for the child tags. Try this: myComp:BetterDataGrid myComp:columns myComp:DataGridColumn headerText="Song Name" dataField="label"/ myComp:DataGridColumn headerText="Artist" dataField="label"/ /myComp:columns/myComp:BetterDataGrid Stephen From:

RE: [flexcoders] FlexPrintJob and large DataGrids?

2006-07-06 Thread Stephen Gilson
Sorry for the delay in responding, but there is an example in the released doc that does just what you are looking for: http://livedocs.macromedia.com/flex/2/docs/0997.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonewsSent:

RE: [flexcoders] Embedding Swf files Help sample broken. Need to refer to symbols at runtime.

2006-06-07 Thread Stephen Gilson
Sorry for the late reply. Modify the example so the SWFLoader line looks like this: mx:SWFLoader id=myLoader width=300 source=local.swf creationComplete=initNestedAppProps();/ This loads the SWF at runtime, rather than embedding it. The example shuld now work. Stephen

RE: [flexcoders] [F2 B3] Calling functions on loaded SWF

2006-05-31 Thread Stephen Gilson
If you are using Beta 3, you can see an example here: Flex 2.0 Developer's Guide Flex Programming Topics Embedding Assets Embedding asset types Embedding SWF files Embedding SWF files that represent Flex 2.0 applications at

RE: [flexcoders] A Problem in the example of 'using view states '

2006-05-30 Thread Stephen Gilson
The syntax for states changed in Beta 3, and some of the doc was not updated. You should write this as: addChild.relativeTo = myPanel; addChild.target = newButton; Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rama satoskar

RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event

2006-05-12 Thread Stephen Gilson
If you have Beta 3, you can see an example in the doc here: http://livedocs.macromedia.com/labs/1/flex20beta3/0886.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Saturday, April 29, 2006 10:45 PM To:

RE: [flexcoders] Re: problems with ApplicationControlBar ...

2006-05-12 Thread Stephen Gilson
borderStyle is not listed as a valid style of ApplicationControlBar. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, May 11, 2006 1:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re:

RE: [flexcoders] Re: Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-24 Thread Stephen Gilson
Applications, page 192. I'm trying to build the ValidatingForm.mxml base component. I then will use that base component to create each of the child forms that will eventually be children of the accordian. Any insight? --- In flexcoders@yahoogroups.com, Stephen Gilson [EMAIL PROTECTED] wrote: Can you

RE: [flexcoders] Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-21 Thread Stephen Gilson
Can you be more specific on the code that you are trying? What section or page in the book is it in? Thanks, Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Friday, April 21, 2006 1:06 AM To:

RE: [flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Stephen Gilson
There is an Effect metadata tag in the code, like a Style or Event metadata tag. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: Friday, March 31, 2006 10:24 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 :: Documenting

RE: [flexcoders] Do we submit corrections to Livedocs

2006-03-30 Thread Stephen Gilson
Please submit them using the "Add Comment" button on each Livedocs page. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manuel Saint-VictorSent: Thursday, March 30, 2006 7:11 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Do we submit

RE: [flexcoders] Formatting cells in datagrid

2006-03-26 Thread Stephen Gilson
Is this data entered by the user? There is an example in the doc of a custom item editor that uses the NumberFormatter with a DataGrid control to format data entered by the user. You can see it here: http://livedocs.macromedia.com/labs/1/flex20beta2/1131.html Otherwise, the doc on item

RE: [flexcoders] How to create new custom Style in custom component?

2006-03-23 Thread Stephen Gilson
Sure, there is a chapter on this topic in the Creating Components book at: http://livedocs.macromedia.com/labs/1/flex20beta2/1813.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Thursday, March 23,

RE: [flexcoders] How to create new custom Style in custom component?

2006-03-23 Thread Stephen Gilson
That will work for Flex 2.0 only. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Thursday, March 23, 2006 12:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to create new custom Style in

RE: [flexcoders] Flex2 documentation - FlexEvent.DATA_OBJECT_CHANGED

2006-03-16 Thread Stephen Gilson
FlexEvent is a class in mx.events. I believe that it is new for Beta 2, so are you using the Beta 1 doc with Beta 2 bits? Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Thursday, March 16, 2006 11:57 AM To:

RE: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor

2006-03-16 Thread Stephen Gilson
in getting the cell indices, we need listData. And the documentation says that the cellRenderer has to implement IDropInListItemRenderer interface. But it looks like this set and get methods are never called and so my listData object is always null. --- In flexcoders@yahoogroups.com, Stephen

  1   2   >