wxtrac

Results 301 comments of wxtrac

#### 2009-04-26 22:03:44: @dconnet commented ___ More debugging: This would appear to be a problem with the ink control in general. I just created a plain vanilla win32 app and...

#### 2009-04-26 22:31:30: @dconnet uploaded file [`inkTest.zip`](https://github.com/wxWidgets/trac-attachments/tree/main/ticket/a13/a13928b9ccd6a7aecfa7cedaf932ac3bd320ed18/ac8aae3a3f290152317ca8a74d931db8bab84bd7.zip) (6.5 KiB) Raw Win32 project (vc9) that demonstrates inkedit problem

#### 2009-04-26 22:39:10: @dconnet commented ___ [Problem also submitted to MS](https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=435344)

#### 2015-10-22 21:50:06: @dconnet commented ___ I believe I have a fix for this. In ~wxTextCtrl, add: ``` #if wxUSE_INKEDIT && wxUSE_RICHEDIT if (m_isInkEdit) DissociateHandle(); #endif ``` (note, this was...

#### 2015-10-22 23:37:29: @dconnet commented ___ Note, this is also needed in the 3.0.3 branch

#### 2015-11-01 19:39:20: @vadz changed priority from *normal* to *low* #### 2015-11-01 19:39:20: @vadz commented What I don't understand is why is ink edit DLL getting unloaded before the window...

#### 2015-11-02 05:01:08: @dconnet commented ___ wx is not unloading the dll - the inkedit does it. In a sample I attached above that uses only win32 apis, you can...

#### 2015-11-02 13:58:31: @vadz commented ___ Strange, are there any official examples of using it in the MSDN? How do they work?

#### 2015-11-02 15:21:58: @dconnet commented ___ I never found any. I did report this as a bug to MS. Never heard anything back. And it still faults in Win10, so...

#### 2019-11-20 17:12:10: @oneeyeman1 commented ___ David, I tried to bug MS about the ticket you submitted. [Here](https://social.msdn.microsoft.com/Forums/Windowsdesktop/en-US/fabadf87-c383-4bc6-b155-52f7281c1fa0/does-anybody-inside-ms-is-interested-in-fixing-the-bugs?forum=windowsgeneraldevelopmentissues) is the reply. It looks like RLWA32 suggest to remove the subclass...