Grid - Remove tooltip and set the focus |
Post Reply |
Author | |
Anni
Newbie Joined: 04 June 2007 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
Posted: 25 June 2007 at 6:37pm |
How can I set the focus to the first item of the property grid ( it is in a property pane) and its respective inplace edit control?
How can I remove the tooltip from a property grid ?
Please help me!!
Thanks a ton!!
Regards,
anni
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Call
.GetCategories()->GetAt(0)->Select();
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Anni
Newbie Joined: 04 June 2007 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Thanks Oleg
It worked...
How can I remove a tooltip from a property grid/property grid item. I have a long string values to be set in the property grid items and I dont want to display tooltip for all the long text values.
I tried showhelp(false), but still the tooltip is shown.
can you please help me?
Thanks,
Anni
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Sorry, afraid there is no method to set some custom tooltip. we will think how it can be improved.
Thanks.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Anni
Newbie Joined: 04 June 2007 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Thanks Oleg for your reply.
I was asking to remove the tooltip getting shown. I dont want to customize it. I just dont want that tooltip to be displayed when I select any grid item.
Awaiting your reply.
Regards,
Anni
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Sorry, no way. You can patch CXTPPropertyGridView::ShowToolTip and just "return" from this method, rebuild toolkit and you application.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Anni
Newbie Joined: 04 June 2007 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Thanks Oleg.
Will build the toolkit lib and use it in proj.
Regards,
Anni
|
|
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 |