Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - HDI_FORMAT problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HDI_FORMAT problem

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


Joined: 30 August 2006
Location: France
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote afekhar Quote  Post ReplyReply Direct Link To This Post Topic: HDI_FORMAT problem
    Posted: 13 November 2006 at 4:22am
I cannot display the arrow for a sorted column in CListCtrl, has anybody had this problem or is it just me ?
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: 30 November 2006 at 3:12am

Hi,

We added images support for header for 10.4 release.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
afekhar View Drop Down
Groupie
Groupie


Joined: 30 August 2006
Location: France
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote afekhar Quote  Post ReplyReply Direct Link To This Post Posted: 19 January 2007 at 10:45am
How does it work ? I've installed the 10.4 version and I have the same problem. When I apply the skin (office 2007) I have no arrows (see image 1 below), but when I remove it I have arrows (see image 2).








Back to Top
wbd55 View Drop Down
Newbie
Newbie


Joined: 18 December 2006
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote wbd55 Quote  Post ReplyReply Direct Link To This Post Posted: 22 January 2007 at 12:04pm
I am experiencing the same issue and would also like to know how to resolve.
 
Thanks,
-Bill
 
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: 23 January 2007 at 11:36am
Hi,
How you show these icons?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
wbd55 View Drop Down
Newbie
Newbie


Joined: 18 December 2006
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote wbd55 Quote  Post ReplyReply Direct Link To This Post Posted: 23 January 2007 at 11:40am

HDITEM hdi;

hdi.fmt = HDF_LEFT | HDF_IMAGE | HDF_STRING | HDF_BITMAP_ON_RIGHT;

hdi.iImage = 1;

hdi.pszText = (LPWSTR) lpBuffer;

hdi.cchTextMax = cstrName.GetLength();

pHeaderCtrl->SetItem(i_sortColumn,&hdi);

Back to Top
afekhar View Drop Down
Groupie
Groupie


Joined: 30 August 2006
Location: France
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote afekhar Quote  Post ReplyReply Direct Link To This Post Posted: 23 January 2007 at 11:41am
Using HDF_SORTUP and  HDF_SORTDOWN< ="text/"> PRE.clsCode { font-size:110%; } PRE.clsSyntax { font-size:100%; } TD DIV.clsBeta { display:none;} A:link { color:#0000ff; text-decoration:underline;} A:visited { color:#0000ff; text-decoration:underline;} A:hover { color:#3366ff; text-decoration:underline;} MSHelp\:link { color:#0000ff; text-decoration:underline; cursor:hand; hoverColor:#3366ff; filterString: ;} //< ="1.2"> //< ="1.2"> //< ="1.2" ="../../../code/common.js"> //< ="1.2" ="../../../code/brow.js"> //< ="1.2"> //< id="_topic" page="struct" proj="platsdk" name="HDITEM" pubpath="/plat/commctls/er/structures/hditem.htm">< ns:mshelp="http://msdn.microsoft.com/mshelp">
< ="text/"> PRE.clsCode { font-size:110%; } PRE.clsSyntax { font-size:100%; } TD DIV.clsBeta { display:none;} A:link { color:#0000ff; text-decoration:underline;} A:visited { color:#0000ff; text-decoration:underline;} A:hover { color:#3366ff; text-decoration:underline;} MSHelp\:link { color:#0000ff; text-decoration:underline; cursor:hand; hoverColor:#3366ff; filterString: ;} //< ="1.2"> //< ="1.2"> //< ="1.2" ="../../../code/common.js"> //< ="1.2" ="../../../code/brow.js"> //< ="1.2"> //< id="_topic" page="struct" proj="platsdk" name="HDITEM" pubpath="/plat/commctls/er/structures/hditem.htm">< ns:mshelp="http://msdn.microsoft.com/mshelp">
< ="text/"> PRE.clsCode { font-size:110%; } PRE.clsSyntax { font-size:100%; } TD DIV.clsBeta { display:none;} A:link { color:#0000ff; text-decoration:underline;} A:visited { color:#0000ff; text-decoration:underline;} A:hover { color:#3366ff; text-decoration:underline;} MSHelp\:link { color:#0000ff; text-decoration:underline; cursor:hand; hoverColor:#3366ff; filterString: ;} //< ="1.2"> //< ="1.2"> //< ="1.2" ="../../../code/common.js"> //< ="1.2" ="../../../code/brow.js"> //< ="1.2"> //< id="_topic" page="struct" proj="platsdk" name="HDITEM" pubpath="/plat/commctls/er/structures/hditem.htm">< ns:mshelp="http://msdn.microsoft.com/mshelp">
Back to Top
afekhar View Drop Down
Groupie
Groupie


Joined: 30 August 2006
Location: France
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote afekhar Quote  Post ReplyReply Direct Link To This Post Posted: 23 January 2007 at 11:42am
Using HDF_SORTUP and  HDF_SORTDOWN
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: 23 January 2007 at 12:14pm
ok, thanks.
 
Was added only HDF_IMAGE  support.
 
HDF_SORTUP and  HDF_SORTDOWN and HDF_BITMAP_ON_RIGHT flags will be added too.
 
Thanks.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
wbd55 View Drop Down
Newbie
Newbie


Joined: 18 December 2006
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote wbd55 Quote  Post ReplyReply Direct Link To This Post Posted: 23 January 2007 at 12:16pm
Could we please have a timeframe for when you will support these others? Thanks.
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.