Re: [flexcoders] Flex/Flash/AIR Screen Record

2010-07-21 Thread thomas parquier
Hello, I'm interested in making such an application... so if you plan to hire a freelancer, I'm available. The app has to be AIR to embed a screen recorder in package and then get stream. have a good day, thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web

Re: [flexcoders] Yahoogroups really sucks - let's go somewhere else.

2010-04-29 Thread thomas parquier
what about flex coders yahoo google group ( http://groups.google.fr/group/flex-coders-yahoo) ? have a good day, 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

Re: [flexcoders] Yahoogroups really sucks - let's go somewhere else.

2010-04-28 Thread thomas parquier
+1 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 2010/4/28 Patrick djhatr...@yahoo.com I've been starting to use the Adobe forum more

Re: [flexcoders] Re: Charts - complex label

2010-04-19 Thread thomas parquier
Label is somewhat capricious : you have to make clever use of commitproperties() and measure() I think. You should use uitextfield which has more immediate rendering. --- thomas parquier http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit

Re: [flexcoders] Problems With my XML Created Array Collection

2010-04-19 Thread thomas parquier
what about xmllistcollection ?; --- 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 2010/4/19 James garymoorcroft_...@yahoo.co.uk In my app I

Re: [flexcoders] How to load a file from a relative path with Air 2.0

2010-04-16 Thread thomas parquier
An installed AIR app is not supposed to reside in bin-debug. You can use File.applicationStorageDirectory, File.desktopDirectory, File.documentsDirectory... with resolvePath(). thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone

Re: [flexcoders] How to load a file from a relative path with Air 2.0

2010-04-16 Thread thomas parquier
Couldn't you set File url property from UrlRequest url property ? --- 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 2010/4/16 Davis Ford davisf

Re: [flexcoders] Re: Charts - complex label

2010-04-16 Thread thomas parquier
I de-activated canStagger and auto-rotation... but I remember fonts had to be embedded to get thoses features... but not to get them showing up, sorry. I will quickly set up a sample chart with custom labelrenderer. Did you trace String(data.text) ? --- thomas parquier http://www.web-attitude.fr

Re: [flexcoders] Re: Charts - complex label

2010-04-14 Thread thomas parquier
Did you set any rotation to labels ? --- 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 2010/4/14 pullzmag deegregg_ml...@poczta.fm Yes, even

Re: [flexcoders] Re: Charts - complex label

2010-04-14 Thread thomas parquier
There's an issue with canStagger, rotation and fonts of labels along an axisrenderer. I look back at a previous work. --- 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

Re: [flexcoders] Re: Charts - complex label

2010-04-13 Thread thomas parquier
where do you take labels from ? 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 2010/4/13 pullzmag deegregg_ml...@poczta.fm Any ideas guys

Re: [flexcoders] Re: Charts - complex label

2010-04-13 Thread thomas parquier
I think your renderer should extend a uicomponent by adding to labels components within. --- 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 2010

Re: [flexcoders] Re: Charts - complex label

2010-04-13 Thread thomas parquier
even with a validateNow() upon label ? --- 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 2010/4/13 pullzmag deegregg_ml...@poczta.fm I

Re: [flexcoders] Performance feedback PLEASE

2010-04-12 Thread thomas parquier
64bits system and 64bits flashplugin. 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 2010/4/9 thomas parquier mailingli...@web-attitude.fr

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread thomas parquier
crunchbang (ubuntu) AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ flashplayer 10.0.32.18 : 40-41fps great visual result 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

Re: [flexcoders] displaying list one at a time (flex4)

2010-04-09 Thread thomas parquier
Hello, You can use a viewstack : only one element is visible at a time, some effects can be added for transitions. have a good day, thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net

[flexcoders] AIR app : pb with 7

2010-03-24 Thread thomas parquier
Hello, I've made an AIR2b2 app with flex4 and away3d 3.4.2. The app runs fine with linux or vista but is completely erratic with 7 and a touchscreen : some 3d objects stops rotating, renderings seem to be incomplete... any suggestion ? have a good day, thomas parquier --- http://www.web

Re: [flexcoders] Re: send custom data thru netstream

2010-01-31 Thread thomas parquier
ByteArray objects to transfer your data. Paul On Sat, Jan 30, 2010 at 1:15 PM, thomas parquier mailingli...@web-attitude.fr wrote: anybody ? thomas --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit

[flexcoders] Re: send custom data thru netstream

2010-01-30 Thread thomas parquier
anybody ? thomas --- 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 2010/1/12 thomas parquier mailingli...@web-attitude.fr Hello, netstream seems to have

Re: [flexcoders] How to click through a component ?

2010-01-30 Thread thomas parquier
mouseenabled does the trick... didnt add eventlistener to the right canvas... :$ 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 2010/1/22

[flexcoders] How to click through a component ?

2010-01-22 Thread thomas parquier
Hello, How to get sort of a click-through-component behavior ? In the app I'm coding now, an image with some transparency should not prevent a component behind (not a child) to receive mouse events. have a good day, thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu

Re: [flexcoders] How to click through a component ?

2010-01-22 Thread thomas parquier
already set mouseEnabled to false... so as includeInLayout 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 2010/1/22 kovacs levy gyermek_

Re: [flexcoders] How to click through a component ?

2010-01-22 Thread thomas parquier
I managed to get an underlying canvas receive events (not a uicomponent as previously set). 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

Re: [flexcoders] Building to FP10 breaks code that works if I build to FP9...why?

2010-01-18 Thread thomas parquier
Hello, I think your create function is not in class instance scope (because inline) : should be static or from an instance of Dohickey to work, I think. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip

[flexcoders] send custom data thru netstream

2010-01-12 Thread thomas parquier
Hello, netstream seems to have only attachCamera as a data feed, but can a local video file or bitmap data be sent thru netstream to a media server ? have a good day, thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit

Re: [flexcoders] papervision

2010-01-04 Thread thomas parquier
I used papervision once or twice. I used tutorials and online documentation : - http://pv3d.org/ (many simple tutorials) - http://papervision3d.googlecode.com/svn/trunk/as3/trunk/docs/index.html thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web

Re: [flexcoders] Inserting Datagrid printscreen in PDF with AlivePDF

2009-12-09 Thread thomas parquier
I've used a invisible viewstack to store datagrids with good dataprovider to fit in a page. A listener on creationcomplete adds a page and inserts the image. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

Re: [flexcoders] Encrypt image

2009-12-06 Thread thomas parquier
You could zip images with password and then unzip in flex app... not sure there is such a library. I think you could also use SSL. thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net

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

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 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] 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] 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] 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

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] 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

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: 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

[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] 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

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] 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] 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

[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] 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

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] 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] 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] 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] 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 :

[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 :

[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

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

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] 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

[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

[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] 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] 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] 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

  1   2   >