RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-15 Thread Lincoln Mitchell
Fixed! I didn't have the correct version of 2.0.1. Ran the latest update and now works a charm. Thanks Matt for the response. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Saturday, 12 May 2007 11:29 PM To:

[flexcoders] PureMVC - A Cairngorm alternative

2007-05-15 Thread Clifford Hall
Hi Folks, Well, the first PureMVC demo is up. Have a peek at CodePeek, an Apollo application that uses the PureMVC framework to talk to Google Code. I don't know about you but it miffs me a bit that Google Code has built in language searches for languages like Eiffle, Modula-2 and REBOL, but

[flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread pmotzfeldt
Hi, I am wondering what the difference between a regular child and an automation child of for instance an UIComponent. What makes a child added become a automation child and regular child? Thanks in advance!

[flexcoders] Re: Embedding XML

2007-05-15 Thread mark_j_ellul
Hi, I am not sure of a solution, but I would look into something about reading from embedded resources. You will need to make sure the file is embedded in your swf. Regards Mark --- In flexcoders@yahoogroups.com, brandona788 [EMAIL PROTECTED] wrote: I'm trying to read an external XML file

[flexcoders] Re: OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread mark_j_ellul
Hi Patrick, I understand your frustration. However I am quite interested in the solution? Was a flash player upgrade enough to solve the issue? Was there any other potential work around? What was the code exactly that was not working? I am sure pretty much all the developers on this list

Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread Tom Chiverton
On Tuesday 15 May 2007, pmotzfeldt wrote: Hi, I am wondering what the difference between a regular child and an automation child of for instance an UIComponent. guess Some children are for purely GUI purposes, such as a title bar or label. -- Tom Chiverton Helping to administratively

Re: [flexcoders] Re: Set an ID on the editable datagrid textinput?

2007-05-15 Thread Tom Chiverton
On Monday 14 May 2007, pmotzfeldt wrote: mx:DataGrid editable=true id=dgColor dataProvider={COLOR_ARRAY} mx:columns mx:Array mx:DataGridColumn dataField=data headerText=Data/ mx:DataGridColumn dataField=label headerText=Label/ /mx:Array /mx:columns /mx:DataGrid

Re: [flexcoders] Repeater Children?

2007-05-15 Thread Tom Chiverton
On Monday 14 May 2007, Chad Callahan wrote: When I declare buttons in my code-behind class as a Button type, I get no compiler errors. But, when the component renders I get a run-time error saying cannot convert [] to Button. SO, I tried declaring it as You could try stopping it in the

[flexcoders] running riabook sample code

2007-05-15 Thread Jaganathan.K
anyone here knows how to run the sample code provided in the riabook website? Thanks in advance Regards Jaga

RE: [flexcoders] Security sandbox problem

2007-05-15 Thread Alex Harui
What error are you getting? Post the full text of the error and call stack. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of justme1231331 Sent: Monday, May 14, 2007 7:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Security

Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-15 Thread Johannes Nel
my guess its the interface for QTP On 5/15/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 15 May 2007, pmotzfeldt wrote: Hi, I am wondering what the difference between a regular child and an automation child of for instance an UIComponent. guess Some children are for purely GUI

[flexcoders] fileReference download

2007-05-15 Thread fuekor06
Hello everybody... i have a - for me - strange behavior - of fileReference. In my app i used an alagad image component to write different images using cf 7.02 mx. After built, i start download via the fileReference. The first download works fine. If i change the image after that (crop or

[flexcoders] Question: Modules

2007-05-15 Thread Christopher Olsen
What's the best way to make sure a module has no current dependencies before unloading it? I'm having an issue that unloaded modules are leaving things behind such as event listeners -Christopher

Re: [flexcoders] Flex on Mac

2007-05-15 Thread Arleston Lueders
Thanks guys. At this moment I can affoard a MacBook 2.0GHz, 1gb RAM (up to 2), 80gb HD. Is it a good deal get a Mac? because with the same price you can get a better PC (with non-board video, more ram and hd,...). My main goal is using Adobe tools (Flash, Flex, Fireworks, ColdFusion... ), and if

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Adam Dorritie
I find that charts aren't always the best way to express information. Why not provide a table with property values, at risk values, and percentage of property values at risk instead? Great site, btw. On 5/14/07, charlie.szymanski [EMAIL PROTECTED] wrote: I have an interesting issue with a

[flexcoders] Re: Charting Wildly Varying Numbers in Flex

2007-05-15 Thread simonjpalmer
How about using areas rather than lengths, so either a pie chart or a histogram? Also do you really need to show the total value as a bar? What if you just showed the dollar figure and a % of the total, so just the red bars and some text $486,007,475 out of $39,592,226,311 (1.25%). I would look

Re: [flexcoders] OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread Tom Chiverton
On Tuesday 15 May 2007, {reduxdj} wrote: I got a little worked up today, but doesn't this stuff drive developers crazy? Lately, all my time is spent figuring out why embedding flash in ie7 fails to give me back a non-defined id error in ie and other cross browser compatibility issues of the

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Charlie Szymanski
Adam Simon, Adam, thanks for the kind words about the site -- it's been a lot of work. Hopefully it'll do some good if a hurricane approaches us. As to your table idea, we may end up going that route. Last year we had a list of dollar values broken down by type (not quite as you suggested,

[flexcoders] Re: Send XML to PHP

2007-05-15 Thread nathanpdaniel
If you want to send raw XML from Flex, try building your XML within Flex (like so)... mx:XML id=myXML data{stringVar}/data /mx:XML Then, in your HTTPService object, just keep the first line with one exception: mx:HTTPService id=xmlSender contentType=application/xml / When you call

Re: [flexcoders] Re: OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread {reduxdj}
Mark The issue seem to be related to IE7 and 9.016 of flashplayer. This did make the issue a lot less apparent. However, to see the issue, you have to take a moment to visit a page and see for yourself. me.com/patrickdj you'll see a slideshow about 1 quarter the way down on the left hover

Re: [flexcoders] OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread {reduxdj}
Tom: I do use Adobe's flash detection. I wasn't using the var minVersion so, that's my bad. Actually, I have issues with swfObject and logging people out of our php session so i never use it. Adobe's solution is good, except it's very exacting, the way it's implemented on a page. For

Re: [flexcoders] Instantiating uncompiled MXML at runtime in flex

2007-05-15 Thread John Robinson
Do you have an example of the xml? Does it have actionscript in it, or is it just laid out components? Laying out components is easy... figuring out and running AS is quite a bit more difficult. I've done some experiments with loading pseudo-mxml at runtime and displaying it, but there are

[flexcoders] Lightweight Image Embedd

2007-05-15 Thread Claudia Barnal
Hi all, What is the most lightweight way to embed an image. I am guessing it would involve Extending/Implementing the DisplayObject class. I don't want the overhead involved using anything spawned of the UIComponent. Thanks, Claudia

[flexcoders] Re: Flex: Modular Applications

2007-05-15 Thread kyle.vanvranken
This might help with you're listeners. http://www.gskinner.com/blog/archives/2006/07/as3_weakly_refe.html - Kyle

Re : Re : [flexcoders] Re: Building flex apps with Maven 2?

2007-05-15 Thread Jean-François Mathiot
Right, so what is the next step ? If you want to, we can discuss the way we should merge the projects. I think the plugins are similar enough so it's can be done quite fast. We can host the project on SF.net and change the project name (its unix name is simply mvnflex2plugin). If it is ok to

[flexcoders] Cross-scripting availability

2007-05-15 Thread Sergey Kovalyov
Hi All! Is it possible to load SWF compiled from Flash 8 IDE into Flex application and access its methods and properties? If so, how? Thank you in advance! Sergey.

[flexcoders] SWFLoader not loading source

2007-05-15 Thread herklano
hi, i think this must be a very basic question, but i am stuck :( i have a mx:SWFLoader component that loads a swf, but it won't load when i run the flex app. i have tried to change to both the swf flash security settings: local and network, but still no change. i appreciate all your help,

RE: [flexcoders] SWFLoader not loading source

2007-05-15 Thread Alex Harui
Can you post some of the relevant code? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of herklano Sent: Tuesday, May 15, 2007 10:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SWFLoader not loading source hi, i think

[flexcoders] Getting Parent's Style

2007-05-15 Thread Geoffrey
I'm converting some Flex1.5 code to flex 2.0. One of the classes (a commonly used custom component) uses the following to set the background color to that of the parent container: __labelCanvas.setStyle(backgroundColor)=_parent.getStyle(backgroundCo\ lor); This doesn't work in Flex2.0, nor does

RE: [flexcoders] Getting Parent's Style

2007-05-15 Thread Alex Harui
Parent is of type DisplayObjectContainer which does not have getStyle. So you have to cast: (parent as IStyleClient).getStyle(backgroundColor); Or IStyleClient(parent).getStyle(backgroundColor); From:

[flexcoders] Problem with post

2007-05-15 Thread Guillermo Villasana
Is there any reason why if i send with method post, one variable will not be sent ? var params:URLVariables=new URLVariables(); var myservice:HTTPService=new HTTPService(); params.var1=event.values[0]; params.var2=event.values[1]; params.var3=event.values[2]; myservice.method=post;

[flexcoders] Problem with Multiple Modules and Accordian / Tab Navigator

2007-05-15 Thread boy_trike
Is there a known issue with this? My main application loads module 1. If I then load module 2 and go to a component with either an accordian or tab navigator, I get a null reference error. If I either remove the accordian or load module 2 1st, then I don't get the error. Any Suggestions?

[flexcoders] Re: Send XML to PHP

2007-05-15 Thread b_alen
Many thanks buddy, but I solved the problem. It was exactly what you also said. HTTPService.contentType = application/xml, and some errors in PHP as well. Btw, once in PHP I used this small piece of code and it works great: $raw_xml = file_get_contents(php://input); $xmlData = new

Re: [flexcoders] Re: Flex: Modular Applications

2007-05-15 Thread Christopher Olsen
Kyle, Thanks a bunch this should help... I'm guess things like producers/responders would also need to be disconnected first before garbage collection happens? Because when i unload a module all these things appear to continue to hang around. -Christopher kyle.vanvranken wrote: This

[flexcoders] Re: OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread mark_j_ellul
Hey Patrick, Nice site... I found the ok button did not always work, funnily enough when I clicked left of the words ok... I have flash version 9.0.28 in my IE. Have you be able to recreate the error when debugging? I don't know off hand how to get the debugging going in I.E. flex builder

[flexcoders] RTMP Server

2007-05-15 Thread Christopher Olsen
For anyone interested I've been working on an RTMP server written in C to handle messaging streaming.. If anyone is interested in testing it out please let me know and I'll let you know where you can obtain a copy of the source. -Christopher

Re: [flexcoders] Fw: output formats (excel/word)

2007-05-15 Thread Jim Cheng
Tom Chiverton wrote: if i want to allow users to export data into excel and send it directly to their desktop (like cfcontent does), would it be worth getting into? are You might want to look at Apollo, though of course XLS can be just a HTML file with a table tag in, in which case you

[flexcoders] Re: Security sandbox problem

2007-05-15 Thread justme1231331
Error is as follows.. When at the site select the 'Digital Life' news feed and click on Photos: TiVo and Tina's wedding. It will display the description. When you click on the 'X' in the description pane is when the error comes up. Not sure how long that article will be there for, it is a live

[flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Matthew OMeara
My FlexBuilder IDE has been broken for about 3 weeks now, and I have chosen to ignore it as all obvious fixes failed to right the ship. At some point 3 weeks ago, FlexBuilder completely botched my project files and left me in a state where I could no longer launch the application. So I

[flexcoders] RemoteObject handling exceptions onFault

2007-05-15 Thread truongdav
Hi, I am having problems I want to throw some exception on a remote call and then display the Exception on the client side. But this always returns an onResult instead of an onFault. Anything I am doing wrong? Thanks. --- POJO --- public void test() throws Exception { throw new

[flexcoders] Re: OMFG, i am about to go crazy - SOLVED - uh I think

2007-05-15 Thread arieljake
Maybe the javascript when incorporated into a busy page needs to be executed inside of a when document is ready function. Jquery, and other toolkits, have one liners to handle this. --- In flexcoders@yahoogroups.com, {reduxdj} [EMAIL PROTECTED] wrote: Tom: I do use Adobe's flash detection.

RE: [flexcoders] Problem with post

2007-05-15 Thread Tracy Spratt
I have never typed the request object as URLVariables, always as a plain Object. Try that to see if it has any effect. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Tuesday, May 15, 2007 1:14 PM To:

RE: [flexcoders] Re: Send XML to PHP

2007-05-15 Thread Tracy Spratt
And you can always just send the xml as a string. var oRequest:Object = new Object; oRequest.xmlstring = myXML.toXMLString(); xmlSender.send(oRequest); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nathanpdaniel Sent:

[flexcoders] Re: SWFLoader not loading source

2007-05-15 Thread herklano
its a simple SWFLoader component: mx:SWFLoader id=swfContainer1 source=swf/ficheiro.swf width=875 height=505 / --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Can you post some of the relevant code? From:

Re: [flexcoders] Fw: output formats (excel/word)

2007-05-15 Thread Derrick Anderson
Hey Jim, Thanks for the tip on spreadsheetML, I'll have a look at it for my apollo projects, although this is for a project going live with a quick turn-around- apollo is not right for the application, it should be web based (besides apollo being alpha), so for now i'm still on the path to

[flexcoders] flash remoting documentation

2007-05-15 Thread Derrick Anderson
hi all, i'm having problems getting flash remoting to work with flex, where can i find some documentation about connecting flex to my CF server with flash remoting? (especially with not using the built-in cf server or webroot- that seems to be all i can find docy on) thanks! d.

Re: [flexcoders] flash remoting documentation

2007-05-15 Thread João Fernandes
Hi Derrick, what is your problem about connecting flex with CF? what version of CF are you running? João Fernandes

[flexcoders] Which is Best MXML or ActionScript

2007-05-15 Thread haravallabhan
Hi All, It might sound very odd...but I need to know the best practice. What is better? to develop a Flex charting application. Raw coding with ActionScript or use MXML tags. Like Creating child components though ActionScript is better or Designing the layout using the MXML is better. I find

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Ralf Bokelberg
You could add up small items in a others item and drill down when clicking on it. See Eli's blog about drill down piecharts at www. quietlyscheming.com Cheers, Ralf. On 5/15/07, Charlie Szymanski [EMAIL PROTECTED] wrote: Adam Simon, Adam, thanks for the kind words about the site -- it's

[flexcoders] Re: Changing between Windows and Mac

2007-05-15 Thread Joshua Garnett
Hi everyone, Just a last update. Turns out I had encountered my last hurdle. I received my serial number 3 weeks after starting the process. Again, I'd recommend starting the conversion process as soon as you start your Mac Flex Builder trial. If all goes well you should be able to get

Re: [flexcoders] Cross-scripting availability

2007-05-15 Thread Antoine Malpel
Sergey Kovalyov a écrit : Hi All! Is it possible to load SWF compiled from Flash 8 IDE into Flex application and access its methods and properties? If so, how? Thank you in advance! Sergey. You can't, or use Flash 9 (avm2 swf), and then you acces prop etc via SWFLoader.content._mc.prop

[flexcoders] Re: Getting Parent's Style

2007-05-15 Thread Geoffrey
Alex, Thanks for the heads-up. I was on that path as I was looking up what type 'parent' was. Actually, I couldn't just assume parent would have backgroundColor set. Sometimes it was 2 or 3 parents up the chain where backgroundColor was set. So, I ended up with this: code var bgColor:* =

RE: [flexcoders] Cross-scripting availability

2007-05-15 Thread Alex Harui
Some use local connection to talk between the two SWFs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Antoine Malpel Sent: Tuesday, May 15, 2007 9:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cross-scripting

RE: [flexcoders] Re: SWFLoader not loading source

2007-05-15 Thread Alex Harui
Is the SWF deployed in the correct place? Where is the main swf and where is this swf? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of herklano Sent: Tuesday, May 15, 2007 11:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] WebOrb and the new Flex Article question (AMF0 vs AMF3)

2007-05-15 Thread Nate Pearson
I've skimmed through the new Flex Article about remoting to .NET through webOrb. Sounds pretty cool and I'm looking to forward to trying it out. On the webOrb licensing page it says that the Standard (free) Edition of WebORB allows for Flash Remoting (AMF0) but not Flex Remoting (AMF3).

Re: [flexcoders] Charting Wildly Varying Numbers in Flex

2007-05-15 Thread Charlie Szymanski
Ralph, That may actually work. I'll give it a whirl sometime this week and see how it looks. Can't believe I didn't think of it before -- I guess that's what happens when you're buried deep in code for a month. Thanks, CS - Original Message From: Ralf Bokelberg [EMAIL PROTECTED] To:

Re: [flexcoders] New Apollo screencast: SearchCoders/Dashboard now has chat

2007-05-15 Thread John Robinson
Very cool. Though I'd change the name from Dashboard to something more specific. (OSX already has an app called Dashboard). Other than that... woot! john On May 14, 2007, at 6:10 PM, Tom Bray wrote: Hey everybody, We just launched a huge upgrade to the SearchCoders/Dashboard and now you

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread carl_steinhilber
Anybody have ANY insight? Bueller? Bueller? --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Ely Greenfield egreenfi@ wrote: Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example...

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

2007-05-15 Thread Nate Pearson
I DO want to override dragEnterHandler and AM extending a tree component. I haven't posted to this thread in a while but I still havn't fixed it. Anyone know how to drag/drop from a grid to a tree? --- In flexcoders@yahoogroups.com, Jim Robson [EMAIL PROTECTED] wrote: Nate: If you

[flexcoders] list itemrenderer rollover without backgroundColor / alpha?

2007-05-15 Thread tddclare
I have an component (HBox) that I'm using for a List's itemRenderer. I added handlers for rollOver and rollOut to try to make a delete this item button appear and disappear for each item as you roll over / out of it. The button was fizzling on and off until I set the background color and alpha

RE: [flexcoders] list itemrenderer rollover without backgroundColor / alpha?

2007-05-15 Thread Alex Harui
You could use ITEM_ROLL_OVER instead, or set alpha to 0. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tddclare Sent: Tuesday, May 15, 2007 1:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] list itemrenderer rollover

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

2007-05-15 Thread Alex Harui
preventDefault() is needed to prevent the base class from putting up default feedback. You may need to override dragDrop event to map the DG data to tree data. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent:

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread simonjpalmer
grasping at straws, have you tried a bubble chart instead? I suspect the series are derived from the same root. or maybe you could subclass the plotseries and overload updateTransform or some other suitable method. just ideas I managed to get my similar problem basically working by writing a

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

2007-05-15 Thread Nate Pearson
I used preventDefault() with Jim's code and it allows me to drop on the tree!! Now i just have to code it correctly; although its a task I am capable of. Thanks everyone! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: preventDefault() is needed to prevent the base

RE: [flexcoders] WebOrb and the new Flex Article question (AMF0 vs AMF3)

2007-05-15 Thread Samuel R. Neff
AMF3 is a new format and is more compact than AMF0. It doesn't duplicate custom class definitions or strings and has some other optimizations. AMF0 is still good though and more efficient than any non-binary communications (ie AJAX XML or JSON). HTH, Sam

RE: [flexcoders] Problem with post

2007-05-15 Thread Seth Hodgson
Take a look at the ASDoc comments for HTTPService.send(). The method requires that you pass an XML instance or an anonymous Object of name-value pairs to form encode. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy

RE: [flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread Ely Greenfield
My guess would be that you've got a performance gate at the top of your set data(...) function. If the item renderer is being a passed a reference to an item it already knows about, your set data(...) function bails out. Which means that the code immediate below...which loads all of the

[flexcoders] Re: WebOrb and the new Flex Article question (AMF0 vs AMF3)

2007-05-15 Thread Mark Piller
Hi guys, We're about to open up AMF3 and make it available in the free Standard Edition. Stay tuned for an announcement. I will post more info once the release is available (should be any moment now). Cheers, Mark --- In flexcoders@yahoogroups.com, Samuel R. Neff [EMAIL PROTECTED] wrote:

[flexcoders] Re: WebOrb and the new Flex Article question (AMF0 vs AMF3)

2007-05-15 Thread Nate Pearson
Woohoo :) Well that solves my problem pretty well :). --- In flexcoders@yahoogroups.com, Mark Piller [EMAIL PROTECTED] wrote: Hi guys, We're about to open up AMF3 and make it available in the free Standard Edition. Stay tuned for an announcement. I will post more info once the release is

[flexcoders] Re: SWFLoader not loading source

2007-05-15 Thread herklano
it is inside /bin/swf i managed to solve it by adding a ioError event listener. it seems i had a special char: ã in the project path and after i substituted it to a it ran ok. thanks, Herculano --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Is the SWF deployed in the

Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Robert W
My recipe for that type of errors is use of ant script that calls mxmlc (with -verbose flag). Usually i want comment some lines to find uncatchable error. rw Matthew OMeara wrote: My FlexBuilder IDE has been broken for about 3 weeks now, and I have chosen to ignore it as all obvious fixes

[flexcoders] Cool Example of a Hovering Menu

2007-05-15 Thread jensen.axel
I wanted to post a link to this, I thought it was worth a look. Blog Entry: http://axel.cfwebtools.com/index.cfm/2007/5/15/Expanding-and-Contracting\ -Animated-Menu-In-Flex#more http://axel.cfwebtools.com/index.cfm/2007/5/15/Expanding-and-Contractin\ g-Animated-Menu-In-Flex#more Sample:

Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread ivo
I had this problem twice, once because the system was getting low on available memory. The second time I got some clues as to the problem files by looking at the eclipse Error Log. On my Mac it was under Window-Show View-Other-PDE Runtime-Error Log - Original Message From: Robert W

[flexcoders] Re: Embedding XML

2007-05-15 Thread brandona788
I found a solution. I had to do something like this: [Embed(source=/assets/data/stateProv.xml,mimeType=application/octet-stream)] public static const stateProvEmbed:Class; public var stateProvCollection:XMLListCollection; //Load the xml using a ByteArray private static function

[flexcoders] Coding a game engine using flex?

2007-05-15 Thread Curt Bererton
I'm looking to make a game in Flex/Actionscript 3 but I'm a little worried about performance if I use nice flex features like data binding and some of the fancier UI components. Assuming that performance isn't an issue, can anyone recommend good resources for learning to code games in

Re: [flexcoders] flash remoting documentation

2007-05-15 Thread Derrick Anderson
this is like the 3rd email that never came thru to the list, so I'm sending it again- but updated, now i'm getting the following error when trying the code below [RPC Fault faultString=Channel disconnected faultCode=Client.Error.DeliveryInDoubt faultDetail=Channel disconnected before an

[flexcoders] Re: Embedding XML

2007-05-15 Thread barry.beattie
any limitations in doing it this way? - file size? - change the xml content and need to re-compile? I only ask because I've been using HTTPrequest and to be honest my use might not need to ... (now that you've brought this method up) thoughts? opinions? thanx b

Re: [flexcoders] flash remoting documentation

2007-05-15 Thread Derrick Anderson
ok, sorry- there was a cflocation happening cuz of my application.cfm file- it's all fixed up now, i'm getting the expected response thanks tho d. - Original Message From: Derrick Anderson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 15, 2007 7:42:04 PM Subject:

Re: [flexcoders] Coding a game engine using flex?

2007-05-15 Thread Adam Pasztory
I expect there would be some overhead for using features like data binding, and you could probably set up some simple tests to verify that. When it comes to performance, remember that only certain parts of your code need to run ultra-fast. For example, your collision detection routine should be

[flexcoders] anyone using HTMLcomponent.swc? possible bug.

2007-05-15 Thread barry.beattie
http://www.flexcapacitor.com/htmlcomponent/examples/HTMLFrameInApplication.html I'm using the HTML component in IFRAME mode on a canvas with other controls. When ever I click a button, the HTML content disappears within the HTML component. clicking on the component itself returns focus and the

[flexcoders] Unable to flush SharedObject

2007-05-15 Thread Troy A. Binford
Yesterday I cleared out all the shared objects in my Application Data directory. Since then, I cannot write shared objects anymore. Did I perhaps delete a permission setting for flash to write to my local drive? I initially thought it may be a problem with a change in the application I am writing,

RE: [flexcoders] flash remoting documentation

2007-05-15 Thread Seth Hodgson
Hi Derrick, What is your application doing when you receive this? Also, are you running on JRun using its integrated HTTP 1.0 web server? Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derrick Anderson Sent: Tuesday, May