[flexcoders] darron schall : My FITC 2006 ActionScript 3 Slides

2006-04-25 Thread Philippe Maegerman
Good reading, especialy the Open Source Commodore 64 Emulator written in ActionScript 3 :)) http://www.darronschall.com/weblog/archives/000226.cfm //Pim DISCLAIMER: The content of this e-mail message does not constitute a commitment of S.A. Emakina N.V. This e-mail and any attachments

RE: [flexcoders] New IE Update puts huge Selector Around Flash Movies / Netscape, Opera Nor Firefox do this

2006-04-07 Thread Philippe Maegerman
FlashObjectis a good solution:) http://blog.deconcept.com/flashobject/ //Pim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave CarabettaSent: jeudi 6 avril 2006 23:26To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] New IE Update puts huge Selector

RE: [flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-29 Thread Philippe Maegerman
PNG encoder : http://www.kaourantin.net/2005/10/png-encoder-in-as3.html JPEG encoder : http://www.kaourantin.net/archive/2005_10_01_flashgraphics_archive.html P. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: jeudi 30 mars 2006 7:55To:

RE: [flexcoders] Re: FLEX and Open Lazslo Comparision

2006-03-28 Thread Philippe Maegerman
In flash it is possible to put an XML file at the application level, where you can specify classes you don't want to use, to reduce filesize. For example you can skip FocusManager etc ... (http://www.peterjoel.com/blog/index.php?archive=2003_10_01_archive.xml#106600783287799254) Will there

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

2006-03-14 Thread Philippe Maegerman
I remember reading in the flash 7 doc that the flash player can't read mp3s encoded at higher rate than 140K. Philippe De: flexcoders@yahoogroups.com de la part de Benoit Hediard Date: lun. 3/13/2006 16:12 À: flexcoders@yahoogroups.com Objet : RE: [flexcoders]

RE : SPAM-LOW: [flexcoders] FES .Net

2006-03-14 Thread Philippe Maegerman
I think BlueDragon doesn't support flash remoting. Philippe De: flexcoders@yahoogroups.com de la part de Clarke Bishop Date: lun. 3/13/2006 22:21 À: flexcoders@yahoogroups.com Objet : RE: SPAM-LOW: [flexcoders] FES .Net Do you know about Blue Dragon? The

RE : [flexcoders] Flex 2 Style Explorer (beta)

2006-03-14 Thread Philippe Maegerman
I noticed a weird behavior with Other / MenuBar. If you set the Border Color to Black and Background Alpha to 0, the whole menu background becomes black. P. De: flexcoders@yahoogroups.com de la part de João Fernandes Date: mar. 3/14/2006 18:57 À:

RE: [flexcoders] Checkboard / chessboard pattern

2006-03-09 Thread Philippe Maegerman
squares are bitmaps. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Monday, March 06, 2006 1:18 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Checkboard / chessboard pattern actualy

RE: [flexcoders] Checkboard / chessboard pattern

2006-03-07 Thread Philippe Maegerman
Of Philippe Maegerman Sent: Monday, March 06, 2006 1:18 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Checkboard / chessboard pattern actualy 'beginBitmapFill' http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2441.html

RE: [flexcoders] Checkboard / chessboard pattern

2006-03-06 Thread Philippe Maegerman
actualy 'beginBitmapFill' http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2441.html Philippe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon SmithSent: dimanche 5 mars 2006 4:09To:

RE: [flexcoders] Webservices swapping parameters

2006-02-28 Thread Philippe Maegerman
because 'args' is typed as an array, shouldn't you have loginManager.makeRemoteCall(logIn,loginRetrieved, [userName, userPassword]) instead of loginManager.makeRemoteCall(logIn,loginRetrieved, userName, userPassword) Philippe From: flexcoders@yahoogroups.com on

RE: [flexcoders] Learning AC for Flex 2.0 from scratch: best bet?

2006-02-10 Thread Philippe Maegerman
http://moock.org/eas2/ excellent one Pim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: vendredi 10 février 2006 1:14To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Learning AC for Flex 2.0 from scratch: best bet? Site (AS2)

RE: [flexcoders] Learning AC for Flex 2.0 from scratch: best bet?

2006-02-10 Thread Philippe Maegerman
and the famous http://www.gotoandlearn.com/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn SchultheissSent: vendredi 10 février 2006 4:51To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Learning AC for Flex 2.0 from scratch: best bet? I remember

RE: [flexcoders] Re: How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-09 Thread Philippe Maegerman
. Since SharedObject.getRemote() returns null al the time I can't check the data property on the client side. I've checked and the server is doing what it should. Yours truly, -Brian Philippe Maegerman wrote: Have you tried creating the SO server side first? in the applicationStart handler

RE: [flexcoders] SetEventHandler Limitations?

2006-02-06 Thread Philippe Maegerman
It might be the Alert.show() that is expecting something else than an Object .. Philippe From: flexcoders@yahoogroups.com on behalf of Brian Lesser Sent: Mon 2/6/2006 3:15 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SetEventHandler Limitations? Hi

RE: [flexcoders] Re: How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-06 Thread Philippe Maegerman
Have you tried creating the SO server side first? in the applicationStart handler maybe, and see if it make any difference? Maybe also try to check SO.data.length. Philippe From: flexcoders@yahoogroups.com on behalf of Matt Chotin Sent: Mon 2/6/2006 6:45 To:

RE: [flexcoders] View Source in Firefox 1.5?

2006-02-02 Thread Philippe Maegerman
There is a simple trick in firefox (not sure about ie), you can type view-source:http://www.google.com to access the source directly Philippe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 1 février 2006 19:26To:

RE: [flexcoders] Bugs with Flex2

2006-01-24 Thread Philippe Maegerman
maybe you can try to setthe columnwidth to 0 instead of hiding it. Philippe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan MirandaSent: lundi 23 janvier 2006 19:58To: flexcoders@yahoogroups.comSubject: [flexcoders] Bugs with Flex2 I found a bug with

RE: [flexcoders] Wrapping Images and Bitmaps

2006-01-23 Thread Philippe Maegerman
Yes I think using Matrix.translate() would fix your issue Philippe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger GonzalezSent: samedi 21 janvier 2006 1:02To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Wrapping Images and Bitmaps What I have

RE: [flexcoders] Re: Beta Flex 2 release Date? Any one for a Guess

2006-01-06 Thread Philippe Maegerman
This is so sweeet :))) Can we expectsomething likean 'Adobe Developer Bundle', including flex / cf / fms / graphics serverfor a democratic price? _|_|_|_| _|_|_| _|_|_| _| _| _| _| _|_| _| _| _| _| _|_|_|_| _| _| _| _|_|_| From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE : [flexcoders] Re: runtime error of stage.stageWi dth. Why???

2005-12-22 Thread Philippe Maegerman
I think you were looking for Stage.width, which has always a value, even if width=100% First rule of programming, break the previous rule De: flexcoders@yahoogroups.com de la part de sn197412 Date: jeu. 12/22/2005 8:48 À: flexcoders@yahoogroups.com Objet :

RE : [flexcoders] Pass array to CFC through Web Serv ice

2005-12-22 Thread Philippe Maegerman
I believe a boolean eq 1 or 0 in coldfusion and not true or false; First rule of programming, break the previous rule De: flexcoders@yahoogroups.com de la part de Jason Doyle Date: jeu. 12/22/2005 21:21 À: flexcoders@yahoogroups.com Objet : [flexcoders] Pass

RE: [flexcoders] Re: How do you change the color of text in a label

2005-12-21 Thread Philippe Maegerman
I think it is rather myLabel.setStyle('color', 0xCFCFCF); Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexhtooSent: lundi 19 décembre 2005 5:18To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: How do you change the color of text

RE: [flexcoders] Trying to set the track colors on an HSlider

2005-12-16 Thread Philippe Maegerman
http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html Form elements Slider Philippe From: flexcoders@yahoogroups.com on behalf of siteask Sent: Thu 12/15/2005 23:38 To:

RE: [flexcoders] Re: Modifying Scroll Bars

2005-12-16 Thread Philippe Maegerman
done in flex 2 so I think I'll hold off on this little project until I have flex 2 installed. Thanks Jeff --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] wrote: You can play with the scrollbar styles here: http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html

RE: [flexcoders] 1st flex 2 project, startup problems

2005-12-16 Thread Philippe Maegerman
You didn't instantiate your class in the mxml page. Something like mx:Script var myAs:myAs = new myAs(); /mx:Script Philippe From: flexcoders@yahoogroups.com on behalf of fritzdimmel Sent: Fri 12/16/2005 14:57 To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] selecting items in a listbox based on a query result

2005-12-15 Thread Philippe Maegerman
I think you don't need array notation for select.getItemAt(): if (select.getItemAt(i).data == optionsToSelect[i]) Cheers, Philippe From: flexcoders@yahoogroups.com on behalf of gotjosh819i Sent: Wed 14/12/2005 19:23 To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] 3d charts with a z axis?

2005-12-15 Thread Philippe Maegerman
Robert Penner has written good vector classes in his book 'Robert Penner's Programming Macromedia Flash MX': http://www.amazon.com/gp/product/sitb-next/0072223561/103-9666916-6005458 I found a dump of the class here: http://web.syr.edu/~msfarrel/431web/vector3dclass.html //Pim

RE: [flexcoders] Flex 1.5 for PDAs Mobiles ??

2005-12-14 Thread Philippe Maegerman
I think the latest flash player you can find is version 6 (mx). It integrates in IE so you can play swf files in the browser. It's available here : http://www.macromedia.com/software/flashplayer/pocketpc/2002.html Since flex 1.5 is version 7 swf files and flex 2 version 8.5, I think you are

RE: [flexcoders] Modifying Scroll Bars

2005-12-14 Thread Philippe Maegerman
You can play with the scrollbar styles here: http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html Philippe From: flexcoders@yahoogroups.com on behalf of Sreenivas R Sent: Wed 14/12/2005 6:06 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

RE: [flexcoders] Cell Renderers: How to put 2 images in datagrid cell

2005-12-09 Thread Philippe Maegerman
you are putting both images on level 1, that could be a reason why they overwrite each other :) should be image1, 1 / image2, 2 Philippe From: flexcoders@yahoogroups.com on behalf of Mohanraj Jayaraman Sent: Fri 9/12/2005 2:57 To: flexcoders@yahoogroups.com

RE: [flexcoders] Comments in source code

2005-12-09 Thread Philippe Maegerman
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Freitag, 9. Dezember 2005 12:13 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Comments in source code you can use html comments in the mxml code: !--- @Author:xxx --- in Actionscript it's

RE: [flexcoders] Look Feel of Application as per user choice

2005-12-05 Thread Philippe Maegerman
would work in Flex 2. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandip PatilSent: lundi 5 décembre 2005 10:33To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Look Feel of Application as per user choice Thx Philippe, for your response. B

RE: [flexcoders] Restricting refresh button of browser

2005-12-05 Thread Philippe Maegerman
= 'contacts'; changeSection('contacts'); onLoad of your application you could check that value and something like this: myPreferences = SharedObject.getLocal('preferences'); if(myPreferences.data.currentSection != undefined){changeSection(myPreferences.data.currentSection) } Philippe Maegerman

RE: [flexcoders] Look Feel of Application as per user choice

2005-12-02 Thread Philippe Maegerman
I think you must use setStyle('style', 'value') Comp.setStyle('color', CECECE); Philippe From: flexcoders@yahoogroups.com on behalf of sandip_patil01 Sent: Fri 2/12/2005 9:37 To: flexcoders@yahoogroups.com Subject: [flexcoders] Look Feel of Application as

[flexcoders] Interesting trick

2005-11-30 Thread Philippe Maegerman
Mapping SOAP results to ActionScript classes - the easy way http://www.richinternet.de/blog/index.cfm?mode=entryentry=C67113D1-EF48-403E-AEB3F29BC7078553 http://www.richinternet.de/blog/index.cfm?mode=entryentry=C67113D1-EF48-403E-AEB3F29BC7078553 //Philippe

RE: [flexcoders] getting coordinates of dropped item

2005-11-29 Thread Philippe Maegerman
Can't you use target._xmouse / target._ymouse ? Philippe From: flexcoders@yahoogroups.com on behalf of JesterXL Sent: Mon 28/11/2005 20:34 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] getting coordinates of dropped item Well, the #'s I've shown

RE: [flexcoders] Re: Effect Event mayham (Flex 2.0)

2005-11-29 Thread Philippe Maegerman
you might try using removeEventListener() onEffectStart and reassign it onEffectEnd //Philippe From: flexcoders@yahoogroups.com on behalf of Darin Kohles Sent: Tue 29/11/2005 5:34 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Effect Event mayham

[flexcoders] ActionScript 3:ImageViewer Sample

2005-11-29 Thread Philippe Maegerman
Sorry if this has been posted before http://labs.macromedia.com/wiki/index.php/ActionScript_3:ImageViewer_Sample#Essential_ActionScript_3.0_ImageViewer_Preview_Examples -- **STATEMENT OF CONFIDENTIALITY** This e-mail and any

[flexcoders] New Screen Capture driver compatible with Plash Player

2005-11-29 Thread Philippe Maegerman
I'll stop flooding your mailbox after this one :)) I know a lot of people were looking for this kind of feature for their apps. I have just discovered a very impressive Screen Capture driver compatible with Flash Player. VHScrCap is a driver capable to grab the screen at any resolution and

RE: [flexcoders] Drag 'n' drop multiple items at one time

2005-11-29 Thread Philippe Maegerman
The drag and drop example in Flex samples explorer allows you to drag several rows from a datagrid to another, you might find what you want in there http://flexapps.macromedia.com/flex15/explorer/explorer.mxml?versionChecked=true Quick tour drag and drop From:

RE: [flexcoders] JavaScript in flex

2005-11-22 Thread Philippe Maegerman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Monday, November 21, 2005 1:57 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] JavaScript in flex http://weblogs.macromedia.com/flashjavascript/ Philippe Maegerman

RE: [flexcoders] JavaScript in flex

2005-11-22 Thread Philippe Maegerman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maegerman Sent: Monday, November 21, 2005 1:57 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] JavaScript in flex http

RE: [flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-22 Thread Philippe Maegerman
Any idea if the CFAdapter will be available for standard + entreprise version, will it be bundled free of charge or sold apart? Regards, Philippe From: flexcoders@yahoogroups.com on behalf of David Mendels Sent: Tue 22/11/2005 4:48 To:

[flexcoders] Dynamic font loading

2005-11-22 Thread Philippe Maegerman
There was a thread last week about loading fonts in Flex. I made a successful try in Flex 2, code here below describes 2 files; one contains a mx:Text object, loads a second mxml where a @font-face is declared, then assigns the font to the mx:Text using 'setStyle'. Opener == ?xml

RE: [flexcoders] help with custom cell renderer (Flex 1.5)

2005-11-22 Thread Philippe Maegerman
getCellIndex().itemIndex From: flexcoders@yahoogroups.com on behalf of flexkinloch Sent: Tue 22/11/2005 12:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] help with custom cell renderer (Flex 1.5) Hi, i have a checkbox cellrenderer that on click i

[flexcoders] eval()

2005-11-22 Thread Philippe Maegerman
I see in the doc that eval() has been removed in AS3, is there any equivalent ? //Philippe -- **STATEMENT OF CONFIDENTIALITY** This e-mail and any attached files are confidential and intended solely for the use of the individual

RE : [flexcoders] Re: help with custom cell rend erer (Flex 1.5)

2005-11-22 Thread Philippe Maegerman
) Hi, I had a look at this and you will have to forgive my ignorance a bit but i can't work out how to pass the column to get the value still eg. remoteobject.method(getCellIndex().itemIndex.columnName) returns undefined ?? --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL

RE: [flexcoders] JavaScript in flex

2005-11-21 Thread Philippe Maegerman
http://weblogs.macromedia.com/flashjavascript/ Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manishSent: lundi 21 novembre 2005 8:04To: flexcoders@yahoogroups.comSubject: [flexcoders] _javascript_ in flex Hi All, Can Please somebody let

RE : [flexcoders] Defining default value for missing dynamic properties (doesNotUnderstand:)?

2005-11-20 Thread Philippe Maegerman
// instantiate a new object var myObject:Object = new Object(); // define the __resolve function myObject.__resolve = function (name) { return Hello, world!; }; trace (myObject.property1); // output: Hello, world! trace (myObject.property2); // output: Hello, world

RE : [flexcoders] Styling a link in LinkBar (F 1 .5)

2005-11-20 Thread Philippe Maegerman
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09363.html De: flexcoders@yahoogroups.com de la part de Tom Fitzpatrick Date: sam. 19/11/2005 13:12 À: flexcoders@yahoogroups.com Objet : [flexcoders] Styling a link in LinkBar (F 1.5) Is there a way to

RE: [flexcoders] Re: downloading fonts dynamically

2005-11-17 Thread Philippe Maegerman
I remember a post about that written a few months ago by Darron Schall: http://www.darronschall.com/weblog/archives/000168.cfm I hope this helps ;)) //Philippe From: flexcoders@yahoogroups.com on behalf of pkleppner Sent: Thu 17/11/2005 0:06 To:

RE: [flexcoders] Re: Tab Navigator or LinkBar text color after selection

2005-11-09 Thread Philippe Maegerman
There was a similar solution found for the LinkBar, I guess it could be applied to the Tab Navigator(?) http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09363.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent

RE: [flexcoders] Flash Player - Desktop integration... SDK?

2005-11-08 Thread Philippe Maegerman
I guess with the new deployment model in Flex 2, you can now also use tools like Zinc, mProjectoror Screenweaver to embed your flash generated files, or Central of course;))) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: mardi

RE: [flexcoders] Re: Cellrenderer For ComboBox

2005-11-08 Thread Philippe Maegerman
It would be great to have a 'cellRenderer' attribute directly on the ComboBox, instead of having to play with the internal assets. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of moyosanedSent: mardi 8 novembre 2005 9:09To: flexcoders

[flexcoders] Yahoo maps

2005-11-08 Thread Philippe Maegerman
Lots of noise about yahoo maps lately, have a look at this: http://justin.everett-church.com/index.php/2005/11/08/maps-that-are-consistent-with-your-design/ Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] DataGrid row color

2005-11-08 Thread Philippe Maegerman
http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html tab Data Grids property 'Alternating row colors' Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01Sent: mardi 8 novembre 2005 11:32To: flexcoders

RE: [flexcoders] How to display label 's text on multiple line if it contain one big line

2005-11-08 Thread Philippe Maegerman
this a bug? You can see that the b/b tag is taken in account but not br Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01Sent: mardi 8 novembre 2005 11:29To: flexcoders@yahoogroups.comSubject: [flexcoders] How to display label 's t

RE: [flexcoders] How to display label 's text on multiple line if it contain one big line

2005-11-08 Thread Philippe Maegerman
/mx:Script mx:Panel title="Label Panel" width="640" height="250" mx:Label id="simpleLabel" text="This Label displays Html Text"/ mx:Button id="Display" label="Click to diplay Label's Html Text" click="displayDetails();&qu

RE: [flexcoders] [FLEX1.5] flex + fcs + cfc + oracle realtime question

2005-11-08 Thread Philippe Maegerman
There is a Java SDK in FlashComm 2, I think you could use it in coldfusion to update FlashCom Shared Objects that wouldsynchronize withyour Flex app. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aoi_zipSent: mercredi 9 novembre 2005 8:15To

RE: [flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread Philippe Maegerman
I used to do theCombo.getDropdown().cellRenderer = 'MyCellRenderer'; Not sure if you have to surround the class with quotes. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of moyosanedSent: lundi 7 novembre 2005 12:20To: flexcoders

RE: [flexcoders] ColorPicker

2005-10-26 Thread Philippe Maegerman
://www.macromedia.com/2005/mxml" xmlns="*" width="500" height="500" horizontalAlign="center" mx:ColorPicker/ /mx:TitleWindow Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi

RE: [flexcoders] hold column when scrolling

2005-10-26 Thread Philippe Maegerman
You can see it at work in the samplesMacromedia Flex 2.0 Explorer: DataGrid / Advanced features :))) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 26 octobre 2005 10:41To: flexcoders@yahoogroups.comSubject: Re

RE: [flexcoders] Setting a busy cursor

2005-10-24 Thread Philippe Maegerman
mx.managers.CursorManager.setCursor() mx.managers.CursorManager.removeAllCursors(); Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert BrueckmannSent: jeudi 20 octobre 2005 16:27To: flexcoders@yahoogroups.comSubject: [flexcoders

RE: [flexcoders] Data service results format: VO or XML?

2005-10-24 Thread Philippe Maegerman
that's a killer, thanks Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: vendredi 21 octobre 2005 4:35To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Data service results format: VO or XML? So in Flex 1.5 I would

[flexcoders] ColorPicker

2005-10-24 Thread Philippe Maegerman
I noticed a strange behavior, if the ColorPicker is in a TitleWindow (pop-up), moving the window will reset the color to black. Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

RE: [flexcoders] reducing fileSize without RSL??!!

2005-10-18 Thread Philippe Maegerman
It would be good to be able to use in Flexthe Exclude.xml technique that is available since flash 7. Thatcould also spare a few bites ;) http://www.epresenterplus.com/blog/archives/50.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Flex 2 Alpha is here???

2005-10-17 Thread Philippe Maegerman
First thing we see in the 15' demo is the 'design' view, lot of people said it wouldn't be there. I hope it's less buggy than FB 1.5 ;))) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent: lundi 17 octobre 2005 8:19To

RE: [flexcoders] scrollbars on panels

2005-10-17 Thread Philippe Maegerman
If I remember well, some people solved the problem by applying minHeight="1", you should search the archives. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Husain KitabiSent: dimanche 16 octobre 2005 18:42To:

RE: [flexcoders] scrollbars on panels

2005-10-17 Thread Philippe Maegerman
I made a search in the archives, came to this on 2nd position: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg13611.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Husain KitabiSent: lundi 17 octobre 2005 17:07To: flexcoders

RE: [flexcoders] Data service results format: VO or XML?

2005-10-17 Thread Philippe Maegerman
Xpath rocks !! http://www.xfactorstudio.com/Actionscript/AS2/XPath/ Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: lundi 17 octobre 2005 18:15To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Data service results

RE: [flexcoders] binary data to render...

2005-10-13 Thread Philippe Maegerman
In coldfusion you would have to do : cffile action="" file="C:\CFusionMX7\wwwroot\1890.jpg" variable="data"cfcontent variable="#data#" type="image/jpeg" or get the data from a database field, it's the return header that will mak

RE: [flexcoders] titlewindow move end

2005-10-10 Thread Philippe Maegerman
You could use the mouseUp event to check when the window is released, the 'move' event will be triggered as the component is being dragged. Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: samedi 8 octobre 2005 3:08To

RE: [flexcoders] Re: Number(011) = 9 ????

2005-10-05 Thread Philippe Maegerman
Maybe try to pass the value as a String instead of a Number and eventualy remove the leading '0' in the String beforecasting it as a Number Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph DiefenthalSent: mercredi 5 octobre 2005 9

RE: [flexcoders] mouse-right-click-event?

2005-09-30 Thread Philippe Maegerman
}));btn_2['menu'] = my_cm2;}]]/mx:Scriptmx:Button id="btn_1" label="Context Menu without built-in items" click="alert('rightClick on me')"/mx:Button id="btn_2" label="ContextMenu" click="alert('rightClick on me')"//mx:Application Ph

RE: [flexcoders] Re: Tween classes

2005-09-27 Thread Philippe Maegerman
It's not included in Flex http://www.alex-uhlmann.de/flash/animationpackage/ Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcin GlowackiSent: lundi 26 septembre 2005 19:30To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Tween

RE: [flexcoders] titile window header

2005-09-22 Thread Philippe Maegerman
"#FF"/mx:HBox id="hb" width="100%" horizontalAlign="left"mx:Button click="hb.setStyle('horizontalAlign','right')" label="align me right"//mx:HBoxmx:Button label="X" width="25"//mx:ControlBar mx:Canvas width=&quo

RE: [flexcoders] Re: container - child : height=100% - layout problem

2005-09-22 Thread Philippe Maegerman
have you tried 'maxHeight' and 'maxWidth' ? Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph DiefenthalSent: jeudi 22 septembre 2005 15:52To: 'flexcoders@yahoogroups.com'Subject: AW: [flexcoders] Re: container - child : height=100

RE: [flexcoders] Tween classes

2005-09-21 Thread Philippe Maegerman
lication.alert('onMotionChanged');}my_tween. {mx.core.Application.alert('onMotionFinished');};}]]/mx:Script/mx:Application Philippe Maegerman PS: I have tested this in flashMX2004 (except for the trace statements)and it works perfectly well From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mat

RE: [flexcoders] the 3D engine for UI controls

2005-09-09 Thread Philippe Maegerman
What do you mean by 3D motion? z axis? Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Igor CostaSent: vendredi 9 septembre 2005 6:38To: flexcoders@yahoogroups.comSubject: [flexcoders] the 3D engine for UI controls Hi folksDoes anyone

RE: [flexcoders] DividerBox question

2005-09-09 Thread Philippe Maegerman
olor="#003399"/mx:Canvas height="200" minWidth="200" backgroundColor="#00FF66"//mx:HDividedBox/mx:Application Philippe Maegerman Webdeveloper +32 2 400 40 39 +32 472 35 28 10 Avoir des rêves, c'est continuer d'exister... From: flexcoders@yahoogroups.

[flexcoders] Tween classes

2005-09-09 Thread Philippe Maegerman
);my_tween.>_level0.infos_txt.text += dummy.val;}my_tween. { _level0.infos_txt.text = 'finished';}; Regards, Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcod

RE: [flexcoders] cellRenderer

2005-09-08 Thread Philippe Maegerman
ot; fontWeight="bold"mx:Script![CDATA[function setValue(str:String, item:Object, sel:Boolean){text = item.firstName;}]]/mx:Script/mx:Label italicRenderer - ?xml version="1.0" encoding="utf-8"?mx:Label xmlns:mx="http://www.macromedia.com/2003/mx

[flexcoders] Color component

2005-09-08 Thread Philippe Maegerman
cool color component .. free download+ swc version http://www.powerclients.de/colorfan-component Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

RE: [flexcoders] Re: modifying the datefield object...

2005-09-08 Thread Philippe Maegerman
You added 1 to the month for the display, however you need to substrat that value later when creating your new date: daDate.selectedDate = new Date(cYear,cMonth-1,cDay); Cheers, Philippe -Original Message- From: flexcoders@yahoogroups.com on behalf of Greg Morphis Sent: Thu 8/09/2005

RE : [flexcoders] Tricky Flash Form Question

2005-09-07 Thread Philippe Maegerman
Indeed you can't use JS with your flash forms the same way you do with html forms. There is a global method called submitForm() that you can trigger in actionscript : cfform format=Flash cfinput type=button name=submit_btn onclick=submitForm() /cfform Cheers, Philippe

[flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
was applied but no success, any ideas?? Philippe Maegerman -- 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

RE: [flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
btw, my cellRenderer is an .as file, so I can't use binding :(( Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish JethaniSent: mercredi 7 septembre 2005 14:57To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] cellRenderer On 9/7/05

RE: [flexcoders] cellRenderer

2005-09-07 Thread Philippe Maegerman
This is what I am doing already. If I would ask my question differently it would be : Is it possible to change cellRenderers on the fly, switching from cellRendererA to cellRendererB ? Quite tricky question ;)) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex Cairngorm + ColdFusion + Framework?

2005-09-02 Thread Philippe Maegerman
Found a flex sample for using with Tartan @ flashAnt http://www.flashant.org/index.php?p=438c=1 Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simon BarberSent: mercredi 31 août 2005 17:06To: flexcoders@yahoogroups.comSubject: [flexcoders

RE : [flexcoders] DateField - disabledRanges

2005-09-01 Thread Philippe Maegerman
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:DateField id=startD change=endD.selectableRange={rangeStart: event.target.selectedDate};/ mx:DateField id=endD change=startD.selectableRange={rangeEnd: event.target.selectedDate};/ /mx:Application

RE: [flexcoders] Re: Embedding a slideshow swf that calls image files

2005-08-31 Thread Philippe Maegerman
assigned a value by the mxml file as you suggest: swfVar.swf - var t:String;my_txt.text = t; But the textfield always shows 'undefined' Maybe I didn't understand what you were blogging about, do not hesitate to correct me. Cheers, Philippe Maegerman From: flexcoders@ya

RE: [flexcoders] Re: Embedding a slideshow swf that calls image files

2005-08-31 Thread Philippe Maegerman
I tried it and noticed it worked, but couldn't guess why assigning a value to a variable wouldn't work. That was the original problem where variables were passed through Flashvars and used later in a XML download. It was just puzzling me ;)) Philippe Maegerman From: flexcoders

RE: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Philippe Maegerman
I don't think you can pass variables in URL too, but you could trigger a function that's in function with the Loader onLoad event mx:Loader load="event.target.init({xmlFile:'cover.xml', progressColor:0xCC})" Philippe Maegerman From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] Cairngorm question

2005-08-30 Thread Philippe Maegerman
I don't know about the cairngorm point of view, but I saw this interesting article on Flex/FCS http://www.macromedia.com/devnet/flex/articles/fcs_flex.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio SalvadorSent: mardi

RE: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Philippe Maegerman
init function something like play() ... Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve OceanSent: mardi 30 août 2005 15:20To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Embedding a slideshow swf that calls image files just thought

RE: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Philippe Maegerman
Then it's gonna be hard :(( Try load="event.target.xmlFile='cover.xml'; event.target.progressColor=0xCC;" I think the variables won't be available to the swf at the timethe swfis starting but it's worth trying ... Philippe Maegerman From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] Embedding a slideshow swf that calls image files

2005-08-30 Thread Philippe Maegerman
Color=0xCC;" but I think at the time you assign the values, your flash has already started Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe MaegermanSent: mardi 30 août 2005 16:35To: flexcoders@yahoogroups.comSubject: RE: [flexcoders]

RE: [flexcoders] How come this code does not work

2005-08-30 Thread Philippe Maegerman
welcomeMessage:String; public function firstsharedobjectas(){mySO = SharedObject.getLocal("mydata");}public function getName() {var r = mySO.data.name == undefined ? '' : mySO.data.name;return r;}public function storeName(val) {mySO.data.name = val;mySO.flush();}} Philippe Maege

[flexcoders] ComboBox dropShadow bug

2005-08-29 Thread Philippe Maegerman
dataProvider="{[{label:'Hello'}, {label:'World'}]}" dropShadow="true"/ /mx:Application Philippe Maegerman -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups

  1   2   >