[flexcoders] Line chart animation

2008-11-19 Thread Giro
I have a line chart with two lineseries. I want that when I set visible false on one lineseries chart rescale? Any idea. Giro.

[flexcoders] Bindable popupmanager

2008-10-21 Thread Giro
Is possible for example to make a input with a bindable text, but this text content come from another input text inside a component thas is used as popup? Thanks Giro

[flexcoders] Textarea link rollover event

2008-10-10 Thread Giro
I know that I can use a href='event:http://www.theriadeveloper.com'nice Flex blog!/a and detect this event on text area component. But I can do same with rollover on link? Giro.

[flexcoders] Real canvas height and width

2008-10-10 Thread Giro
I can know the real height and width of a canvas components. I need to know real height and wind not only visible area, this need to include scrolled area. Thks. Grio.

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Giro
But measuredWidth and measuredHeight return 0 for me. Giro. 2008/10/10 David Gironella [EMAIL PROTECTED]: But measuredWidth and measuredHeight return 0 for me. Giro. 2008/10/10 Emile Swain [EMAIL PROTECTED]: I believe the measuredWidth and measuredHeight properties can help you here

Re: [flexcoders] Real canvas height and width

2008-10-10 Thread Giro
:32, Giro [EMAIL PROTECTED] wrote: But measuredWidth and measuredHeight return 0 for me. Giro. 2008/10/10 David Gironella [EMAIL PROTECTED] mailto:david.gironella%40gmail.com : But measuredWidth and measuredHeight return 0 for me. Giro. 2008/10/10 Emile Swain [EMAIL PROTECTED

[flexcoders] Fade effect on tilelist itemrenderer

2008-05-28 Thread Giro
={data.value } / /mx:Canvas But don't work. Any idea? Thanks Giro.

[flexcoders] Reusable components

2008-05-14 Thread Giro
? Thanks. Giro.

RE: [flexcoders] File upload in Flex

2008-04-02 Thread Giro
I think that you can not use upload to send file to Amazon S3, because S3 use REST or SOAP protocol to upload files. Check this to upload to S3: http://code.google.com/p/as3awss3lib/ Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Gaurav Jain

RE: [flexcoders] [AIR] Load image return null

2008-04-01 Thread Giro
And don't exists a solution to load an image that I need a complete event? Thk. Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Jim Hayes Enviado el: martes, 01 de abril de 2008 11:55 Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders

[flexcoders] [AIR] Load image return null

2008-04-01 Thread Giro
(); filestream.readBytes(bytesRead,0,filestream.bytesAvailable); var loader:Loader=new Loader(); loader.loadBytes(bytesRead); var image:Bitmap = Bitmap(loader.content); myPDF.addImage(image, 1 , Normal, null , false, ImageFormat.JPG, 100, 0, 0, 0, 0); Thank. Giro.

[flexcoders] Form upload

2008-03-25 Thread Giro
submit others form fields. But I can do all with only a request? Thanks. Giro.

[flexcoders] Repeater and click

2007-12-20 Thread Giro
. at mx.core::Repeater/get currentItem() at vidi_new/___Label3_click() How i can pass repeater data to a function? Thk. Giro.

[flexcoders] Autocomplete textinput with remote dataprovider

2007-10-25 Thread Giro
Anybody know where I can find an autocomplete textinput component, that use a remote dataprovider for search suggested information? Thk. Giro.

RE: [flexcoders] Image control to bitmapdata

2007-10-04 Thread Giro
myColorWheel.content.bitmapData say that this propety is not defined. Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Alex Harui Enviado el: jueves, 04 de octubre de 2007 0:59 Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] Image control

RE: [flexcoders] Image control to bitmapdata

2007-10-04 Thread Giro
I make a little change. I put image_complete function on creationcomplete event and now work. What is difference of complete and creation complete event? Thk. Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Giro Enviado el: jueves

[flexcoders] Euro symbol encoding

2007-09-20 Thread Giro
If I write a € (Euro symbol) on my Flex application no problem, but when i retrieve information using a httpservice and place this on DataGrid but Euro symbol appear as square. Any solution? Thk. Giro.

RE: [flexcoders] Menu colocation

2007-09-20 Thread Giro
Yes but I want to see examples of different menu designs. Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tom Chiverton Enviado el: jueves, 20 de septiembre de 2007 13:28 Para: flexcoders@yahoogroups.com Asunto: Re: [flexcoders] Menu

[flexcoders] Dynamic image size

2007-09-19 Thread Giro
Hi, I have this image (http://www.6tems.com/test/sony_mb.png) And want to place a textarea inside it on screen. But I need that if image rescale, textarea rescale and don't move. Any idea. Thk, Giro.

[flexcoders] Menu colocation

2007-09-19 Thread Giro
I have to develop an application with flex. I need to place a menu with some options and some sub options. Anybody have test applications or some screenshots of examples of menu design? Thanks Giro.

[flexcoders] Big flex web

2007-06-15 Thread Giro
I start a big flex project, a complex web with many components principally based in Panels. I need to take some considerations about it? I can make a unique swf, or is best to load external swf, and divide each panel in one swf? Any recommendation. Thk. Giro.

[flexcoders] Titlewindows resizable

2007-06-14 Thread Giro
Can be a title Windows user resizable? Or I need to extended titlewindows component, to make it? Thk. Giro.

[flexcoders] EventResult to Array

2007-06-07 Thread Giro
); mx.controls.Alert.show(resultat[0].toString()); } But if I do this no result show. Where is the problem? Thk. Giro.

RE: [flexcoders] Re: EventResult to Array

2007-06-07 Thread Giro
Dont work, if i make mx.controls.alert.show(dataArrayResult.length) this show 1 Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de candysmate Enviado el: jueves, 07 de junio de 2007 12:26 Para: flexcoders@yahoogroups.com Asunto: [flexcoders] Re

RE: [flexcoders] Re: Flex and Adsense

2007-06-06 Thread Giro
This is a solution. JamJar place AdSense on a iframe. Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de r1muzard Enviado el: martes, 05 de junio de 2007 21:31 Para: flexcoders@yahoogroups.com Asunto: [flexcoders] Re: Flex and Adsense It's

[flexcoders] Tree fold icon don't appear

2007-06-06 Thread Giro
page icon. Where is the problem? Thk. Giro.

[flexcoders] Tree update with dataprovider

2007-06-06 Thread Giro
I have data from a httpservice(ex4) when I click a folder in a tree, I read this httpservice response and want to update the new content inside the clicked item. Exist some easy method to do this, or i need to read de XML content and additems, or i cant do it more easy? Thk. Giro.

[flexcoders] Flex and Adsense

2007-06-05 Thread Giro
Anybody investigate to integrate Adsense on flex application. Is legal? We can use a htmlcontrol? Any idea Thk. Giro.

[flexcoders] Httpservices and XML

2007-05-30 Thread Giro
to transformer this with toString() but have same effects. Thanks Giro.

[flexcoders] Access a viewstack

2007-05-29 Thread Giro
. How can I do it? Thk. Giro.

RE: [flexcoders] Access a viewstack

2007-05-29 Thread Giro
I solve it using this: http://www.nielsbruin.nl/flex_examples/modelexample/ModelExample.html But for me is strange that flex dont have a more easy solution. Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tom Chiverton Enviado el: martes

[flexcoders] Loggin best method

2007-05-24 Thread Giro
I need to develop an application with an initial login form. What is best method? One possible solution is: I create two views, one for login, and other the application, if login is okay, I change to application view. Any other idea. Thk. Giro.

[flexcoders] Flex drawing application

2007-05-23 Thread Giro
to develop this with Flex. Thanks Giro.

[flexcoders] mouseClickData

2007-05-16 Thread Giro
If i place a mouseclickdata on a ColumnChart, flex builder say me Cannot resolve attribute 'mouseClickData' for component type mx.charts.ColumnChart. Any idea because this happend. Thk. Giro.