-
Sorry, I missed a line of code:
typedef [public ,
custom(F914481D-9C62-4B43-9340-E9B2E6252E5F, 1)
]
unsigned long ULONG_PTR;.
2009-02-24 12:29:27 UTC in Python for Windows extensions
-
The COM object is until now only used internally.
I found out that the following definition in the IDL file caused the problems:
[id(7), helpstring("method getNumberInfos")] HRESULT getNumberInfos([out, retval] SIZE_T* number);
This statement produced in the type library (I used OLEView to display this information) this data:
typedef [public ...
2009-02-24 12:27:17 UTC in Python for Windows extensions
-
With the build 213 I had problems with a COM class when using genpy.py. The COM class has no constants defined but the method Generator.do_generate() in the genpy.py file had problems to generate a valid python class. The following construct was generated:
...
MajorVersion = 1
MinorVersion = 1
LibraryFlags = 8
LCID = 0x0
class constants:
from win32com.client import DispatchBaseClass.
2009-02-23 12:53:57 UTC in Python for Windows extensions
-
Unfortunately this is not possible with the current release. This features will (maybe) be implemented in one of the next releases...
Michael.
2005-07-07 10:03:43 UTC in MinDia, a program for slide shows
-
Hi Andreas,
to your questions:
1) yes, you can play mp3 files synchron to your slide show. That was the main reason why I developed MinDia. Under Windows you don't need a special mp3 software player. MinDia uses the buidin mp3 player of windows.
2) the special effects are not supported yet. I plan to implement this features in a future version.
Michael.
2004-12-10 09:21:44 UTC in MinDia, a program for slide shows
-
Hi,
did you try to run the installation as root user?
Michael.
2004-09-28 16:13:12 UTC in MinDia, a program for slide shows
-
Hi,
you can play a slide show in fullscreen modus, just use the context menu on the PlayInfo-dialog.
You can also use Pyhton to control the slide show, see the online documentation for more information.
But in the actual version MinDia does not support more than one screen.
Michael.
2004-09-28 16:11:55 UTC in MinDia, a program for slide shows
-
Hi,
do you have the Qt developer packages installed on your system? Which system and which distribution are you using?
Michael.
2004-09-28 15:57:13 UTC in MinDia, a program for slide shows
-
Hi,
try to run ldconfig to configure the cache for the shared libraries or restart your linux. Sorry, there is the ldconfig statement missing in the RPM package, I will fix this in the next release.
Michael.
2004-06-25 07:53:30 UTC in MinDia, a program for slide shows
-
That sounds clear. But I found in the Wiki about PyQt on the page about PyQt licensing (http://www.diotavelli.net/PyQtWiki/PyQtLicensing) this statement:
Non-commercial License
Platforms: Windows
This version of PyQt is to be used with the non-commercial version of Qt based on Qt v2.3.0. Your application must be released under a license that is compatible with the Qt Non-commercial license.
2004-05-11 12:29:41 UTC in CUTE User-friendly Text Editor