RE: [flexcoders] Dataprovider API documentation bug !

2005-07-12 Thread Stephen Gilson
Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of r0main Sent: Tuesday, July 12, 2005 9:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dataprovider API documentation bug ! Is it me or the Flex ActionScript and MXML API Reference

RE: [flexcoders] ToolTips on Tree Nodes?

2005-07-13 Thread Stephen Gilson
There is a section in the doc on this at: http://livedocs.macromedia.com/flex/15/flex_docs_en/1040.htm Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sauro, NickSent: Tuesday, July 12, 2005 1:49 PMTo: flexcoders@yahoogroups.comSubject: RE

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: flexcoders

[flexcoders] Flex Builder basic usage questions

2007-04-08 Thread Stephen Downs
Hi, I'm new to the list and new to Flex Builder, and have a few usage questions regarding the Editor when in source mode. I apologize if these questions are too basic and OT to coding issues. I am using Flex Builder on Mac OS X. 1) How can I soft wrap text? I'm looking for a feature like

[flexcoders] Scotch on the Rocks 2007 - CF/Flex Developer Conference

2007-04-10 Thread Stephen Moretti
/ Tickets for this two day conference, including swag bags, refreshments and lunch are only £85 and limited to a maximum of 100 delegates, so buy your tickets as soon as possible. Regards Stephen Moretti Manager SCFUG Co-Organiser Scotch '007

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

2007-04-24 Thread Stephen Gilson
the ITreeDataProvider API interface. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Monday, April 23, 2007 6:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Okay, I know this is possible...DataGrid

Re: [flexcoders] Where can we download the new Flex / Flash Integration?

2007-05-05 Thread Stephen Downs
The Flex Component Kit for Flash CS3 is what you might be looking for: http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 On 2007-05-04, at 6:13 PM, helihobby wrote: Where can we download the new Flex / Flash Integration? Any good links to read more about it ? As always,

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]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] 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] ASDoc for MXML components?

2007-06-07 Thread Stephen Gilson
of an MXML file. - The superclass corresponds to the first tag in the MXML file. For an application file, that tag is the mx:Application tag and therefore an MXML application file appears in the ASDoc output as a subclass of the Application class. Stephen From

Re: [flexcoders] function.apply() and this on instance method

2007-08-28 Thread Stephen Allison
are referring to a method via a variable of type function. HTH Stephen

[flexcoders] ComboBox - edit cursor appearing

2007-08-29 Thread Stephen Allison
mx:Stringc/mx:String /mx:Array /mx:ComboBox /mx:Application The top combo box just shows the normal arrow cursor, but the bottom one, once enabled shows the 'edit' cursor. Is this a bug or have I failed to read the documentation adequately? Thanks, Stephen

Re: [flexcoders] HTTPService parameters with a dot

2007-08-30 Thread Stephen Allison
Have you tried something of the form: var param:Object = {dotted.name:value}; as the argument to send() ? I've not tried it, but think this should work. On 30 Aug 2007, at 18:54, Richard Rodseth wrote: HTTPService.send() takes an Object (associative array) as a parameter. How do I pass

Re: [flexcoders] Menu driven application and Viewstacks

2007-08-30 Thread Stephen Allison
Vikram, Listen for the 'show' event instead of 'creationComplete'. The ViewStack component doesn't destroy its content and recreate it as you navigate around. What it does do is defer creating it's contents until they are displayed. This is why creationComplete is fired the first time

Re: [flexcoders] Menu driven application and Viewstacks

2007-08-30 Thread Stephen Allison
Vikram, Listen for the 'show' event instead of 'creationComplete'. The ViewStack component doesn't destroy its content and recreate it as you navigate around. What it does do is defer creating it's contents until they are displayed. This is why creationComplete is fired the first time

Re: [flexcoders] Re: Want to export data to and Excel File

2007-08-30 Thread Stephen Allison
Hi, I think using a server side component to take data from Flex and return it in a format suitable for Excel is the best approach, but if that's not possible, it is possible to do this all client-side if: 1. Your users are using Internet Explorer on Windows 2. Their security settings are

Re: [flexcoders] Flex eye candy source

2007-09-10 Thread Stephen Allison
The spinning box effect looks similar to the one presented at: http://weblogs.macromedia.com/auhlmann/archives/2007/03/ distortion_effe.cfm You can download the source there. Stephen On 10 Sep 2007, at 22:14, garrett.reynolds wrote: Hi all was wondering if anyone knew where I could find

Re: [flexcoders] RE: DataGridColumn width

2007-09-11 Thread Stephen Allison
elegant solution. Stephen On 11 Sep 2007, at 09:06, Alban Soupper wrote: Sorry, the mail has been sent before I can complete it L … mx:HBox width={dg.width} mx:TextInput id=filter1 … width={column1.width}/ … /mx:HBox … mx:DataGrid id=dg mx:columns

Re: [flexcoders] Fill outline of a Sprite

2007-09-14 Thread Stephen Allison
as an SWF. The vectors are all stored in MorphShapes which cannot be created at the ActionScript level and are relatively opaque. A job for DisplayObject.transform.colorTransform ? Stephen

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 Message

RE: [flexcoders] asdocs for as3 and ant files

2007-09-18 Thread Stephen Gilson
to the graphics and rpc classes though. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent: Tuesday, September 18, 2007 12:00 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asdocs for as3 and ant files yeah got

Re: [flexcoders] Basic CSS question

2007-09-19 Thread Stephen Allison
Are you remembering to start your style names with a period? Label { font-size:12pt; } - this is a vaild style that will be applied to all labels since the name matches a component myStyle { font-size:24pt } - this will compile, but a label like mx:Label

Re: [flexcoders] Flex / Web Integration

2007-09-20 Thread Stephen Allison
into Flex. You are at risk of opening the cross-browser compatability can of worms with this though. Hope this is of some help... Stephen

Re: [flexcoders] Re: Flex / Web Integration

2007-09-21 Thread Stephen Allison
For #1 below, I switched to using the javascript window.open command instead of navigateToURL() with _blank for the target. Yes, a window opened with javascript can be closed with javascript without warning, but be aware that popup-blockers stop windows being opened using window.open when

Re: [flexcoders] Text/Font with border on characters?

2007-09-21 Thread Stephen Allison
You could try playing around with the GlowFilter... mx:Label text=Behold a border! color=white fontSize=36 filters={[new GlowFilter(0x00,1,2,2,3,1)]}/ On 21 Sep 2007, at 12:19, beecee1977 wrote: Hi, I want to overlay text so that it can be read regardless of the background colour

Re: [flexcoders] Eeeeek! Development grinds to a halt due to stupid syntax problem

2007-09-22 Thread Stephen Allison
Are you able to use the square brackets syntax for accessing properties ? This should work if your data objects are type object or are dynamic (?) var selectedGrowerAddress2:String = StringUtil.trim(String (event.currentTarget.growerSearchGrid.selectedItem[ADDRESS_LINE#2])); My client's

Re: %20[flexcoders]%20Using%20the%20Sandy%203D%20engine%20in%20Flex

2007-09-27 Thread Stephen Downs
I'm currently working on Papervision3D effects for Flash http://www.tink.ws/blog/effectpv3d-for-flex/ Tink On 27 Sep 2007, at 07:18, Dennis Ippel wrote: You mean if you can apply 3D effects on flex components? Like this? (Click on the top 3 buttons)

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

2006-08-31 Thread Stephen Gilson
/2/docs/1217.html But it does not get into the details of renderers. That is something we can add in an upcoming release. Stephen Flex Doc Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: Wednesday, August 30, 2006 12:38 PMTo

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

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] 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(). S

RE: [flexcoders] Re: tabbing in flex

2006-09-26 Thread Stephen Gilson
/flex/2/docs/0863.html But it probably deserves a section on its own. We should be able to add something for the next release. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dordea cosminSent: Saturday, September 23, 2006 6:55 AMTo: flexcoders

RE: [flexcoders] Re: tabbing in flex

2006-09-26 Thread Stephen Gilson
/flex/2/docs/0863.html But it probably deserves a section on its own. We should be able to add something for the next release. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dordea cosminSent: Saturday, September 23, 2006 6:55 AMTo: flexcoders

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] 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: flexcoders

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

2006-10-19 Thread Stephen Gilson
CreditCardValidator, so that you could write the error message to the appropriate input control? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of julien castelainSent: Thursday, October 19, 2006 4:28 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Custom validator

RE: [flexcoders] hidden interfaces (was: Re: List.getLength)

2005-02-22 Thread Stephen Gilson
The List class does mixin DataSelector, so that is how you can use getLength(). There is an error in the doc - getLength() should have been listed as a method of List. Stephen Gilson Flex Doc -Original Message- From: Markus Ansamaa [mailto:[EMAIL PROTECTED] Sent: Monday, February 21

RE: [flexcoders] Context menu

2004-05-06 Thread Stephen Gilson
There is also an example in the Explorer using context menus. Stephen -Original Message-From: Alistair McLeod [mailto:[EMAIL PROTECTED]Sent: Thursday, May 06, 2004 11:28 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Context menuHi Steve,I can't remember seeing

RE: [flexcoders] form validation

2005-03-03 Thread Stephen Gilson
t; data="" groupName="Gender"/ mx:Button label="Check validity" click="mx.validators.Validator.isValid(this, 'formInfo.SelectedGender');" / /mx:FormItem /mx:Form /mx:Application Stephen From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED] Sent: Fri

RE: [flexcoders] ViewStack resizing

2005-02-15 Thread Stephen Gilson
Did you look in the Flex 1.5 version of the API docs? resizeToContent is documented there. http://livedocs.macromedia.com/flex/15/asdocs_en/mx/containers/ViewStack.htm l Stephen Gilson Flex Doc -Original Message- From: Mika Kiljunen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15

RE: [flexcoders] Re: UI Style Guide

2005-02-25 Thread Stephen Gilson
Hi David, Do you mean a style guide for how we implemented our existing components, or a style guide for building them. Stephen Flex Doc -Original Message- From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 2:20 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Question about deprecated attributes

2005-02-04 Thread Stephen Gilson
For information on deprecated properties, and migrating from Flex 1.0 to Flex 1.5, you can access the Migration Guide from the FlexDoc site: http://macromedia.com/support/documentation/en/flex/1_5/migration.html Stephen Gilson From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [flexcoders] ActionScript Components

2005-04-06 Thread Stephen Gilson
/creating_comp.html Part 2: http://www.macromedia.com/devnet/flex/articles/creating_comp_pt2.html Stephen From: Matthew Shirey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 8:09 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] ActionScript Components Might someone point me

RE: [flexcoders] JavaDoc style docs for Flex PLUS Actionscript 2

2005-04-06 Thread Stephen Gilson
format. We will be making it available in that format for the next release. Stephen -Original Message- From: Seth Voltz [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 5:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] JavaDoc style docs for Flex PLUS Actionscript 2

RE: [flexcoders] Re: mx:Tree: how to change default icons

2005-04-09 Thread Stephen Gilson
You can see an example in the doc here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0273.htm Stephen -Original Message- From: Ghislain Simard [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 1:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: mx:Tree

RE: [flexcoders] Flex Containers.

2005-04-18 Thread Stephen Gilson
resizeToContent is documentated as part of the Flex API. You can see it here: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/containers/ViewStack .html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick Sent

RE: [flexcoders] Creating that Validator popup message? (Flex 2.0)

2006-02-01 Thread Stephen Gilson
, "", to the UIComponent.errorString property. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Wednesday, February 01, 2006 6:09 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Creating that Validator popup message? (Flex 2.0) For the TextFields? No.

[flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-02 Thread Stephen Gilson
, Stephen Flex Doc Team -- 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

RE: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-03 Thread Stephen Gilson
it. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Teoti GraphixSent: Thursday, February 02, 2006 6:14 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex 2 - Looking for feedback on Flex API doc 1. Would there be a way to toggle them? I develop

RE: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-03 Thread Stephen Gilson
We use the tool internally for AS3, Flex, FlashLite, and other products. It's not ready for distribution yet, though we are working on it. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jens Halm Sent: Friday, February 03, 2006 12:11 PM

RE: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-06 Thread Stephen Gilson
inheritance tree at the top of the class description. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Thursday, February 02, 2006 7:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 2 - Looking

RE: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-07 Thread Stephen Gilson
. The idea of a single table that shows all the class elements, both defined in the class and inherited, is a bit daunting. For example, the table for the DataGrid would contain over 200 rows, probably closer to 250 rows. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Understanding UIComponent

2006-03-03 Thread Stephen Gilson
a.com/flex/20beta1/docs/1877.html Stephen From: Gordon Smith Sent: Thursday, March 02, 2006 11:55 PMTo: 'flexcoders@yahoogroups.com'Cc: Stephen GilsonSubject: RE: [flexcoders] Understanding UIComponent He wants to create custom components, so he needs to understand methods like crea

RE: [flexcoders] Coustom cellRenderer in AS3 for a DataGrid

2006-03-03 Thread Stephen Gilson
quot;Using Cell Renderers and Cell Editors" at http://livedocs.macromedia.com/flex/20beta1/docs/1063.html and "Working with Cell Editors" at http://livedocs.macromedia.com/flex/20beta1/docs/1096.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

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 Sent

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

2006-05-31 Thread Stephen Gilson
=initNestedAppProps();/ Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claudia Barnal Sent: Wednesday, May 31, 2006 1:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] [F2 B3] Calling functions on loaded SWF I think that is only

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] 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:colum

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: Tuesday

[flexcoders] detecting the appearance of scrollbars

2007-11-01 Thread Stephen Allison
Hello all, Does anyone have a reliable means of detecting when a container with scroll policy auto has its scroll bars appear or disappear? Thanks in advance... Stephen

Re: [flexcoders] Charting: adjust y-axis range automatically when changing x-axis range

2007-11-03 Thread Stephen Allison
case you may have to pass the date range into your axis class and dig through the data yourself :( HTH. Stephen On 2 Nov 2007, at 15:22, imjackson84 wrote: Hi, I have a stock market line chart with a CategoryAxis (representing dates) along the bottom and a LinearAxis up the side. My chart

Re: [flexcoders] Flex grid to serve 100K-1mil rows

2007-11-09 Thread Stephen Allison
specialist I'd talk to them first! Stephen. On 9 Nov 2007, at 19:03, letterpigeon wrote: Hi all, We've built a flex grid that supports mass action on its data right now (column-wise search replace). But it just doesn't scale right now. It can hold up to around 3K+ rows in the grid, but it's

[flexcoders] ComboBox that opens by default

2007-11-12 Thread Stephen Downs
I'm trying to create a simple ComboBox subclass that defaults to the open position, automatically displaying it's dropdown list. I'm trying to implement this as an itemRenderer for a DataGrid. Each time I call the open() function on the ComboBox subclass, it refuses to open. The dropdown

Re: [flexcoders] ComboBox that opens by default

2007-11-12 Thread Stephen Downs
, at 1:49 PM, Stephen Downs wrote: I'm trying to create a simple ComboBox subclass that defaults to the open position, automatically displaying it's dropdown list. I'm trying to implement this as an itemRenderer for a DataGrid. Each time I call the open() function on the ComboBox subclass

Re: [flexcoders] internet Explorer 7 cache problem

2007-11-13 Thread Stephen Allison
to do will depend on your choice of web server and server side programming environment. Stephen On 13 Nov 2007, at 18:08, Mubasher Hanif wrote: Hi All, I am having problem in loading xml document. I am using URLLoader for loading xml document. If I delete all files/clear explorer

[flexcoders] Re: Flex 2, Webservice, Tomcat, Basic Authentication, IE Problem

2007-11-15 Thread Stephen Allison
not save encrypted data setting under internet settings/advanced/security seems to have some effect here. Good luck! Stephen

[flexcoders] [Bindable] and dispatchEvent

2007-11-15 Thread Stephen Allison
need to be able to dispatch events, but am curious about the exact means by which this is achieved. Any insight much appreciated! Stephen

[flexcoders] Re: and dispatchEvent

2007-11-16 Thread Stephen Allison
Peter Hall writes: [Bindable] actually makes a number of changes to your code... snip Thanks for that, would now be interested to know how you found that out!? Stephen

[flexcoders] Re: Block entire application while in transaction

2007-11-19 Thread Stephen Allison
danielvlopes writes: exist some way to set enabled to false for entire application while transactions ocour? Application.application.enabled = false; should do the trick. Set it back to true when the transaction is done.

[flexcoders] Re: Confused by context.root, services-config.xml and remoting-config.xml...

2007-11-19 Thread Stephen Allison
is great until you need to change them. Stephen

[flexcoders] Re: Confused by context.root, services-config.xml and remoting-config.xml...

2007-11-19 Thread Stephen Allison
in the containing ASP page, so the server decides which endpoint a given application talks to. Apologies if we're at crossed purposes here! Stephen

Re: [flexcoders] Re: Confused by context.root, services-config.xml and remoting-config.xml...

2007-11-19 Thread Stephen Allison
code and add all the endpoints you thought you'd got away without having to worry about : \ Stephen.

Re: [flexcoders] Binding with Associatives Arrays

2007-11-19 Thread Stephen Allison
for as the signal to update. While this will work with dynamic properties using the normal '.' accessing syntax, I don't think this'll work if you use the square bracket notation (perhaps someone more knowledgable could tell us why?) Stephen

Re: [flexcoders] Re: Confused by context.root, services-config.xml and remoting-config.xml...

2007-11-19 Thread Stephen Allison
. Hope this is of some use. Stephen

[flexcoders] Re: Real world usage of Flex

2007-11-20 Thread Stephen Allison
to the games tab and possible sign up to see it in action though. If you're in the US you'll have to imagine based on the screen shots in the blog entry! Stephen

[flexcoders] Re: Subversion clients

2007-11-30 Thread Stephen Allison
What Subversion clients do you use, and what do you like or dislike about them? I'm especially interested in opinions about GUI clients on the Mac. SVNX. Slightly odd multi-window interface, but beyond that no complaints so far.

[flexcoders] unable to create a link report...

2007-12-14 Thread Stephen Allison
on OSX running the eclipse Flex Builder plugin. Thanks in advance... Stephen

Re: [flexcoders] Creating a game in Flex

2007-12-18 Thread Stephen Downs
I'd agree with Igor here. Flex will offer very little, and probably add time to developing this. Flex isn't the be all and end all of everything. Tink On 13 Dec 2007, at 05:46, Gordon Smith wrote: Why do you say that, Igor? Gordon Smith Adobe Flex SDK Team From:

[flexcoders] Re: How to deep copy an ArrayCollection?

2008-02-04 Thread Stephen Allison
, which serialises it as AMF in memory, and then read it back out again. Classes in your array need [RemoteClass] in order to get correctly typed objects back. ie. var ba:ByteArray = new ByteArray(); ba.writeObject(yourData); var newCopy = ba.readObject(); Stephen

[flexcoders] Re: How to deep copy an ArrayCollection?

2008-02-04 Thread Stephen Allison
of the objects read from the byte array are just references to the older objects. It's hard to see how it could be otherwise since the original objects could easily be out of scope by the time the deserialisation happens. Stephen

Re: [flexcoders] HTTP requests security

2008-02-07 Thread Stephen Allison
? Yes, it would be quite easy to extract the password. Stephen

Re: [flexcoders] Flex applications in Chinese

2008-02-15 Thread Stephen Adams
, but has now been resold to a Chinese company. So I'll need to change the English to Chinese. Does Flex currently support Chinese? Stephen

Re: [flexcoders] Prohibiting Old Chart from Displaying while new Chart renders

2008-02-17 Thread Stephen Allison
On 16 Feb 2008, at 21:12, Brad Bueche wrote: I have a chart that, at year level, allows users to drill down into individual months. The problem is that if the user drills down into march, then comes back up to the year level (via viewstack bread-crumb trail button), and then drills

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: flexcoders

Re: [flexcoders] Flex communication with WCF(.net 3) webservice issue

2008-02-29 Thread Stephen Allison
We got Flex 3 talking to WCF (Windows Communication Foundation for the curious, a .NET 3.5 thing). I don't recall if we saw the same errors as you but to get it to work we had to flatten the WSDL as Flex didn't like the way WCF WSDL involves 'including' lots of little WSDL files together.

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: flexcoders

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: flexcoders

[flexcoders] Re: Problem with DataGrid itemFocusIn event

2008-04-03 Thread Stephen More
Is there anyway to get the selected row from a DataGrid without it being editable ? It seems others have had this problem also: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg41468.html https://bugs.adobe.com/jira/browse/SDK-11690 -Thanks Flex newbie

[flexcoders] Re: Problem with DataGrid itemFocusIn event

2008-04-03 Thread Stephen More
Yes, a mx.events.ListEvent should be used instead of a mx.events.DataGridEvent; On Thu, Apr 3, 2008 at 1:33 PM, Stephen More [EMAIL PROTECTED] wrote: Is there anyway to get the selected row from a DataGrid without it being editable ? It seems others have had this problem also: http

[flexcoders] Dump any Data Structure

2008-04-04 Thread Stephen More
Perl has Data::Dumper ( http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm ) It will output any data structure structure to output. Is there any equivalent method/object in flex ? -Thanks Flex newbie

[flexcoders] can I dispatch a dataTipFunction event

2008-04-08 Thread Stephen More
I currently have a working mx:LineChart with a dataTipFunction that shows up on mouse over. I would like to add some animation to this Chart, is there a way to show dataTip1, sleep some, then show dataTip2, sleep, etc without having the user mouse over the data points ? -Thanks Flex newbie

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

2008-04-15 Thread Stephen Gilson
, Illustrator, and Photoshop. These include templates for all Flex skins. For more information, see http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins Hope that helps, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Writing text directly to Graphics object.

2008-04-17 Thread Stephen Downs
http://five3d.mathieu-badimon.com/ (Make a new typography file v2.0) or old stylee http://www.quasimondo.com/shapedecoder/qm_shape_decoder.php there's a few useful links there too Tink On 16 Apr 2008, at 03:45, Rick Winscot wrote: Exactly – the method I provided uses a simple

Re: [flexcoders] Is there an easier way? [Embedding swf asset]

2008-04-18 Thread Stephen Downs
Those are the steps We'll be releasing some library classes over the next week or so which we use for embedding and loading assets, that might be of interest to ya. Tink On 17 Apr 2008, at 23:18, Steve Mathews wrote: Ok, so going off the steps on this page:

Re: [flexcoders] Dynamic Instance Problem

2008-04-18 Thread Stephen Downs
; -- Stephen Downs Addict, Tink Ltd. e: [EMAIL PROTECTED] t: +44 (0) 7730 838 785 w: http://www.tink.ws -- On 18 Apr 2008, at 08:38, Dale Fraser wrote: Thanks, That kind of makes it non dynamic if I need to reference

Re: [flexcoders] Re: Fade effect on a canvas

2008-04-18 Thread Stephen Downs
Changing from one child to another actually requires 2 effects. You see the first fade out, then the second fades in. PairedStackEffect enables you to combine the 2 effects into one. http://www.tink.ws/blog/pairedstackeffect-fade-squash/ There's a fade example there which might be what your

Re: [flexcoders] Re: Feedback on my Image-caching code

2008-04-19 Thread Stephen Downs
Could be worth looking at storing a ByteArray and adding some compression instead of storing the original BitmapData. Tink On 18 Apr 2008, at 19:15, handitan wrote: Thanks for sharing the code, Eric. Have you ever checked how much memory got increased whenever you load your cached-img?

Re: [flexcoders]Setting DataGrid header to transparent

2008-04-27 Thread Stephen Downs
Or you could skin it and with something transparent. On 23 Apr 2008, at 07:08, Alex Harui wrote: Dude, that was four months ago! You could’ve asked again sooner. Another approach may be to subclass, get the .header, getChildByName (“headerBG”) and set its alpha=0 From:

<    1   2   3   >