RE: [flexcoders] Re: Flex and Adsense

2007-06-06 Thread Benoit Hediard
servers are not ready to serve ad for flash/flex, all of them rely on Javascript… Adobe might try to do something about that and ask for flash compatibility to the biggest Ad servers (Google AdSense, DoubleClick DART, RealMedia Open AdStream…)? Benoit Hediard #affinitiz.com De : flexcoders

RE: [flexcoders] youtube

2007-05-05 Thread Benoit Hediard
Are you sure that it is allowed to play FLV directly without the official YouTube player? Benoit Hediard #affinitiz.com De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Manish Jethani Envoyé : samedi 5 mai 2007 11:45 À : flexcoders@yahoogroups.com Objet : Re

RE: [flexcoders] yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Benoit Hediard
}}); } And then, on mapLoad event, you can call this function to set the map size (usually the height and width of the parent container). So you don’t have to recompile the as2map.fla for a given map size… Benoit Hediard #affinitiz.com De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la

RE: [flexcoders] Re: yahoomaps POI marker click event, htmltext asfunction

2007-04-25 Thread Benoit Hediard
was not generating any POIMarkerClick events, so we could not catch anything. But may be, we did something wrong, we have to check it out again… Benoit Hediard #affinitiz.com De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de anupam_81 Envoyé : mercredi 25 avril 2007 09:27

RE: [flexcoders] Re: Blog sites done in Flex

2007-04-24 Thread Benoit Hediard
… (compared to latest WYSIWYG Ajax/JS editors) Benoit Hediard De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de one786786 Envoyé : lundi 23 avril 2007 20:33 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Blog sites done in Flex Honestly, I think Flex would

[flexcoders] Affinitiz V3.2: english version released!

2007-03-19 Thread Benoit Hediard
recently release platforms are Marc Andreessen's Ning or SixAppart Vox Groups. We definitely know that it is still far from perfect. so your feedbacks are welcome. Have fun! Benoit Hediard #affinitiz.com

[flexcoders] FileReference.download() crashes the browser

2006-12-04 Thread Benoit Hediard
this is linked to some additional software installed on their machine, may be Norton Internet Security 2005 (I have NIS2006 and cannot reproduce the pb...). We are currently trying to get more info on their config. Anyone has encounter a similar issue? Benoit Hediard #affinitiz.com

RE: [flexcoders] ColdFusion and Flex Integration - up to 10x gain, avoid cf object creation

2006-11-23 Thread Benoit Hediard
That's why we don't use getter/setter functions in our CFCs VO (properties are public), so we don't have this performance issue. I suppose it gives you the performance of struct and the advantadges of typed/mapped objects. Benoit Hediard #affinitiz.com _ De : flexcoders

RE: [flexcoders] Large Cairngorm Directory structures

2006-11-02 Thread Benoit Hediard
, ValueObjects and Views usually make a lot of sense (for example when building a FrontOffice app and a BackOffice app). But there are so many ways to structure, organize and package applications... Benoit Hediard #affinitiz.com -Message d'origine- De : flexcoders@yahoogroups.com [mailto

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Benoit Hediard
not be configured by bindings or at initialization, so we are using cairngorm ViewHelpers to do that. In order to use viewHelpers, you have to be sure that the view has been instantiated. Deferred instantiation is not always the way to go. So please, do not remove this option... ;) Benoit Hediard

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Benoit Hediard
In that case, we even don't need view helpers, we could set the model directly in our commands. Sometimes, on complex app, bindings don't work as expected, so you have to find workarounds. But don't get me wrong, in 99% of the cases, bindings are the way to go. Benoit Hediard #affinitiz.com

RE: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-31 Thread Benoit Hediard
e way to go. Theycan avoidcreationPolicy="all" and viewHelpers most of the time. Benoit Hediard #affinitiz.com De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Alex UhlmannEnvoyé: mardi 31 octobre 2006 18:01À: flexcoders@yahoogroups.comObjet: RE: [flexcoders]

[flexcoders] BitDefender does not like Flex AMF3 remoting

2006-10-25 Thread Benoit Hediard
an update to the latest BitDefender release (it was working fine before the update). Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Affinitiz V3.0 powered by Flex2+ColdFusion7+FMS2

2006-09-29 Thread Benoit Hediard
, you can go to http://www.affinitiz.com and click on the button"Voir la visite guidée" (guided tour). Sorry, it's only in french... Have fun! Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Se

RE: [flexcoders] Affinitiz V3.0 powered by Flex2+ColdFusion7+FMS2

2006-09-29 Thread Benoit Hediard
). Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Francois DejardinEnvoyé: vendredi 29 septembre 2006 12:06À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] Affinitiz V3.0 powered by Flex2+ColdFusion7+FMS2 Hi, Your application looks great, but i had a bug

RE: [flexcoders] Background transparancy

2006-09-29 Thread Benoit Hediard
In order to get full transparency (in an html page), you might also have to set windowMode to "transparent" in your code that insert the swf: object ... ... param name="wmode" value="transparent" / ... embed ... wmode="transparent" ...

RE: [flexcoders] Huge memory usage in Flex Builder 2 (release version)

2006-09-15 Thread Benoit Hediard
No, when your app start to grows, FB requires a lot of RAM for compilation. For our app, I had to add 1Go of RAM (total 2Go) on my dev machine, otherwise I had to close FB every 2 or 3 compilations... ;) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex client cache and new versions

2006-08-30 Thread Benoit Hediard
The swf is stored in the user cache. To be sure that your users get the latest version, you can simply add a version parameter in the url of the swf. Ex.: myApp.swf?version=2.0.34 Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de

RE: [flexcoders] Re: Flex 2 Final : Error #1009, in RadioButton/get labelPlacement()

2006-08-24 Thread Benoit Hediard
Hi Jason, Yes, I found one workaround to this issue. Use the repeatEnd event to execute a function that will assign the groupName to each one of your RadioButton. Use also this function to assign the selected button (because the bindings are a source of the problem). Benoit Hediard

RE: [flexcoders] Benoit Hediard: iTunes MP3 in flash player issue

2006-08-23 Thread Benoit Hediard
Indeed, I just made a test with a recently encoded file with iTunes and it worked. So I'm going to send you one the files that was causing a problem. Thank you for looking at this issue. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la

RE: [flexcoders] PopUp Windows 50% Transparent???

2006-08-16 Thread Benoit Hediard
Have you tried to set borderAlpha=1 (by default borderAlpha=0.4)? Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Mike Anderson Envoyé : mercredi 16 août 2006 22:58 À : flexcoders@yahoogroups.com Objet : [flexcoders] PopUp

RE: [flexcoders] Object is null/when it is passed along to Coldfusion.

2006-08-04 Thread Benoit Hediard
Try to put stuff in your object: var oData:Object = new Object(); oData.test = hello; Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de maikelsibbald Envoyé : vendredi 4 août 2006 08:28 À : flexcoders@yahoogroups.com Objet

RE: [flexcoders] textInput autocommit?

2006-07-28 Thread Benoit Hediard
You could also use the"valueCommit"event. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sinatoskEnvoyé: vendredi 28 juillet 2006 10:04À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] textInput autocommit? have you tried "focus

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-28 Thread Benoit Hediard
As for application server side technologies, you might just put : - .NET, - J2EE, - LAMP. It would cover 99% of them... ;) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Evan Gifford Envoyé : vendredi 28 juillet 2006 17:16 À

RE: [flexcoders] Command classes that use multiple delegates

2006-07-28 Thread Benoit Hediard
If your commnad is calling two different delegates, you might refactor it into two independant commands and call them in a sequence. The result would be nearly the same and it might me cleaner. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Cleaning a file in eclipse ?

2006-07-27 Thread Benoit Hediard
-factoring are high on the enhancements list of the Flex Builder team for a future release. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Jean-Luc ESSEREnvoyé: jeudi 27 juillet 2006 10:55À: flexcoders@yahoogroups.comObjet: [flexcoders] Cleaning a file

RE: [flexcoders] Securing coldfusion remoting services for flex 2

2006-07-26 Thread Benoit Hediard
-level to method-access-levelpublic/method-access-level And use access=public in your service CFCs, so that your service CFCs can only be called by the flex2gateway and not by webservice calls. Have fun! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Securing coldfusion remoting services for flex 2

2006-07-25 Thread Benoit Hediard
/www.flash-remoting.com/notablog/home.cfm?newsid=24)but it looks like it does not work with the ColdFusion 7.0.2 update and Flex remote object calls. Any suggestions? Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.

RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
Are you sure you got the latest version? I've just downloaded the zip file on another machine and compiled it successfully. You might have to clear your browser cache and re-download it. Benoit Hediard PS : do not forget to add the Cairngorm.swc to your library path. -Message d'origine

RE: [flexcoders] Debugging the Phones Sample

2006-07-25 Thread Benoit Hediard
Yes, this was a change in the responder interface from Cairngorm 2 for beta3 to the final release. The onResult and onFault function must have the following argument : onResult(event:* = null) onFault(event:* = null) Benoit Hediard PS: you can also download the latest version for final release

RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
All the org.nevis references have been replaced in the latest version. You're still downloading the old version, may be a cache issue? Here is an alternate link to workaround the cache problem : http://www.benorama.com/flex/samples/PhonesCairngorm2bis.zip Have fun. Benoit Hediard -Message

[flexcoders] Flex2/FP9 Final Bug : cannot play MP3 files encoded with iTunes

2006-07-11 Thread Benoit Hediard
tion soundCompleteHandler(event:Event):void { trace("soundCompleteHandler: " + event); positionTimer.stop(); }]]/mx:Script/mx:Application Benoit Hediard PS: This problem has been raised during the beta, butwithout any answers. ;) __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yaho

[flexcoders] Flex 2 Final : Error #1009, in RadioButton/get labelPlacement()

2006-07-03 Thread Benoit Hediard
don't use the labelPlacement property in our app. I've never encountered this error in previous beta, only since the FP9 / Flex2 Final. Looks like a very annoyinglow level framework error, related to the layout of RadioButtons. Anyone else facing this issue? And found a workaround? Benoi

[flexcoders] Flex 2 Final : Error #1034, in ChartBase dataTip functions

2006-07-03 Thread Benoit Hediard
this issue? And found a workaround? Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit

RE: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread Benoit Hediard
I've also encountered thisbug(event dispatched twice). Here is a workaround : private function itemClickHandler(event:MenuEvent):void { if (event.index != -1) { // Workaround to ignore the second event ... } } Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread Benoit Hediard
I've also encountered this issue (event dispatched twice). Here is a workaround : private function itemClickHandler(event:MenuEvent):void { if (event.index != -1) { // Workaround to ignore the second event ... } } Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex 2 Final : Error #1009, in RadioButton/get labelPlacement()

2006-07-03 Thread Benoit Hediard
onGroup = group: g.addInstance(this); // L.454 I haven't found a workaround for this one. It's too bad because all of this was working in previous beta but not on the final release ;). Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit HediardEnvoy

RE: [flexcoders] Error that is killing me.

2006-07-03 Thread Benoit Hediard
Try to put a breakpoint on VendorManager_Vendor_Display_Result() and launch a debugging session : - check that result returned by the cfc is correct on the client side, - check that parentApplication.mainDisplay.vven.firstName exists. Benoit Hediard -Message d'origine- De : flexcoders

RE: [flexcoders] Re: Flex 2 Final : Error #1034, in ChartBase dataTip functions

2006-07-03 Thread Benoit Hediard
Indeed, I'm missed this one in the Flex 2 final changes from beta3... Thanks! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de pasflex Envoyé : lundi 3 juillet 2006 16:03 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re

RE: [flexcoders] Flex 2 Final : panel backgroundAlpha style change?

2006-06-29 Thread Benoit Hediard
style change? On Wednesday 28 June 2006 18:23, Benoit Hediard wrote: In Flex 2 beta, setting the backgroundAlpha to 0.4 (same as default borderAlpha) allowed you to have completely transparent panels. Wouldn't totally transparent be 1 or 0 ? -- Tom Chiverton

[flexcoders] Flex 2 final, Cairngorm ServiceLocator/Delegate implementation?

2006-06-28 Thread Benoit Hediard
pose that we'll see that in the finalcom.adobe.cairngorm.samples.login sample, but I'm currently blocked by this issue... ;) Or am I missing something? Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archi

RE: [flexcoders] Flex 2 final, Cairngorm ServiceLocator/Delegate implementation?

2006-06-28 Thread Benoit Hediard
OK, don't know what I did wrong, but changing event.call to event.token insolve the issue... ;) Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit HediardEnvoyé: mercredi 28 juin 2006 16:39À: flexcoders@yahoogroups.comObjet: [flexcoders] Flex 2

[flexcoders] Flex 2 Final : panel backgroundAlpha style change?

2006-06-28 Thread Benoit Hediard
rendering, the color of the panel is slightly different from the border. Is it a bug? Benoit Hediard __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Upload not working in Windows

2006-06-28 Thread Benoit Hediard
It's working here on Windows on Firefox with Flash Player 9.0.15 (coming with Flex Builder 2). No changes compared to beta3. Sorry... ;) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Marcus Bergstrom Envoyé : mercredi 28 juin

RE: [flexcoders] cairngorm phone sample and new Stateless Commands mod

2006-05-16 Thread Benoit Hediard
Hi, You can download the updated version for beta3: http://www.benorama.com/flex/samples/PhonesCairngorm2.zip Or add default null argument to the onResult and onFault command methods. Ex: public function onResult(event:ResultEvent = null):void Benoit Hediard -Message d'origine- De

[flexcoders] Flex2 beta3: FileReference.download() bug

2006-05-15 Thread Benoit Hediard
When migrating from beta2 to beta3, our download fonctionalities don't work anymore. The download dialog box shows up but nothing happens after validation. When using service capture, I don't see any HTTP call to get the file. Anyone can confirm this is a bug in beta3/FP9? Benoit

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

2006-05-14 Thread Benoit Hediard
and integrate Cairngorm2 with a ColdFusion backend: - Cairngorm 2 framework onthe Flexclient side, - service CFC, DAO CFC, DG CFC on the ColdFusionserver side (so you could very easilyuse a ColdSpringframeworkfor your server side model). Benoit Hediard De: flexcoders@yahoogroups.com [mailto

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

2006-05-14 Thread Benoit Hediard
}/WEB-INF/flex/flex-enterprise-services.xml/watch- file touch-file{context.root}/WEB-INF/web.xml/touch-file /redeploy /system /services-config Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Kevin Roche Envoyé : samedi 13 mai

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

2006-05-14 Thread Benoit Hediard
Indeed, the server side was missing... ;) This is corrected. Thanks! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Helen Triolo Envoyé : dimanche 14 mai 2006 15:08 À : flexcoders@yahoogroups.com Objet : Re: [flexcoders

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

2006-05-13 Thread Benoit Hediard
arguments). Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Kevin RocheEnvoyé: vendredi 12 mai 2006 20:00À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Problem with Cairngorm 2 version of Phones app. Benoit, That's what I did! I'm stuck now. Kevin

[flexcoders] F2B3: Disable sorting datagrid headerRelease?

2006-05-13 Thread Benoit Hediard
on the server side. Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web

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

2006-05-12 Thread Benoit Hediard
You need to unzip all the files in the root folderof a new Flex Builder project and compile it. And it should work. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Kevin RocheEnvoyé: vendredi 12 mai 2006 15:47À: flexcoders@yahoogroups.comObjet: RE

[flexcoders] Flex 2 / Flash Player 9 MP3 Support

2006-05-11 Thread Benoit Hediard
MP3s were encoded with iTunes, some are 128Kbps, others are 192Kbps, all with constant bit rates. They are dynamically loadedwith the Sound class. I already asked some info in Beta2, but no answers from Adobeso far. This is a crucial feature for our app... Thanks. Benoit Hediard

RE: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-05-11 Thread Benoit Hediard
Indeed, the problem is corrected in beta 3 / flash player 9. That's cool! Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de jeremy luEnvoyé: vendredi 28 avril 2006 18:31À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] Flex2 and FMS2 : recording

[flexcoders] Flex2 and FMS2 : recording a stream?

2006-04-28 Thread Benoit Hediard
attachCamera() and attachAudio() works great but the publish() method don't for recording? When using someNetStream.publish("someStreamName", "record"), the "record" parameter is ignored, no flv is created on the server side. Any idea? Benoit Hediard

RE: [flexcoders] Amazon Web Services

2006-04-26 Thread Benoit Hediard
I've also encountered this error: http://www.cflex.net/flexcoders.cfm?Message=msg25454.html Now,I'm using the AmazonREST services... Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Josh BuhlerEnvoyé: mercredi 26 avril 2006 13:33À: flexcoders

RE: [flexcoders] Re: [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-19 Thread Benoit Hediard
In your RemoteObject/CFC, you should use getMetaData() to get all the required informations: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0488.htm Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de João Fernandes Envoyé

RE: [flexcoders] Re: [Flex 2.0] How can get CFC information that is accessed via RemoteObject??

2006-04-19 Thread Benoit Hediard
informations... Have you tried to access the java page context object? Ex. : getPageContext().getRequest(); You might find some info... (not tested) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sn197412 Envoyé : mercredi 19

[flexcoders] Flex2 and Amazon SOAP Web services, bug?

2006-04-18 Thread Benoit Hediard
there is a conflict somewhere with the Request parameter? Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

RE: [flexcoders] Re: ItemListRenderer Error

2006-04-18 Thread Benoit Hediard
might have to do : model.categoryList = newArrayCollection(event.result); Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sufibabaEnvoyé: mardi 18 avril 2006 19:52À: flexcoders@yahoogroups.comObjet: [flexcoders] Re: ItemListRenderer Error Matt,Thanks f

RE: [flexcoders] Cairngorm Phone Selector in F2B2

2006-04-16 Thread Benoit Hediard
Oups... Bad file name on the server. Corrected: http://www.benorama.com/flex/samples/PhonesCairngorm2.zip Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Rick Schmitty Envoyé : samedi 15 avril 2006 21:34 À : flexcoders

RE: [flexcoders] Cairngorm Phone Selector in F2B2

2006-04-15 Thread Benoit Hediard
uploaded an updated version of this Cairngorm2/ColdFusion sample app: http://www.benorama.com/flex/samples/PhonesCairngorm2.zip Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Rick Schmitty Envoyé : samedi 15 avril 2006 01:52 À

RE: [flexcoders] Beta2 - Date manipulation functions?

2006-04-12 Thread Benoit Hediard
It's funny, I was looking for such functions today... Here is an AS implementation equivalent to the ColdFusion dateAdd and dateDiff functions! http://jeff.mxdj.com/dateadd_for_actionscript.htm Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Re: Beta2 - Date manipulation functions?

2006-04-12 Thread Benoit Hediard
--- In flexcoders@yahoogroups.com, Benoit Hediard [EMAIL PROTECTED] wrote: It's funny, I was looking for such functions today... Here is an AS implementation equivalent to the ColdFusion dateAdd and dateDiff functions! http://jeff.mxdj.com/dateadd_for_actionscript.htm Benoit Hediard

[flexcoders] Flex2 : how to stop media (down)loading?

2006-04-04 Thread Benoit Hediard
mponents. Any idea? Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on

RE: [flexcoders] Flex2 : how to stop media (down)loading?

2006-04-04 Thread Benoit Hediard
Indeed, workaround : videoDisplay.url = ""; videoDisplay.load(); Thanks Stefan. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Stefan RichterEnvoyé: mardi 4 avril 2006 13:48À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Flex2 : ho

RE: [flexcoders] Beta 2 CF connectivity problems

2006-03-27 Thread Benoit Hediard
erprise-services.xml). Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Doug HughesEnvoyé: lundi 27 mars 2006 05:11À: flexcoders@yahoogroups.comObjet: [Norton AntiSpam] [flexcoders] Beta 2 CF connectivity problems Hello, I’m just getting started with

RE: [flexcoders] Cairngorm Model binding problem

2006-03-24 Thread Benoit Hediard
Youalso need toput [Bindable] in your ModelLocator class. [Bindable] public var ICV: ICollectionView; Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Jonathan MirandaEnvoyé: vendredi 24 mars 2006 01:30À: flexcoders@yahoogroups.comObjet

RE: [flexcoders] addColumn removed from Beat 2

2006-03-23 Thread Benoit Hediard
To handle datagrid columns in beta2, you need to directly access and manipulate the columns array property. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de ZhaoXingdong Envoyé : jeudi 23 mars 2006 08:22 À : flexcoders

RE: [flexcoders] Where is the IncludeLayout

2006-03-23 Thread Benoit Hediard
This property is includeInLayout (one of the best addition in beta1!). Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de mvbaffa Envoyé : jeudi 23 mars 2006 16:06 À : flexcoders@yahoogroups.com Objet : [flexcoders] Where

[flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
with objects, it works. When loaded with class instances, it does not work. I haven't found any workaround right now... Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

RE: [flexcoders] Flex2/ColdFusion connectivity : session scope problem

2006-03-22 Thread Benoit Hediard
FYI, it looks like this bug is corrected in beta2. Cool! Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit HediardEnvoyé: jeudi 2 mars 2006 12:03À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Flex2/ColdFusion connectivity : session

RE: [flexcoders] Where to go to get flex builder 2 assistance?

2006-03-22 Thread Benoit Hediard
-services.xml. But you might check that the server port is correct (8300). Benoit Hediard PS: flex2gateway is aservlet mapping defined when you apply the mystic updater, used for Flex/ColdFusion remoting. You should not change it. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la

RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
But "uid" is a property that we already use on all our value objects. I don't want flex to overwrite this property... Is there a workaround? Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Mac MartineEnvoyé: mercredi 22 mars 2

RE: [flexcoders] framework_rb.swc error...

2006-03-21 Thread Benoit Hediard
' and name it 'pt_br'. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Bruno MartinsEnvoyé: mardi 21 mars 2006 05:53À: flexcoders@yahoogroups.comObjet: [flexcoders] framework_rb.swc error... In Beta 2 I have this problem: SeverityDescriptionResourceIn

RE: [flexcoders] ColdFusion sessions?

2006-03-20 Thread Benoit Hediard
Yes, you're not the only facing this issue : http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=592; threadid=1121944forumid=72 I hope this is a known problem at Adobe that will be solved in Beta2... ;) Benoit Hediard -Message d'origine- De : flexcoders

RE: [flexcoders] Flex2 : MP3 Audio player, play problem...

2006-03-14 Thread Benoit Hediard
with beta2 when it is released. Benoit Hediard PS: on the other side, FLV playback works great! _ De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Philippe Maegerman Envoyé : mardi 14 mars 2006 13:04 À : flexcoders@yahoogroups.com Objet : RE : [flexcoders] Flex2

RE: [flexcoders] Flex2 : MP3 Audio player, play problem...

2006-03-13 Thread Benoit Hediard
beta1? This week, next step: a FLV video player... ;) Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt Chotin Envoyé : dimanche 12 mars 2006 22:17 À : flexcoders@yahoogroups.com Objet : RE: [flexcoders] Flex2 : MP3 Audio

[flexcoders] Flex2 : MP3 Audio player, play problem...

2006-03-10 Thread Benoit Hediard
/ /mx:Application Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http

[flexcoders] Flex2: RichTextEditor copy/paste bug and improvement requests

2006-03-09 Thread Benoit Hediard
toview and/or modifythe generated HTML (kind of expert mode). What are your opinions and othersuggestions to improve the RichTextEditor components? Thanks! Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

RE: [flexcoders] Flex2/ColdFusion connectivity : session scope problem

2006-03-02 Thread Benoit Hediard
Any news on this issue from the Mystic ColdFusion Updater team? This is a hugebug for us, since we'll need this to implement server-side security for each session on our project... Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-03-02 Thread Benoit Hediard
in CFusionMX7/runtime/logs/coldfusion-out.log, - on the Flex client side, install ServiceCapture, http://kevinlangdon.com/serviceCapture/, you will see if the returned objects are correctly typed. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Flex2 bug with mx:Text, incorrect height with width=100%

2006-03-02 Thread Benoit Hediard
create a binding constraint between the Text width and a parent document width. But it generates problems when the browser is resize and/or scrollbars appear. So : 1. Is it a bug? 2. What is the best workaround? Thanks. Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

RE: [flexcoders] Coldfusion cfc's and Flex Remote Objects

2006-02-27 Thread Benoit Hediard
) + source attribute. Ex.: mx:RemoteObject id=someService destination=ColdFusion source=flex.remoting.samples.SomeService / Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de oiland_barry Envoyé : lundi 27 février 2006 16:11

[flexcoders] Flex2: DateField formatFunction bug

2006-02-27 Thread Benoit Hediard
() / mx:TextInput / Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http

RE: [flexcoders] ServiceCapture, Firefox, Flash Player 8.5

2006-02-26 Thread Benoit Hediard
I'm successfully using ServiceCapture 1.2.8 with Firefox 1.5.0.1 and the latest Flash Player 8.5 (from Flex2 beta1). Have you added the file:///C://Program%20Files/ServiceCapture/firefox.js in your Firefox proxy connection parameter? Benoit Hediard -Message d'origine- De : flexcoders

RE: [flexcoders] Flex Builder Memory leak

2006-02-22 Thread Benoit Hediard
quot; It looks like there is also issues when using css. Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Jonathan MirandaEnvoyé: mercredi 22 février 2006 21:10À: flexcoders@yahoogroups.comObjet: [flexcoders] Flex Builder Memory leak Anyone els

RE: [flexcoders] First time flex2 app Phones Example Failing

2006-02-21 Thread Benoit Hediard
You might checked two things. Have you verified the port number in flex-enterprise-services.xml? Have you added the additional argument in Flex Builder2 to take into account flex-enterprise-services.xml? Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] First time flex2 app Phones Example Failing

2006-02-21 Thread Benoit Hediard
): endpoint uri=http://localhost{context.root}/flex2gateway/; What you can do : check the cfusion-out.log in the Jrun logs. If the flex2gateway is correctly called, it will log all the messages in it with [Flex] flag. But I suspect that your flex2gateway is never called... Benoit Hediard -Message

RE: [flexcoders] Cairngorm2 reusable commands

2006-02-17 Thread Benoit Hediard
I'll second this approach : 1. use as much as possible the Model Locator and bindings to avoid commandsviews dependencies, 2. when not sufficient or not elegant, use a viewhelper. Benoit Hediard (which was using too much viewhelpers at the begining ;) ) -Message d'origine- De

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

2006-02-16 Thread Benoit Hediard
name={STATE_LOADING} ... /mx:State We don't require [Bindable] on this var since it is a constant value. This issue generates a lot of warnings on large apps : warning list is not usable at all because of that. Thanks. Benoit Hediard De : flexcoders

RE: [flexcoders] Cairngorm 2 SequenceCommand issues

2006-02-13 Thread Benoit Hediard
: dispatchEvent( nextEvent ); by Line 123 : Application.application.dispatchEvent( nextEvent ); (you might need to import mx.core.Application) It should solve your issue. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Simon Barber

RE: [flexcoders] Re: Cairngorm 2 SequenceCommand issues

2006-02-13 Thread Benoit Hediard
We don't use the SequenceCommand, we dispatch directly our events from the commands. And it works fine. Have you tried to dispatch the event directly from the login command result handler? Ex. : Application.application.dispatchEvent(new SomeEvent()); Benoit Hediard -Message d'origine

[flexcoders] Cairngorm2 version of Phones Flex/ColdFusion Connectivity samples

2006-02-11 Thread Benoit Hediard
downloaded here : http://www.benorama.com/flex/samples/PhonesCairngorm2.zip Any feedbacks are welcome. Have fun! Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoo

[flexcoders] Localizing Flex 2 app

2006-02-09 Thread Benoit Hediard
I could not find any documentation on localization in the Flex 2 beta live docs. Here it the reason why and the link to the doc: http://www.deitte.com/archives/2006/02/localizing_flex.htm Cool! Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
used ARP, so I have no opinions on it. As soon as I have some times (maybe this week-end...), I'll write a sample Flex/ColdFusion application (probably, a Cairngorm 2 version of Ben Forta's Phones app). Benoit Hediard PS: Later this year, I also plan to rebuild entirely benorama.com (not updated

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
performance issues, since the framework is only called at application start-up to read the xml config file and creating/wiring all your model CFCs. The 1.0 release is very nearby. So, yes, you should give it a try: http://www.coldspringframework.org/ Benoit Hediard PS: the other framework we

[flexcoders] Flex/Coldfusion connectivity test app

2006-02-07 Thread Benoit Hediard
in your ServiceLocator definition file. Hope this helps! Benoit Hediard -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

RE: [flexcoders] Flex/Coldfusion connectivity test app

2006-02-07 Thread Benoit Hediard
This sample app also shows how CFC/AS3 VO mappings (or remote class alias) works. Have fun! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit Hediard Envoyé : mardi 7 février 2006 20:37 À : flexcoders@yahoogroups.com Objet

RE: [flexcoders] Does Cairngorm work at all with the new flex2 coldfusion adapter.

2006-02-07 Thread Benoit Hediard
ServiceLocator definition file. Good luck! Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sufibaba Envoyé : mardi 7 février 2006 18:36 À : flexcoders@yahoogroups.com Objet : [flexcoders] Does Cairngorm work at all with the new flex2

  1   2   >