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

Large Icon Size

 Post Reply Post Reply
Author
Message
venkyhyd View Drop Down
Groupie
Groupie


Joined: 29 June 2006
Location: India
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote venkyhyd Quote  Post ReplyReply Direct Link To This Post Topic: Large Icon Size
    Posted: 09 January 2007 at 1:40am
Hello
 
How can i set large / small icon size for each toolbar independently. I am using codejock 10.4 version, i read some where that we can set different iconsize for different toolbars. May be i must have mistook the concept. But my requirement is I would like to set the different iconsize for different toolbars.
 
pls suggest.
 
thnks
Back to Top
venkyhyd View Drop Down
Groupie
Groupie


Joined: 29 June 2006
Location: India
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote venkyhyd Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2007 at 1:54am
Hello,
 
Any suggestions...
 
Here I am able to set the IconSize to toolbar using SetIconSize , but my requirement is like I have 2 toolbars and each toolbar will have its own large IconSize's (for toolbar1 size is 24 X 24 and toolbar2 38 X 42) . When i set largeicon options in Customize Dlg, and close the application and relaunch the application would showup both the toolbars with specified large iconsize for toolbar1 ie.,toolbar2 icon's are resized to toolbar1 size.
 
How can i handle this scenario.
 
thanks
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 11 January 2007 at 2:00am
Hi,
You can only set icons size using SetIconSize  method. But you can handle Customization Done event and set size of icons if Large/Small option checked.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
venkyhyd View Drop Down
Groupie
Groupie


Joined: 29 June 2006
Location: India
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote venkyhyd Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2007 at 2:57am
Originally posted by oleg oleg wrote:

Hi,
You can only set icons size using SetIconSize  method. But you can handle Customization Done event and set size of icons if Large/Small option checked.
 
Hello Oleg,
 
I guess you didnot get my question. I am able to set them through the Customize option and I am handling the Customization Done Event.
 
But once we set the icon size to large and close the entire application and restarting would not launch the application with toolbars of its own largeiconsize, instead it would load with only one type of largeiconsize.
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 11 January 2007 at 4:48am

Hi,

So just call SetIconSize after LoadCommandBars.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
venkyhyd View Drop Down
Groupie
Groupie


Joined: 29 June 2006
Location: India
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote venkyhyd Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2007 at 5:31am
Originally posted by oleg oleg wrote:

Hi,

So just call SetIconSize after LoadCommandBars.
Oleg,
 
But how to know that the application as earlier set the icons to large size or not. And here as i specified earlier in my query that each toolbar will have its own iconsize's for large and small icon's. And seticonsize would be for the entire commandbars but not specific to each toolbar.
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.047 seconds.