RE: [flexcoders] Re: Security error accessing url

2007-03-14 Thread Shaun McCran
I'm New to all this, so your suggesting that all the flex swf's are routed through a proxy (proxy.xml), and that xml doc just contains yout proxy settings (ip, ports etc). Thats called in your mx: application? Shaun _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Security error accessing url

2007-03-14 Thread Teddy Setiawan
The idea is the server (our web server) process the request to non-crossdomain.xml serverand return back the result to flex.In basic Flex --- OurWebserver Page -- non-crossdomain.xml server OurWebserver Page Result -FlexI implement this to get rss feed from non-crossdomain.xml

Re: [flexcoders] FlexBuilder and Subclipse

2007-03-14 Thread Carlos Rovira
I recommend you to switch to subversive...it's a plugin that works quite well :) 13 Mar 2007 13:46:57 -0700, Brian Holmes [EMAIL PROTECTED]: Hard drive crashed this morning. Just reinstalled FlexBuilder and now I can't get Subclipse to install. Says I need Subclipse (1.2.0) requires

Re: [flexcoders] problem with createChildren()

2007-03-14 Thread Janis Radins
guess we have some misunderstanding in here createChindren is executed only once when component initializes 13 Mar 2007 09:36:59 -0700, Matt Wicks [EMAIL PROTECTED]: Hi all, help as ever gratefully received on this one . I have a component which extends the Panel and overrides the

[flexcoders] Compilation, library-path and configuration file

2007-03-14 Thread Stembert Olivier \(BIL\)
Hi flexcoders, I try to compile my project with a configuration file which contains the following library-path tag: library-path path-elementC:\LOCALAPP\workspace\Merlin\bin\Merlin.swc/path-element /library-path Other compilation options in the config file are taken into account during

Re: [flexcoders] Problem with datagrid inline radio button itemRenderer

2007-03-14 Thread Roman Protsiuk
What does updateCorrectAnswer? It would be helpful if you give us some working example to test what's going on. Do you really need data.correct=!data.correct;? Maybe you could just call outerDocument.updateCorrectAnswer(!data.correct, data.id); Probably that's not the reason of this behavior,

Re: [flexcoders] NumericStepper with formatting?

2007-03-14 Thread Harish Sivaramakrishnan
Hi, I have a prototype of this feature which can be found in the following link. This component extends from NumericStepper. You can achieve currency / number formatting in by setting the format property to CurrencyFormatter ot NumberFormatter.

[flexcoders] Re: How to resize the flex1.5 screen according to the screen resolution

2007-03-14 Thread Yasovardhan Babu
Can somebody Please help me on this issue? Thanks and Regards, Yasovardhan. --- In flexcoders@yahoogroups.com, Yasovardhan Babu [EMAIL PROTECTED] wrote: Hi All, I have a Flex1.5 screen in which I have one HBox in top and another HBox in Bottom. In between I have a View stack, which

[flexcoders] Suspending data bindings during (lazy) server read

2007-03-14 Thread simonjpalmer
I am transfering the head of a hierarchy of objects to the client for them to choose which one they want to see details for. The list returned in this initial fetch is bound to a datagrid control, and some of the data items are displayed in the grid. The rest of the data is loaded lazily through

[flexcoders] Re: Flex WebServices and JAX-WS 2.0 WSDL.BadElement Error

2007-03-14 Thread klotzw
Hi Dima, Thanks, for the suggestion, but unfortunately the wsdl files generated by glassfish for circular imports, but found no such issues. I've played around today more with my application to try and get more information to understand why the issue happens with using Cairngorm framework, but

[flexcoders] Re: Combobox will not display (only) one item

2007-03-14 Thread pdenys
Thanks for your reply. That did not work as state is the repeating element not states. If there are more than 1 state then this works fine. I don't understand why 1 element would give the ComboBox trouble. --- In flexcoders@yahoogroups.com, Hilary Bridel [EMAIL PROTECTED] wrote: Hi, Try

[flexcoders] Re: Build Date?

2007-03-14 Thread igl_73
You can use flex metadata to embed info within swf file. execute mxmlc -help advanced metadata for more info on this subject. Igor. --- In flexcoders@yahoogroups.com, Steve Kellogg [EMAIL PROTECTED] wrote: Hello, Is there any 'best practices' method to deriving the BUILD DATE of a

RE: [flexcoders] Re: Tree, drag+drop, and XML

2007-03-14 Thread Michael Imhoff
Hi Douglas, It is carrying the leaf nodes properly; I think the issue revolved around how you were trying to display the items. public function handleMe(event:DragEvent) : void{ var ds:Array = event.dragSource.dataForFormat(treeItems) as Array; for( var i:int

[flexcoders] Re: Flex - CFC access question

2007-03-14 Thread craig.drabik
--- In flexcoders@yahoogroups.com, Robert Chyko [EMAIL PROTECTED] wrote: My Flex app is hitting a ColdFusion backend. If I call a function whose access is set to remote, everything works as expected. If that remote function calls a private accessible function within the same .cfc using the

[flexcoders] Re: Combobox will not display (only) one item

2007-03-14 Thread pdenys
According to the Adobe Flex forum and Peter Ent of Adobe, I should use an XMLListCollection. Being simple-minded myself, I like simple things and hoped that an ArrayCollection and ComboBox would work. It seems to be a common example in Adobe docs (but fails when there is only 1 node of content

Re: [flexcoders] Re: Combobox will not display (only) one item

2007-03-14 Thread Clint Tredway
the list controls are very picky when it comes to ArrayCollections. In my code, I check to see if the length is 1 or gt than 1 and then set the dataprovider accordingly. To me, this is very much a PITA as now I have to add additional checks to make sure my data displays correctly. FYI, I do not

[flexcoders] Fluid Hiring Flash / Flex Engineer

2007-03-14 Thread Andrew Guldman
Fluid http://www.fluid.com designs and develops award-winning interactive digital retail experiences. Our clients include Reebok, Timberland, JanSport, Design Within Reach, and The North Face. We are looking for skilled, experienced, and passionate engineers to work on projects built using

[flexcoders] Video Playback speed

2007-03-14 Thread John Wilker
Is there a way I'm just not really seeing to rewind and fastforward video in a VideoDisplay? -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com Everything changes, nothing remains without change. ~Buddha c.483 bc

[flexcoders] Re: Fluid Hiring Flash / Flex Engineer

2007-03-14 Thread Paul DeCoursey
I think if people are going to be posting job opportunities they should be clear about location or if remote is ok. Not everybody is an the bay area, some of us live in the real world ;) --- In flexcoders@yahoogroups.com, Andrew Guldman [EMAIL PROTECTED] wrote: Fluid http://www.fluid.com

[flexcoders] How to bind a SharedObject to a dataprovider

2007-03-14 Thread Stanisław Fiedor
Hi! On the server side I've got a SO object which is a userlist - its properties are Objects and tey look like (user_name, ({name:lala,id:3})) Now I want to bind the data from the SO to my datagrid.. unfortunatelly after I do this - the data doesn't appear in the datagrid.. I've read that I

Re: [flexcoders] How to bind a SharedObject to a dataprovider

2007-03-14 Thread Clint Tredway
without seeing your code, I would say you need to convert the SO into an ArrayCollection then bind that to your grid. But again, I say this without seeing your code. On 3/14/07, Stanisław Fiedor [EMAIL PROTECTED] wrote: Hi! On the server side I've got a SO object which is a userlist - its

Re: [flexcoders] Re: Determining the idle state of a flex application

2007-03-14 Thread Igor Costa
Rick You can use the approach of timer bellow I attached a sample to do that. 1. ?xml version=1.0 encoding=utf-8? 2. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout= absolute 3. 4. 5. mx:Script 6. ![CDATA[ 7. import mx.controls.Label;

Re: [flexcoders] Flex app on PDA - MS Pocket PC / Windows Mobile

2007-03-14 Thread Mark Lapasa
Applications built with Flex Builder (or anything using AS3 for that matter) are targeted for Flash Player 9. The last release of a Flash Player that I know of for the PDA is Flash Player 7 that features AS2.0 support. If your application is strongly object-oriented, down porting it to AS2.0

[flexcoders] Arrow-down/up event in non-editable DataGrid?

2007-03-14 Thread Peter Demling
First-time hello Flexcoders, I have a non-editable DataGrid, and as the user arrows-down through the rows, I want to handle the event and do some stuff. The itemClick event only works for mouse-clicks on the rows; and itemFocusIn is only dispatched if the item is editable, so that doesn't work

Re: [flexcoders] Arrow-down/up event in non-editable DataGrid?

2007-03-14 Thread Clint Tredway
use the change event to do what you want. On 14 Mar 2007 07:18:52 -0700, Peter Demling [EMAIL PROTECTED] wrote: First-time hello Flexcoders, I have a non-editable DataGrid, and as the user arrows-down through the rows, I want to handle the event and do some stuff. The itemClick event only

[flexcoders] Form Handling?

2007-03-14 Thread Kevin
When handling form submission. Is there a way to grab all the fields wrapped in a specific Form tag and send them as an object to a function much like a GET or POST works in HTML. a form example: mx:Form id=userForm mx:FormItem label=Login ID required=true

[flexcoders] Custom Event Handler from Popup?

2007-03-14 Thread qnotemedia
So I'm still trying to dig through all of this OO stuff. Its been tough! I've made a couple of custom events from views. The handling I've learned is usually like this: view:CustomComp somethingReturned=handler(event)/ But I have one that is a popup. The popup is invoked like this:

Re: [flexcoders] Determining the idle state of a flex application

2007-03-14 Thread slangeberg
Could use the built-in idle event: http://livedocs.adobe.com/flex/2/langref/mx/managers/SystemManager.html#event:idle -Scott On 3/3/07, Rick Root [EMAIL PROTECTED] wrote: Does anyone have any suggestions for monitoring idleness of a Flex application? The way my app works, pretty much any

Re: [flexcoders] Form Handling?

2007-03-14 Thread Brian Dunphy
Not a native feature built in to Flex I don't think, however one way to accomplish this would be to loop through each of the children of the Form (referenced by id), and then loop through each of the children of the that child, see if they are of type TextInput, TextArea, ComboBox, CheckBox,

[flexcoders] Caching problem

2007-03-14 Thread Alex
Hi there! I have an xml file that needs to be loaded eventually using a URLRequest. I'm trying to avoid loading a cached file using these headers: urlRequest.requestHeaders.push(new URLRequestHeader(Cache- Control, no-cache, no-store, max-age=0, must-revalidate));

Re: [flexcoders] Caching problem

2007-03-14 Thread slangeberg
With Flash, I've learned to do the lo-tech method of attaching random numbers to the path. Simple, but it's been effective!: url:String = resource + ?rand= + Math.floor(Math.random() * 10); -Scott On 14 Mar 2007 08:07:52 -0700, Alex [EMAIL PROTECTED] wrote: Hi there! I have an xml

Re: [flexcoders] Form Handling?

2007-03-14 Thread slangeberg
I think the Form docs show an example of binding the inputs to a Model, but you could substitute another object/class in its place. -Scott On 14 Mar 2007 07:54:00 -0700, Brian Dunphy [EMAIL PROTECTED] wrote: Not a native feature built in to Flex I don't think, however one way to accomplish

Re: [flexcoders] Form Handling?

2007-03-14 Thread Groups Mail
in application creationComplete=userRequest.send() mx:HTTPService id=userRequest url=http://post url useProxy=false method=POST mx:request xmlns= username{username.text}/usernamefirstname{firstname.text}/firstname lastname{lastname.text}/lastname /mx:request /mx:HTTPService 2007/3/14, Kevin

[flexcoders] Re: Caching problem

2007-03-14 Thread Paul DeCoursey
You need to set the caching headers on the server for the file. --- In flexcoders@yahoogroups.com, Alex [EMAIL PROTECTED] wrote: Hi there! I have an xml file that needs to be loaded eventually using a URLRequest. I'm trying to avoid loading a cached file using these headers:

[flexcoders] Re: Arrow-down/up event in non-editable DataGrid?

2007-03-14 Thread Peter Demling
Worked perfectly (I was looking closely at the item* events and missed this one). Thanks very much! -Peter Demling --- In flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: use the change event to do what you want. On 14 Mar 2007 07:18:52 -0700, Peter Demling [EMAIL

Re: [flexcoders] Re: Fluid Hiring Flash / Flex Engineer

2007-03-14 Thread Douglas Knudsen
also...there is a yahoo group FLEXJOBS specifically for this. DK On 3/14/07, Paul DeCoursey [EMAIL PROTECTED] wrote: I think if people are going to be posting job opportunities they should be clear about location or if remote is ok. Not everybody is an the bay area, some of us live in the

Re: [flexcoders] Re: Arrow-down/up event in non-editable DataGrid?

2007-03-14 Thread Clint Tredway
no problem On 3/14/07, Peter Demling [EMAIL PROTECTED] wrote: Worked perfectly (I was looking closely at the item* events and missed this one). Thanks very much! -Peter Demling --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: use the

[flexcoders] Re: Caching problem

2007-03-14 Thread Alex
Wow! O_O' Works flawlessly!! :-D Many thanks for that trick dude! --- In flexcoders@yahoogroups.com, slangeberg [EMAIL PROTECTED] wrote: With Flash, I've learned to do the lo-tech method of attaching random numbers to the path. Simple, but it's been effective!: url:String = resource +

Re: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread Troy Gilbert
Hmm... I don't get a fade out at all on my Mac (Intel MacBookPro) Player (latest Flash 9). Troy. On 13 Mar 2007 21:57:22 -0700, {reduxdj} [EMAIL PROTECTED] wrote: Hi There, I was working on a project and didn't even take the time to check it out in the yet mac until I needed to a little

RE: [flexcoders] FlexBuilder and Subclipse HELP!

2007-03-14 Thread Brian Holmes
I tried subversive and it doesn't work quite well. I get similar errors telling me I need to more resources from Eclipse like (requires plug-in org.eclipse.core.resources (3.2.0), or later version. ) I've uninstalled and reinstalled Flex Builder about 10 ten times now and have tried just

Re: [flexcoders] FlexBuilder and Subclipse

2007-03-14 Thread Troy Gilbert
You may need to use an earlier version of the Subclipse plug-in for FlexBuilder as I believe FlexBuilder is based on an older version of Eclipse (compared to the latest and greatest available from eclipse.org). Troy. On 3/14/07, Carlos Rovira [EMAIL PROTECTED] wrote: I recommend you to

Re: [flexcoders] FlexBuilder and Subclipse HELP!

2007-03-14 Thread Xia Zhao
What versions of Eclipse and Flex are you using? If you're trying to install Subversive 1.2, I do believe you need Eclispe 3.2 version. I'm using Flex2.0.1, Eclipse 3.2 and Subversive 1.2 in my development and they're working ok. Xia On 14/03/07, Brian Holmes [EMAIL PROTECTED] wrote: I

Re: [flexcoders] Re: Tree, drag+drop, and XML

2007-03-14 Thread Troy Gilbert
Douglas, Michael has probably nailed it. As I was getting up to speed with XML I constantly found myself baffled by my results (as reported by trace statements) until I realized that I need to always trace xml.toXMLString() to get the code I was actually curious about (otherwise, XML objects

Re: [flexcoders] Dynamic Instance of Class Data Typing

2007-03-14 Thread Troy Gilbert
So, the Flex compiler *does* do dead stripping when linking? I didn't think it actually did this (which I assumed was the root cause for the size of my Flex apps vs. ActionScript apps ... usually a meg difference for bare bones stuff). I've never seen that mentioned in the docs and just assumed

[flexcoders] autocomplete help

2007-03-14 Thread mthielman11
Hey guys. We continue to have a ton of trouble trying to implement autocomplete with a changing data provider. Our data rpovider will be coming from the db as the user types. So far using the adobe one and also the one here: http://kuwamoto.org/2006/05/11/example-code-updated-for-beta-3/ we

Re: [flexcoders] FlexBuilder and Subclipse

2007-03-14 Thread Sean Sell
I gave up on trying to add subclipse to FlexBuilder (non-plugin) and installed Eclipse version 3.2, then the FlexBuilder Plug-in finally Subclipse. Now all is both hunky and dory. - Original Message From: Troy Gilbert [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday,

RE: [flexcoders] FlexBuilder and Subclipse HELP!

2007-03-14 Thread Brian Holmes
Xia, I'm using eclipse 3.1.2 flexbuilder 2.0.155577 where can I get a copy of Subversive 1.2. I tried to locate the latest 1.2 archived site and download it but it says the zip does not contains an update site and I cant' load it. Do I have to manually drop the files into the fb plugins

[flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread tonyx_788
are you saying there is no way to start a filter search after the b tag? without typing it first --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, tonyx_788 tonyx_788@ wrote: Hi all i'm looking for a regular expression for mi app

RE: [flexcoders] FlexBuilder and Subclipse

2007-03-14 Thread Brian Holmes
I guess that's my next move. FB just ain't keeping itself up2date. And who's to say when my computer will crash again. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Sell Sent: Wednesday, March 14, 2007 10:18 AM To:

[flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread Paul DeCoursey
no, not at all what I am saying. You can try this... new RegExp(^(.*)? + inputText.text,i\*) This should ignore any html tag at the beginning if it exists. I am not an expert at regular expressions so this might fail some test cases. --- In flexcoders@yahoogroups.com, tonyx_788 [EMAIL

[flexcoders] standalone exe

2007-03-14 Thread Chad Gray
Can flex apps be run as a standalone flash executables? This way no browser is needed.

Re: [flexcoders] standalone exe

2007-03-14 Thread slangeberg
Double-click your .SWF. - Select 'File' menu - Select 'Create Projector...' -Scott On 14 Mar 2007 09:36:03 -0700, Chad Gray [EMAIL PROTECTED] wrote: Can flex apps be run as a standalone flash executables? This way no browser is needed. -- : : ) Scott

Re: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread {reduxdj}
Troy: I don't know if that's good news or bad news? ;) I checked the girlfriends mac and both have the same issue, which player are you using btw? I have 9.028 Thanks, Patrick Troy Gilbert wrote: Hmm... I don't get a fade out at all on my Mac (Intel MacBookPro) Player (latest Flash 9).

Re: [flexcoders] FlexBuilder and Subclipse HELP!

2007-03-14 Thread Xia Zhao
Hello Brian, If you want to use Subversion 1.2, you have to update your Eclipse to version 3.2. In Eclipse 3.2, you go to HelpSoftware UpdatesFind and Install Then you choose search for new features to install Click New Remote Site, enter http://subclipse.tigris.org/update_1.2.x for

Re: [flexcoders] Form Handling?

2007-03-14 Thread Kevin
that's what I am after, I'll just have to build my own class for it. I am hoping Adobe's goal may be to eventually expand the form tag functionality. At this point, it seems like it doesn't really do much that can't be accomplished easily with out it. Form handling functions would be

[flexcoders] Re: Getting selectedItems to properly *select*...

2007-03-14 Thread qnotemedia
Got it! It appears that selectedItems is dependent on the data being *absolutely identical* to the dataProvider. And while I thought my data was identical, it really wasn't. In the debugger, if you look at a variable, its always: Array (@123456). What I found was that although the data was

[flexcoders] Re: How to resize the flex1.5 screen according to the screen resolution

2007-03-14 Thread Doug Lowder
Maybe I'm missing a subtle detail, but it sounds like you should be able to set the height properties of the containers to accomplish this. Set the top and bottom HBox heights to a fixed value, and the ViewStack's height to 100%. Give that a try and post back if you still have problems.

Re: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread Kevin
one first load, mine stays on the picture a while and then goes to black after about 15 sec and then the words Twirly Face appear. on reload, mine goes to black almost immediately and then word appear faster. If I clear my cache I then get 15 sec. My thinking is that the bug is happening

Re: [flexcoders] standalone exe

2007-03-14 Thread Brendan Meutzner
Would this exe work for cd distribution with use for autoplay, etc...? And if so, can those who have experience with Zinc explain why it would be a better choice at 299 bucks? Thanks, Brendan On 3/14/07, slangeberg [EMAIL PROTECTED] wrote: Double-click your .SWF. - Select 'File' menu -

Re: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread Troy Gilbert
Ah, okay... I tried it out under Windows and it did do different stuff. But its get weirder... The first time I ran it on the Mac, it loaded up the first image (Twirly Face), and started dropping the leaves down the screen, but no text was displayed (just the PAUSE, ME and EDIT buttons), and it

RE: [flexcoders] standalone exe

2007-03-14 Thread Chad Gray
Hey. that is cool. It works. I never thought of that. Anyway to get a linux standalone player? I wonder if the mac version will run on linux. I will try it. Thanks for the help! Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Wednesday,

[flexcoders] Re: Caching problem

2007-03-14 Thread Alex
Very interesting :) I'll remember that in future occasions. --- In flexcoders@yahoogroups.com, slangeberg [EMAIL PROTECTED] wrote: That'll work with any cache-busting you need to do. I use it in testing, to un-cache the swf file itself, when viewed on server. Ie: send rand var in url and if

Fw: [flexcoders] How to bind a SharedObject to a dataprovider

2007-03-14 Thread Stanisław Fiedor
Ok so here is the code: [Bindable] private var _amount : Object=new Object(); public function get amount():Object { return _amount; } public function set amount( o:Object ):void { _amount = o; } //and in the onSync: private function onSOSync

[flexcoders] Bug in Flex Charts?

2007-03-14 Thread tyriker
I have created an app which creates a runtime error about 90% of the time when it loads up. The app contains 4 embedded Flex 2 apps (using SWFLoader). If I reduce the number of embedded apps to 2, the runtime error occurs about 33% of the time. If I decrease the number of embedded apps to 1, the

[flexcoders] Missing Widget? Where is the Select List thingy?

2007-03-14 Thread missgiggygirl
Does Flex Builder 2 have built in a Select List widget, that allows you to move items horizontally between two boxes? See this image: http://docs.sun.com/source/817-5677/images/proj_add_acl.gif And if it doesn't have this common widget built in (which I do not think it does, since I just

RE: [flexcoders] standalone exe

2007-03-14 Thread Merrill, Jason
Autorun on Windows works with any .exe if the user has autorun enabled. Zinc provides a lot of added functionality to do things like change the registry, create files locally, create installers, screensavers, etc, but I don't know how easily you could use a Flex-created .swf with Zinc, or if you

Re: [flexcoders] standalone exe

2007-03-14 Thread Troy Gilbert
Zinc provides a more advanced wrapped EXE. They provide a library of API that extends Flash's reach beyond the sandbox to give you OS-specific access. They allow you to run full-screen in a native resolution of your choice (good for games). You can set the icon for the executable and completely

RE: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread {reduxDJ}
Troy: I'm accounting for image errors, and there's a little preloading action, so that might cause a bit of delay, this the animation won't begin until xx number of images are loaded (should make a simple preloader), to prevent tweening running ahead of the images. If I stop the animation all

[flexcoders] DataGrid, CurrencyValidator, and e4x

2007-03-14 Thread Lex
Hi, Any examples anywhere, on adding a CurrencyValidator to a DataGridColumn that contains e4x data? Regards. Alex

[flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread tonyx_788
Thank you very much, im new in regexp is there any web or tutorial to learn more about it? THX --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: no, not at all what I am saying. You can try this... new RegExp(^(.*)? + inputText.text,i\*) This should ignore any

Re: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread Kevin
is there a way you can published the source? That might help in group debugging. Regardless I think the problem lies somewhere once the animation begins. - Kevin On Mar 14, 2007, at 1:18 PM, {reduxDJ} wrote: Troy: I’m accounting for image errors, and there’s a little preloading

Re: [flexcoders] Re: Fluid Hiring Flash / Flex Engineer

2007-03-14 Thread Andrew Guldman
Good point, Paul. It would be easier if the applicant were to work in Fluid's office in San Francisco, but exceptional candidates could work remotely. Best, Andrew Paul DeCoursey wrote: I think if people are going to be posting job opportunities they should be clear about location or if

Re: [flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread Lex
This book is a must-own: http://www.amazon.com/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/ref=pd_bbs_sr_1/002-1529781-6061612?ie=UTF8s=booksqid=1173895819sr=8-1 GL! Alex - Original Message - From: tonyx_788 To: flexcoders@yahoogroups.com Sent: Wednesday, March

[flexcoders] Binding null values from PHP/Mysql

2007-03-14 Thread Kevin
Has anyone had trouble returning NULL values from AMFPHP/MySQL. When my database returns NULL for a certain field, it does not bind properly in FLEX and the bound field takes on whatever value it had previous to the service call. Example: (Cairngorm) (3 TextInput fields) username firstname

Re: [flexcoders] Re: Tree, drag+drop, and XML

2007-03-14 Thread Douglas Knudsen
Yes, Michael nailed it. I totally forgot that for some reason toString() is entirely incapable of spitting out XML it seems. Why won't ObjectUtil.toString() handle it, eh? Or is the second param of ObjectUtil.toString() needed to get at it somehow? ok, back to finding something else to waste

Re: [flexcoders] Binding null values from PHP/Mysql

2007-03-14 Thread Kevin
I figured out the problem... it has to do with a class from the FlexLib called: flexlib:PromptingTextInput there seems to be a bug in it when it tries to bind to Null values... it doesn't clear out the old value. I will look into it more. thanks, kevin On Mar 14, 2007, at 2:07 PM,

RE: [flexcoders] Re: Regexp wont work cause of the b labels

2007-03-14 Thread Tracy Spratt
I need to use regular expressions once every two years of so and If I learned it, I would forget by the next time I needed it. I just googled regular expression wizard and found many free programs that help to build regular expressions. I picked up a couple and plan to try them. When I next

[flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread michael_p_levine
The company I'm working for is preparing to shift it's web development from ASP.NET to Flex and is interested in bringing in a good Flex instructor on-site to provide training to a small group of developers. The company is located in Chicago, but we're willing to fly someone in from anywhere in

RE: [flexcoders] Mac Flashplayer bug discovered (behaves differently than the PC)

2007-03-14 Thread {reduxDJ}
Kevin: Here's the source (I didn't add it to the context menu for some reason) http://photos.me.com/_testSlide/srcview/index.html If I comment out the move instance it doesn't fade to black. By why the different results in the mac than the pc. OK, I tried to use an mx

[flexcoders] TextArea autoSize?

2007-03-14 Thread khair
I would like to make a TextArea instance expand to the size of the Text assigned to it. Similar to ActionScript TextFieldInstance.autoSize property. How would I do this in Flex? --Keith H-- begin:vcard n:HAIR;KEITH fn:KEITH HAIR version:2.1 email;internet:[EMAIL PROTECTED] end:vcard

Re: [flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread Douglas Knudsen
Check into Fig Leaf (http://www.figleaf.com) and Echo Eleven ( http://www.echoeleven.com/). DK On 3/14/07, michael_p_levine [EMAIL PROTECTED] wrote: The company I'm working for is preparing to shift it's web development from ASP.NET to Flex and is interested in bringing in a good Flex

[flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Sean Sell
In one of the Cairngorm examples I learned Cairngorm from each event had defined an override for the clone method (of Flash.Event). Does anyone understand haw and when you should do this? Does Cairngorm clone the events behind the scenes somewhere that requires this be done? --Sean

[flexcoders] MXML schema

2007-03-14 Thread Jock
I've read in several articles, eg... * http://www.adobe.com/ap/products/flex/productinfo/tooling/ * http://www.adobe.com/devnet/flex/articles/paradigm.html ...that there is a schema for mxml that can be used in various IDEs. Where can I find this schema? I have downloaded the Flex 2 SDK but it's

[flexcoders] Re: Cairngorm: When / why override clone in Events

2007-03-14 Thread Tim Hoff
Hi Sean, Here's a good explanation: http://www.tink.ws/blog/custom-events-in-as-30-dont-forget-to-override-t\ he-clone-method/ http://www.tink.ws/blog/custom-events-in-as-30-dont-forget-to-override-\ the-clone-method/ -TH __ Tim Hoff Cynergy Systems, Inc.

RE: [flexcoders] autocomplete help

2007-03-14 Thread Dimitrios Gianninas
what error/problem are u having exactly? I use it but change the dp on rare occasions depending on what the user does. Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11

Re: [flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread Matt Wicks
If I can throw my ha'penny in as a longtime macromedia/adobe trainer - (uk based so not in the frame for this!) the courses themselves are good, but if I were you I would go for a higher level of customisation - try and get the trainer to come up with a tailored programme that suits your

Re: [flexcoders] Re: Cairngorm: When / why override clone in Events

2007-03-14 Thread Sean Sell
Thank you, that was very helpful. As a follow on question: if you dispatch an event in a Cairngorm app like so: CairngormEventDispatcher.getInstance().dispatchEvent( new CairngormEvent( AppController.GET_WORK_ITEMS_EVENT ) ); I haven't created my own custom event, does Cairngorm take care of

RE: [flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread Robert Chyko
Two of my coworkers and I took those 2 particular classes through Figleaf Training in Washington DC. The instructor was very knowledgable and the training materials were pretty much your run-of-the-mill book w/ accompanying CD. Overall we were very pleased with the courses. The 3 of us are

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Robert Chyko
This is not a Cairngorm requirement it is a Flex requirement. Anytime you subclass the Event class you are required to override Event.clone(). I believe it is mainly for event bubbling - I'm sure someone else can clarify more. -Original Message- From:

Re: [flexcoders] ALT-GR + key not working in Firefox

2007-03-14 Thread João Fernandes
Can anyone from Adobe confirm this? Is this Flash Player plugin related or FF related? João Fernandes Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/0It09A/bOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Flex 2.0 Primitive Explorer

2007-03-14 Thread sourcecoderia
For your viewing pleasure... http://flexibleexperiments.wordpress.com/2007/03/14/flex-20-primitive- explorer/ cheers. jason

[flexcoders] Datagrid/Tree control with summary

2007-03-14 Thread Nate Pearson
The classic example would be a grid that shows North America, Europe and Asia. Each of these have a total expense and revenue column. If you expand north america, you get canada, US and mexico. Each of those have a total expense and revenue column which add up to North america's summary. ect

[flexcoders] Re: Cairngorm: When / why override clone in Events

2007-03-14 Thread Tim Hoff
In this case, you are creating a new event instance, so the clone over-ride doesn't matter. It would only matter if you were redispatching an event that was already instantiated. - do I really need to create a custom event class for every type of event? Usually, you would only create a

[flexcoders] about :New Project: FlexCRUD -- Create Update Delete for Flex/amfphp/cairngorm

2007-03-14 Thread Yiðit Boyar
hi; when i saw your [EMAIL PROTECTED] about your project; i saved it in case i need... and now i need to try it but the link does not work. is there any other link that i can download your project ? thanks... - Original Message From: Mike Crowe [EMAIL PROTECTED] To:

RE: [flexcoders] Flex 2.0 Primitive Explorer

2007-03-14 Thread Bruce H. Johnson
Nice. Exactly what I was look for to create a custom gauge componet in a half-circle. Bruce H. Johnson Sylmar, CA _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sourcecoderia Sent: Wednesday, March 14, 2007 1:10 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Datagrid/Tree control with summary

2007-03-14 Thread Tracy Spratt
Someone has done this as an example. Google for it, I think it was called TreeGrid. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Wednesday, March 14, 2007 3:10 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Missing Widget? Where is the Select List thingy?

2007-03-14 Thread nathanpdaniel
My take on it : Flex uses drag 'n' drop instead of the buttons in the middle. The documentation for drag n drop functionality builds what youre talking about but without the buttons. I guess drag n drop would be considered neater :D But if you wanted the buttons - it wouldn't take much work

[flexcoders] y-axis graph title

2007-03-14 Thread offus99
mx:CategoryAxis title=price / ..this is how I am setting the title of my Y-axis but the label price shows up facing in the opposite direction. How do I rotate its position and make it face the graph?

[flexcoders] actionscript audio synchronizer..

2007-03-14 Thread artdesignguru
I have a project that requires a flash based audio synchronizer and functionality to capture the user's sequence. We're looking for help with the job, if someone is interested, we're throwing around ideas on how to do the recording aspect. Thanks.

RE: [flexcoders] Flex Training Experiences/Suggestions?

2007-03-14 Thread Steve Drucker
Thanks for the props, guys! Also, don't forget about our Flexmaniacs conference in June -- http://flex2conference.figleaf.com http://flex2conference.figleaf.com ! Regards, Steve Drucker CEO Fig Leaf Software www.figleaf.com http://www.figleaf.com _ From:

  1   2   >