![]() |
How to mimic the Office 2007 color pallette |
Post Reply
|
| Author | |
indices
Groupie
Joined: 21 September 2007 Location: India Status: Offline Points: 44 |
Post Options
Thanks(0)
Quote Reply
Topic: How to mimic the Office 2007 color pallettePosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
indices
Groupie
Joined: 21 September 2007 Location: India Status: Offline Points: 44 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 September 2007 at 3:06pm |
|
Sorry, I mean we added it for next product release :(
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
indices
Groupie
Joined: 21 September 2007 Location: India Status: Offline Points: 44 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 September 2007 at 11:05pm |
|
Hi Oleg,
Is there is a time frame set for this new release?
Thanks.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 September 2007 at 3:42am |
|
Hello,
Think Middle/End of October.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
indices
Groupie
Joined: 21 September 2007 Location: India Status: Offline Points: 44 |
Post Options
Thanks(0)
Quote Reply
Posted: 28 September 2007 at 7:42am |
|
I look forward to that. Thank you.
|
|
![]() |
|
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 |