Thanks of your great gui framework! Can you create a python binding to make it use more easily?
Logged In: YES user_id=7743
This is a great idea!
It would most certainly be possible to do this, but we need some help, because at the moment I'm swamped with other things. You might check out the JavaScript integration that the VCF Builder uses. See:
JSEngine.cpp http://cvs.sourceforge.net/viewcvs.py/vcfbuilder/VCFBuilder/src/JSEngine.cpp?rev=1.10&view=auto
JSEngine.h: http://cvs.sourceforge.net/viewcvs.py/vcfbuilder/VCFBuilder/src/JSEngine.h?rev=1.6&view=auto
These use the VCF RTTI feature to integrate with Mozilla's JavaScript engine.
Log in to post a comment.
Logged In: YES
user_id=7743
This is a great idea!
It would most certainly be possible to do this, but we need
some help, because at the moment I'm swamped with other
things. You might check out the JavaScript integration that
the VCF Builder uses. See:
JSEngine.cpp
http://cvs.sourceforge.net/viewcvs.py/vcfbuilder/VCFBuilder/src/JSEngine.cpp?rev=1.10&view=auto
JSEngine.h:
http://cvs.sourceforge.net/viewcvs.py/vcfbuilder/VCFBuilder/src/JSEngine.h?rev=1.6&view=auto
These use the VCF RTTI feature to integrate with Mozilla's
JavaScript engine.