More property item types |
Post Reply |
Author | |
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
Posted: 09 September 2003 at 8:48am |
Hi; First of all I want to tell you that I'm very satisfied with the software packages provided by your company. Since the earliest days of the Codejock Toolkit(s) I'm using them in all software projects I'm working on - with best customer feedback! One question/wish/feature request regarding the PropertyGrid control: Will the grid be enhanced by more property grid item types in the near future? I'm missing such types as
If so, when will these features be available? Best regards Martin |
|
billyb
Newbie Joined: 28 December 2003 Status: Offline Points: 1 |
Post Options
Thanks(0)
|
I see this post is fairly old but was never replied to...I am in need of a time control item for the property grid as well. Is there any exmple code available for a custom item (such as the sample spin control custom item code) for inserting a time control? TIA, -Billy |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Time/Date custom grid item will be included in next version.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
msearles
Newbie Joined: 23 March 2004 Status: Offline Points: 1 |
Post Options
Thanks(0)
|
Just got the new 8.70 release, thanks for all the new features, including the Date grid item, but like billyb I'm in need of a Time control, not just a Date control. CXTPPropertyGridItemDate didn't make it in to the help file, but I found it in XTPPropertyGridItemExt.cpp/.h,
however, unless I'm missing how to configure it, it provides a Date picker (calendar) only -- no Time. I need a grid item time picker, such as provided by CDateTimeCtrl using the DTS_TIMEFORMAT option. I've tried to create a custom item using CCustomItemSpin as an example, but can't get it to work right since the underlying in place edit window gets in the way, and other issues. Can anyone offer any suggestions on how to do this? Thanks in advance, Michael |
|
Martin
Newbie Joined: 26 April 2005 Location: Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
|
Hi all, I also need this functionality as nicely described by Michael. Is it possible to somehow get a pointer to the control so we can create a custom grid item, derived from CXTPPropertyGridItemDate and additionally we then set the DTS_TIMEFORMAT flag so the control gets created as a timepicker and not a datepicker? Obviously there's no need to show the InplaceMonthCal in that case. Just the timecontrol. If this is not possible would you please consider implementing this in the next version of the toolkit or provide us with some pointers on how to do this ourselves? Thanks in advance, |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
You can create simple CXTPPropertyGridItem and set mask pItem->SetMask(_T("00:00"), _T("__:__")); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
hachem
Groupie Joined: 02 May 2008 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Was a "Time/Date custom grid item" ever added?
|
|
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 |