Pthreadstate
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 18 articles for 0.303 sec
See below... On Fri, 2 May 2008 16:37:38 -0700, "Nick Schultz" <nick.schultz@flir.com> wrote: >It still doesn't look like I am destroying the CDockable Panel correctly. I >am getting some very wierd responses. I'll try to list all of the >occurances I'm noticing, perhaps somebody will see something: > >1. When a CDockablePanel is docked and I hit the 'X' button, the window >disapears     

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: May 2, 2008 19:58

It still doesn't look like I am destroying the CDockable Panel correctly. I am getting some very wierd responses. I'll try to list all of the occurances I'm noticing, perhaps somebody will see something: 1. When a CDockablePanel is docked and I hit the 'X' button, the window disapears and memory and thread is cleared,which is the desired action, however it looks like there is a base control
Show full article (8.10Kb) · Show article thread
Alright, using PostMessage(WM_CLOSE) got rid of the access violation. However the docked panel stays painted on the screen(i can also "paint" other windows in the area as well) until I resize the main window (when the paint method gets called) The main window only has one control and it is a CListCtrl. Thanks Ajay, it looks like I'm getting closer, however these functions don't get     

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Nick Schultz
Date: May 2, 2008 16:37

On May 2, 5:03 pm, Nick Schultz <NickSchu...@discussions.microsoft.com> wrote: OK, I tried overriding both PostNcDestroy and OnPressCloseButton functions and it still isn't working the way I would like it to... When I create the window, it starts out docked to the main frame. If I undock the window and then close it, those functions do not get called. If I leave it docked, or undock
Show full article (6.20Kb) · Show article thread
On May 2, 5:03 pm, Nick Schultz <NickSchu...@discussions.microsoft.com> wrote: > OK, I tried overriding both PostNcDestroy and OnPressCloseButton functions > and it still isn't working the way I would like it to... > > When I create the window, it starts out docked to the main frame. If I > undock the window and then close it, those functions do not get called. If I > leave it docked, or undock     

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Nick Schultz
Date: May 2, 2008 14:58

OK, I tried overriding both PostNcDestroy and OnPressCloseButton functions and it still isn't working the way I would like it to... When I create the window, it starts out docked to the main frame. If I undock the window and then close it, those functions do not get called. If I leave it docked, or undock it and dock it again and then close the window, those functions get called.
Show full article (3.96Kb) · Show article thread
Make sure you don't call CoInitializeEx(COINIT_MULTITHREADED) before that. When you get the call to hang, break inside the debugger and check the call stack. "jbreher" <jbreher@discussions.microsoft.com> wrote in message news:4B01B52F-ED20-4E7D-9928-7BC6E8785B80@microsoft.com... >I am encountering a wierd error, and I can't figure out which way to turn. > Something deep within the call     

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: May 2, 2008 14:32

This is not a good description. If DoModal "fails", it will return 0. If it succeeds, you should see a dialog box. Presumably you are going to fill in all those parameters at some point, because you are using the defaults, so there is no reason to provide default parameters to the constructor. I see no function f() here. What version of VS are you using, what platform SDK, what OS?
Show full article (3.44Kb) · Show article thread
See below: On 21 feb, 09:27, jbreher <jbre...@discussions.microsoft.com> wrote: > I am encountering a wierd error, and I can't figure out which way to turn. > Something deep within the call tree of CFileDialog::DoModal() is (apparently) > failing, causing the dialog to never be displayed, and the f() never to > return. Here's the failing code: ************* Well, DoModal returns when you     

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: May 2, 2008 14:28

I am encountering a wierd error, and I can't figure out which way to turn. Something deep within the call tree of CFileDialog::DoModal() is (apparently) failing, causing the dialog to never be displayed, and the f() never to return. Here's the failing code: void CPvtDlg::OnBnClickedBnFileBd() { // specify a file CFileDialog fileOpenBox ( TRUE,
Show full article (3.21Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Nick Schultz
Date: May 2, 2008 14:03

Show full article (2.86Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Alexander Grigoriev
Date: Feb 22, 2008 07:07

Show full article (3.69Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Joseph M. Newcomer
Date: Feb 21, 2008 04:20

Show full article (4.45Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: Mikel
Date: Feb 21, 2008 01:31

Show full article (5.33Kb) · Show article thread
    

Group: microsoft.public.vc.mfc · Group Profile · Search for Pthreadstate in microsoft.public.vc.mfc
Author: jbreher
Date: Feb 21, 2008 00:27

Show full article (3.43Kb)
1 · 2 · next