Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Version 17.0 Sneak Peek
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedVersion 17.0 Sneak Peek

 Post Reply Post Reply Page  <12
Author
Message
lrenoux View Drop Down
Groupie
Groupie


Joined: 20 April 2009
Status: Offline
Points: 62
Direct Link To This Post Posted: 30 December 2015 at 11:11am
All bugs opened on support seem to be useless, so i take the bet to put one of them here :

Take a look at CXTPFrameShadowManager::CWtsEventListener class, in functions Enable and Disable. May be one or two bugs/logical problems around m_bRegistered, i guess.

L.


Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 441
Direct Link To This Post Posted: 30 December 2015 at 2:16pm
Originally posted by lrenoux lrenoux wrote:

Take a look at CXTPFrameShadowManager::CWtsEventListener class, in functions Enable and Disable. May be one or two bugs/logical problems around m_bRegistered, i guess.

That logic does look weird in places, though I couldn't find any specific scenarios where side effects occurred in practice. Are you seeing an actual problem from this code?

I'm experiencing unexplained crashes in the shadow hooking code if my apps call SetWindowsPlacement at certain times. No response from CodeJock on my support ticket regarding this problem, unfortunately.

- Mark R.
Back to Top
lrenoux View Drop Down
Groupie
Groupie


Joined: 20 April 2009
Status: Offline
Points: 62
Direct Link To This Post Posted: 31 December 2015 at 3:14am
In fact, i work with 'Win32 exception' enable and take one all the time i quit my app, in function Disable. So i look at the code to find if it's a real problem or not. Disable unregister all the time even if it has been previously done (it's called twice in my app). I don't think my problem come from this illogical code, but Disable is wrong and Enable seems to be in the same way : funny call to Disable when register doesn't work ! 

I haven't dug enough to understand the global illumination of this code, thinking that my exception is due to a fail RPC called, just warn CJ for the rest. 



Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 07 January 2016 at 12:08am
Hi Everyone!

Version 17.0 has been officially released!  Please check release notes for a full list of fixes and features. http://www.codejock.com/products/release_notes.asp
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 441
Direct Link To This Post Posted: 07 January 2016 at 12:31am
Congrats to everyone at CodeJock on the new XTP v17 release.

Regards,

Mark R.
Back to Top
Marco1 View Drop Down
Senior Member
Senior Member


Joined: 16 January 2004
Location: Germany
Status: Offline
Points: 251
Direct Link To This Post Posted: 07 January 2016 at 6:04am
Wow, Kirk & CJ-Team, the release notes list is quite pretty impressing! One year of hard work!
We'll test if it keeps what it promises.

Main topic for us is DPI-awareness on highres screens running on Win 10.

Please try to fix newly introduced bugs quickly and release bugfix versions (17.0.1 ...) frequently!

Back to Top
Fredrik View Drop Down
Senior Member
Senior Member


Joined: 22 June 2005
Status: Offline
Points: 226
Direct Link To This Post Posted: 07 January 2016 at 7:07am
Thanks!

But unfortunately highlighting of backstage commands for Office 2013 or Visual Studio 2015 themes do not seem to work. It was reported by in this posting: 

http://forum.codejock.com/forum_posts.asp?TID=22820&title=no-highlight-of-backstage-commands-with-2013-theme

but I see the same problem just running the RibbonSample or CalenderSample.

Also, if you call m_pPaneManager.UseSplitterTracker(FALSE) it will hang your application if you resize a dockable pane with a CHtmlView inside. I reported it earlier but probably too late for this release, however it was introduced after beta 3.


Windows 10, Visual Studio 20157, Toolkit Pro 18.3.0
Back to Top
MacW View Drop Down
Senior Member
Senior Member


Joined: 26 June 2007
Status: Offline
Points: 253
Direct Link To This Post Posted: 09 February 2016 at 10:56am
Originally posted by Fredrik Fredrik wrote:

Thanks!

Also, if you call m_pPaneManager.UseSplitterTracker(FALSE) it will hang your application if you resize a dockable pane with a CHtmlView inside. I reported it earlier but probably too late for this release, however it was introduced after beta 3.



I have the same problem.

See http://forum.codejock.com/forum_posts.asp?TID=22835&KW=&title=v17-final-bug-processpendingpaintmessages-hangs

for the source of the problem, work-around and discussion.
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Direct Link To This Post Posted: 20 February 2016 at 9:18pm
Originally posted by kstowell kstowell wrote:

Hi Everyone!

Version 17.0 has been officially released!  Please check release notes for a full list of fixes and features. http://www.codejock.com/products/release_notes.asp

Reported issue under bug id 34749 and not heard anything back in nearly 3 weeks.  How can we make sure our support queries are answered quicker please?

Also tested same issue on 17.1.0 and still problem.
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
apierini View Drop Down
Groupie
Groupie
Avatar

Joined: 25 June 2008
Location: Italy
Status: Offline
Points: 18
Direct Link To This Post Posted: 27 April 2016 at 6:35am
Hello,
are there any news on Office 2016 themes? 
Obviously I agree that fixing existings bugs is higher priority ...
Andrea
Back to Top
Marco1 View Drop Down
Senior Member
Senior Member


Joined: 16 January 2004
Location: Germany
Status: Offline
Points: 251
Direct Link To This Post Posted: 12 July 2016 at 4:56am
Can we expect a 17.3 with all the bugfixes soon?
Back to Top
cluster View Drop Down
Groupie
Groupie


Joined: 22 January 2015
Status: Offline
Points: 91
Direct Link To This Post Posted: 26 July 2016 at 6:20am
Hi
What is the schedule for next release version?

Thanks!
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 441
Direct Link To This Post Posted: 15 August 2016 at 4:54pm
Recent forum activity would suggest that CodeJock is working on some type of maintenance release. I have no clue as to whether there will be anything beyond bug fixes, unfortunately.

- Mark R.
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 23 August 2016 at 10:30am
Hi everyone!

Just wanted to give an update on this.

We are looking to release v17.3 maintenance release by September / October and v18.0 which will have several new features by December / January.
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
SvenC View Drop Down
Groupie
Groupie


Joined: 02 February 2007
Status: Offline
Points: 79
Direct Link To This Post Posted: 24 August 2016 at 4:00am
Good to see the Captain is still up and running :)

Thanks for the time schedule.

Any hints on the new features to expect for v18.0?
--
SvenC

Toolkit Pro 15.3.1, 16.2.4, 16.3.1, 16.4.0, 17.2.0, 17.3.0, 18.0.1, 18.2 with VC++ 2010, 2012, 2013, 2015, 2017
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 24 August 2016 at 10:05am
Originally posted by SvenC SvenC wrote:

Any hints on the new features to expect for v18.0?

We are looking to re-introduce 3D charts and Office 2016 themes to name a few.
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.