-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good Widget but a lot of space wasted #4
Comments
Hallo, meanwhile I made the adjustments by myself:
Screenshot: And how it looks in my app, embedded in a popup: I am not using git properly, so I just copy the code here. Its up to you, if you like to use it.
|
I need help regarding to my kivy project . I am making a sending an d receiving files app , so i need some guidance in designing GUI . Firstly i need to know how to add FileBrowser custom file to a button in KV language, secondly i need to know how to make a receive screen so i can see my received files in that. |
here is my source code |
from future import division, absolute_import from kivy.app import App import os.path from kivy.uix.spinner import Spinner class SORoot(BoxLayout):
class SOApp(App):
if name =='main':
|
Kivy file |
WrappedLabel@Label: :
StartScreen@Screen:
AboutScreen@Screen: SendScreen@Screen:
ReceiveScreen@Screen:
|
Hallo,
great work, thx for that. Unfortunatly, there is not a lot of space left to show files when you use the widget in landscape mode.
Some "change requests" :-)
Thanks
The text was updated successfully, but these errors were encountered: