Hi Ravi Kanth,

If you want to automatically increase the counter on application load
itself, use repeater to populate the Tile and inside the repeater, add
the logic to increment the count.

Regards,
Venkat

On Feb 3, 7:34 am, sankar swaroop <[email protected]> wrote:
> On which action u want to increment this counter, i mean click, mouseOver.
> If u want to do that on any of these actions, then use itemClick event and
> then
>
> (event.selectedItem as HBox).text='counter'+i;
>
> do something like this.
>
>
>
> On Tue, Feb 2, 2010 at 2:51 AM, ravi kanth <[email protected]> wrote:
> > Hi ,
>
> > I have a custom HBoxand the HBox text name is Counter1.
>
> > And i added this HBox to tile container. and i need increment the HBox text
> > name.
>
> > Example:
>
> > <HBox text="counter1">
>
> > I added this HBox into Tile container.So i need to display the HBox text
> > number has to be increased...like counter 1, counter2..etc
>
> > Thanks,
> > Ravi
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Flex India Community" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<flex_india%2bunsubscr...@googlegrou 
> > ps.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/flex_india?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to