gui-framework
Here are 44 public repositories matching this topic...
-
Updated
Sep 4, 2020 - Go
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()
) - Run
window.Disable()
- The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 7, 2020 - C
Cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications:
-
Updated
Oct 4, 2020 - Python
-
Updated
Jun 9, 2020 - C
-
Updated
Oct 6, 2020 - Julia
-
Updated
Oct 4, 2020 - Ruby
-
Updated
Sep 22, 2020 - Java
Using an Image
trait here would mean that users could pass image names or paths instead of ImageResource
objects.
-
Updated
Jul 1, 2020 - Go
-
Updated
Jul 13, 2020 - Nim
-
Updated
Mar 11, 2014 - UnrealScript
-
Updated
Sep 23, 2020 - Lua
-
Updated
Jun 8, 2020
-
Updated
Oct 7, 2020 - Java
-
Updated
Sep 3, 2020 - Java
-
Updated
Jan 12, 2018
-
Updated
Oct 6, 2020 - C++
-
Updated
Dec 9, 2019 - C++
-
Updated
Apr 21, 2016 - Java
-
Updated
Sep 30, 2020 - Ada
-
Updated
Apr 26, 2019 - C++
-
Updated
Sep 17, 2019 - MATLAB
-
Updated
Jun 24, 2018 - Python
Improve this page
Add a description, image, and links to the gui-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gui-framework topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E