Not fullscreen window

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wari Offline
Junior Member
Posts: 4
Joined: Jan 2005
Reputation: 0
Post: #1
hi,

i want to display a "small window" on screen.
is there a way of doing this?

when i create an window its automaticly becomes fullscreen.

best regards
robert
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #2
yes it is possible
you have not to create a xbmcgui.window class but a xbmcgui.windowdialog class
this one is the same as window , except the backgroung is transparent.
so after creating this windowdialog class, you can draw a small window with an image, then put your labels/button... on it
find quote
donno Offline
Team-XBMC Python Developer
Posts: 131
Joined: Jan 2005
Reputation: 0
Location: Australia
Post: #3
thanks sawblade.

only wish there was more info in alex's tutrioal

** Team XBMC Tester** XBMC 4 ever

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #4
(donno @ feb. 01 2005,11:38 Wrote:thanks sawblade.

only wish there was more info in alex's tutrioal
who is sawblade ??

alex's tutorial is for the very beginning in scripting experience... then you have to do the job by yourself !
find quote
wari Offline
Junior Member
Posts: 4
Joined: Jan 2005
Reputation: 0
Post: #5
thanks a lot solexalex!
sorry i havent checked in for a while to see your fast reply!

while im in the mood:
do you know if there“s a way to "minimize" a window which will run in the backgound?

best regards
robert
find quote
me.mod Offline
Junior Member
Posts: 9
Joined: Jan 2005
Reputation: 0
Post: #6
...try to remove or just .visible=false all visible parts of your script..

me.mod
find quote