Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Use your class derived from CObject! Pin
Masaaki Onishi14-Sep-01 7:34
Masaaki Onishi14-Sep-01 7:34 
AnswerYep - got it to work! Thanks guys! Pin
18-Sep-01 8:56
suss18-Sep-01 8:56 
QuestionHow to get the text of edit ctrl from first dialog box in second dialog box? Pin
my match14-Sep-01 1:51
my match14-Sep-01 1:51 
AnswerRe: How to get the text of edit ctrl from first dialog box in second dialog box? Pin
Steen Krogsgaard14-Sep-01 2:10
Steen Krogsgaard14-Sep-01 2:10 
QuestionSQL Server Experts - Could you provide some insight ? Pin
ManaInfy14-Sep-01 1:17
ManaInfy14-Sep-01 1:17 
QuestionChange text and/or button colour ??? Pin
mattiase14-Sep-01 1:03
mattiase14-Sep-01 1:03 
AnswerRe: Change text and/or button colour ??? Pin
Tomasz Sowinski14-Sep-01 1:59
Tomasz Sowinski14-Sep-01 1:59 
GeneralI really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 0:49
Tommy H D Svensson14-Sep-01 0:49 
Hi all,

Surely there has to be someone who knows the internal workings of CSplitterWnd!

There is a bug and a problem in CSplitterWnd which I must get rid off.

Bug:

When having nested splitters and you're clicking a splitter bar WITHOUT miving the bar, the clicked bar jumps 2 pixels to the right (or down depending on splitter orientation).

How to eliminate this bug?!?!!?

Problem:

Having nested splitters again, when I move (see picture) bar1, bar2 automatically gets moved along because bar2 is part of the splitter that is nested inside the splitter of bar1. This implementation works for most of the cases, but how do I make the nested splitter bar (bar2) NOT to move when I move bar1?

Having the orientation below and...
+-------------------------+
|                         |
|                         |
|                         |
+-----parent splitter-----+  <--- bar1
|                         |
+-----nested splitter-----+  <--- bar2
|                         |
+-------------------------+

...moving bar1 up a bit I get this orientation...
+-------------------------+
|                         |
+-----parent splitter-----+  <--- bar1
|                         |
+-----nested splitter-----+  <--- bar2
|                         |
|                         |
|                         |
+-------------------------+

...where bar2 follows every move of bar1. I don't want this.

Any ideas anyone?

/Tommy
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 1:35
Tomasz Sowinski14-Sep-01 1:35 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:01
Tommy H D Svensson14-Sep-01 2:01 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 2:10
Tomasz Sowinski14-Sep-01 2:10 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:15
Tommy H D Svensson14-Sep-01 2:15 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:23
Tommy H D Svensson14-Sep-01 2:23 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 2:43
Tomasz Sowinski14-Sep-01 2:43 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tommy H D Svensson14-Sep-01 2:51
Tommy H D Svensson14-Sep-01 2:51 
GeneralRe: I really need a CSplitterWnd expert!!! Pin
Tomasz Sowinski14-Sep-01 3:06
Tomasz Sowinski14-Sep-01 3:06 
GeneralCTreeCtrl: HEEEEEELP Pin
14-Sep-01 0:11
suss14-Sep-01 0:11 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
Tomasz Sowinski14-Sep-01 0:32
Tomasz Sowinski14-Sep-01 0:32 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
14-Sep-01 0:46
suss14-Sep-01 0:46 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
Tomasz Sowinski14-Sep-01 0:57
Tomasz Sowinski14-Sep-01 0:57 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
14-Sep-01 1:07
suss14-Sep-01 1:07 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
Tomasz Sowinski14-Sep-01 1:47
Tomasz Sowinski14-Sep-01 1:47 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
14-Sep-01 2:00
suss14-Sep-01 2:00 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
17-Sep-01 0:18
suss17-Sep-01 0:18 
GeneralRe: CTreeCtrl: HEEEEEELP Pin
Vu Nguyen9-Oct-01 14:39
Vu Nguyen9-Oct-01 14:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.