-
pive added a screenshot of DropCycle (alternative webshots manager) using xelements.
2009-04-26 08:58:21 UTC in XElements
-
Specifications and use cases to be defined.
2008-04-15 16:29:51 UTC in XElements
-
Examples and documentation have to be updated regarding 1.0 API.
2008-04-15 16:27:47 UTC in XElements
-
Actually the methods that accepts pointers cannot be passed None (NULL) as parameter.
There must be a mechanism to handle such cases.
=> Mandatory for XApp::init which first parameter should be NULL (None) as it has no parent.
2008-04-15 16:25:40 UTC in XElements
-
pive committed patchset 8 of module syncSQL to the syncSQL CVS repository, changing 1 files.
2007-10-14 22:40:50 UTC in syncSQL
-
Now, the interface XApp::moveTo() is sizing the whole application window, including caption and borders.
There should be an interface to size the client area of the window.
2007-03-28 08:23:10 UTC in XElements
-
When calling Python methods from C++, the Python exceptions that can occur are not raised, causing debugging nightmare for important applications.
2007-03-27 22:03:59 UTC in XElements
-
Not much different from 0.1, but major bug fixes and missing/non working features:
- python 2.5 support (and still compatible with 2.4)
- better python installer
- added send and post message helpers
- fixed the WS_TABSTOP issue
- added getCheck and setCheck methods on XButton
- added quit to XApp
- changed yield to uiflush (Python keyword issue)
enjoy!
2007-03-26 23:16:44 UTC in XElements
-
Fixed: added sendMessage and postMessage methods to XElement.
2007-03-26 22:41:26 UTC in XElements
-
There was an uninstalled Python 2.5 version on this machine, that caused the installer to detect 2.5 instead of 2.4. The installer now looks for the whole reg key before trying to install.
2007-03-26 21:23:22 UTC in XElements