RE: [flexcoders] Developers Derby - Question for Adobe

2006-05-13 Thread Matt Chotin
Mail me the url of your submission and Ill see if we have it. I believe we do but youre using a different email address than the one I see so I want to confirm. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nikmd23 Sent: Friday, May 12,

RE: [flexcoders] FDS: implementing push

2006-05-13 Thread Matt Chotin
The dashboard sample has the data feed which is an example of push. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray Sent: Friday, May 12, 2006 3:53 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FDS: implementing push I just

RE: [flexcoders] Flex2/SWFObject

2006-05-13 Thread Matt Chotin
FlexBuilder uses the same mechanism we posted about in our active content page. If you look at the HTML produced by FB youll see what we do and can tell that we work with the EOLAS patch. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlos

RE: [flexcoders] FDS: implementing push

2006-05-13 Thread John
Hi, I tried to set up a Jrun Server, called Flex to use the FDS. It is at http://127.0.0.1:8301. I unziped the flex.war,samples.war,flex-admin.war, and put them in: /Applications/JRun4/servers/Flex/default-ear/default-war but I get an error, which you can see at:

RE: [flexcoders] cf flex intergration

2006-05-13 Thread John
Hi João, I saw the zip file on this one,and I am trying to configure flex cf now. I tried before to set up a server on JRun, but no luck. Hopefully, this time will not break cf on me again. I will let you know how things works out,and thanks so much for your help. I have had so much trouble

Re: [flexcoders] Flex2/SWFObject

2006-05-13 Thread Carlos Rovira
Hi Matt,Thanks for pointing this, I was assuming that SWFObject was the only method that was aware of the problem.2006/5/13, Matt Chotin [EMAIL PROTECTED]: FlexBuilder uses the same mechanism we posted about in our active content page. If you look at the HTML produced by FB

RE: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-13 Thread Benoit Hediard
Hi Kevin, You should upgrade to beta3. I've put an updated version for beta3, that works with the new Cairngorm2 beta3: http://www.benorama.com/flex/samples/PhonesCairngorm2.zip I onlydid some minor changes (updated the responder onResult and onFault signatures with null default

[flexcoders] Problem with calling a CFC from Flex 2 Beta 3.

2006-05-13 Thread Kevin Roche
I have a problem when calling a CFC from Flex 2 Beta 3. When I use : lt;mx:RemoteObject id=phoneService destination=ColdFusion result=event.call.resultHandler(event) fault=event.call.faultHandler(event) showBusyCursor=true source=com.mycompany.phones.service.PhoneService /gt; I get a

RE: [flexcoders] A new Kid

2006-05-13 Thread Paul Williams
The tutorials in Getting started with Flex are suitable for absolute beginners. You can find these in the Flex Builder help or online at: http://labs.adobe.com/wiki/index.php/Flex:Release_Notes#Beta_3_documentation Paul From: flexcoders@yahoogroups.com

RE: [flexcoders] cf flex intergration

2006-05-13 Thread John
Hi João,Can I ask for your help please.Below is what I think is the set up, but before I actually fo it, can you please tell me if it is correct, as I don't want to have to re-install coldfusion again if I mess this up again. The items in brown are items that I am not sure about,and the items

RE: [flexcoders] cf flex intergration

2006-05-13 Thread João Fernandes
John, I sended a message just after that one saying that you should read instead 6) Replace the /yourinstance/cfusion.ear/cfusion.war/WEB-INF/web.xml with mine. 7) yes, you should replace those by the ones I provided. Those have already cf-dataservice-rmtp , cfeventgateway, cf-pooling-amf

[flexcoders] F2B3: Disable sorting datagrid headerRelease?

2006-05-13 Thread Benoit Hediard
Another comment on datagrid sorting... ;) In Flex 1.5, there was a DataGridColumn property sortOnHeaderRelease. All our sorting is done during the server side call, with paging, so we don't want to use the default array collection sorting. So we could set sortOnHeaderRelease to false and use

[flexcoders] Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread stefan_schmalhaus
I'd like to add an AMFPHP-based service to my Cairngorm ServiceLocator. The example from Mike Potter's Flex/AMFPHP tutorial works really well (for those who haven't tried it yet here's the URL to the tutorial: http://labs.adobe.com/wiki/index.php/Flex_Framework:tutorials:flex2_AMFPHP), but I

RE: [flexcoders] cf flex intergration

2006-05-13 Thread John
Hi João,Thanks so much for your help`-`as for the web.xml I should replace the one from the FDS? As in your flex.zip there was no web.xml.In flex.war folder/WEB-INF/web.xml and put into:/Application/JRun4/cfusion/cfusion-ear/cfusion-war/WEB-INF/web.xmlI have just done everyting else, except for

[flexcoders] TextInput and masking

2006-05-13 Thread sof4real03
Is there a simple way of enabling a text input mask on the control or do you need to write a custom component to extend the features available with the textInput? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread Andrea Varga
Hi Stefan You might want to look at this: http://renaun.com/blog/?p=25 Andi stefan_schmalhaus wrote: I'd like to add an AMFPHP-based service to my Cairngorm ServiceLocator. The example from Mike Potter's Flex/AMFPHP tutorial works really well (for those who haven't tried it yet here's the

Re: [flexcoders] A new Kid

2006-05-13 Thread Mahmoud Elsayess
Thank you. Mahmoud Elsayesswww.readverse.com - Original Message - From: Paul Williams To: flexcoders@yahoogroups.com Sent: Saturday, May 13, 2006 4:14 AM Subject: RE: [flexcoders] A new Kid The tutorials in “Getting started with Flex” are suitable for

Re: [flexcoders] Problem with calling a CFC from Flex 2 Beta 3.

2006-05-13 Thread Simeon Bateman
Depending on how you are compiling the setup is a bit different. For instance in beta3 I think you can start project and specify that its a ColdFusion remoting application. What this does for you is set thet -services compiler directive. With earlier betas (and possibly if you picked the wrong

[flexcoders] unknown token 'BUILTIN'

2006-05-13 Thread Kevin Roche
I got this error when saving an unmodifed version of the Cairngorm2 Phones example Application anyone know what it means? If I ignore it thinks seem to work (appart from other problems which may of course be due to this one). configuration variable 'compiler.library-path' value contains

Re: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-13 Thread Mahmoud Elsayess
Hi Benoit, I do not have coldfusion on my machine, but I have Macromedia full suite, is there a way to run your sample? Thank you. Mahmoud Elsayesswww.readverse.com - Original Message - From: Benoit Hediard To: flexcoders@yahoogroups.com Sent: Saturday, May 13,

[flexcoders] Lazy Initialization Exceptions

2006-05-13 Thread busitech
We use Flex with a Java back end, and an O/R framework. Our Java classes naturally contain properties which are relationships to other classes - either one to many or many to one. Due to the fact that these relationships are so intertwined, many given objects end up referencing a large

[flexcoders] Re: Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread Renaun Erickson
Andi, Stefan, I just updated the code to Flex2 Beta3. You can see my post about it here. http://renaun.com/blog/?p=31 Renaun --- In flexcoders@yahoogroups.com, Andrea Varga [EMAIL PROTECTED] wrote: Hi Stefan You might want to look at this: http://renaun.com/blog/?p=25 Andi

Re: [flexcoders] Developers Derby - Question for Adobe

2006-05-13 Thread Mahmoud Elsayess
Does Flex require installing Flash Pro? Can Flex run on a machine that does not have Flash? I will send info very shortly. Thank you. Mahmoud Elsayesswww.readverse.com - Original Message - From: Matt Chotin To: flexcoders@yahoogroups.com Sent: Saturday, May

RE: [flexcoders] Problem with Cairngorm 2 version of Phones app.

2006-05-13 Thread Kevin Roche
Thanks Ben, I installed the new Beta3 and CF Beta, It almost works When It calls the CF app. mx:RemoteObject id=phoneService destination=ColdFusion result=event.call.resultHandler(event) fault=event.call.faultHandler(event) showBusyCursor=true

[flexcoders] Livedoc links all dead?

2006-05-13 Thread Jonathan Miranda
>From the move to macromedia to adobe, it seems a lot of the LiveDoc links are dead - or so slow that you lose connection. I'm trying to get to: http://livedocs.macromedia.com/flex/15/flex_docs_en/0532.htm#121065 http://livedocs.macromedia.com/flex/15/flex_docs_en/2194.htm#143512

[flexcoders] pulseBlue.fla

2006-05-13 Thread snowtechagent
After getting Flex 1.5 installed, a lot of the documentation points to opening pulseBlue.fla and pulseOrange.fla for skinning - but I've searched my entire computer and I see neither file (at the location they specify in the docs or elsewhere). Anyone able to mail me this file or point to

[flexcoders] FlashPlayer 9 Adobe Developers -- Lightweight OpenGL Available

2006-05-13 Thread Robert Thompson
Did anyone read the "OpenGL Mobile Devices" article in Dr. Dobb's Journal, Page 30, June 2006 (www.ddj.com)?I'm really focused on the client side with FLEX for the long-long-term and I want ADOBE to be able to compete and lead over Mickeysoft in their Sparkle Effort.Of course DirectX is very

[flexcoders] StringBuilder removed

2006-05-13 Thread Carlos Rovira
Hi,I've seen in Flex 2 changes between Beta 2 and Beta 3 that StringBuilder class was removed. Can we expect to find the functionality provided with that class in other part of the player API? -- ::| Carlos Rovira::| http://www.carlosrovira.com -- Flexcoders Mailing List FAQ:

RE: [flexcoders] TextInput and masking

2006-05-13 Thread Gordon Smith
TextInput has a 'restrict' property that lets you specify the set of characters that can be typed. But it doesn't have masking support, such as NNN-NN- for entering a social security number. To implement masking, you'd need to handle the textInput event. If you call event.preventDefault()

RE: [flexcoders] StringBuilder removed

2006-05-13 Thread Gordon Smith
The player team decided that it didn't offer enough performance improvements over String to justify keeping it. So just use String. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Rovira Sent: Saturday, May 13, 2006 2:25 PM To:

Re: [flexcoders] Developers Derby - Question for Adobe

2006-05-13 Thread Darren Houle
Does Flex require installing Flash Pro? No, but you might want to have Flash around for writing other SWFs that can be loaded into Flex Can Flex run on a machine that does not have Flash? Flash the player or Flash the development environment? Technically yes, you can install Flex and run

[flexcoders] Re: pulseBlue.fla

2006-05-13 Thread Matt Voerman
I believe the theme .fla's are installed be default only on the PC version of Flex 1.5. They should be located at Program Files Macromedia Flex Resourcss Themes Graphic HTH --- In flexcoders@yahoogroups.com, snowtechagent [EMAIL PROTECTED] wrote: After getting Flex 1.5 installed, a

RE: [flexcoders] Developers Derby - Question for Adobe

2006-05-13 Thread Yaniv De Ridder
Hello Mahmoud, No, Flex doesnt require Flash Pro (Flash IDE). You can compile / develop using Flex SDK (free) or using FlexBuilder 2 and you will only be able to run Flex application on machines that have flash player. Flex 1.5 require Flash player 7 and Flex 2.0 require Flash

Re: [flexcoders] F2B3: Disable sorting datagrid headerRelease?

2006-05-13 Thread Ralf Bokelberg
You can find an example in the docs. Basically you write a handler for the headerRelease event and use event.preventDefault() to cancel client-side sorting. Cheers, Ralf On 5/13/06, Benoit Hediard [EMAIL PROTECTED] wrote: Another comment on datagrid sorting... ;)In Flex 1.5, there was a

[flexcoders] Re: Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread stefan_schmalhaus
--- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote: I just updated the code to Flex2 Beta3. You can see my post about it here. Renaun, Thanks for taking the effort to make it work in F2B3. I have to admit that I do not understand how you did it, but I'm quite

[flexcoders] Re: Cairngorm ServiceLocator and AMFPHP

2006-05-13 Thread Renaun Erickson
Heck, I impressed myself creating the RemoteObjectAMF0. There is still some code I wish I new how to do. It works nice in a Cairngorm setup. Its actually a general AMF0 RemoteObject so it can work with ColdFusion (/flashservices/gateway), AMFPHP, OpenAMF etc... I believe we will be waiting for

RE: [flexcoders] cf flex intergration

2006-05-13 Thread John
Hi João,THANKS SO MUCH!I finally got it working`-`I installed everything, and it is working like it should.I am now trying to get the messenger service working. I am reading the pdf file from adobe about coldfusion and flex. Hopefully, I can get this to work today,and then start playing with