HELP! Can borders be removed? (Not just windows Top-Bar)

48 views
Skip to first unread message

D. Xenakis

unread,
Apr 20, 2015, 9:51:33 PM4/20/15
to kivy-...@googlegroups.com
Can I completelly (not just the top bar) remove the borders from my App? How?
THX

ZenCODE

unread,
Apr 21, 2015, 3:36:33 AM4/21/15
to kivy-...@googlegroups.com
http://kivy.org/docs/api-kivy.config.html

See "borderless" and "fullscreen".

D. Xenakis

unread,
Apr 21, 2015, 9:43:49 AM4/21/15
to kivy-...@googlegroups.com
I tried using those like below, but they both just removed the top Bar.

from kivy.config import Config
Config.set('graphics', 'fullscreen', 'fake')

Also, whenever I use specifically the fullscreen option, I get this Warning on init Kivy logs:
[WARNING           ] The 'fake' fullscreen option has been deprecated, use Window.borderless or the borderless Config option instead.

Alexander Taylor

unread,
Apr 21, 2015, 10:19:32 AM4/21/15
to kivy-...@googlegroups.com
What version of kivy? Make sure you have 1.9, the newest version, using SDL2 as the window provider.

D. Xenakis

unread,
Apr 21, 2015, 10:22:26 AM4/21/15
to kivy-...@googlegroups.com
[INFO              ] [Logger      ] Record log in C:\Users\User\.kivy\logs\kivy_15-04-21_48.txt
[INFO              ] [Kivy        ] v1.9.0
[INFO              ] [Python      ] v2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)]
[INFO              ] [Factory     ] 173 symbols loaded
[INFO              ] [Image       ] Providers: img_tex, img_dds, img_gif, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO              ] [OSC         ] using <thread> for socket
[INFO              ] [Window      ] Provider: sdl2
[INFO              ] [GL          ] GLEW initialization succeeded
[INFO              ] [GL          ] OpenGL version <4.5.0 NVIDIA 350.12>
[INFO              ] [GL          ] OpenGL vendor <NVIDIA Corporation>
[INFO              ] [GL          ] OpenGL renderer <GeForce GTX 980/PCIe/SSE2>
[INFO              ] [GL          ] OpenGL parsed version: 4, 5
[INFO              ] [GL          ] Shading version <4.50 NVIDIA>
[INFO              ] [GL          ] Texture max size <16384>
[INFO              ] [GL          ] Texture max units <32>
[INFO              ] [Window      ] auto add sdl2 input provider
[INFO              ] [Window      ] virtual keyboard not allowed, single mode, not docked
[INFO              ] [Text        ] Provider: sdl2
[INFO              ] [Base        ] Start application main loop
[INFO              ] [GL          ] NPOT texture support is available
Reply all
Reply to author
Forward
0 new messages