-
Updated
Feb 23, 2021 - C#
user-interface
Here are 1,029 public repositories matching this topic...
-
Updated
Feb 22, 2021 - C#
Description of Change
Hang or crash macOS App scaling a View to zero.
Issues Resolved
- fixes #8981
API Changes
None
Platforms Affected
- macOS
Behavioral/Visual Changes
None
Before/After Screenshots
Before
Hang in the first case and getting a crash in the second case setting the Scale to zero.
Ater
-
Updated
Feb 17, 2021 - Go
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using Application().start
. I've tried to locate it using Desktop
, but got quite confused..
Any help on this?
-
Updated
Feb 24, 2021 - Python
Nothing happens at the moment when clicking the form help: https://tabler-react.com/form-elements (It's next to the zip code box).
<Form.Help message={<><p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p><p class="mb-0"><a href="#">USP ZIP codes lookup tools</a></p></>} />
-
Updated
Nov 10, 2020 - ActionScript
-
Updated
Nov 28, 2020 - C#
-
Updated
Feb 2, 2021 - C#
-
Updated
Feb 13, 2021 - Riot
-
Updated
Feb 21, 2021 - Kotlin
-
Updated
Mar 28, 2020 - C#
In the current README, so far I've gone over the very basics. Not all features have been covered, and there is little talk about httpu packages. Maybe some wiki pages, and some more details on the README would be helpful. Also a much better example video / gif is needed, the one I made is pretty bad.
-
Updated
Feb 17, 2021 - CSS
-
Updated
Sep 30, 2017 - Scala
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Nov 13, 2017 - Swift
-
Updated
Feb 14, 2020 - C++
-
Updated
Feb 22, 2021 - Dart
-
Updated
Feb 9, 2021 - C++
-
Updated
Jan 29, 2021 - Swift
-
Updated
Feb 12, 2021 - Elm
-
Updated
Dec 11, 2020 - Stylus
-
Updated
Feb 6, 2021 - C
-
Updated
Feb 23, 2021 - SCSS
-
Updated
Jun 2, 2020 - C#
Improve this page
Add a description, image, and links to the user-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the user-interface topic, visit your repo's landing page and select "manage topics."
use iced::{pick_list, PickList};
Compiles when targeting linux but not targeting the web.
this works:
cargo build
this does not work:
cargo build --target wasm32-unknown-unknown
this is the error: