window size

4,857 views
Skip to first unread message

Pavel Kostelnik

unread,
Mar 10, 2012, 1:23:47 PM3/10/12
to kivy-...@googlegroups.com
Hi folks,

is there any comfortable way to manipulate window position/size except for this -> http://kivy.org/planet/2011/05/the-app-class-and-its-window/ ?

It really feels icky… 

thanks


Mathieu Virbel

unread,
Mar 10, 2012, 2:59:47 PM3/10/12
to kivy-...@googlegroups.com
Hi,

The latest master have now the ability to control the size of the window. But not the position.
By the way, the good way to set the initial size is:

import kivy
kivy.require('1.1.2')
from kivy.config import Config
Config.set('graphics', 'width', '800')
Config.set('graphics', 'height', '600')
...

Before anything else in your application. We are working on a better approach to do this in the long term.

Mathieu
Message has been deleted

krister viirsaar

unread,
Apr 4, 2013, 4:49:55 AM4/4/13
to kivy-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages