onboard with a fullscreen application

Asked by rshortt

Hi,

I am working on an application that goes into fullscreen mode. Therefore onboard is not going on top of my application.

Is there an obvious solution to my problem?

FYI my app is written in python, using pyGTK. Perhaps I can embed onboard into a widget or subwindow of my app? If I use it as a widget can I still keep it from taking focus from my text fields?

Thanks for any help,
-Rob

Question information

Language:
English Edit question
Status:
Solved
For:
Onboard Edit question
Assignee:
No assignee Edit question
Solved by:
rshortt
Solved:
Last query:
Last reply:
Revision history for this message
rshortt (rob-hrcentral) said :
#1

Perhaps I could edit OnboardGtk.py, remove the call to the gtk main loop (it's in the constructor), then instantiate this in my application, and set the window to be a transient of my main window...

Does that sound doable?

-Rob

Revision history for this message
rshortt (rob-hrcentral) said :
#2

Just FYI that worked.