Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Problem with FullScreen and PopUp
Problem with FullScreen and PopUp [message #10209] Mon, 25 June 2007 11:34 Go to next message
fonso21 is currently offline  fonso21
Messages: 3
Registered: June 2007
Junior Member
Hi !

I wrote a small test application as attached. Basically a standard GUI application with some screens. To end the application I added an standard exit dialog. Everything works fine when I am runnung the application in window-mode.

I am working in an Kubuntu 7.04 environment.

When starting in FullScreen Mode I get a problem:

When I click the Exit-Button the Dialog Pops up, but the Main Window is always in Front. (I see this just by checking using ALT-TAB). There is no chance to get the window in the front and give it the focus.

I tried NoTopMost() as well, but it does not work.

When testing the same application in Windows everything works as expected.

Has anyone an idea what I am doing wrong ? Or what is wrong ?
  • Attachment: main.cpp
    (Size: 1.33KB, Downloaded 296 times)
Re: Problem with FullScreen and PopUp [message #10211 is a reply to message #10209] Mon, 25 June 2007 11:57 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
fonso21 wrote on Mon, 25 June 2007 05:34

Hi !

I wrote a small test application as attached. Basically a standard GUI application with some screens. To end the application I added an standard exit dialog. Everything works fine when I am runnung the application in window-mode.

I am working in an Kubuntu 7.04 environment.

When starting in FullScreen Mode I get a problem:

When I click the Exit-Button the Dialog Pops up, but the Main Window is always in Front. (I see this just by checking using ALT-TAB). There is no chance to get the window in the front and give it the focus.

I tried NoTopMost() as well, but it does not work.

When testing the same application in Windows everything works as expected.

Has anyone an idea what I am doing wrong ? Or what is wrong ?



Unfortunately, in X11, it is not possible to mix "fullscreen" and non-fullscreen windows.

If you would needed some dialog in your fullscreen application, I recommend to emulate it using the child widget (adding/removing child from fullscreen application would be equivalent to opening/closing window).
Previous Topic: missing cast
Next Topic: does exist a HtmlToColor?
Goto Forum:
  


Current Time: Sat Apr 27 23:13:29 CEST 2024

Total time taken to generate the page: 0.03440 seconds