RE: [flexcoders] Tilelist itemrender component access
I have a button out from tilelist. When click this i want to call a public function on each item on a specific tilelist. I check indextoitemrenderer to know if it is a possible solution for me. Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Guillaume Malartre Enviado el: martes, 16 de septiembre de 2008 14:36 Para: flexcoders@yahoogroups.com Asunto: Re: [flexcoders] Tilelist itemrender component access Could you be more explicit. Those functions need to be run on the creationComplete event or on a click event or remotely? If you want to call those methods from outside of the tileList I suggest you to look at TileBase/ListBase function indexToItemRenderer(index). On Tue, Sep 16, 2008 at 3:33 AM, David Gironella <[EMAIL PROTECTED]> wrote: I have a tilelist with a itemrenderer, each itemrender component is a canvas, inside canvas I have a public function. How can I execute this public function for each component on tilelist? Thk. Giro. -- Merci, Guillaume Guillaume Malartre Programmeur-Analyste, Scolab 514-528-8066, 1-888-528-8066 Besoin d'aide en maths? www.NetMaths.net
[flexcoders] Tilelist itemrender component access
I have a tilelist with a itemrenderer, each itemrender component is a canvas, inside canvas I have a public function. How can I execute this public function for each component on tilelist? Thk. Giro.
[flexcoders] Load Complete on tilelist
I have a tilelist with a dataprovider from an httpservice. I each item render I load an image. Exists some method to know when all images are complete loaded? I can use some events on tilelist to know this. Thanks. Giro.
[flexcoders] Resource file
I know I can create string tags easy in resource file. MESSAGE=we are alone. But I can use this tag to complete other tags. Possible example: MESSAGE=we are alone. MESSAGE2= {MESSAGE} and you Giro.
[flexcoders] Canvas event
I have this piece of code. When I mouseOver second canvas, first canvas detect a mouseOut event. How can I prevent this? Giro.
RE: [flexcoders] PopUpManager
Here can find information: http://blog.flexexamples.com/2007/08/14/changing-a-modal-alert-controls-blur -transparency-and-transparency-color/ Google is your friend!!! Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de tchredeemed Enviado el: lunes, 21 de julio de 2008 16:42 Para: flexcoders@yahoogroups.com Asunto: [flexcoders] PopUpManager Does anyone know how to change the color/alpha of the background when using a popupmanager to add a popup to the screen? Not being able to do this has caused me to create my own popups, which might not be the best way to do it :) HALP! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
[flexcoders] Image flip horizontal
Hi, Any parameter for image component to flip horizontal? I know to do this in AS3 but want to now if I can do this easier. Giro.
[flexcoders] Pass parameters to module
I use a moduleloader and need to pass parameters to module. How can I do it? Thanks Giro.
[flexcoders] Embedded XML
Anybody have an example how to embed an XML, and read it on XML object? Thanks. Giro
[flexcoders] ModuleLoader
How can I pas parameters to a module loaded with ModuleLoader? Can I access to parentApplication from module? Thank, Giro.
[flexcoders] Tag Cloud
Anybody know where i can find an example of a tag cloud made with Flex? Thk. Giro.
[flexcoders] Image control to bitmapdata
I have this function: public function image_complete(evt:Event):void { bm = myColorWheel.content as Bitmap; bmd = new BitmapData(myColorWheel.contentWidth, myColorWheel.contentHeight); bmd.draw(bm); mx.controls.Alert.show("bitmap okey"); } I have this on a complet event in a image control(myColorWheel), with a source image that load correctly. I have this declared: public var bm:Bitmap; public var bmd:BitmapData; Alert dont show because something dont work, and if i getPixel from bmd i return nothing. Any suggestion to convert a image control, to bitmapdata where i cant get pixel information? thk. Giro.
[flexcoders] Prevent color picker open
I want to place a color picker, but i want to open my own color select panel, how can i prevent color picker to open when click? thk. giro.