wxtrac
wxtrac
#### 2012-07-09 08:33:01: bokutin (Tomohiro Hosaka) commented ___ Above path is invalid. This patch is correct. % git diff diff --git a/build/msw/makefile.gcc b/build/msw/makefile.gcc index 7775910..fd6dc71 100644 --- a/build/msw/makefile.gcc +++ b/build/msw/makefile.gcc...
#### 2012-07-09 09:02:02: bokutin (Tomohiro Hosaka) commented ___ This is a supplementary information. -j1 perl Build.PL --wxWidgets-build=1 --wxWidgets-source=tar.bz2 --wxWidgets-unicode=1 --wxWidgets-version=2.9.3 --wxWidgets-extraflags=-j1 timeit Build Version Number: Windows NT 5.1 (Build 2600)...
#### 2012-07-09 14:22:51: @vadz changed type from *build error* to *defect* #### 2012-07-09 14:22:51: @vadz changed component from *wxMSW* to *build* #### 2012-07-09 14:22:51: @vadz changed title from *build failed...
#### 2012-07-09 14:25:26: @vadz commented ___ Unfortunately this file can't be modified directly as it is generated by bakefile, so the patch can't be applied. I also am not sure...
#### 2007-12-04 10:57:20: tibosoft commented ___ In addition, I have just noticed that the current implementation discards LVN_ITEMCHANGED events when the item ID is -1. This is also a bug...
#### 2007-12-04 11:23:32: tibosoft commented ___ Attached is a first version of the patch. I'd appreciate some initial feedback before I submit the patch to the Patch Manager, along with...
#### 2008-04-13 19:23:10: @vadz commented ___ This looks like a reasonable idea to me however we should make sure that the same events are sent by the native MSW and...
#### 2009-06-18 16:51:27: @vadz changed title from *Possible fix for Virtual wxListCtrl and multiple selection* to *Generate events for multiple selections in virtual wxListCtrl* #### 2009-06-18 16:51:27: @vadz changed status...
#### 2012-12-02 21:52:53: @vadz commented ___ We don't have resources to do it now and as important as this is, it's not worth delaying 3.0 for it, so postponing.
#### 2020-07-29 11:04:29: ajm_flonidan (Anders Munch) commented ___ To work around this, I've managed to track selections by handling EVT_LIST_ITEM_SELECTED, EVT_LIST_ITEM_DESELECTED *and* EVT_LIST_ITEM_FOCUSED. Experimentally, it seems like that covers all...