I really need to unsubscribe to this.  Didn't realize I would get e-mailed a 
copy of every entry in every thread.  I used to think I got a lot of junk 
mail...this, however, is overwhelming.  Please help!!

Thanks,

Darin


>From: Paul Hastings <[EMAIL PROTECTED]>
>Reply-To: flexcoders@yahoogroups.com
>To: flexcoders@yahoogroups.com
>Subject: [flexcoders] not kosher to call function from inline renderer?
>Date: Tue, 16 Oct 2007 21:06:42 +0700
>
>don't know if it's not kosher or i'm flubbing something but i keep getting
>"Call to a possibly undefined method blobToImage." errors from something 
>like
>this (trying to convert bunch of BLOBed thumbnails into a list):
>
><mx:HorizontalList id="sampleImageThumbnails"
>dataProvider="{sampleData.sampleImagery}" width="100%">
><mx:itemRenderer>
><mx:Component>
><mx:Image height="{data.data.imageHeight}" width="{data.data.imageWidth}"
>source="{blobToImage(data.thumbnail,data.imageHeight,data.imageWidth)}" />
></mx:Component>
></mx:itemRenderer>
></mx:HorizontalList>
>
>the method is there & works (more or less ;-).
>
>any ideas?
>
>thanks.

_________________________________________________________________
Capture the missing critters!   Play Search Queries and earn great prizes. 
http://club.live.com/search_queries.aspx?icid=sq_hotmailtextlink1_oct



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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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