[flexcoders] Formula editor in Flex

2009-05-15 Thread Sebastien ARBOGAST
I'm trying to develop a formula editor in Flex so that users can write algebraic expressions including variables from a library of variables.From a user experience standpoint, I think the best way to display this would be with a text component with controls inside. Does anyone know a component in w

Re: [flexcoders] Dereferencing an array in ActionScript

2009-04-21 Thread Sebastien ARBOGAST
rui > > Flex SDK Developer > > Adobe Systems Inc. <http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Sebastien ARBOGAST > *Sent:* Tuesday, April 21, 2009

[flexcoders] Dereferencing an array in ActionScript

2009-04-21 Thread Sebastien ARBOGAST
I would like to call RemoteObject operations in a generic way.So I have a function that takes an Operation arguments and the arguments to send in an array: public function run(action:Operation,arguments:Array,resultHandler:Function,faultHandler:Function = null):void{ action.addEventListener(Resul

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Sebastien ARBOGAST
(ie, their market share would > > > improve if they included it). > > > > > > Guy > > > > > >> > > >> > > >> 2009/1/27 Guy Morton g...@alchemy.com.au >>: > > > >> > Both Adobe and MS could ha

Re: [flexcoders] Flex. AIR and IPhone

2009-01-26 Thread Sebastien ARBOGAST
IPhone > > > LOL, yes - the iphone only supports two gestures for flex, flash and air > and they involve the use of one or two fingers.. > > - Original Message - > *From:*Sebastien ARBOGAST > *To:*flexcod...@yahoogroups.com > *Sent:* Monday, January 26, 2009 11:28 AM

Re: [flexcoders] Flex. AIR and IPhone

2009-01-26 Thread Sebastien ARBOGAST
You can start by a prayer, because the Flash runtime is not available on the iPhone in any form, including AIR.And it will probably never be because of commercial and strategic reasons: the day people can deploy Flex applications to the iPhone, the App Store is as good as dead... sort of. Sébastie

Re: [flexcoders] Re: Big issue with keyboard mapping on Windows

2009-01-22 Thread Sebastien ARBOGAST
once inside the browser, the keyboard works > perfectly. Maybe that's your problem too. Looks more like a keyboard > configuration issue to me than a Flex issue. > > -- > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On >

[flexcoders] Re: Big issue with keyboard mapping on Windows

2009-01-21 Thread Sebastien ARBOGAST
Does anybody have an idea about this one?Because I'm still stuck on it and I'm going crazy! Sébastien Arbogast http://sebastien-arbogast.com 2008/12/18 Sebastien ARBOGAST > I'm currently developing a Flex 3 business application on a Mac laptop with > a French Belgian k

[flexcoders] Big issue with keyboard mapping on Windows

2008-12-18 Thread Sebastien ARBOGAST
I'm currently developing a Flex 3 business application on a Mac laptop with a French Belgian keyboard. Everything worked great until some customers started to notice that they can't type some characters in my app under Windows. It seems like the main problem is with the top digit keys on the main k

Re: [flexcoders] Re: How to display special characters like ° in ComboBox list

2008-12-05 Thread Sebastien ARBOGAST
Ah merde en effet c'était un autre geoffrey que je visais.Désolé. Celà dit ça peut t'intéresser :P Sébastien Arbogast http://sebastien-arbogast.com 2008/12/5 oneworld95 <[EMAIL PROTECTED]> > Try this: > > http://devharbor.blogspot.com/2008/11/setting-flex-label-to-special-character.html > >

[flexcoders] Using property placeholders in services-config.xml

2008-09-17 Thread Sebastien ARBOGAST
My Flex application uses AMF remoting to connect to my PHP server. The URI of the AMF endpoint is hardcoded in services-config.xml and I would like to change that.Is it possible to use property placeholders with Flex Builder compiler so that those placeholders are replaced by compilation parameters

[flexcoders] Retrieving or setting sorting order on AdvancedDataGrid?

2008-09-04 Thread Sebastien ARBOGAST
I'm using an AdvancedDatagrid with multiple column sorting but I need to save the grid configuration in order to restore it later.I already managed to save and restore column order, width and visibility but I'm having a hard time getting and setting sorting order. Is there a way to do it programmat

[flexcoders] headerShift on a column or column group in AdvancedDataGrid?

2008-09-04 Thread Sebastien ARBOGAST
I have an AdvancedDataGrid with grouped columns and I want to listen to headerShift events to do something when a column or column group is moved.Is there a way to differentiate between group and column shifting? -- Sébastien Arbogast http://sebastien-arbogast.com

Re: [flexcoders] OutOfMemoryError when compiling my app with Ant

2008-09-03 Thread Sebastien ARBOGAST
lso: http://soenkerohde. com/2008/ > 06/change- eclipse-ant- settings- when-you- run-out-of- > memory/<http://soenkerohde.com/2008/06/change-eclipse-ant-settings-when-you-run-out-of-memory/> > > Good luck. > Paul > > 2008/9/1 Sebastien ARBOGAST > > > >>

[flexcoders] OutOfMemoryError when compiling my app with Ant

2008-09-01 Thread Sebastien ARBOGAST
I'm having a hard time compiling my application using Flex 3 Ant tasks. When I compile it in Flex Builder, using the default compiler, everything works fine. But when I try to build it from the command line (which I need to do on my continuous integration server) using the attached ant build file,

[flexcoders] Re: Configuring columns in an AdvancedDataGrid programatically

2008-08-23 Thread Sebastien ARBOGAST
Nobody has any idea on that?Because I'm really stuck on that one. I need to be able to record the configuration of an AdvancedDataGrid (visible groups and columns, orders, sizes, etc.), so I must create my AdvancedDataGrid programatically. 2008/8/21 Sebastien ARBOGAST <[EMAIL PROTECTED]

[flexcoders] Configuring columns in an AdvancedDataGrid programatically

2008-08-21 Thread Sebastien ARBOGAST
I'm trying to configure an AdvancedDataGrid so that grouped columns correspond to the following configuration: private var fieldCategories:Array = [ new FieldCategory("profils.identifier", [ new Field("profils.firstname", "firstname", FieldType.STRING), new Field("profils.lastname", "lastname",

Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-20 Thread Sebastien ARBOGAST
b.swc, and put the maximum memory to 1024m. 2008/8/20 Sebastien ARBOGAST <[EMAIL PROTECTED]> > I tried with your settings but I'm still having this OutOfMemoryError. > > 2008/8/20 Jim Hayes <[EMAIL PROTECTED]> > > >> I'm afraid I know very little about an

Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-20 Thread Sebastien ARBOGAST
tting it correct. > > Sorry I can't be of more help, best of luck with it. > > -Original Message- > From: flexcoders@yahoogroups.com on behalf > of Sebastien ARBOGAST > Sent: Tue 19/08/2008 23:07 > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders]

Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-19 Thread Sebastien ARBOGAST
ameworks/lib into ${lib.dir} but then I get an OutOfMemoryError on Java heap space. Can anyone help me geting this to work? 2008/8/17 Jim Hayes <[EMAIL PROTECTED]> > > http://livedocs.adobe.com/flex/3/html/help.html?content=anttasks_1.html > > > -Original Mes

Re: [flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Sebastien ARBOGAST
Which docs? Would you have a link for me? 2008/8/17 Douglas Knudsen <[EMAIL PROTECTED]> > Use Ant. Some examples are in the docs. > > DK > > > On 8/17/08, Sebastien ARBOGAST <[EMAIL > PROTECTED]> > wrote: > > I have a Flex Builder Pro license an

[flexcoders] Headless compilation with AdvancedDataGrid

2008-08-17 Thread Sebastien ARBOGAST
I have a Flex Builder Pro license and I'm using it to develop an application using AdvancedDataGrid component. When I build my application in Flex Builder, everything works fine. But now I'm trying to setup a headless build script for continuous integration using mxmlc. How can I build my applicati

Re: [flexcoders] RemoteObject.showBusyCursor doesn't work

2008-05-22 Thread Sebastien ARBOGAST
> private var _myServer:RemoteObject; > > public function Model(){ > > _myServer = new RemoteObject("myhandler"); > > _myServer.showBusyCursor = true; > > } > > } &g

[flexcoders] RemoteObject.showBusyCursor doesn't work

2008-05-22 Thread Sebastien ARBOGAST
I'm trying to transform a simple example Flex 3 application to separate model, view and controller. I started with the following: And I ended up with the following: main.mxml Model.as === package my{ class Model{ private var _myServer:RemoteObject;

[flexcoders] Flex, Spring and BlazeDS: the full stack!

2008-04-11 Thread Sebastien ARBOGAST
For those of you who are looking for a step-by-step tutorial about how to start a Flex/BlazeDS/Spring project from scratch and built with Maven... well I've started a series of posts about it on my blog.There are still a few more episodes to come but any feedback is already welcome. Enjoy! htt

Re: [flexcoders] Re: Any tutorial about getting started with Flex, BlazeDS and Spring... FROM SCRATCH?

2008-03-26 Thread Sebastien ARBOGAST
=UTF-8 > > http://translate.google.com/translate?u=http%3A%2F%2Fblog.digows.com%<http://translate.google.com/translate?u=http%3A%2F%2Fblog.digows.com%25> > 2F%3Fp%3D117&langpair=pt%7Cen&hl=pt-BR&ie=UTF8 > > Regards. > > --- In flexcoders@yahoogroups.com , >

[flexcoders] Re: Any tutorial about getting started with Flex, BlazeDS and Spring... FROM SCRATCH?

2008-03-26 Thread Sebastien ARBOGAST
Mister Coenraets? Mister Ward? Any Java/Flex developer out there could give me/us a few hints about how to actually develop with all that stuff? 2008/3/25, Sebastien ARBOGAST <[EMAIL PROTECTED]>: > > I've just read both tutorials from Christophe Coenraets: > > http

[flexcoders] Any tutorial about getting started with Flex, BlazeDS and Spring... FROM SCRATCH?

2008-03-24 Thread Sebastien ARBOGAST
I've just read both tutorials from Christophe Coenraets: http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted.html http://www.adobe.com/devnet/livecycle/articles/blazeds_spring.html And the big issue is that none of those tutorials explain how to start up a real Flex/BlazeDS/Sp

[flexcoders] BlazeDS artifacts in Maven repository

2008-03-02 Thread Sebastien ARBOGAST
I've just created an issue to ask for the deployment of BlazeDS artifacts to a public Maven repository, so that we can use them as dependencies. https://bugs.adobe.com/jira/browse/BLZ-71 So if you are working with Maven and BlazeDS, feel free to vote for this issue. -- Sébastien Arbogast http

Re: [flexcoders] Issue with SOAPDecoder

2007-11-03 Thread Sebastien ARBOGAST
quot;e4x" first to see if the raw XML is coming back > is valid from the player's perspective. > > > > ________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > Sebastien ARBOGAST > Sent: Friday, N

[flexcoders] Issue with SOAPDecoder

2007-11-02 Thread Sebastien ARBOGAST
I'm having a hard time with a SOAP webservice client. I've deployed my webservice locally with a crossdomain.xml file allowing connections from everywhere. I've tested my webservice with a SOAP tester (SOAP Client on the Mac), and it works great: it actually returns something. Then I've imported th

[flexcoders] Error when accessing a simple SOAP webservice

2007-11-01 Thread Sebastien ARBOGAST
I'm using Flex Builder 3 and Flex SDK 3 to create a simple SOAP webservice client, but when I call the webservice method, I get the following error: TypeError: Error #1090: Echec de l'analyse XML : le format de l'élément est incorrect. at mx.rpc.soap::SOAPEncoder/encodeOperationAsDocumentLiteral ()

[flexcoders] Re: [javaflexcoders] Official Maven 2 support from the source?

2007-10-30 Thread Sebastien ARBOGAST
That's another thing that I love about Adobe's effort on Flex: you guys really got the community thing.By the way, I had already filed a bug a few weeks ago: https://bugs.adobe.com/jira/browse/SDK-12730 So to all Flex coders out there, if you want an official Maven plugin for Flex projects, feel fr

[flexcoders] Fading components on state change

2007-10-17 Thread Sebastien ARBOGAST
Hi, I'm working on a custom component to display a form in two states: - a simple state with just one text field and two buttons - a detailed state with more fields I want the filed in detailed state to fade in and out when toggling states. But the showEffect and hideEffect triggers don't seem to w

[flexcoders] Invite from Sebastien Arbogast ([EMAIL PROTECTED])

2007-09-08 Thread Sebastien Arbogast
MDA5ODc1NTk1JmM9MTAxNDQ3 -- You received this because Sebastien Arbogast ([EMAIL PROTECTED]) knows and agreed to invite you. You will only receive one invitation from [EMAIL PROTECTED] Quechup will not spam or sell your email address, see our privacy pol

Re: [flexcoders] Re: Flex 2, Spring 1.2 and Maven 2

2007-09-04 Thread Sebastien ARBOGAST
hich one so I can explicitly > > exclude the transitive call to maven-dependency-plugin, and allow our > > preferred version through. > > > > Christian > > > > On Jun 20, 2007, at 9:28 AM, Sebastien Arbogast wrote: > > > >> I sent you my project. Thanks a lo

Re: [flexcoders] Mapping SOAP response onto a DataGrid

2007-04-28 Thread Sebastien Arbogast
Mickael was right. I figured it out using the debugger in Flex Builder. It works great now. This Flex thing is really amazingly simple. Thanks guys. 2007/4/28, André Rodrigues Pena <[EMAIL PROTECTED]>: Man I had a bad time time trying to fit the SOAP response of a SQL SERVER 2005 WEBMETHO