Re: [flexcoders] ItemRenderer dispatch event problem

2009-07-05 Thread Sefi Ninio
Read up on event life cycle, specifically about capture, target and bubble phases. dispatchEvent(new Event(eventType)); will dispatch the event. But since it's a renderer (let's say a datagrid renderer for example sake), the only way for you to listen for the event is on the datagrid itself, i.e.

Re: [flexcoders] Re: Problems with Julian Dates with AIR percision?

2009-07-05 Thread Charlie Hubbard
Yarg! I figure it out, and it was not related to precision after all. It was the portion of my query unrelated to the datetime treatment. Thanks for the reply, Charlie On Sat, Jul 4, 2009 at 12:06 PM, jason_williams_mm jwilli...@macromedia.com wrote: Hi Charlie, Can you post an example

[flexcoders] Re: getting the xml data from a dispatched event

2009-07-05 Thread Jason B
It wont accept your suggestions Severity and DescriptionPathResourceLocation Creation Time Id 1120: Access of undefined property Panelcreatemealitem. /srcMain.mxml line 1051246801954900 468962 --- In flexcoders@yahoogroups.com, Tim Hoff

[flexcoders] Help me to start with flex

2009-07-05 Thread Ramkumar
Hi I am new to flex and Cairngorm framework. i would like to start the flex with basics. Please any one help me to learn this. Thanks and Regards, N.Ramkumar

Re: [flexcoders] Problem With debugging

2009-07-05 Thread vamsi krishna
Hi John, Thank you for your help. But my problem is not resolved. Can you suggest me any other way. --- On Sat, 4/7/09, John McCormack j...@easypeasy.co.uk wrote: From: John McCormack j...@easypeasy.co.uk Subject: Re: [flexcoders] Problem With debugging To: flexcoders@yahoogroups.com Date:

Re: [flexcoders] Help me to start with flex

2009-07-05 Thread Nancy Gill
to flex and Cairngorm framework. i would like to start the flex with basics. Please any one help me to learn this. Thanks and Regards, N.Ramkumar __ Information from ESET NOD32 Antivirus, version of virus signature database 4218 (20090705) __ The message was checked

Re: [flexcoders] Problem With debugging

2009-07-05 Thread John McCormack
Hi Vamsi, I don't know if I can help but I can give it a try. First, which versions of Flex Builder and FlashPlayer do you use? Can you debug any other SWF - one from some time ago? I just tried this: I right clicked the taskbar and ran Task Manager. On the Processes tab I clicked the Image Name

Re: [flexcoders] Problem With debugging

2009-07-05 Thread John McCormack
Sorry Vamsi, I copied FlashUtil10.exe to the desktop and ran it. It's just an updater that runs at the same time. Try again! I just ran a debug version of a SWF outside of the IDE and it runs FlashPlayer.exe which appears in the TaskManager list as version 9.0 r124 from here C:\Program Files

[flexcoders] Re: getting the xml data from a dispatched event

2009-07-05 Thread Tim Hoff
import com.nutrition.Panelcreatemealitem; -TH --- In flexcoders@yahoogroups.com, Jason B nos...@... wrote: It wont accept your suggestions Severity and Description Path Resource Location Creation Time Id 1120: Access of undefined property Panelcreatemealitem. /src Main.mxml line 105

[flexcoders] Accessing image layers from photoshop psd inside flex

2009-07-05 Thread Jo Morano
Hi everyone! It's been a good break, but I'm back on flex! I am building an application for which the designers have given me photoshop files (.psd). Is there a way to use the images directly from psd in flex like we do with swc? When I extract the images through open source apps, I end up with

[flexcoders] Best APIs, libraries for image editing - scaling, erasing etc

2009-07-05 Thread Jo Morano
Hello there, What are the preferred approaches to doing image editing like flipping, erasing etc? I have done this in OpenGL in C in the past. Do I need to implement the same algorithms on the image bitmap or is some of this already done in a way that I can use? Regards

Re: [flexcoders] Problem With debugging

2009-07-05 Thread vamsi krishna
Hi John, Iam using flex builder 3.0 and flash player 9.0. I got this problem from 2 weeks ago. I follwed the same procedure what you did previously, When I do this mine says Adobe Flash Player Helper 9.0 159   So can you please help me out. Thanks for your support --- On Sun, 5/7/09, John

Re: [flexcoders] Problem With debugging

2009-07-05 Thread Jo Morano
What does about:plugins in address bar of the browser show? On Sun, Jul 5, 2009 at 8:50 AM, vamsi krishna vamsi_vitla...@yahoo.co.inwrote: Hi John, Iam using flex builder 3.0 and flash player 9.0. I got this problem from 2 weeks ago. I follwed the same procedure what you did previously,

[flexcoders] Re: Best APIs, libraries for image editing - scaling, erasing etc

2009-07-05 Thread kaspar.luethi
good question :) check this: http://www.adobe.com/devnet/flash/articles/matrix_transformations_print.html for scaling, flipping etc. and this http://blog.joa-ebert.com/imageprocessing-library/ and this: http://labs.adobe.com/wiki/index.php/Pixel_Bender_Toolkit filters...! you'll like it, if you

[flexcoders] Flex OpenSocial

2009-07-05 Thread aphexyuri
I was hoping someone on the group could point me in the right direction for some resources etc. for building Flex apps for MySpace / hi5 etc using OpenSocial? Any help appreciated. Thanks

[flexcoders] My itemrenderer is mercurial!!

2009-07-05 Thread j2me_soul
The itemrenderer is a HBox. There is a check and a label in the HBox. When I selected any of the checkbox and scrolled the scrollbar of the List which used the itemrenderer, the stange thing happened, the selected checkbox is no longer the same checkbox !! Maybe the last one, maybe the second

Re:Re: [flexcoders] Bring forward something in flex

2009-07-05 Thread j2me_soul
It very useful to me. Thanks Jeffry! 在2009-07-03,Jeffry Houser j...@farcryfly.com 写道: The initial layout is related tot he order you declare things in MXML, but that doesn't help him move children around by clicking on something in the background. Take a look at SwapChildren and/or

[flexcoders] Re: dynamic image gallery

2009-07-05 Thread stinasius
someone please help point out what am doing wrong in the code. would really appreciate it.

Re: [flexcoders] Re: dynamic image gallery

2009-07-05 Thread Sam Lai
Add a Label to thumbnail.mxml and show the image path to see that it is getting that. Then hard-code an image path in thumbnail.mxml. This will help you isolate the problem. 2009/7/6 stinasius stinas...@yahoo.com: someone please help point out what am doing wrong in the code. would really

[flexcoders] Re: dynamic image gallery

2009-07-05 Thread stinasius
i have tried to do as you asked, added a label to the thumbnail.mxml and the labels show up as expected. still haven't seen why those images cant show in the Horizontal list.

Re: [flexcoders] Re: dynamic image gallery

2009-07-05 Thread Sam Lai
Does an image appear if you hardcode the image source in thumbnail.mxml? 2009/7/6 stinasius stinas...@yahoo.com: i have tried to do as you asked, added a label to the thumbnail.mxml and the labels show up as expected. still haven't seen why those images cant show in the Horizontal list.