OpenWindowedScreen workaroudns PB 4.10

Linux specific forum
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

OpenWindowedScreen workaroudns PB 4.10

Post by Hydrate »

IM currently running Ubuntu on my laptop and Ive noticed that the OpenWindowedScreen() function does not create a childwindow. I understand that it is not possible to do this in linux so im looking for a few basic work arounds.

I have set my main window as a window of 0x0 and use the HideWindow() function to remove it from the gnome-pannel.

Now im looking for a way to get the handle of my window and to allow the closewindow functions etc, to add a menu to it.

Any ideas?
.::Image::.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Hi,

I created such a workaround for OpenWindowedScreen.
http://www.purebasic-lounge.de/viewtopi ... 33&start=0

Best regards.

Wolf
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Post by Hydrate »

Thats exactly what I needed, thank you very much.
.::Image::.
Post Reply