Search
Page 36 of 1,195. Showing 11,950 results (0.015 seconds)
What image formats are supported by the GUI?
wxImage This class encapsulates a platform-independent image. An image can be created from data, or using wxBitmap::ConvertToImage. An image can be loaded from a file in a variety of formats, and is extensible to new formats via image format handlers. Fun…Pyframe
Examples files for Python see attached files for commented examples of Python execute.py job.conf jobsubmit.py…KB Linux / OSX
Testing
Examples files for Testing see attached files for Testing files Farm_write_test.xja : to run QubeGUI > Sumbit > from file . change output location. This job will write a txt file with the hostname of the worker and its ability to write to the set loca…KB Jobtypes
Qube! Roadmap
KB Callbacks
Getting GUI to work under Ubuntu
Add to /etc/apt/source.list (this is for Gutsy Gibbon) deb http://apt.wxwidgets.org/wxpython http://apt.wxwidgets.org/wxpython gutsy-wx main Run the following to add wxwidgets pgp key: $ wget -q http://apt.wxwidgets.org/key.asc http://apt.wxwidgets.org/ke…How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…Where is the GUI Preferences file?
The prefs file can be found in the following locations. Linux $HOME/qube/qube_guiPreferences.conf Windows c:/Documents and Settings/username/qube/qube_guiPreferences.conf OS X ~/Library/Preferences/qube/qube_guiPreferences.conf…