user-interface
Here are 795 public repositories matching this topic...
Sorry for writing that here but in the Xamarin.Forms Wiki page -> Feature Roadmap the web link to the contributing guide is broken. It returns 404.
See:
Have a proposal?
Check out our guide on submitting proposals.
I would be interested to read this guide.
F
-
Updated
May 27, 2020 - Go
-
Updated
May 27, 2020 - C#
Prepare similar Controls Overview like we have for "win32" backend: https://pywinauto.readthedocs.io/en/latest/controls_overview.html
-
Updated
May 23, 2020 - 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></>} />
I think I am missing or have forgotten something about broad support for focus in a Feathers app.
Background: We have an app with a custom theme. The project was originally designed for mobile and didn't support focus. Recently the decision was made to add support for focus. It's easy enough to turn on the FocusManager, but I need to update the theme so that the control skins have a "focused"
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
Mar 28, 2020 - C#
-
Updated
May 15, 2020 - C#
-
Updated
Feb 24, 2020 - Kotlin
This week I started using Macroid and reading through the documentation. While using it yesterday I suddenly the 2.0.0-M4 release was not available anymore ... After browsing the repositories I noticed it did not exist anymore but instead there is a M5 release which has some breaking changes. After browsing through the documentation of the M5 release branch I have seen the documentation is already
-
Updated
May 25, 2020 - JavaScript
-
Updated
Apr 3, 2020 - Java
-
Updated
Nov 13, 2017 - Swift
-
Updated
May 27, 2020 - JavaScript
-
Updated
Feb 14, 2020 - C++
- Because
greater=sucks for numbers math.eq,math.lt,math.gt,math.ne,math.le,math.ge- Same semantics as other
math.*commands- maybe change (fix) semantics before the release, namely the obscure handling of nested lists after the 1st arg
- strings (digits) or values accepted
- operator is applied to first arg against all following args
- default OR semantic
Investigate if it's easier, better and possible to rely in requestAnimationFrame instead of the globaltick event. The latter one relies in diffing the virtual dom, and I'm not sure how scalable that is.
The intend is to use the Elm's animation-frame package.
Following the documented approach for adding blueprints from a plugin, the blueprint never appears to instantiate. In static-generator.php:
public function onGetPageBlueprints(Event $event)
{
$types = $event->types;
$types->scanBlueprints('plugins://' . $this->name . '/blueprints');
dum-
Updated
Nov 9, 2018 - Swift
-
Updated
May 6, 2020 - C#
Describe the bug:
The VisualProgressBar control does not draw using the ProgressBar color from the theme.
To Reproduce:
Steps to reproduce the behavior:
- Run the VisualThemeBuilder.
- Change the ProgressBar color to something obviously non-green.
- Select, in sequence, from the controls dropdown the VisualGuage, VisualRadialProgress, and VisualProgressBar entries.
- Observe t
I didn't see any install instructions, but have come up with (I think) a minimal stack.yaml configuration:
resolver: lts-7.19
compiler: ghcjs-0.2.1.9007019_ghc-8.0.1
compiler-check: match-exact
setup-info:
ghcjs:
source:
ghcjs-0.2.1.9007019_ghc-8.0.1:
url: http://ghcjs.tolysz.org/ghc-8.0-2017-02-05-lts-7.19-9007019.tar.gz
sha1: d2cfc25f9cda-
Updated
Apr 3, 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."



I've searched here and Zulip and couldn't find any relevant discussion.
Are there plans to implement a widget to allow zooming in on an Image (past the dimensions of the parent element / application window) and panning?