Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTTipOfTheDay bug
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTTipOfTheDay bug

 Post Reply Post Reply
Author
Message
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Topic: CXTTipOfTheDay bug
    Posted: 17 April 2009 at 4:08am

// If Tips file does not exist then disable NextTip

m_btnNextTip.EnableWindow(m_pStream != NULL || m_arrTips.GetSize() > 0);

sure this should be > 1 as why would we want the Next Tip button to be active for 1 tip of the day???  I know this is very rare, and we have more than 1, but just came across while changing over to markup.
 
Also is there not an easy way of changing size of the tip of the day dialog???  As we want screenshots in our tip of the days but they dont fit lol
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 April 2009 at 2:25am
Hi,
You can replace size in resources for dialog or try SetWindowPos in derived class.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 20 April 2009 at 7:57am
Hi
 
Sure, we will try in a derived class first, and hopefully that will work.
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 28 April 2009 at 6:05pm
Originally posted by oleg oleg wrote:

Hi,
You can replace size in resources for dialog or try SetWindowPos in derived class.
 
Hi
 
Thanks, but can you add this to next version so we can set size??? As I am sure lots would want this when they use Tip of the Day
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
 Post Reply Post Reply
  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.156 seconds.