Google Code Exporter
Google Code Exporter
Input char only works in frame, not in panel with latest release of wxpython (> 2.9.x) !! Original comment by `[email protected]` on 12 Jul 2015 at 8:08
``` [deleted comment] ```
Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/76 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:26
``` Introduce "auto_zooming" option, something similar to the one available in CEF Python: https://code.google.com/p/cefpython/wiki/ApplicationSettings ``` Original comment by `[email protected]` on 4 Oct 2014 at 7:09 - Changed title: **Support for...
Original comment by `[email protected]` on 21 Oct 2014 at 10:40 - Added labels: **Restrict-AddIssueComment-Commit**
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/126 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:31
It will parse it ( in the latest tests it already does ) PS: The code is shaping up. It's taking forever to release the updated pydot because I embarked...
Sorry it's my mistake, it parses comma not in same way as graphviz. But seems that specification doesn't allow comma here. So following works: ```dot a -> {b c} a...
Well, I'm here again :) There are problems with parsing other way around: ```dot {b; c} -> a ``` Error is: ```python TypeError: unsupported operand type(s) for +: 'Subgraph' and...