wxtrac
wxtrac
#### 2020-12-07 16:57:39: @dconnet commented ___ (somehow I missed seeing this response long ago...) Replying to [comment:15 oneeyeman]: > Could you please check if it fixes the issue? They're asking...
#### 2020-12-07 18:51:24: @vadz commented ___ I still think we need to destroy the window, so just calling `DissociateHandle()`, but we should be able to just reset the window proc...
#### 2020-12-07 22:33:38: @dconnet commented ___ Calling `UnsubclassWin()` instead of `DissociateHandle()` does work. However, it looks like something is causing a COM uninitialize (not in wx code) so when the...
#### 2007-01-06 14:51:08: biwillia76 (Benjamin I. Williams) commented ___ Thanks for the patch. We also intend to implement this functionality, but in a slightly different way that allows the tabbed...
#### 2007-01-09 14:05:27: huge_ uploaded file [`aui_patch3`](https://github.com/wxWidgets/trac-attachments/tree/main/ticket/c6a/c6a82ffab4ce1176b376dca7fc3c408325e9ca2e/fce8db7e599e6f2ad7558a127b33c40048e2c5f7) (63.3 KiB) Patch files for wxAUI code
#### 2007-01-09 14:05:28: huge_ commented ___ I have updated the patch to fix a bug when closing panes, and to allow tab order to be remembered. File Added: aui_patch3
#### 2007-12-15 21:15:33: @vadz commented ___ I don't know what to do about this patch -- it was meant to be replaced by something else but this has never happened...
#### 2007-12-18 11:02:16: huge_ commented ___ I have a more recent update, but not in patch form - was not sure if I was wasting my time. There are some...
#### 2008-01-06 18:07:56: @vadz commented ___ Ben, could you please tell us if it makes sense to ask Huge to submit a new and improved version of the patch or...
#### 2008-01-06 19:06:29: biwillia76 (Benjamin I. Williams) commented ___ Hi Vadim and Huge, Correct. This patch needs to be reworked so that it doesn't create wxAuiNotebook windows. The general policy...