From: Yvon T. <yvo...@gm...> - 2007-09-03 17:53:30
i'm able to make the image of a button (the same as in eSync) rotating when
the button isn't pressed.
then the lines of code are correct.
however after the button has been activated, it stays darker without
rotating.
obviously i've tried to setImage and/or setAlternateImage without success...
the rotation of the image is done in a thread apart from main one.
any idae ???
the thread is perfectly working when used apart from the true action of the
button...
what i'd like to do :
have a similar button as in eSync
--
yvon
Hi,
This functionality is achieved by displaying images by using Timer.
- Apparao.
On 03-Sep-07, at 11:23 PM, Yvon Thoraval wrote:
>
> i'm able to make the image of a button (the same as in eSync)
> rotating when the button isn't pressed.
>
> then the lines of code are correct.
>
> however after the button has been activated, it stays darker
> without rotating.
>
> obviously i've tried to setImage and/or setAlternateImage without
> success...
>
> the rotation of the image is done in a thread apart from main one.
>
> any idae ???
>
> the thread is perfectly working when used apart from the true
> action of the button...
>
> what i'd like to do :
>
> have a similar button as in eSync
> --
> yvon
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a
> browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Rubycocoa-talk mailing list
> Rub...@li...
> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk
From: Yvon T. <yvo...@gm...> - 2007-09-04 10:05:40
2007/9/4, apparao <ap...@ef...>:
>
> Hi,
>
> This functionality is achieved by displaying images by using
> Timer.
>
> - Apparao.
OK, thanks i'll have a look upon Timler...
--
yvon