[PyMOL] change the screen position of the display window of pymol

2003-04-17 Thread dharmendra
I have my own gui .Now I want to change the screen diplay position of the main window(display window). thanks dharmendra

[PyMOL] how to embed pymol viewer into frame

2003-04-17 Thread dharmendra
Hello I have a gui.I want to embed pymol viewer into the my gui frame. thanks dharmendra

RE: [PyMOL] change the screen position of the display window of pymol

2003-04-17 Thread Warren L. DeLano
Dharmendra, The opening window location is hardcoded in the layer5/main.c file. You’ll need to recompile PyMOL in order to change it. Search for “p_glutInitWindowPosition". (blushing) We'll obviously need to do something about this... Cheers, Warren -- mailto:war...@delanoscientific.com Warre

RE: [PyMOL] how to embed pymol viewer into frame

2003-04-17 Thread Warren L. DeLano
Dharmendra, Funny you should ask, I just sent off an email to someone else about this! This is absolutely planned, but the programming interface has not yet been solidified. We need participants from each world (wxWindows, Tcl/Tk/TOGL, ActiveX, GLUT, and generic) to work with me on getting thi