[flexcoders] Re: Illegible axis labels

2009-04-09 Thread thomas parquier
Has anyone encountered this problem ? Is there any workaround ? thanks, thomas 2009/4/9 thomas.parquier mailingli...@web-attitude.fr Setting gutterBottom (in chart mxml tag) and height (in axisrenderer tag) keeps height of axisRenderer fixed (good) but labels still get resized... (

Re: [flexcoders] Re: Illegible axis labels

2009-04-09 Thread thomas parquier
/dispatchEvent() at flash.net::URLLoader/onComplete() -Original Message- From: flexcoders@yahoogroups.com on behalf of thomas parquier Sent: Thu 4/9/2009 10:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Illegible axis labels Has anyone encountered this problem

Re: [flexcoders] Re: Create XML List by code

2009-04-10 Thread thomas parquier
I think you can get an xml object from your xmllist and then use XML methods, most of them returns xmllist. thomas 2009/4/10 lehaianh1986 lehaianh1...@yahoo.com No, I can't use static string. Depend on my data, I will use regexp to sort and classify items to some groups (like example I

Re: [flexcoders] Help to finish flex project

2009-04-12 Thread thomas parquier
I think the app on alex harui's blog may help : http://blogs.adobe.com/aharui/Flex360/zoomer.swf (source : http://blogs.adobe.com/aharui/Flex360/zoomer.zip) thomas 2009/4/12 Silva Developer silva.develo...@gmail.com I need a help to finish a project in flex. The difficulty that I am

[flexcoders] chart axis renderers

2009-04-15 Thread thomas parquier
Hello, Is there a simple way to have axis rendered upon the series area, as overlays, so the whole chart area could display datapoints ? thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone

[flexcoders] chart axis renderers

2009-04-15 Thread thomas parquier
Hello, Is there a simple way to have axis rendered upon the series area, as overlays, so the whole chart area could display datapoints ? thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone

Re: [flexcoders] showDataTipsTargets without showing datatips?

2009-04-15 Thread thomas parquier
I've used a NullDataTip class (extending DataTip but not displaying anything) as dataTipRenderer... not very elegant but there doesnt seem to be any property or method to display only these targets... BTW dont know where to look at to customize them... thomas 2009/4/16 flexaustin

Re: [flexcoders] Re: showDataTipsTargets without showing datatips?

2009-04-16 Thread thomas parquier
grey lines that connect the datatiptargets to the datatip. So when you have empty or blank datatips the grey lines point to nothing. I can't get the grey lines to go away so the blank/empty datatips don't work. Thx --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, thomas

Re: [flexcoders] Re: showDataTipsTargets without showing datatips?

2009-04-16 Thread thomas parquier
well, the visible property doesnt remove these grey connectors... so I'll be attentive to any suggestion in this thread. thomas 2009/4/16 thomas parquier mailingli...@web-attitude.fr setting visible=false in your datatip constructor should work. thomas 2009/4/16 flexaustin flexaus

Re: [flexcoders] Resetting HSlider / VSlider

2009-04-16 Thread thomas parquier
I think you have to set the values property to an array to have the setter triggering some stuff. thomas 2009/4/16 byte.sensei byte.sen...@yahoo.com I have a UI with filters including an HSlider with 2 thumbs representing a start year and end year (range 1854-2008). The HSlider code looks

Re: [flexcoders] Re: Custom DataTip function and mouse cursor. Little gray forking lines.

2009-04-17 Thread thomas parquier
To get data from both series you can use Series.localToData( mousePos:Point ) to get an array of coordinates x,y (in data units), then from both series with a loop on series.items get the chartItem matching the x you got from localToData. There doesnt seem to be any direct method to get whole set

[flexcoders] chart axis renderers inside data area

2009-04-19 Thread thomas parquier
Hello, Has anyone any suggestion about how to get axis rendered inside data area, as an overlay ? with someway no outside gutters... thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable :

Re: [flexcoders] chart axis renderers inside data area

2009-04-21 Thread thomas parquier
On Sunday 19 Apr 2009, thomas parquier wrote: Has anyone any suggestion about how to get axis rendered inside data area, as an overlay ? with someway no outside gutters... DataDrawingCannas from http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ would do the job, maybe. -- Helping

Re: [flexcoders] Red border for obligatory fields

2009-04-21 Thread thomas parquier
Hello, I think required=true should be used in a formItem surrounding tag. thomas 2009/4/21 christophe_jacquelin christophe_jacque...@yahoo.fr Hello, How to have a red border on a TextInput of an obligatory field in a form item. Since required=true is not an attribute of TextInput.

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
...@truviso.com msakrejda%40truviso.com : I wonder if putting the AxisRenderer in the chart's annotationElements array would work... -Original Message- From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com on behalf of thomas parquier Sent: Tue 4/21/2009 11:17 AM

Re: [flexcoders] chart axis renderers inside data area

2009-04-23 Thread thomas parquier
the stroke and ticks (instead of below)? That's what you want right? 2009/4/23 thomas parquier mailingli...@web-attitude.frmailinglists%40web-attitude.fr : Maciek, pushing axisrenderer to annotationElements array doesnt seem to work. Sam, setting negative gutters works (any negative

Re: [flexcoders] verticalAxisRenderers - How can I set my font size of my AxisRenderer Label ???

2009-04-27 Thread thomas parquier
Maybe you have to use truncateToFit=false property on labels. thomas -- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/4/27 sailorsea21 sailorse...@yahoo.com Hi

Re: [flexcoders] Flex Builder on Linux been scrapped ?

2009-05-03 Thread thomas parquier
As eclipse is java based, how does fb happen to be incompletely ported to linux ? What about opening source of fb ? There must be some java developers who will be able to work on fb. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone :

Re: [flexcoders] Re: Sorting VBox elements based on an XML ID

2009-05-03 Thread thomas parquier
I'm not sure currentID is replaced in slash syntax, so : var pattern:RegExp = new RegExp('^'+currentID); should work. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] Create new Canvas with Papervision3D

2009-05-05 Thread thomas parquier
looks like rendering occurs only once : at _view initialization, because render3D() is in the if(!_view) {...}... thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] Question regarding FLV protection

2009-05-05 Thread thomas parquier
I don't use fms, but couldnt streaming flv through https or rtmps do the work ? Or maybe a session based authorization ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822

[flexcoders] scale9grid and containers

2009-05-05 Thread thomas parquier
Hi, Embeded background with scaleGridTop,left,... doesnt resize. Is there a simple way to use an image as scale9grid background of a container (hbox) ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net

[flexcoders] Re: scale9grid and containers

2009-05-05 Thread thomas parquier
Or a way to re-use css scale9grid syntax/object, to implement the feature ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/5/5 thomas parquier mailingli

[flexcoders] removing some labels on chart axis

2009-05-12 Thread thomas parquier
Hi, How to prevent selectively some labels from rendering ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] removing some labels on chart axis

2009-05-13 Thread thomas parquier
] *On Behalf Of *thomas parquier *Sent:* Tuesday, May 12, 2009 11:55 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] removing some labels on chart axis Hi, How to prevent selectively some labels from rendering ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web

Re: [flexcoders] Render HTML in FLEX

2009-05-14 Thread thomas parquier
Hi, There is a component which seems interesting : http://drumbeatinsight.com/htmlcomponent, you can also look at hmlfilter ( http://code.google.com/p/flex-htmlfilter/). thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

[flexcoders] backgroundGradientColors

2009-05-14 Thread thomas parquier
Hi, I dont see the implementation of backgroundGradientColors drawing in Application.as. There doesnt seem to be any other component defining and implementing backgroundGradientColors. Does anyone know where to look at ? A simple graphics.drawRect() with a gradientFill should work, but where is

Re: [flexcoders] Re: backgroundGradientColors

2009-05-14 Thread thomas parquier
(*backgroundGradientAlphas*); We can't see the code, but I'm guessing that ApplicationBackground is set as the borderSkin for Application, behind the scenes. -TH --- In flexcoders@yahoogroups.com, thomas parquier mailingli...@... wrote: Hi, I dont see the implementation of backgroundGradientColors drawing

[flexcoders] Re: scale9grid and containers

2009-05-20 Thread thomas parquier
the css 'background-size: 100%;' has to be used with 'background-image: Embed(...)'. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/5/5 thomas parquier

[flexcoders] localized parseFloat

2009-05-22 Thread thomas parquier
Hi, Couldn't parseFloat() use the SharedResources properties to parse localized strings ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] localized parseFloat

2009-05-22 Thread thomas parquier
056 2009/5/22 Manish Jethani manish.jeth...@gmail.com On Fri, May 22, 2009 at 2:14 PM, thomas parquier mailingli...@web-attitude.fr mailinglists%40web-attitude.fr wrote: Couldn't parseFloat() use the SharedResources properties to parse localized strings ? If you intend to parse

Re: [flexcoders] localized parseFloat

2009-05-22 Thread thomas parquier
Thanks you Manish. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/5/22 Manish Jethani manish.jeth...@gmail.com On Sat, May 23, 2009 at 2:52 AM, thomas

[flexcoders] list itemrenderer

2009-05-24 Thread thomas parquier
Hi, Is there a possibility to do some code differently in a drag proxy instance of itemRenderer ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

[flexcoders] dnd list items

2009-05-25 Thread thomas parquier
Hi, I'm using a list and custom items can be dnd'd. But the proxy has a white background with a grey border (which the itemrenderer doesnt have), and the whole proxy is a bit transparent. How to get a completely transparent background and no border ? thomas --- http://www.web-attitude.fr/ msn :

[flexcoders] offset in chart with two series

2009-05-26 Thread thomas parquier
Hi, I think such a behavior has already been posted on the list, but google nor yahoo could get the email back. I wrote an application which can display multiple series on a chart, but when two lineseries are set, one is displaying with an offset though first and last data items have same xfield

Re: [flexcoders] dnd list items

2009-05-26 Thread thomas parquier
...@yahoogroups.com] *On Behalf Of *thomas parquier *Sent:* Monday, May 25, 2009 5:18 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] dnd list items Hi, I'm using a list and custom items can be dnd'd. But the proxy has a white background with a grey border (which the itemrenderer doesnt

Re: [flexcoders] Re: flash.* packages not found on linux FlexBuilder

2009-05-27 Thread thomas parquier
Hi, My linux flexbuilder also removes some flash.* imports : flash.display.Sprite import doesnt get remove whereas flash.display.Graphics does. But there's no playerglobal.swc to replace in the air app projetc I'm working on. thomas --- http://www.web-attitude.fr/ msn :

Re: [flexcoders] Cause Label to resize after setting text

2009-05-27 Thread thomas parquier
Hi, Label and Text resizement/measurement implementation doesn't seem very simple to me, but I managed to get Label width updated after validateNow(). thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net

Re: [flexcoders] Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread thomas parquier
You could use an XMLListCollection : private var arrDP:XMLListCollection; ... arrDP = new XMLListCollection( _xmlData ); thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601

Re: [flexcoders] Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread thomas parquier
[EDIT] to get an XMLList from_xmlData : arrDP = new XMLListCollection( _xmlData.children() ); --- thomas 2009/5/28 thomas parquier mailingli...@web-attitude.fr You could use an XMLListCollection : private var arrDP:XMLListCollection; ... arrDP = new XMLListCollection( _xmlData

Re: [flexcoders] offset in chart with two series

2009-05-28 Thread thomas parquier
...@ekiga.net téléphone portable : +33601 822 056 2009/5/26 thomas parquier mailingli...@web-attitude.fr Hi, I think such a behavior has already been posted on the list, but google nor yahoo could get the email back. I wrote an application which can display multiple series on a chart, but when two

Re: [flexcoders] list itemrenderer

2009-06-01 Thread thomas parquier
...@yahoogroups.com] *On Behalf Of *thomas parquier *Sent:* Sunday, May 24, 2009 4:57 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] list itemrenderer Hi, Is there a possibility to do some code differently in a drag proxy instance of itemRenderer ? thomas --- http://www.web

[flexcoders] Flash builder on linux

2009-06-02 Thread thomas parquier
Hi, Has anybody succeed in installing flash builder 4 on a linux station using wine ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

[flexcoders] Re: web attitude: Flash Builder 4 on Linux

2009-06-03 Thread thomas parquier
Thank you for the howto, fb launched correctly. I'll have a look on not working features during the week ('ll create or import a project), but yet flashbuilder through wine seems to have some more features than flexbuilder for linux... thomas --- http://www.web-attitude.fr/ msn :

Re: [flexcoders] minorticks and grid lines for charts

2009-06-04 Thread thomas parquier
I think you have to use datainterval and labelunit. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/4 netdeep deep...@chartertn.net I have a chart which

[flexcoders] swf size of charting flash app

2009-06-04 Thread thomas parquier
I've just written a flash app which makes use of a line chart and a column chart, with flex 3.3. The swf size is around 750kb ! Is such a size usual ? There is also a simple degrafa component... thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone :

Re: [flexcoders] swf size of charting flash app

2009-06-06 Thread thomas parquier
Furthermore, rsls/datavisualization.swf is only 275kb. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/4 thomas parquier mailingli...@web-attitude.fr I've

Re: [flexcoders] swf size of charting flash app

2009-06-06 Thread thomas parquier
I use flexbuilder for linux, so I cant see profiler information. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/6 thomas parquier mailingli...@web

Re: [flexcoders] Pdf library

2009-06-07 Thread thomas parquier
I dont think there are many : you can have a look at http://alivepdf.bytearray.org thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/7 christophe_jacquelin

Re: [flexcoders] Re: minorticks and grid lines for charts

2009-06-08 Thread thomas parquier
, true); ar.setStyle(minorTickPlacement, cross); genericChart.horizontalAxisRenderers = [ar]; genericChart.horizontalAxis = hAxis; --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, thomas parquier mailingli...@... wrote: I think you have to use datainterval and labelunit

Re: [flexcoders] Help with a RegExp

2009-06-09 Thread thomas parquier
var pattern:RegExp = new RegExp('^' + testID + .$); should work. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/9 fumeng5 fume...@yahoo.com Hi, I

Re: [flexcoders] Datagrid Row height

2009-06-14 Thread thomas parquier
Hi, Set variableRowHeight to true. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/14 Mike Chang mik...@gmail.com Hi, One of my rows in a data grid

[flexcoders] dmv with flex4 and flexbuilder3 causes direction style problem

2009-06-16 Thread thomas parquier
Hello, I've just moved a charting app to flex4 but a problem with a Gridlines style (direction) prevents from compiling. As said on Adobe forum, flashbuilder seems to not raise error and compile fine, but I'm using linux and flashbuilder works episodically (with wine). TIA, thomas ---

Re: [flexcoders] dmv with flex4 and flexbuilder3 causes direction style problem

2009-06-18 Thread thomas parquier
On 16 Jun 2009, at 20:32, thomas parquier wrote: Hello, I've just moved a charting app to flex4 but a problem with a Gridlines style (direction) prevents from compiling. As said on Adobe forum, flashbuilder seems to not raise error and compile fine, but I'm using linux and flashbuilder

Re: [flexcoders] Changing the background of items in a TileList

2009-06-18 Thread thomas parquier
I think you should *only* have to override the drawTileBackground function... thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/18 Max Pimm

Re: [flexcoders] Rotating axis labels

2009-06-18 Thread thomas parquier
fonts have to be embedded to get labels rotated. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/18 inevative inevat...@yahoo.com Hey guys I am trying

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread thomas parquier
I think you should move var bigM:Matrix = big.transform.matrix.clone(); out of your box move handler, because box.x and box.y are positive even when moving to left or top. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

Re: [flexcoders] 3D plane

2009-06-20 Thread thomas parquier
The application you mention has probably be done with an external 3D api such as away3d (away3d.com) or papervision3d. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] dmv with flex4 and flexbuilder3 causes direction style problem

2009-06-21 Thread thomas parquier
the absolute path of the default location to return to the client (php script would do it I think). Just random ideas... Of course, it should be compatible, so maybe file a bug? Regards, Pete On 18 Jun 2009, at 08:43, thomas parquier wrote: Hi Pete, Thank you, the application compiles fine

[flexcoders] prevent text from scrolling

2009-06-22 Thread thomas parquier
Hello, I've developped a list item renderer which embeds a mx:Text component, some text have two lines. How to prevent texts with two lines from being scrolled when list is scrolled whit mouse wheel ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone :

Re: [flexcoders] prevent text from scrolling

2009-06-22 Thread thomas parquier
] *On Behalf Of *thomas parquier *Sent:* Monday, June 22, 2009 6:28 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] prevent text from scrolling Hello, I've developped a list item renderer which embeds a mx:Text component, some text have two lines. How to prevent texts

Re: [flexcoders] prevent text from scrolling

2009-06-23 Thread thomas parquier
] *On Behalf Of *thomas parquier *Sent:* Monday, June 22, 2009 11:43 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] prevent text from scrolling Well I will use mx:UITextField if faster... but I have to use custom itemrenderer because of complex data to display. The scrolling I

Re: [flexcoders] reg expression for Password

2009-06-25 Thread thomas parquier
these 1) String.length=8 2) /[A-Z]/ for uppercase and /[0-9]/ for digit 3) /[0-9a-zA-Z]/ for alphanum should work. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] dynamic image gallery

2009-07-06 Thread thomas parquier
Maybe you should use {} in the list' itemRenderer attribute as : itemRenderer={components.Thumbnail} thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/3

Re: [flexcoders] Re: dynamic image gallery

2009-07-06 Thread thomas parquier
I think parentDocument from itemRenderer is horizontalList not gallery.mxml. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/6 stinasius stinas...@yahoo.com

Re: [flexcoders] Re: dynamic image gallery

2009-07-06 Thread thomas parquier
Maybe home_img in imgGallery.mxml is not refreshed when homeImages is updated or not bindable too. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/6

Re: [flexcoders] Smooth Manual setProgress

2009-07-07 Thread thomas parquier
I think you could use Tween. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/7 claudiu ursica the_bran...@yahoo.com Make a flash movie clip and animate

Re: [flexcoders] how to set a layout object's height to 100%?

2009-07-08 Thread thomas parquier
The little unknown percentHeight property should work : percentHeight = 100; thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/7/8 coder3 rrhu...@hotmail.com

Re: [flexcoders] undefined in stack trace (Console), stack overflow

2009-07-08 Thread thomas parquier
You may have one type of event (A) handled in a function which dispatches another type of event (B) handled in a function which dispatches an event of type A. If dispatching occurs before handler functions return you may get a stack overflow. thomas --- http://www.web-attitude.fr/ msn :

Re: [flexcoders] undefined in stack trace (Console), stack overflow

2009-07-09 Thread thomas parquier
I would say the undefined trace matches a simple trace(one_var); in a file which is particular to your offline project (not in shared libs). To talk again about events based stack overflow, I would put two surrounding trace in event handlers to see stacked functions : function

Re: [flexcoders] Re: dynamic image gallery

2009-07-09 Thread thomas parquier
Hi, I think addImg() in imageListHandler should be in concernOriginalReceived. And I'm not sure source strings in addImg() are expanded (such as assets/homeprofile_pics/extra_pics/{homeImages.img1}), I think expansion of vars in {} only occurs in tags not in as. But your code is much

Re: [flexcoders] Re: dynamic image gallery

2009-07-09 Thread thomas parquier
Sorry didnt mean to be offensive, but the difficulty to read the code is probably also the problem : the array of paths to images is build three times item by item and mx:Model may not dispatch event on item update. In dataAr1, homeImages and home_img. dataAr1 is bindable so you could build the

Re: [flexcoders] Re: dynamic image gallery

2009-07-10 Thread thomas parquier
oops, read event.result.getItemAt(0) instead of lastResult[0]... I think you should keep one data holder (mx:Model or arrayCollection) which would be bound to gallery and whatever has to get images path and label. You may keep mx:Model (because easier to read than AS) to store data usefull for

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread thomas parquier
::SQLStatement/execute() etc. /Console output EdB --- In flexcoders@yahoogroups.com, thomas parquier mailingli...@... wrote: I would say the undefined trace matches a simple trace(one_var); in a file which is particular to your offline project (not in shared libs). To talk again about events

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-14 Thread thomas parquier
] at nl.ixms.db::Db/dbResultHandler()[/{removed}/Db.as:214] at flash.data::SQLStatement/internalExecute() at flash.data::SQLStatement/execute() etc. /Console output EdB --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, thomas parquier mailingli...@... wrote

Re: [flexcoders] Need Thousand Separation functionality in INR format

2009-07-15 Thread thomas parquier
Hi, You can use a NumberFormatter component with thousandSeparatorFrom and thousandSeparatorTo attributes : mx:NumberFormatter id=numberFormatter precision=2 thousandsSeparatorFrom=, thousandsSeparatorTo= / and then use numberFormatter.format(

Re: [flexcoders] Unable to do matrix transform to flip an image - it vanishes

2009-07-24 Thread thomas parquier
Hi, scale() method takes multipliers as arguments, so 0 as y factor will set height to 0. You should use scale(-1,1). thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread thomas parquier
Hi, When objects are back to 2d, you have to reset 2d matrix to get rid of blurry effect. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/8/5 djhatrick

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-07 Thread thomas parquier
a look at the matrix when it’s back in the state where you think it should be 2D) and reset the ones that are still in 3D. Chet. *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *thomas parquier *Sent:* Friday, August 07, 2009 11:21 AM *To:* flexcoders

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-08 Thread thomas parquier
] *On Behalf Of *thomas parquier *Sent:* Friday, August 07, 2009 3:40 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Flex 3d Tweening and best practice/results for Text Chet, Yet in a mxml component I had to do the following : mx:AnimateProperty property=rotationY

[flexcoders] drawings dont get clipped by holder

2009-08-08 Thread thomas parquier
Hi, I writing an app which can draw shapes on sprites within a uicomponent (contentHolder), which holds some other canvas components. This contentHolder can be move within a canvas (drawingCanvas) which has clipContent=true. But clipping seems erratic : shapes dont seem to be taken into account

Re: [flexcoders] Charts - how to disable the little arm stroke to the chart dataTip

2009-08-13 Thread thomas parquier
I'm not sure, but I think the following style applied to your chart should do the trick : callout-stroke: ClassReference(null); thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable :

Re: [flexcoders] drawings dont get clipped by holder

2009-08-13 Thread thomas parquier
. Alex Harui 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 *thomas parquier *Sent:* Saturday, August 08, 2009 10:24 AM *To:* flexcoders@yahoogroups.com

Re: [flexcoders] matrix math help

2009-08-24 Thread thomas parquier
I think you have to construct the transform matrix box_area-to-thumbnail, then apply the scale thumbnail-to-big-picture. m = new matrix; m.translate(-area.x,-area.y); s = slider.value/100; m.scale(s,s); s = big.width/thumbnail.width; m.scale(s,s); big.transform.matrix = m; thomas ---

Re: [flexcoders] Regex: match a specific word.

2009-09-13 Thread thomas parquier
Is there some rule behind ? thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/9/13 flexaustin flexaus...@yahoo.com Anyone good at RegExpValidator's

Re: [flexcoders] Regex: match a specific word.

2009-09-13 Thread thomas parquier
a simple /keyword/ should match keyword in a string. thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/9/13 thomas parquier mailingli...@web-attitude.fr

Re: [flexcoders] Re: Regex: match a specific word.

2009-09-14 Thread thomas parquier
/^my(other)?filename$/i should match myfilename and myotherfilename, then inform user the filename they typed is not allowed. Btw, square brackets are used to match a set of characters (unordered) not a string, and ^ $ outside brackets match beginning and end of lines. thomas parquier --- http

Re: [flexcoders] Re: Strange screen behaviour when scrolling

2009-09-21 Thread thomas parquier
I'm not sure, I think I've seen such artefacts with some 3d components (rotated around y) with clipcontent set to false. thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable

Re: [flexcoders] Adobe-like logo maker

2009-10-27 Thread thomas parquier
Have a look at riaforge.org thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/10/27 breizo bre...@yahoo.com Can anybody point me to the Flex example

Re: [flexcoders] Re: AIR Performance

2009-10-29 Thread thomas parquier
Hello, Have anyone knowledge of chart about java vs air performances ? as they are both using vm... thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009

Fwd: [flexcoders] get components completely created without displaying them

2009-10-30 Thread thomas parquier
Oh yes, thank you, but I didnt mention : how in actionscript only ? thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/10/30 reyna...@gmail.com reyna

Re: [flexcoders] how can I parse this Srting in Flex

2009-10-30 Thread thomas parquier
You can use split and access elements in result array with i and i+1, using a for loop with step of 2. thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009

Re: [flexcoders] How to test if an object contains a certain property?

2009-11-12 Thread thomas parquier
objADGLD.hasOwnProperty('item') ? thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/11/12 Nick Middleweek n...@middleweek.co.uk Hello, Does anyone

Re: [flexcoders] quick XML question

2009-11-17 Thread thomas parquier
Hello, Most e4x methods return xmllist not xml. I think the following should work : var n1 : XML = report.system[product-name][0]; thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable

Re: [flexcoders] Re: Flash Builder 4 for Linux

2009-11-18 Thread thomas parquier
for example, internal web browser doesnt work easily if any. thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/11/18 primo411 primo...@gmail.com I

Re: [flexcoders] Flash Builder 4 for Linux Apha2 Released!

2009-11-21 Thread thomas parquier
Hi, First big thank you for your work !! Would there be any issue to self-upgrade ganymede to galileo after flashbuilder get installed ? Could you please upload the tar.gz to google code ? Have a good day, thomas --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr

Re: [flexcoders] Flash Builder 4 for Linux Apha2 Released!

2009-11-21 Thread thomas parquier
What a pity : besides google mail offers more than 7GB for storage... thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009/11/21 feiy eshang

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread thomas parquier
I managed to install fb4linux with galileo, but installtion took a few tenth of minutes. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2009

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-24 Thread thomas parquier
No item appears unless you uncheck group by category because packages are uncategorized, I think. Then you would be able to install fb4linux, great ! thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip

Re: [flexcoders] Flash Builder 4 for Linux Apha3 Released!

2009-11-25 Thread thomas parquier
run is working but not debug... in the debug perspective, the app gets terminated before even being launched. I've installed air2 sdk. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit

  1   2   >