[SOLVED] Edit behaviour broken in 13.3.0 |
Post Reply |
Author | |
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
Posted: 01 March 2010 at 9:30am |
Hi;
After updating to the latest maintenance release, the inplace edit is broken. We have a virtual list and call
to start edit. In release 12.1 this works very well, but in 13.3 nothing happens. After starting a debug session I found out that CXTPReportRecordItem::OnBeginEdit() has changed so that the edit control is never created when the newly inserted member variable m_bCanEditCheckboxItem isn't explicitely set. But public access functions are not provided. So to be compatible I have to create new Item classes to set this flag to TRUE!! That's not very user friedly. To CJ: Please change the code to ensure code backward compatibility. BTW this is the third issue in CXTPReportControl that breaks existing code!!!!! Arrrrgggghhhh! |
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
MGebler
Groupie Joined: 18 May 2006 Location: Germany Status: Offline Points: 64 |
Post Options
Thanks(0)
|
The report sample (see task list) is also affected. The whole 'edit on click' mechanism does not work any longer.
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Nooooooooo |
|
PokerMemento - http://www.pokermemento.com/
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
This is indeed a bug. Override CXTPReportRecordItemText and put this code in the constructor:
// HACK: XTP 13.3.0 contains a bug that disables editing. This is a workaround.
m_bCanEditCheckboxItem = TRUE; |
|
PokerMemento - http://www.pokermemento.com/
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Hi, yes, we see it and will release a new version soon.
|
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Please give us at least a couple of days to find some more bugs :P
|
|
PokerMemento - http://www.pokermemento.com/
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
We will release tomorrow to fix this bug...anything else we will release in 2 weeks.
|
|
Marco1
Senior Member Joined: 16 January 2004 Location: Germany Status: Offline Points: 251 |
Post Options
Thanks(0)
|
Jeeez, hell. Same thing here.
Problem is, that I first thought, our app has a new problem. 13.3.0 should be a maintainance release - and a maintainance release should fix things and not make em worse or introduce new bugs. Do you guys at CJ fully test your samples for a few days after internal freeze??? I guess not. But you should..., really. Overriding classes in custom app for fixing library bugs is absolutely no option. Have to wait for 13.3.1 or something like that. Annoying. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Guys, 13.3.1 is out to fix this.
Our Codejock Updated Alert popup should have notified everyone who installed this that 13.3.1 is available. |
|
zaksoft
Senior Member Joined: 05 June 2003 Location: Italy Status: Offline Points: 162 |
Post Options
Thanks(0)
|
Still valid ? we can expect a 13.3.2 this week ?
|
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
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 |