Tagged Questions
The multi-window tag has no wiki summary.
4
votes
4answers
4k views
Multiple windows in OpenGL?
Is it possible to have openGL in 2 windows? as in 2 different windows (lets say the first is 640x480 and the other is 1024x768) rendering different things (lets say one window is an editor and the ...
1
vote
1answer
130 views
How do I make a window the active window in a Cocoa multi window app?
I have a multi window Cocoa app, implemented using the techniques described in an answer to a previous question.
All works fine, however windows opened after the initial window come up and are shown ...
1
vote
3answers
539 views
Multi-dialog program in PyQT will not close (the sequel!)
I have another problem with PyQT, this time I have an example that will be far more useful since it contains part of my code (defanged of course!) I have a hard time figuring out how to close the ...
1
vote
2answers
447 views
Delphi 2009 - Close all function from taskbar stops processing if presented with MessageDlg?
I have noticed a strange piece of behaviour when using MessageDlg and attempting to close my application via the Taskbar close all/group command.
My application is as follows:
There is a hidden ...
0
votes
0answers
106 views
How to open new window from PRISM application
Hallo I am currently developing application using Microsoft patterns and practices PRIS 4 and MEF my problem is that, I would like to have functionality similar to outlook when one clicks on new mail ...
0
votes
2answers
281 views
Create separate window from Console Application
I'm having a bit of a trouble trying to create a multi window'ed console application. Currently, my application's main console window is used to collect user input and display output.
Much of this ...