|
|
Comments and Discussions
|
|
 |

|
it's very good.it's useful to me.
|
|
|
|

|
Hi Daniel,
How can I add CLeftPaneTreeView to right tab group at TabDemo project ? Thank you very much!
Just do it!!!
|
|
|
|

|
Is .NET version available?
|
|
|
|

|
Does Tab control Opens a page in new tab when that page is redirected from another page??
|
|
|
|

|
Did dockingframe's arrange is settled by class ssection ?
How to let vertical dockframe up to horizontal dockingframe ?
|
|
|
|

|
I found a solution to solved this question.
in dockingframe.h locate like that:
public:
CDockingFrameImplBase()
:m_vPackage(false),m_hPackage(true)
{
}
change m_vPackage(false),m_hPackage(true)
to m_vPackage(true),m_hPackage(false)
it's worked.
|
|
|
|

|
Hello, Daniel.
I create a object m_tab with your CDotNetTabCtrl, and something goes wrong.
The code is:
m_tab.Create(m_hWnd, rcDefault, NULL, WS_VISIBLE | WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | TCS_BOTTOM | TCS_TOOLTIPS | CTCS_HOTTRACK);
for(char i = 'A' ; i <= 'Z' ; i++)
{
CString str;
str.Format(_T("%c"), i);
m_tab.InsertItem(i - 'A', str.GetBuffer(0));
}
Each tab appears normally but the one lable "I", thers is no any text on the tab, but the tooltip shows correctly.
How to slove the problem ?
English is not my mother tongue, so forgive my poor English.
By the way, how can I contact with you ?
|
|
|
|

|
Because the i is too thin , you can use “ i "
|
|
|
|

|
Excellent piece of work!
Could you please clarify the licencing conditions?
|
|
|
|

|
peterchen wrote: Excellent piece of work!
Could you please clarify the licencing conditions?
I'll follow up with you through e-mail.
I'm horribly being on replies to this article, but I'm still here Someday I might catch up...
-Daniel
|
|
|
|

|
Hi Daniel, it was pleasure going through your code. Always nice to see a well written piece of code.
I currently have a tabbed class (that I use it as an addin to a 3rd party app). I will like to implement the close tab button in my own code (using MFC). Not sure if I can do this since I just started looking at possible solutions to this problem.
Of' course basing my code to your code base will be a great start (even if you are using ATL/WTL), but unfortunately the license of your code is vague at best. Can you please elaborate on your explicit license agreement.
Again thank you for sharing your code.
.Harrys.
|
|
|
|

|
can who help me :how to have XP-style in designe C# program ? --- library
|
|
|
|

|
Before I start digging, does anyone have a quick solution for getting notifications (e.g. mouse click, move enter etc.) from docked, tabbed autohide windows? I can grab some of the msgs I am after in a PreTranslateMessage handler in my MainFrame but not all. Looking to allow for dropping of items onto the tab not just the client wnd and also looking to disable undocking based on user settings.
Thanks in advance.
|
|
|
|

|
I'm using "Custom Tab Controls, Tabbed Frame and Tabbed MDI", any thing looks OK, but once:
When I compiled it with VC8, Any thing OK.
But when I compiled it with VC6, the tooltips on the "Custom Tab Controls" do NOT display any more,
I don't know the reason, anyone help me?
My project web site:
http://sourceforge.net/projects/superpad[^]
Work hunting
|
|
|
|
|

|
Is there anyone who can tell me how to add an double click event to the intems of the CTreectrl for the TabbedSDISplitter demo.
Thanks!
|
|
|
|

|
HI,
As one beginner of WTL, I couldn't find out how to show and hide pages in
the sample project TabbedSDISplitter,any one could help? THANKS IN ADVANCE.
|
|
|
|

|
Why you are not supporting NM_RELEASEDCAPTURE event in this customized tab control?
|
|
|
|

|
... for doing the work on this control and sharing with the community.
|
|
|
|

|
sorry sir, i want to know:
accroding to Project "TabbedSDISplitter"
i cannot go into "CMyCustomListView::OnItemPostPaint" method,
if i put a control inherit from "CMyCustomListView" into
dialog box(IDD_SDIDLG_FORM).
code like this:
class CSdiDlgView :public CDialogImpl,
public CDialogResize
{
...
CMyCustomListView m_list;
};
LRESULT CSdiDlgView::OnInitDialog(...){
m_list.SubclassWindow(GetDlgItem(IDC_LIST));
}
can somebody help me!
|
|
|
|

|
i want to konw
How to let the "Task List" of panewindows first selected.
now first is "Test Dialog" pane.
|
|
|
|

|
m_PaneWindows.front()->Show();
|
|
|
|

|
Help pls)
first error that had occured was smth like errit in manifest compiling, i disabled the option @genereate manifest file" and whis trouble has gone..
another issue is that this samle after compilation requires ATL80.dll.. strange
but after i copy this file to the dir with executable, msgbox appears with
"R6304 An application has made an attempt to load ATL80.DLL incorrectly...." message..
ps: project was compiled as a devug version.
any changes in @project options->Use of ATL@
such as (Not Uing ATL/Using as LIB/As dll) has no affect on this trouble
|
|
|
|

|
hmm occationally in Release mode all is ok...
strange
|
|
|
|

|
When I'm using the Tabbed Framework with STLPort5.0.2 VS2003 SP1, I see a strange bugs when I'm resizing tabbed windows. Could you fix it, Daniel?
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
An extensible framework for creating customized tabs in ATL/WTL, with a VS.NET-like tab control implementation, tabbed frames, tabbed MDI, and more.
| Type | Article |
| Licence | |
| First Posted | 13 Jun 2002 |
| Views | 816,579 |
| Bookmarked | 360 times |
|
|