Re: [flexcoders] Re: help with setInterval...

2005-04-24 Thread dave buhler
ning}"/> > enabled="{counter.running}"/> > > > toolTipPlacement="top" > >thumbCount="2" >labels="['min', 'max']" >val

Re: [flexcoders] Re: help with setInterval...

2005-04-23 Thread michael keirnan
om Subject: Re: [flexcoders] Re: help with setInterval... Does not work. On 4/12/05, michael keirnan <[EMAIL PROTECTED]> wrote: it would be good to go through the Flex UG sections on scoping and event listeners. in the long run understanding scope is invaluable. in your test case the

RE: [flexcoders] Re: help with setInterval...

2005-04-22 Thread Abdul Qabiz
return __count; } } 2) ##setIntervalExample.mxml## http://www.macromedia.com/2003/mxml"; initialize="onAppInit()"> -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

Re: [flexcoders] Re: help with setInterval...

2005-04-22 Thread dave buhler
Does not work. On 4/12/05, michael keirnan <[EMAIL PROTECTED]> wrote: > > it would be good to go through the Flex UG sections on scoping and event > listeners. in the long run understanding scope is invaluable. in your > test case the following might work: > > setInterval(mx.utils.Delegate.cr

Re: [flexcoders] Re: help with setInterval...

2005-04-22 Thread dave buhler
Hi Abdul, I ran into a similar issue. In short, whether my code was not scoped in an MXML file or whether it was within a class, I could not pass over a parameter (a number in my case) and have the function called by the setInterval reference the parameter passed over more than 1x. With Terry's

RE: [flexcoders] Re: help with setInterval...

2005-04-22 Thread Abdul Qabiz
--Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Saturday, April 23, 2005 12:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: help with setInterval... Does not work. On 4/12/05, michael keirnan <[EMAIL PROTECTED]> wrote: > >

Re: [flexcoders] Re: help with setInterval...

2005-04-12 Thread michael keirnan
it would be good to go through the Flex UG sections on scoping and event listeners. in the long run understanding scope is invaluable. in your test case the following might work: setInterval(mx.utils.Delegate.create(this, upCount, 1000); terry_hrtn wrote: >Matt...now I'm getting the m

RE: [flexcoders] Re: help with setInterval...

2005-04-11 Thread Matt Chotin
Nope, sorry.  If you compile the file with ?debug=true you’ll generate a SWD and you can get more information in the file about where that problem is occurring.   Matt   From: terry_hrtn [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 11:47 AM To: flexcoders@yahoogroup