![]() |
problem with EditOnClick + ComboButton |
Post Reply ![]() |
Author | |
Kukis ![]() Newbie ![]() Joined: 24 May 2006 Status: Offline Points: 11 |
![]() ![]() ![]() ![]() ![]() Posted: 24 May 2006 at 12:42pm |
Strange behaviour can be monitored when column is not editable but has combo button attached and whole report is made not editable with the single click.
This behaviour can be checked in the ReportControl.ReportSample.exe example with the addition of wndReport.EditOnClick(FALSE);
int CTaskListView::OnCreate(LPCREATESTRUCT lpCreateStruct){ ....... pColumnImportance->GetEditOptions()->AddConstraint(_T( "Low"), taskImportanceLow);pColumnImportance->GetEditOptions()->AddConstraint(_T( "Normal"), taskImportanceNormal);pColumnImportance->GetEditOptions()->AddConstraint(_T( "High"), taskImportanceHigh);pColumnImportance->GetEditOptions()->m_bAllowEdit = FALSE; pColumnImportance->GetEditOptions()->AddComboButton(); ....... wndReport.EditOnClick(FALSE); wndReport.AllowEdit(TRUE); wndReport.FocusSubItems(TRUE); ....... } Constraints list box appears and disappears immediately when pColumnImportance column is double clicked. So its quite difficult to make a selection in this case. Any suggestions how to overcome this problem? |
|
![]() |
|
sserge ![]() Moderator Group ![]() Joined: 01 December 2004 Status: Offline Points: 1297 |
![]() ![]() ![]() ![]() ![]() |
Thanks for reporting this bug, it will be fixed with the next version of the toolkit.
-- WBR, Serge |
|
![]() |
|
Kukis ![]() Newbie ![]() Joined: 24 May 2006 Status: Offline Points: 11 |
![]() ![]() ![]() ![]() ![]() |
OK, its fixed in 2006 Q2.
![]() |
|
![]() |
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 |