Re: [Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-31 Thread John Mark Hawley

Thanks, I found mentions of this on the web but the links were busted.

Josh Santangelo wrote:

There's a multiline CellRenderer in the Flash 8 documentation.

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=3131.html 



(Or just search "CellRenderer" in the Help panel.)

I made one based on this code and it worked fine, the only trick being 
setting the rowHeight of the component to the height of the largest 
row you need to display.


-josh


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-31 Thread mike cann

This may not be the best place to post this but..

A while back i was trying to write my own custom cell renderer that took a
movieclip as the content for the cell renderer (not a movieclip from the
libary, a dynamically created movie clip) needless to say it was a compleate
headache and many wierd and unexplained things went on. I gave up in the end
:P

Mike

On 31/05/06, Josh Santangelo <[EMAIL PROTECTED]> wrote:


There's a multiline CellRenderer in the Flash 8 documentation.

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/
html/wwhelp.htm?context=LiveDocs_Parts&file=3131.html

(Or just search "CellRenderer" in the Help panel.)

I made one based on this code and it worked fine, the only trick
being setting the rowHeight of the component to the height of the
largest row you need to display.

-josh

On May 30, 2006, at 9:35p, John Mark Hawley wrote:

> I triple dog dare someone to post a gallery of basic CellRenderers,
> especially a multiline text field one like the one I'm going to
> have to put together tomorrow amidst much cranking that no one has
> posted one online yet that I can find via Google...don't be a
> chicken, some person with more gumption than I...
>
> Really, CellRenderers are so annoying to put together if you don't
> fool around with DataGrids often, it would be a mammoth boon to
> have all the basic possible ones covered -- ComboBox,
> NumericStepper, RadioButton, CheckBox, etc.
>
> grimmwerks wrote:
>> Curious - does anyone have a good example of a NumericStepper
>> CellRender?
>> ___
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-30 Thread Josh Santangelo

There's a multiline CellRenderer in the Flash 8 documentation.

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/ 
html/wwhelp.htm?context=LiveDocs_Parts&file=3131.html


(Or just search "CellRenderer" in the Help panel.)

I made one based on this code and it worked fine, the only trick  
being setting the rowHeight of the component to the height of the  
largest row you need to display.


-josh

On May 30, 2006, at 9:35p, John Mark Hawley wrote:

I triple dog dare someone to post a gallery of basic CellRenderers,  
especially a multiline text field one like the one I'm going to  
have to put together tomorrow amidst much cranking that no one has  
posted one online yet that I can find via Google...don't be a  
chicken, some person with more gumption than I...


Really, CellRenderers are so annoying to put together if you don't  
fool around with DataGrids often, it would be a mammoth boon to  
have all the basic possible ones covered -- ComboBox,  
NumericStepper, RadioButton, CheckBox, etc.


grimmwerks wrote:
Curious - does anyone have a good example of a NumericStepper  
CellRender?

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-30 Thread John Mark Hawley
I triple dog dare someone to post a gallery of basic CellRenderers, 
especially a multiline text field one like the one I'm going to have to 
put together tomorrow amidst much cranking that no one has posted one 
online yet that I can find via Google...don't be a chicken, some person 
with more gumption than I...


Really, CellRenderers are so annoying to put together if you don't fool 
around with DataGrids often, it would be a mammoth boon to have all the 
basic possible ones covered -- ComboBox, NumericStepper, RadioButton, 
CheckBox, etc.


grimmwerks wrote:

Curious - does anyone have a good example of a NumericStepper CellRender?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-30 Thread grimmwerks

Curious - does anyone have a good example of a NumericStepper CellRender?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com