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
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
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
(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
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
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
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
>
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
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
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
>
>
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
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
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
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
> >
>
>>
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,
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]
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",
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
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]
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
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
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
> private var _myServer:RemoteObject;
>
> public function Model(){
>
> _myServer = new RemoteObject("myhandler");
>
> _myServer.showBusyCursor = true;
>
> }
>
> }
&g
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;
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
=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 ,
>
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
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
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
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
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
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
()
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
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
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
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
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
37 matches
Mail list logo