 |
|
 |
Sir, Great application, but i want multiline text in node, for e.g. first view: + Node
Then: - Node + Node is in Multiline
|
|
|
|
 |
|
 |
excellent!but I want to custom the ctreectrl in ctreeivew,could you tell me how to do it?
|
|
|
|
 |
|
 |
I use MFC, but i need to use your class in a dialog, when i tried to do it it does not show anything, i don't know if OnPaint Event has a problem, but when i move mouse over treectrl it tries to show some item like a flicker way, and then is cleared, I don't know if something is painting over items?
Thanks for your help
|
|
|
|
 |
|
 |
Tooltips are catching all messages while they are shown.
I added the line
ToolInfo.uFlags|=TTF_TRANSPARENT;
in the function
void CNewTreeListCtrlView::DisplayToolTip(CPoint point, TVHITTESTINFO hInfo, CString colText)
after the line
ToolInfo.uFlags|=TTF_ABSOLUTE;
to forward all messages to the parent window.
Cheers
Dirk
|
|
|
|
 |
|
 |
While i do that , Debug Assertion Failed window message appears.
the file mentioned is wincore.cpp
and the line is 628
any ideas what's wrong?
|
|
|
|
 |
|
 |
The CTRL+N is in your resources probably the IDR_MAINFRAME accelerator. This is a shortcut for create a new document. You can handle it several ways but if you do not allow the user to create a new document you can remove it from the resource and you should have no further problems with it. You might also want to look at CTRL+0 (opens a document) and some of the others to see if you have problems with them as well.
|
|
|
|
 |
|
 |
Can you tell me how to edit a label or text in list col?
Please tell me:wxbstudio@mail.com
|
|
|
|
 |
|
 |
download, build and run demo
try expand all expandable
resize window to minimal width - second (tree's original) scroll bar appears
sometimes two scroll bars
sometimes scroll bar over header control and/or half-transparent
(visible blinking during resize - not because yellow background: 2xRGB(250,254,218))
|
|
|
|
 |
|
 |
Can anyone suggest how to format certain words displayed in some of the cells. Eg for an entry 'This is my Entry' I would like to make the word 'my' bold and the 'is' green.
|
|
|
|
 |
|
 |
But a couple things I noticed on my Windows 2000 box:
* the focus rectangle is not displayed when the first item in the tree is selected
* the tooltip for a selected item and some non-selected items are not aligned directly on top of the item's text (it's slightly to the right)
|
|
|
|
 |
|
 |
The attachment links are not reachable.;P
|
|
|
|
 |