Hi All,

In my datagrid column I want to display 2 images in a
datagrid  cell and sometimes only one.

I have an image Renderer which works fine if I am
using only one image.

But when I have my second image 'image2' the first
image is not getting displayed at all. I beleive the
second image is overwriting the first one.

function createChildren(Void) : Void{
        image = createClassObject( Image, "image", 1,
{owner:this});
        image2 = createClassObject( Image, "image2", 1,
{owner:this});
}

I want to attach 'click' events to these buttons as
well.


Can someone explain me what I doing wrong here and
gimme tips to code this renderer? Would be great if
you can provide sample code for the same.

Thanks in advance
Mohan







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to