SetIconId request |
Post Reply |
Author | |
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
Posted: 03 March 2008 at 2:39am |
Hi
Please in next version allow user to set whether or not to use animation in
void CXTPControl::SetIconId(int nId)
e.g. change it to
void CXTPControl::SetIconId(int nId, BOOL bAnimate = TRUE);
Animating your own icon is impossible if you can't disable the XT animation.
Thanks.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Just call pControl->RedrawParent(FALSE); after you change icon to disable animation of this button.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
adrien
Senior Member Joined: 30 April 2007 Location: New Zealand Status: Offline Points: 449 |
Post Options
Thanks(0)
|
?
it's too late already, since SetIconId already called RedrawParent(TRUE).
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |