Print Page | Close Window

How to mimic the Office 2007 color pallette

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=8178
Printed Date: 16 September 2024 at 4:12pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to mimic the Office 2007 color pallette
Posted By: indices
Subject: How to mimic the Office 2007 color pallette
Date Posted: 26 September 2007 at 3:52pm
I am trying to get my color palette to match that of the one seen in Office 2007 shape fill color.
 
It has the 1st row of theme colors and 6 subsquent rows of various intensities of the color in the 1st row. I don't have an issue with that.
 
I want to know if it is possible to reduce the spacing between the 2nd row and the 3rd row such that I can mimic the same as seen in the Office pallete. The two rows of color should touch each other.
 
Thanks 



Replies:
Posted By: Oleg
Date Posted: 27 September 2007 at 1:40am
Hello,
 
To  create same palette we added ItemWidth and ItemHeight properties for GalleryItem to allow set individual size for each item.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: indices
Date Posted: 27 September 2007 at 10:13am
Hi Oleg,
 
I'm not sure, how I can apply the height and width for individual items. I can apply it to items in a gallery as a whole.
 
    Set GalleryColors = PopupColor.Controls.Add(xtpControlGallery, ID_PAGE_COLOR_ARROW, "Colors")
    GalleryColors.Width = 170
    GalleryColors.Height = 160
    GalleryColors.ShowScrollBar = False
    Set GalleryColors.Items = GalleryColorItems
    GalleryColors.Items.ItemHeight = 17
    GalleryColors.Items.ItemWidth = 17
 
Thanks.


Posted By: Oleg
Date Posted: 27 September 2007 at 3:06pm
Sorry, I mean we added it for next product release :(

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: indices
Date Posted: 27 September 2007 at 11:05pm
Hi Oleg,
 
Is there is a time frame set for this new release?
 
Thanks.
 


Posted By: Oleg
Date Posted: 28 September 2007 at 3:42am
Hello,
 
Think Middle/End of October.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: indices
Date Posted: 28 September 2007 at 7:42am
I look forward to that. Thank you.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net