[flexcoders] SocetMonitor not working as expected

2008-12-09 Thread Geoffrey
Trying out the SocketMonitor and what I'm experiencing is not what I'm expecting to happen. Here's a code snippet: __sm = new SocketMonitor(HOSTNAME, PORT_NUMBER); __sm.addEventListener(StatusEvent.STATUS, onNetworkStatusChange); __sm.start(); The onNetworkStatusChange() method gets called

[flexcoders] Re: SocetMonitor not working as expected

2008-12-10 Thread Geoffrey
this issue? --- In flexcoders@yahoogroups.com, Geoffrey [EMAIL PROTECTED] wrote: Trying out the SocketMonitor and what I'm experiencing is not what I'm expecting to happen. Here's a code snippet: __sm = new SocketMonitor(HOSTNAME, PORT_NUMBER); __sm.addEventListener(StatusEvent.STATUS

[flexcoders] MouseOver Event Not Firing

2009-02-02 Thread Geoffrey
I have a Button that doesn't seem to know the mouse is over it. It doesn't dispatch MouseOver/Out/click events. I have a Panel that has an HBox(Label/Spacer/Button) and a Canvas. the Canvas gets stuff added to it dynamically via Actionscript. pre mx:Panel

[flexcoders] Re: MouseOver Event Not Firing - SOLVED

2009-02-03 Thread Geoffrey
); } HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Monday, February 02, 2009 3:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: LCDS data management - original data on the client

2009-03-13 Thread Geoffrey
I'm interested in somehow showing that an item from a managed collection in a datagrid has pending changes, whatever they may be. Change the color of the row, bold the text, add another column with a status symbol, etc Something that let's the user know that this particular item has

[flexcoders] Creating PDFs with embedded Flex apps from Flex

2009-04-14 Thread Geoffrey
I've read that you can create PDFs from your Flex application, and that you can embed Flex applications into PDFs using Acrobat. Do you think it's possible to create a PDF from a Flex application that has an embedded Flex app inside it? Here's a possible scenario. You have some sort of custom

[flexcoders] Eclipse Crashing

2009-04-30 Thread Geoffrey
Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions, have tried many, but none seem to do the trick. My current setup is: Eclipse 3.4.2 (M20090211-1700) FB 3.0.2.214193 Flex SDK 3.3 JDK 1.6.0_13 My eclipse.ini is: -showsplash org.eclipse.platform -framework

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
library projects in the same workspace? Have you tried excluding all of the Flex SDK swcs from the project library path that are not needed by each project? -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 2:30 PM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] Eclipse Crashing Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
minimum to save memory. Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 4:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Eclipse Crashing Yes, there are AIR and Flex

[flexcoders] Re: Eclipse Crashing

2009-04-30 Thread Geoffrey
...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, April 30, 2009 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Eclipse Crashing Recently, FB(Eclipse) keeps crashing on me. I've looked all over the place for solutions, have tried many, but none seem to do

[flexcoders] Re: Eclipse Crashing

2009-05-14 Thread Geoffrey
? Eclipse won't even start. In general it seems to be fairly stable. Changes to our ValueObject project (used by almost every other project) take 2:30 to compile, but has not crashed as of yet. Thanks for the suggestions! ~Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: I'll

[flexcoders] Instantiation of State Objects

2009-08-06 Thread Geoffrey
Are the objects for a state recreated every time a state is entered, or if the object was created once, is it reused? Basically, I want to know if I swap between states, are the objects defined by AddChild new instances every time I enter that state.

[flexcoders] Re: Instantiation of State Objects

2009-08-07 Thread Geoffrey
that the child should not only be removed from the display list but also freed for garbage collection. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Thursday, August 06, 2009 2:43 PM To: flexcoders

[flexcoders] Re: Instantiation of State Objects

2009-08-10 Thread Geoffrey
, but are never recreated since it doesn't re-instantiate the component in state B. Any ideas? Thanks, Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: Great, that's exactly what I wanted to know. For Flex 3, is there any way to free the children for garbage collection, hack

[flexcoders] RegExpValidator Not working with code-behind

2009-08-13 Thread Geoffrey
We use the code-behind technique to attach AS to MXML. Doing this has caused an interesting issue with RegExpValidator. If the regular expression is defined in the AS file and contains a quantifier, it causes validation to act funky. In the following example, if you type about 20 zeroes into

[flexcoders] Re: RegExpValidator Not working with code-behind

2009-08-13 Thread Geoffrey
Didn't seem to help. I changed the String to a RegExp, escaped and didn't escape the {} characters, and also tried with and without the [Bindable] metadata tag. As long as the regular expression is in the actionscript file, it just doesn't work properly. Actually, in this instance, nothing

[flexcoders] Re: any tool can create Java entities from as 3 VOs?

2009-08-13 Thread Geoffrey
I've used XDoclet to create VOs from Java Beans, so I'd imagine the process can work in reverse. Here's the xml XDoclet uses: project name=value-object-generator default=main property name=xdoclet.plugin.install.dir value=C:/eclipse/xdoclet-plugins-dist-1.0.4/ path id=xdoclet.task.classpath

[flexcoders] Re: any tool can create Java entities from as 3 VOs?

2009-08-13 Thread Geoffrey
This is the plugin I used. http://docs.codehaus.org/display/XDOCLET/Actionscript+plugin Maybe someone made a plugin that goes the other way, AS to Java. Geoff --- In flexcoders@yahoogroups.com, Geoffrey gtb...@... wrote: I've used XDoclet to create VOs from Java Beans, so I'd imagine

[flexcoders] SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-28 Thread Geoffrey
Hi, I have a subclass of ByteArray (let's call it ByteArrayPlus), which I want to write to a SharedObject. I can store it fine, but when I read it back, it says it's of type ByteArray, not ByteArrayPlus. Does anyone have an idea what may be wrong? Has anyone gotten this to work? FYI, I am

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-28 Thread Geoffrey
I forgot to mention what versions I am using: Flex SDK 3.4 (via Flex Builder 3), targeting Flash Player 10. --- In flexcoders@yahoogroups.com, Geoffrey geoff...@... wrote: Hi, I have a subclass of ByteArray (let's call it ByteArrayPlus), which I want to write to a SharedObject. I can

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-29 Thread Geoffrey
...@... wrote: Add a RemoteClass metadata tag to the custom class: Example at the bottom of the article http://cookbooks.adobe.com/post_How_to_keep_the_type_of_your_objects_when_serializ-8323.html - Original Message - From: Geoffrey geoff...@... To: flexcoders@yahoogroups.com Sent

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-30 Thread Geoffrey
. Unfortunately I haven't has an opportunity to try this fix yet, but maybe you'll find it useful: http://stackoverflow.com/questions/850466/properly-serializing-flash-utils-dictionary-to-a-sharedobject --- In flexcoders@yahoogroups.com, Geoffrey geoffhom@ wrote: Muzak, thank you

[flexcoders] Re: SharedObject problem/bug? Cannot store a subclass of ByteArray.

2009-10-30 Thread Geoffrey
@yahoogroups.com, Alex Harui aha...@... wrote: Please file a bug with a small test case. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Geoffrey Sent: Friday

RE: [flexcoders] Browserless Flex?

2005-08-30 Thread Geoffrey Williams
Yes. Flex generated SWFs can bee installed with your Central app. Other than that I'm pretty sure there is some sort of restricted distribution. You can't just compile the MXMLSWFs and distribute them wrapped in a projector. -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Macromedia Labs site

2005-10-17 Thread Geoffrey Williams
The wiki is one of those open source / pre packaged things; just with a customized UI. Much easier than coming up with something from scratch. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of charlespaz1 Sent: Monday, October 17, 2005 11:31 AM

RE: [flexcoders] Packages must not be nested? Flex2

2005-10-17 Thread Geoffrey Williams
You can only have one public class/method available in a package .as file. Is this supposed to be an .as include? If so, just get rid of 'package {' and the end brace. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Johnson Sent: Monday,

RE: [flexcoders] Flex 2:Package/Class problem

2005-11-01 Thread Geoffrey Williams
You can only have one public function / class / prop per .as file. Also, the .as files name must match that of the function / class / prop. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Johnson Sent: Tuesday, November 01, 2005 9:43 AM To:

RE: [flexcoders] remove child from xml

2006-03-17 Thread Geoffrey Williams
delete x.p[0]; From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sonja Duijvesteijn Sent: Friday, March 17, 2006 5:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] remove child from xml I've been looking through the flex 2

RE: [flexcoders] remove child from xml

2006-03-17 Thread Geoffrey Williams
Oh, you said the second one delete x.p[1]; delete x.children ()[1]; http://livedocs.macromedia.com/labs/1/flex/langref/operators.html#delete_(XML) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Geoffrey Williams Sent: Friday, March 17

RE: [flexcoders] programatically assigning an ArrayCollection as the DataProvider bug...

2006-04-12 Thread Geoffrey Williams
The return type of selectedItem is Object, so he's casting to the correct type. For the time being I believe your ResourceVO has to be made dynamic or implement the IUID interface. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick

RE: [flexcoders] WebService Flex 2.0

2006-05-08 Thread Geoffrey Williams
WebService calls are asynchronous... [NotTested]: mx:Script ![CDATA[ public function GetHelloWorld():void { CustomerServices.HelloWorldws.addEventListener(result, HelloWorldwsResult); CustomerServices.HelloWorldws.send (); } public function HelloWorldwsResult(event:ResultEvent):void

[flexcoders] Re: Flex 2 beta 3 available

2006-05-08 Thread Geoffrey Williams
http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes import flash.utils.Timer --- In flexcoders@yahoogroups.com, JB [EMAIL PROTECTED] wrote: Hi, I just downloaded the new flash player 9(mac version), but I get this error: VerifyError: Error #1014: Class flash.util::Timer

[flexcoders] Re: Flex 2 Beta 3

2006-05-15 Thread Geoffrey Williams
HTTPService.lastResult See here for changes: http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes --- In flexcoders@yahoogroups.com, mepaninaresh [EMAIL PROTECTED] wrote: I tried to upgrade my application from Flex 2 Beta 2. I have a few of these errors :- Access of

[flexcoders] Re: Pass value Using getURL() in MXML 2

2006-07-13 Thread Geoffrey Williams
getURL is gone in AS3. navigateToURL (new URLRequest (QueryStringSample.mxml)); --- In flexcoders@yahoogroups.com, k_abdul_jabbar [EMAIL PROTECTED] wrote: I have pasted a piece of code to pass value using query string,I am sure there wouldn't be any problem with code.But I get error calling

[flexcoders] Re: deleting a node with e4x

2006-07-14 Thread Geoffrey Williams
Use the delete operator. delete report.part[1].subpart[0].subsection[0]; --- In flexcoders@yahoogroups.com, Jeff Tapper [EMAIL PROTECTED] wrote: does anyone know the syntax to remove a particular node from an xml object using e4x? Working with a structure like this, I want to be able to

[flexcoders] Re: File Upload

2006-07-14 Thread Geoffrey Williams
mx:Button label=Upload... click=new FileReferenceList ().browse (); / --- In flexcoders@yahoogroups.com, Ethan Miller [EMAIL PROTECTED] wrote: I'm trying to quickly demonstrate the ability to upload a file. Just need a button with a click action that invokes a file browser in the

[flexcoders] Re: problem using httpservice to fetch xml

2006-08-01 Thread Geoffrey Williams
srv.lastResult.list.employee is already an ArrayCollection. Try: employees = ArrayCollection (srv.lastResult.list.employee); --- In flexcoders@yahoogroups.com, pateyog [EMAIL PROTECTED] wrote: I am facing a problem with a code which used to work with flex beta 2.0 but has stopped working when

[flexcoders] Re: getURL()

2006-08-03 Thread Geoffrey Williams
Well, seeing as you're not posting the variables, you can try ExternalInterface. var url : String = http://adobe.com;; var vars : URLVariables = new URLVariables (); vars.userID = userID; vars.userName = userName; vars.sessionID = sessionID; url += ? + String (vars); var target : String =

[flexcoders] Re: loading xml with AS3

2006-08-12 Thread Geoffrey Williams
URLLoader, HTTPService c http://livedocs.macromedia.com/flex/2/docs/1920.html --- In flexcoders@yahoogroups.com, aaron smith [EMAIL PROTECTED] wrote: I'm having troubles figuring out where the functionality to load xml went. What classes do i use to load xml? thanks --

[flexcoders] Re: ASDoc now available on Labs

2006-08-14 Thread Geoffrey Williams
Any Idea what would fire off the following: Error: The definition is in circular inheritance. I can get it going by specifying individual classes but when I use - doc-sources I get an output of a few of those errors. --- In flexcoders@yahoogroups.com, Brian Deitte [EMAIL PROTECTED] wrote: And

[flexcoders] Re: ASDoc ignores Bindable properties?

2006-08-18 Thread Geoffrey Williams
I came up against this a little earlier today. Make sure your comments are right before the method. Wrong: /** * Property */ [Bindable] public var property : Object; Right: [Bindable] /** * Property */ public var property : Object; I think that should do it. --- In

[flexcoders] Re: ListCollectionView.contains( )

2006-08-24 Thread Geoffrey Williams
- Returns whether the view contains the specified object. Unlike the IViewCursor.findxxx methods, this search is succesful only if it finds an item that exactly matches the parameter. trace ({label:keyword} == {label:keyword}); // false You can sort the collection, create a view cursor and use

[flexcoders] Re: Annoying problem - urgent!!!

2007-01-18 Thread Geoffrey Williams
Did you try a Project Clean...? --- In flexcoders@yahoogroups.com, Lieven Cardoen [EMAIL PROTECTED] wrote: I have a really annoying problem. If I run or debug my flex application, it keeps on giving me a version of yesterday. Flex won't compile a new swf... Lieven Cardoen

[flexcoders] Re: void as node name in a XML...reserved keyword!!!???

2007-01-30 Thread Geoffrey Williams
trace (test.object[void].(@property == 'equation').string); trace (test.object.elements (void).(@property == 'equation').string); --- In flexcoders@yahoogroups.com, lruinelli [EMAIL PROTECTED] wrote: ciao! the expression: test.object.void.(@property=='equation').string should has the

[flexcoders] Re: E4X - Copy attributes

2007-03-19 Thread Geoffrey Williams
You want to use brackets not braces and use the name () method. for each (var a : XML in [EMAIL PROTECTED]) { [EMAIL PROTECTED] ()] = a; } --- In flexcoders@yahoogroups.com, pgp.coppens [EMAIL PROTECTED] wrote: Hello, I would like to copy a number of attributes from one element to

[flexcoders] Re: E4X descendent operator return type?

2007-03-19 Thread Geoffrey Williams
It returns an empty XMLList. //var result : XML = XML (e.result); //var result : XML = responsefault//response; var result : XML = responseuser//response; if (result.user.length ()) trace(Yippee!);

RE: [flexcoders] Flex + Central

2005-05-11 Thread Geoffrey Williams
Central does not have the ability to execute programs on the users' machine without some sort of a hack or third party installation. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of beckpvt Sent: Wednesday, May 11, 2005 2:03 PM To:

RE: [flexcoders] NaN

2005-08-02 Thread Geoffrey Williams
if (myField == undefined) { //... } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simard, Ghislain Sent: Tuesday, August 02, 2005 2:47 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] NaN Is there an equivalent for undefined? if

RE: [flexcoders] Is anybody else getting duplicate messages?

2007-03-28 Thread Geoffrey Williams
Yup, yup. This doesn't seem to be the only yahoo group affected either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul DeCoursey Sent: Wednesday, March 28, 2007 4:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Is anybody else getting duplicate

RE: [flexcoders] Re: Is anybody else getting duplicate messages?

2007-03-29 Thread Geoffrey Williams
they are posted ? After I made several valid posts this delay was much less. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Geoffrey Williams [EMAIL PROTECTED] wrote: Yup, yup. This doesn't seem to be the only yahoo group affected either.

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Geoffrey Williams
fileReference.addEventListener (DataEvent.UPLOAD_COMPLETE_DATA, eventHandler); The DataEvent dispatched will have a data property with the data you are looking for. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thegators_2002 Sent: Friday, March 30, 2007 11:36 AM

RE: [flexcoders] How do I read Response after FileReference uploads a file?

2007-03-30 Thread Geoffrey Williams
Just to note, this functionality was only recently added to FP9 and was not available in previous versions of the player. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, March 30, 2007 11:43 AM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] [Bindable] object not updating on changes

2007-04-02 Thread Geoffrey Williams
Use mx.utils.ObjectProxy. The way you have it, only setting the value of entryValueData fill fire an event. [Bindable] public var entryValueData : ObjectProxy = new ObjectProxy ({redValue:0, greenValue:4, blueValue:0}); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: Error 1009 in Flex 2

2006-09-08 Thread Geoffrey Williams
'event.result as Array' is returning null because event.result is not an Array. Is it an ArrayCollection or XML/XMLList perhaps? --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote: I'm playing around with a remote object and in the handleResult function Flex is giving me

[flexcoders] Re: doLater in Flex2? is it gone?

2006-11-01 Thread Geoffrey Williams
callLater () http://livedocs.macromedia.com/flex/2/docs/1438.html --- In flexcoders@yahoogroups.com, Mark Piller [EMAIL PROTECTED] wrote: Does anyone know what happened with doLater() in Flex2? I cannot seem to find any references to the function in the language reference

RE: [flexcoders] How to create XML Object from string (AS3: E4X)

2005-11-30 Thread Geoffrey Williams
var _str:String = rootchildtext/child/root; var _xml:XML = XML (_str); flash.util.trace (String (_xml.child)); From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Wednesday, November 30, 2005 6:22 PM To:

RE: [flexcoders] Does Flex utilize the keyword: abstract?

2005-12-07 Thread Geoffrey Williams
The keyword is reserved but it's not supported... public function foo():Void { throw new Error (method foo is abstract); } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Wednesday, December 07, 2005 11:44 AM To:

RE: [flexcoders] Named parameters in AS3?

2006-01-11 Thread Geoffrey Williams
Did you maybe misread his question? I don't think you can do what he asked... -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, January 11, 2006 5:46 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Named

RE: [flexcoders] Event inconsistency

2006-01-25 Thread Geoffrey Williams
I had noticed this as well. I believe it will be normalized on way or another once all is said and done. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy Sent: Tuesday, January 24, 2006 1:39 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Date Class switch?

2006-02-02 Thread Geoffrey Williams
Well, the month is zero indexed and today is 2/2 not 2/1 so that might be what your seeing. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Thursday, February 02, 2006 11:43 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Type annotation is not a compile-time constant

2006-02-10 Thread Geoffrey Williams
'Void' is now 'void'; lowercase. function addToCart () : void { /* */ } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sam5654295 Sent: Friday, February 10, 2006 10:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Type annotation is

RE: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-10 Thread Geoffrey Williams
I had seen that before and didnt like it because you could just use: var _singleton:MySingleton = new MySingleton (null); In any case, for anyone interested, I ended up doing something similar to the code below: package whatever { public class SingletonClass { public

RE: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-10 Thread Geoffrey Williams
? Well you could throw an Error if the parameter passed in was null too From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Geoffrey Williams Sent: Friday, February 10, 2006 9:48 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] AS3 class

RE: [flexcoders] Flex2: Hierarchical DP with typed objects. Class must be dynamic?

2006-02-12 Thread Geoffrey Williams
You might want to look into using the ITreeDataDescriptor http://www.google.com/search?q=ITreeDataDescriptor -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Sunday, February 12, 2006 1:05 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] SharedObject.getLocal() Flex2 beta1

2006-02-13 Thread Geoffrey Williams
Copy and pasted that code and it works for me. Try a project clean and make sure the project has all of the library swcs. frameworks and playerglobal are the main ones I think. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Teoti Graphix Sent: Monday,

RE: [flexcoders] Re: Job: Flash Developer/Programmer

2006-02-14 Thread Geoffrey Williams
I agree. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Tuesday, February 14, 2006 5:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Job: Flash Developer/Programmer Ali My preference would be to have a single

RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-15 Thread Geoffrey Williams
One of these may be what youre looking for: http://livedocs.macromedia.com/flex/20beta1/docs/0260.html http://livedocs.macromedia.com/flex/20beta1/docs/1443.html From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Johannes Nel Sent:

RE: [flexcoders] Flex2: debugging mxml

2006-02-15 Thread Geoffrey Williams
http://livedocs.macromedia.com/flex/20beta1/docs/0402.html You can output the generated as by adding keep to the compiler arguments. But you cant add breakpoints to debug em AFAICT http://livedocs.macromedia.com/flex/20beta1/docs/0388.html From:

RE: [flexcoders] strange undefined property error

2006-02-27 Thread Geoffrey Williams
'a' hasn't been created when you try to assign a value to 'text': ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* layout=absolute creationComplete=init () mx:Script ![CDATA[ internal var

RE: [flexcoders] Adobe Labs Colin Moock's AS3 Viewer Example Compile Error

2006-02-28 Thread Geoffrey Williams
I havn't used it, but you need to remove Type from all of the event types (the constants are now located in the event class and not in a separate class). i.e. EventType Event; ProgressEventType ProgressEvent; MouseEventType MouseEvent; c -Original Message- From:

RE: [flexcoders] AS3 Date month starting at 0?

2006-03-03 Thread Geoffrey Williams
day and month are constant pointers where as year and date are variable values? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sönke Rohde Sent: Friday, March 03, 2006 9:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] AS3 Date

RE: [flexcoders] Repeater and Web Services (Flex 2b1)

2006-03-08 Thread Geoffrey Williams
Try: tabsDataProvider = new ArrayCollection(event.result); tabsDataProvider.dispatchEvent (new CollectionEvent ()); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Sawyer Sent: Wednesday, March 08, 2006 7:25 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: How to use e4x

2006-05-22 Thread Geoffrey Williams
The xml returned defines it's own namespace: private function onInit ():void{ var loader:URLLoader = new URLLoader(); var request:URLRequest = new URLRequest (http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml); loader.addEventListener(Event.COMPLETE, onComplete);

[flexcoders] Re: menu control in flex 2.0 beta 3

2006-05-24 Thread Geoffrey Williams
Remove the braces. change=mainViewStackHelper.getSearchResultView(event) --- In flexcoders@yahoogroups.com, deepu_verma [EMAIL PROTECTED] wrote: Following is my code and I am trying to capture the change event. But it seems that the change event does not trigger for menu bar controls

[flexcoders] Re: is delete really the best/only way to remove a node in e4x?

2006-05-24 Thread Geoffrey Williams
While it is documented here: http://livedocs.macromedia.com/labs/1/flex20beta3/langref/operators.h tml#delete_(XML) There should be some sort of reference to it in the XML/XMLList docs. The syntax is compliant with the spec. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED]

[flexcoders] Re: why states doesn't change in flex2 beta3?

2006-05-25 Thread Geoffrey Williams
Use relativeTo instead of target: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=* layout=absolute creationComplete=initData() mx:Script ![CDATA[ private var welcomeScreen:denemeci; private function initData():void{ currentState='first'; }

[flexcoders] Re: why states doesn't change in flex2 beta3?

2006-05-25 Thread Geoffrey Williams
Just a syntax change from B2 to B3. 'target' is still a valid attribute, but it is used for something else. --- In flexcoders@yahoogroups.com, oktay nba [EMAIL PROTECTED] wrote: thnx Geoffrey, it ran. but still i dont get it why target didn't answer oktay caglar On 5/25/06

[flexcoders] Re: FB2 :: Flex Library Project :: Fastest way to rebuild an SWC

2006-05-25 Thread Geoffrey Williams
Are the projects linked to each other? Properties Project References And you're using 'Build Automatically'? Those two might make the issue go away automagically. Otherwise try doing a Clean on all projects. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote:

[flexcoders] Re: e4x XML Class: How to update a text node?

2006-05-25 Thread Geoffrey Williams
var xml:XML = rootnodetext1/nodenodetext2/node/root; xml.node[0] = textOne; xml.node[1] = textTwo; trace (xml); --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I can read, add and delete text nodes, but how can I update/modify one? Should I use replace()? I

[flexcoders] Re: Using E4X with attributes in XML tags

2006-06-08 Thread Geoffrey Williams
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* creationComplete=init () mx:Script ![CDATA[ public function init ():void { var xml_object:XML = Item

[flexcoders] Re: DTD Schema for Flex 2

2006-06-15 Thread Geoffrey Williams
It is valid XML. There are 'limits' to what you can do with the schema when compared to how dynamic Flex can be. Hi, there are no plans at the moment to provide an xsd for Flex 2. It's something we can consider for a future release or maybe the community will write one that they find useful.

[flexcoders] Re: Using HTTPService in a function

2006-06-17 Thread Geoffrey Williams
Are you importing the class? import mx.rpc.events.ResultEvent; --- In flexcoders@yahoogroups.com, NZEYIMANA Emery Fabrice [EMAIL PROTECTED] wrote: Thanks Martine, I have read from the manuals and tried to do the following: private function SampleFunction():void { var

[flexcoders] Re: e4x filtering question

2006-06-21 Thread Geoffrey Williams
Here you go: var employees:XML = employees employee name=joe mark department id=id1/ address city=miami state=florida/ /employee employee name=joe mark address city=san francisco state=california/ /employee

[flexcoders] Re: Javadoc like comments for AS3

2006-06-24 Thread Geoffrey Williams
While there is no doc generating tool available at the moment, you can auto insert a template comment of sorts. Source Add ASDoc Comment. Ctrl+Shift+D --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: I am wondering what the MM strategy is for commenting AS3. I would

[flexcoders] Re: Addressing buried children in XML with default namespace- an easier way?

2006-07-10 Thread Geoffrey Williams
Here's a couple: // namespace constant public namespace default_ns = http://fmr.com/BackOffice/PseSearch;; // init test public function init () : void { var xml : XML = PseSearchResponse xmlns=http://fmr.com/BackOffice/PseSearch; SearchPlan

[flexcoders] Re: FileReference and mimetypes

2006-07-11 Thread Geoffrey Williams
Changing the content type is not supported in uploads. This is documented in the URLRequest class. --- In flexcoders@yahoogroups.com, pmarstonuoa [EMAIL PROTECTED] wrote: Hi Jeff, I'm having the same problem. According to the Flex2 documentation the content type defaults to

Re: [flexcoders] Re: Bookmark no longer valid when moving items in AdvancedDataGrid

2010-07-30 Thread Geoffrey Moussiere
Hi, I had a bookmark error once. I was removing item in a ArrawyCollection during a for each loop, something like that : for each(var myEntry:Entry in _entries) { ... _entries.removeItemAt(_entries.getItemIndex(myEntry)); ... } Maybe you have something similar somewhere. Matthew a écrit :

Re: [flexcoders] Flex validator in action script

2010-08-16 Thread Geoffrey Moussiere
Hey, I'm not sure but you should definately have an eye on BindigUtils. Adnan a écrit : Hello, How can I represent the following validator in action script; mx:Validator required=true source={myText} / s:TextInput id=myText / I am starting with this; var textInput:TextInput = new

<    1   2