yes sry , it s really mean nothing ;;)
to make a summary
i try to increase a percentage 'k' limited by 'val' in the loop.
the setTimout should make a break to display the increase of 'k' on
screen like this 1.2.3.4 etc etc till 'val' is reached..
of course like this, the percentage stuck at 0.
i try so many thing to get it work ,
i try to get out the this by reference
function Ref( o_, fct_){
return( function(){o_[ fct_]()});
}
setTimout(Ref( this, this_up), 80);
no error and stuck at 0
i really dont know how to do this.
hope yu can figure out sthg!!:)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---