Jon
Jon
OK. Would you be in a position to try this on any other versions of Windows? (I don't know what the cause is, just making suggestions to help someone digging...
@davekimble2: what version of PHP were you using with this issue? I'd like to add an example file on how to use this, so it would be good to know...
Thanks @davekimble2 - I've got a similar config with Ubuntu 14.04, will see what happens here. I guess if there is a workaround then the splitter device is at least...
@davekimble2 - I get the same also. Anyone here speak Valgrind? Here's a snippet of output: ``` --23260-- REDIR: 0x69950c0 (libc.so.6:__GI___strncasecmp_l) redirected to 0x4c2f0b0 (__GI___strncasecmp_l) --23260-- Reading syms from /usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk3-module.so...
I wondered if using both approaches would be an acceptable workaround for now. The strategy would go like this: - Get the perspective string - Detach and re-add the pane...
Confusing! Thanks for looking into it, perhaps we can get more eyes on the C code to see what might be up. Incidentally, re this: > It's worth noting that...
Regarding the PR I mentioned above to redraw panes in an elegant manner, that didn't work in this case. It works when re-opening a closed pane (PR #142) but not...
I also tried using a single timer to wait for the list to appear on screen (wait one second and then stop immediately) and then using another timer for the...
I wonder if this is quite a common problem. Running the `grid.php` example just now produces this output: ``` /usr/bin/php -d extension=wxwidgets.so grid.php string(6) "Ubuntu" *** BUG *** In pixman_region32_init_rect:...
@mikbox74: just a thought, is it worth creating the smallest reproduction of this in Python, to see if wxPHP or wxWidgets is the cause? (I'm not a maintainer, just a...