CXTPControlEdit::GetEditText returns old value |
Post Reply |
Author | |
fleg
Groupie Joined: 11 July 2012 Status: Offline Points: 46 |
Post Options
Thanks(0)
Posted: 11 July 2012 at 9:33am |
Hi,
here is my problem. I have CXTPControlEdit in a ribbonBar group. When the group is visible, no problem. When the group is fully reduced (can see only the group name, no control), i have the following problem : The current value of EditText is "A", I enter "B", I receive the notification message properly but CXTPControlEdit::GetEditText() returns "A" instead of "B". If I click outside the group, then click again on the group to show the reduced control, my edit control shows "A" instead of "B". If the group is not reduced, GetEditText() returns "B" Here is the object data after calling GetEditText(), when group is NOT reduced m_strLastText = "A" m_strLastText = "B" Here is the object data after calling GetEditText(), when group is reduced m_strLastText = "" m_strLastText = "A" Question : I'm currently using ToolKitPro 12.0.1 (MFC) Is it a known bug or I did something bad ? If it is a bug in toolkitpro, it is fixed in some more recent version ? |
|
fleg
Groupie Joined: 11 July 2012 Status: Offline Points: 46 |
Post Options
Thanks(0)
|
Checked the last sample application pack
Ribbon.RibbonControls.exe seems to have the same problem. Any fix planed ? |
|
ilya
Groupie Joined: 07 May 2012 Status: Offline Points: 37 |
Post Options
Thanks(0)
|
The bug is fixed and will be available in the next official update.
Thank you.
|
|
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 |