[flexcoders] Datagrid. xml structure doesn' match

2006-07-25 Thread olivier
Hi, I would like to know what's the best xml structure to use datagrid. Indeed, my xml data source (legacy system) is like : xchart xset name=x1 xrecord p1/p1 p2/p2 p3/p3 /xrecord xrecord p1/p1 p2/p2 p3/p3

[flexcoders] Re: Flex Vs OpenLaszlo

2006-07-26 Thread olivier
Hi, I'm working for less than one year on OpenLaszlo. Now I'm evaluating flex for migrating our applications. I think that flex is more enterprise oriented with a serie of completed components (chart, datagrid..) Even the documentation is very few in OpenLaslo, the community forum is full of

[flexcoders] Columnchart clustered with two vertical axis

2006-07-27 Thread olivier
Hi, I want to create a columnchart clustered composed by two series. As the scale of the series are different I have to use two differents y axis. But in this case, the two series are not clustered but the second is rendered on the other. Do you have an idea to create this kind of chart ?

[flexcoders] Column chart possibilities

2006-07-28 Thread olivier
, they appear as the series were still superposed. I didn't find the way to manipulate them. Did you have an idea to match the datatip to the serie ? More, do you think my work is the best pratice to create this kind of chart ? Thank you Olivier -- Flexcoders Mailing List FAQ: http

[flexcoders] Problem to specify type property in a columnSet in actionScript (urgent)

2006-08-09 Thread olivier
Hi, I'm trying to create a chart (cartesian) with an areaset, a columnset and some lineseries. Here is the relative piece of mxml code (it works fine) mx:CartesianChart id=c1 showDataTips=true width=807 mx:horizontalAxis mx:DateTimeAxis displayLocalTime=true autoAdjust=true

[flexcoders] Re: Problem to specify type property in a columnSet in actionScript (urgent)

2006-08-09 Thread olivier
it ? thanks --- In flexcoders@yahoogroups.com, olivier [EMAIL PROTECTED] wrote: Hi, I'm trying to create a chart (cartesian) with an areaset, a columnset and some lineseries. Here is the relative piece of mxml code (it works fine) mx:CartesianChart id=c1 showDataTips=true width=807

[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
. and TypeError: Error #1009: Cannot access a property or method of a null object reference. when using my custom SWC. I'm highlighting the fact that these projects were working with the previous version and no modification has been made. the flex builder 2.0.1 seems to have a big problem ! Olivier

[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
was the history management. I disable it and it works. But why the history management caused an error during execution (no modification made to the swc) ? Olivier --- In flexcoders@yahoogroups.com, olivier [EMAIL PROTECTED] wrote: Hi I'm experiencing the same problem SINCE I've

[flexcoders] criticla problem charting component - coding axis

2006-09-13 Thread olivier
Hi, I've a critical problem when I want to code in actionscript a chart with a linearxis. Indeed, all propertie can be set but the baseAtZero doesn' t work properly. It computes the maximum value but the minimum value is always 0. I've tried with several different series without any success.

[flexcoders] Re: criticla problem charting component - coding axis

2006-09-14 Thread olivier
(); } ]] /mx:Script local:TestAxis id=r/ mx:Button x=147 y=432 label=Button click=test()/ /mx:Application Thank in advance, it is very critical for me olivier --- In flexcoders@yahoogroups.com, trader230 [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: criticla problem charting component - coding axis

2006-09-19 Thread olivier
: aa:AreaSet=new AreaSet(); aa.series=[]; //--inserting series this.series=aa; Using this way, all my problems are resolved. series=new Array()- series=[]; Lack of documentation ? Olivier --- In flexcoders@yahoogroups.com, Ely

[flexcoders] Some questions

2008-12-08 Thread Olivier Ziller
hello, we're in the process of evaluating flex to migrate old Delphi desktop applications. and i have a couple of questions : * is it possible, with flex, to drive a card reader? i mean reading and writing to a mifare card? * if not possible with flex, is it with air? * for

[flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-15 Thread Olivier de Jonge
How do I connect an external stylesheet to a textfield so the htmlText gets the right styles? I have an Application:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx= http://www.adobe.com/2006/mxml xmlns:myText=* layout=absolutemx:Style source=main.css /myText:TextFieldExample

[flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-16 Thread Olivier de Jonge
How do I connect an external stylesheet to a textfield so the htmlText gets the right styles? I have an Application:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx= http://www.adobe.com/2006/mxml xmlns:myText=* layout=absolutemx:Style source=main.css /myText:TextFieldExample

RE: [flexcoders] Cairngorm / MVC Best Practice

2007-01-05 Thread Stembert Olivier (BIL)
the view and the command are better decoupled with the ViewHelper pattern, no? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, January 05, 2007 4:42 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

[flexcoders] DataGrid row

2007-01-09 Thread Stembert Olivier (BIL)
Hi, How can I get a pointer to a row in a DataGrid? i.e. myDataGrid.getRow(index).setSomething() I know the DataGridColumn but there's nothing like a DataGridRow Thanks - An electronic message is not binding on its sender. Any message referring to a binding engagement must

RE: [flexcoders] Event calling in Cairngorm 2.1 - Newbie question.

2007-01-10 Thread Stembert Olivier \(BIL\)
What's the description of the error? Are you sure the controller has been instantiated? Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Wednesday, January 10, 2007 12:21 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] DataGrid row

2007-01-10 Thread Stembert Olivier (BIL)
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stembert Olivier (BIL) Sent: Tuesday, January 09, 2007 4:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid row Hi, How can I get a pointer to a row in a DataGrid? i.e

[flexcoders] Client logging

2007-01-10 Thread Stembert Olivier \(BIL\)
Hi all, Am I right if I say there's no way to log on the client (trace() output method) without the debugger version of the Flash Player? Thanks - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing

RE: [flexcoders] Paging with DataGrid??

2007-01-11 Thread Stembert Olivier \(BIL\)
Sanjay, If you are using Data Management Services, you can specify the paging option on the network node. destination id=accountDSDestination ... properties ... network session-timeout20/session-timeout paging

RE: [flexcoders] Re: Paging with DataGrid??

2007-01-11 Thread Stembert Olivier \(BIL\)
No it's part of FDS2. Here is the link to the doc: http://livedocs.macromedia.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhe lp.htm?href=Part2_DevApps_048_1.html Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Client logging

2007-01-11 Thread Stembert Olivier (BIL)
Thanks a lot LocalConnection is new for me. I'm going to try it. Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: Wednesday, January 10, 2007 6:34 PM To: 'flexcoders@yahoogroups.com' Subject

RE: [flexcoders] Cairngorm / MVC Best Practice

2007-01-12 Thread Stembert Olivier (BIL)
On Friday 05 January 2007 16:07, Stembert Olivier (BIL) wrote: the view and the command are better decoupled with the ViewHelper pattern, no? ViewHelper isn't recommended anymore, is it ? -- Tom Chiverton Helping to competently compete 24/7 mindshares

RE: [flexcoders] Re: How to have datagrids with different filterfunction for a single dataprovide

2007-01-15 Thread Stembert Olivier \(BIL\)
I think Daniel wants to filter the rows. I don't see any solution except to duplicate the original one... Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of phipzkillah Sent: Monday, January 15, 2007 10:56 AM To: flexcoders

RE: [flexcoders] Interface class for states?

2007-01-15 Thread Stembert Olivier \(BIL\)
... } I think you're working in Belgium, right? I work not far from you in Luxembourg. Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: Monday, January 15, 2007 5:11 PM To: 'flexcoders

[flexcoders] Arp framework

2007-01-17 Thread Stembert Olivier \(BIL\)
Hi, I found the Arp framework (http://osflash.org/arp) on the net. Does anyone use it? It seems very similar to Cairngorm. Regards, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing

RE: [flexcoders] [Flexunit] - How to test throwing errors?

2007-01-17 Thread Stembert Olivier (BIL)
Hi Christophe, It seems logic the fail() statement is not executed since it follows the new Account() statement which throws the exception. I'm not sure I understand what you mean... Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Precompiling with active web-tier compiler

2007-01-17 Thread Stembert Olivier (BIL)
Hi Hara, Specify the location of the services-config.xml file by using the services compiler argument. Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhan Sent: Wednesday, January 17, 2007 2:58 PM

RE: [flexcoders] Difference Between FDS and Flex SDK

2007-01-21 Thread Stembert Olivier (BIL)
Hi Sanjay, You will find a lot of answers by searching a little bit in this forum. And, by the way, here is the link to the doc: http://www.adobe.com/support/documentation/en/flex/ Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] FDS createItem - how to find ID of inserted record?

2007-01-21 Thread Stembert Olivier (BIL)
= new MapSqlParameterSource(); ... template.update(sql, namedParameters); int id = getJdbcTemplate().queryForInt(call identity()); dept.setDeptId(id); } Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sunilpatel_10 Sent

RE: [flexcoders] Remote list (data provider)

2007-01-21 Thread Stembert Olivier \(BIL\)
Hi, Thanks for sharing your code. Just want to say the paging mechanism is supported in Flex Data Management Service only (not in RPC services). Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of roman_dolgov Sent

RE: [flexcoders] Globally Define Custom validation Messages

2007-01-22 Thread Stembert Olivier (BIL)
Hi, I don't like compiling againt the locale. Check this alternative: http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cf m#mo Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent

[flexcoders] Organize imports

2007-01-26 Thread Stembert Olivier (BIL)
Ho all, Do you know how to organize imports in FlexBuilder? Rgds, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

[flexcoders] Flash simple question

2007-01-27 Thread Stembert Olivier \(BIL\)
Hi all, When a swf file is downloaded to my computer, where is it stored? I mean where on the file system? Thanks Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

RE: [flexcoders] deploying a simple Flex app to WebSphere AppServer?

2007-01-29 Thread Stembert Olivier (BIL)
Check this http://weblogs.macromedia.com/pmartin/archives/2006/11/deploying_flex.cf m#more Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djbrown_rotonews Sent: Thursday, January 25, 2007 4:48 PM To: flexcoders

[flexcoders] Project structure

2007-01-31 Thread Stembert Olivier (BIL)
know I can use Flex Ant tasks. Rgds, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

[flexcoders] AS variables at the top level of a package

2007-01-31 Thread Stembert Olivier \(BIL\)
, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

RE: [flexcoders] AS variables at the top level of a package

2007-01-31 Thread Stembert Olivier \(BIL\)
I have only one declaration with the public attribute. I know it's not very funny... Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stembert Olivier (BIL) Sent: Thursday, February 01, 2007 8:11 AM To: flexcoders

RE: [flexcoders] AS variables at the top level of a package

2007-02-01 Thread Stembert Olivier (BIL)
at the top level of a package On Thursday 01 Feb 2007, Stembert Olivier (BIL) wrote: package { class Test { } } var var1 : String; public function dummy():void{} .. I don't understand why I got the compilation error since I have only one declaration with the public

RE: [flexcoders] Project structure

2007-02-01 Thread Stembert Olivier (BIL)
In other words, why do we have to put mxml applications in the main flex folder? I don't understand why such a limitation? Rgds, Olivier :) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stembert Olivier (BIL) Sent: Thursday, February

RE: [flexcoders] AS variables at the top level of a package

2007-02-02 Thread Stembert Olivier (BIL)
, and only one package-level declaration per file can use the public attribute, whether that declaration is a class, variable, function, or namespace. Rgds, Olivier :) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday

RE: [flexcoders] Integerating Flex and Java using mx:RemoteObject

2007-02-04 Thread Stembert Olivier (BIL)
Hi, Did you compile your app with the -services compiler option to specify where is your services configuration file??? Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mukesh Sent: Friday, February 02, 2007 9:00 PM

RE: [flexcoders] Project structure

2007-02-04 Thread Stembert Olivier \(BIL\)
components... On 2/2/07, Stembert Olivier (BIL) [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: In other words, why do we have to put mxml applications in the main flex folder? I don't understand why such a limitation? Rgds, Olivier

[flexcoders] Flex books

2007-02-04 Thread Stembert Olivier (BIL)
Hi flexcoders, Is it worth buying these books??? Programming Flex2 ActionScript 3.0 Cookbook Did you read and recomment them? Rgds, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing

RE: [flexcoders] Re: Project structure

2007-02-05 Thread Stembert Olivier (BIL)
You organize your applications in a package hierarchy. What I'd like is to organize them in a folder hierarchy like in the samples webapp. Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sgrosven2 Sent: Monday, February

[flexcoders] FlexAntTasks and tokens

2007-02-12 Thread Stembert Olivier \(BIL\)
the default library-path settings. The default value of the ${flexlib} token is application_home\frameworks. Rgds, Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

RE: [flexcoders] Re: FlexAntTasks and tokens

2007-02-12 Thread Stembert Olivier \(BIL\)
Thanks Chris! But now my question is how I can pass the property to the mxmlc tag (the compiler) so that I can use the property in my flex-config.xml compiler configuration file. Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] duplicate function definition

2007-02-12 Thread Stembert Olivier \(BIL\)
Hi Mayur, When you define a member variable, a setter method is internally created. You have to rename your variable vbox and define it as private. private var _vbox:VBox; public function set vbox(val:VBox):void { _vbox = val; } Rgds, Olivier From

[flexcoders] Cairngorm, front controller and modulat apps

2007-02-15 Thread Stembert Olivier (BIL)
is that Command objects have a global scope. If you dispatch an event from whatever module, the event will be catched by the command even if it's not part of the same module. How can I restrict the scope of the commands in a module context? Rgds, Olivier - An electronic message

[flexcoders] Compilation, library-path and configuration file

2007-03-14 Thread Stembert Olivier \(BIL\)
complains about classes missing. Olivier - An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. -

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-15 Thread Stembert Olivier (BIL)
to do with Cairngorm. Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Sell Sent: Wednesday, March 14, 2007 8:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm: When / why override clone in Events

RE: [flexcoders] Cairngorm FrontController

2007-03-16 Thread Stembert Olivier (BIL)
, Olivier -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Mark Hawley Sent: Friday, March 16, 2007 12:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm FrontController You're doing something very weird, but I can't figure out

RE: [flexcoders] Compilation, library-path and configuration file

2007-03-16 Thread Stembert Olivier \(BIL\)
Any ideas??? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stembert Olivier (BIL) Sent: Wednesday, March 14, 2007 11:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Compilation, library-path and configuration file Hi

RE: [flexcoders] Filtering/Sorting data from Flex Data Services

2007-04-05 Thread Stembert Olivier (BIL)
It's not possible to sort and filter the whole dataset on the client. You have to sort and filter it on the server side first. Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of VVV Sent: Wednesday, April 04, 2007 11:42 PM

RE: [flexcoders] Re: Module Interface Problems

2007-04-05 Thread Stembert Olivier \(BIL\)
Mike, I experienced exactly the same problem. I think it's a bug. Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ritchie Sent: Wednesday, April 04, 2007 9:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Role based UI

2007-04-05 Thread Stembert Olivier (BIL)
on the role. I have a small prototype working fine with mx:states. It's very easy to define one state per role. Like that, I can customise my screen in a very flexible way. What I don't like is the fact that the method is intrusive. Do you know a more elegant way to achieve that? - Olivier

RE: [flexcoders] Role based UI

2007-04-05 Thread Stembert Olivier \(BIL\)
On Thursday 05 Apr 2007, Stembert Olivier (BIL) wrote: What I don't like is the fact that the method is intrusive. Do you know a more elegant way to achieve that? What we do is use visible/includeInLayout, bound to the role name in the model to hide/show GUI elements, or whole tabs

RE: [flexcoders] User authentication

2007-04-05 Thread Stembert Olivier (BIL)
You can secure your destination and send the credentials to your remote objects (j2ee security model). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of André Rodrigues Pena Sent: Thursday, April 05, 2007 3:14 PM To:

RE: [flexcoders] How to manage 2 applications with different output folders in one project?

2007-04-16 Thread Stembert Olivier (BIL)
In FB, I think it's not possible. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: Monday, April 16, 2007 10:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to manage 2 applications with different output