Questions tagged as 'widget'

1
answer

Adjust Tkinter window and widjets according to screen resolution

Hello, I'm developing a python GUI with TKinter. I'm trying to make the widget setup I've set up to suit the monitor's resolution. I applied the following code. janela = tk.Tk() lado, cima = (janela.winfo_screenwidth()), (janela.wi...
asked by 20.12.2017 / 12:19
1
answer

Widget - Install automatically through the application

I would like to create a feature in the App to automatically add the Widget of the application. When the user clicks a button, automatically inserts Widget into the home screen. Is it possible?     
asked by 28.06.2016 / 02:50
1
answer

Add widget on home screen

I'm using the library link And I'm almost at the end of the project, but now I have the need to insert the calendar widget option, but the calendar layout does not appear. There is a black screen reporting problem in the display La...
asked by 08.04.2016 / 05:46
1
answer

Is it possible to create a widget with javascript?

javascript already has several apis for push notification, vibration (mobile only) among others, is it possible to create widget on the user's desktop? Or, if this is a project requirement, should I create a native application? If it is possible...
asked by 22.07.2018 / 01:42