[flexcoders] GraniteDS and hibernate lazy loading

2007-11-23 Thread y.mauron
Dear all, I am quite new in the world of GraniteDS. I try to developp an application using Spring/Hibernate for the server part and flex for the client one. I would like to take advantage of the lazy loading capabilities of hibernate for my flex objects, but have some trouble to find a example

[flexcoders] xml and dataprovider for simple chart

2007-12-05 Thread y.mauron
Dear all, I have a problem which certainly be very easy. I have a xml varialbe like the following : var test:String = "813270890280"; var xmlData = new XML(test); and would like to use this as dataprovider for my chart. Each represent a series. (Rem: the number

[flexcoders] chart computed max value

2007-12-05 Thread y.mauron
Hello, Is it possible to get the computed max value for a chart ??? Thank you in advance...

[flexcoders] Re: xml and dataprovider for simple chart

2007-12-05 Thread y.mauron
It doesn't work :-( If I use a xml like that : 813270890280 and the following provider : {xmlData.entry.One} I cann display all the points, but as if it was one series and note two. Alternativly, I can specify entry[0] or 1 to display one or the other series but one more time not both...

[flexcoders] complex xml parsing

2007-12-12 Thread y.mauron
Dear all, Here is a fragment of xml. When I try to parse it like that : import mx.rpc.http.HTTPService; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; public function addMzXMLSpectrum(path:String):void{ var service:HTTPService =

[flexcoders] Re: complex xml parsing

2007-12-12 Thread y.mauron
nt 1. That indicate for me that it is more a parsing problem than a html or service trouble... --- In flexcoders@yahoogroups.com, "y.mauron" <[EMAIL PROTECTED]> wrote: > > > Dear all, > > Here is a fragment of xml. When I try to parse it like that

[flexcoders] Re: complex xml parsing

2007-12-13 Thread y.mauron
Thank you all, Actualy it was a very basic problem... Was a nameSpace problem. My validator added aaa as namespace and that's why I couldn't find any node.. --- In flexcoders@yahoogroups.com, "y.mauron" <[EMAIL PROTECTED]> wrote: > > > Dear all, > >

[flexcoders] First row trouble with datagrid component

2008-06-02 Thread y.mauron
topic summary : The first element of my dataprovider is not shown and there is always an empty line as the first line of my datagrid Dear all, I think my question is entirely explained in the topic summary of this post. I have a datagrid that uses a item renderer. The main app is defined like

[flexcoders] Re: First row trouble with datagrid component

2008-06-02 Thread y.mauron
; ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of y.mauron > Sent: Monday, June 02, 2008 4:04 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] First row trouble with datagrid component > > > &g

[flexcoders] Re: First row trouble with datagrid component

2008-06-02 Thread y.mauron
s.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 02 Jun 2008, y.mauron wrote: > > The only way I found to display these "living" object was to build the > > object, then to store it in an ArrayCollection and finally to reactive > > it in the datagrid

[flexcoders] Re: First row trouble with datagrid component

2008-06-02 Thread y.mauron
things get desynchronized when I add a big number of those myLiveObj objects. --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 02 Jun 2008, y.mauron wrote: > > Actually not, but I don't know why. I didn't manage to add item like > &g

[flexcoders] Re: First row trouble with datagrid component

2008-06-02 Thread y.mauron
> > Tracy > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of y.mauron > Sent: Monday, June 02, 2008 12:14 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: First row trouble with datagr

[flexcoders] AdvancedDatagrid, AdvancedDataGridRendererProvider and xml HierarchicalData

2008-06-05 Thread y.mauron
Hi all, I have a datagrid that displays HierarchicalDat from a xml file. My xml looks like that : I would like to apply an item renderer to the subtags of tag1. I tried the following but it fails to produce the desired effect...

[flexcoders] notification to a non-instanciate object

2008-06-09 Thread y.mauron
Dear all, My question is a little bit frustrating as it seems to be very simple. I've got a TabNavigator and one of the tab content is a component coming from a swc archive. From the tab number 1 I'd like to act on the content of the tab number two (let's say the tab that contains my swc compon

Re: RES: [flexcoders] notification to a non-instanciate object

2008-06-10 Thread y.mauron
iation of the objects ("auto"). its only > the tab that you have navegated into. > > You may add a "creationPolicy" property in the tabnavigator to "work > aroung" this situation. > > > > ____ > > De: flexcode

[flexcoders] LineSeries and itemRenderer

2008-06-17 Thread y.mauron
Hi all, I have a LineChart, with a lineSeries and a renderer for this series:

[flexcoders] FlexPrintJob and page resolution

2008-06-25 Thread y.mauron
Hi, I tried to use FlexPrintJob to print the content of one of my widget but I'm still struggling to obtain what I want. My main problem is that the resolution of the printed stuff is very low or someting like that. The text is pixelised and the chart are blurred... Is there someone who has alre

[flexcoders] Re: LineSeries and itemRenderer

2008-06-25 Thread y.mauron
the _chartItem casted to the wanted type within > updateDisplayList. > As a side note: you might also want to check if your item != null > before using it in updateDisplayList. > > I hope t

[flexcoders] Re: FlexPrintJob and page resolution

2008-06-26 Thread y.mauron
Hi Dimitri, Thank you for your answer. I tried it minutes ago, but it ufortunately it doesn't affect the poor quality of my printed page...

[flexcoders] interactions among multiple flex projects

2008-03-31 Thread y.mauron
Dear all, I'm slightly new to the flex's world and am completely stuck in a difficult (difficult for me) situation. I hope someone here will be able to answer but I don't doubt of that seeing the high level threads. I'm building a flex application that involves multiple "widget" or components. I