Page 1 of 1

OpenWindowedScreen workaroudns PB 4.10

Posted: Sun Dec 16, 2007 11:09 pm
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?

Posted: Mon Dec 17, 2007 2:31 am
by Hroudtwolf
Hi,

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

Best regards.

Wolf

Posted: Mon Dec 17, 2007 7:28 am
by Hydrate
Thats exactly what I needed, thank you very much.