command button with picture |
Post Reply |
Author | |
mehdi0016
Newbie Joined: 05 February 2007 Location: Iran Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 18 February 2007 at 5:55pm |
hi
is there any command button which support SkinFramework and also have picture or icon property ? also i need a skinnable multi-column combo box ? thanx |
|
):)
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
We are preparing it for next release.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Source
Senior Member Joined: 19 June 2006 Status: Offline Points: 103 |
Post Options
Thanks(0)
|
If possible include also an edit control (with mask edit) similar with the one existing in the controls suite. It will be great! Thanks. Regards.
Carlos Neves
|
|
wqweto
Newbie Joined: 09 April 2007 Status: Offline Points: 4 |
Post Options
Thanks(0)
|
I'm using a modified version of Edanmo's Using XP Visual Style in Graphical buttons but only the original XP skin is applied. Is it possible to use current custom skin in some way? I suppose an hTheme handle would be enough for XP and above systems. Don't know how you're dealing with 9x and NT though. Kudos for the uber-hacks the skin control is doing! I personally would never dare such a massive API hooking :-)) cheers, </wqw> |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
With 11.1 we added PushButton with support winXP themes/SkinFramework, please wait a little, it will be really soon.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
I notice that the "focus" look of PushButton does not match that of a native button + skin. Is this something that's going to be fixed in the future?
Regards ~ jp |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, this is not "focus" this is mark that button is "default". In Visual Basic there is way to automatically set button as default when it become focused (try same sample with VB6) in .NET activeX object can't be defaulted automatically: try workaround code:
private void axPushButton1_Enter(object sender, System.EventArgs e)
{ axPushButton1.Default = true;} private void axPushButton1_Leave(object sender, System.EventArgs e){ axPushButton1.Default = false;} |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
Thanks Oleg -
This code cures 1/2 of the problem. Is there a way to prevent the dashed line from appearing in the button? It's evoking memories of Petzold and 3.1 :) Regards ~ jp |
|
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 |