I've did it in 3x4

<mx:Script>
        <![CDATA[
                
                
                        import flash.events.Event;
                        
                        private var position:int = 0;
                        
                        [Bindable]
                        private var dp:Array = [1, 4, 7, "A", 2, 5 ,8, 0, 3 ,6, 
9, "<" ];    
                        
                        
                        
        ]]>
    </mx:Script>
                
                
        <mx:Tile direction="vertical" borderStyle="inset" 
            horizontalGap="10" verticalGap="5"
            paddingLeft="10" paddingTop="10" paddingBottom="10"
paddingRight="10">
        
            <mx:Repeater id="rp" dataProvider="{dp}" >
                <mx:Button height="39" width="50" 
                    label="{String(rp.currentItem)}" 
                    click="doClick(event)"/>
            </mx:Repeater>    
        </mx:Tile>
        </mx:VBox>
        <ClientDetail id="client" height="100%" />
                </mx:HBox>



--- In [email protected], "Doug Lowder" <[EMAIL PROTECTED]> wrote:
>
> There's a 3x3 example right in the docs.
> 
> Here.
>
<http://livedocs.macromedia.com/flex/2/langref/mx/core/Repeater.html#inc\
> ludeExamplesSummary>
> 
>
http://livedocs.macromedia.com/flex/2/langref/mx/core/Repeater.html#incl\
> udeExamplesSummary
> 
> 
> --- In [email protected], "junhufr" <junhufr@> wrote:
> >
> > Hello,
> >
> > I'd like to create a 3x4 Number Pad(10 numbers with 2 letters) by
> > using repeater, anyone could give me some ideas? Thank you in advance.
> >
> >
> > Jun
> >
>






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