Skip to content
#

gui

Here are 5,166 public repositories matching this topic...

imgui
ocornut
ocornut commented Oct 15, 2019

Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.

Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.

apengwin
apengwin commented Feb 6, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • [ x] visual output bug
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
    • new feature request
  • [ x] I have visited the [source website], and in particular
    read the [known iss
yew
jstarry
jstarry commented Feb 26, 2020

Problem
It's possible that a developer retains a reference to a node ref that has been unmounted. To prevent the reference of an unmounted html element, Yew should be sure to clear the NodeRef when unmounting.

Suggested Fix

  1. Set vtag's node ref to None in its VDiff::detach impl
  2. Set vcomp's node ref to None in the DestroyComponent runnable
awesome-python-applications
cjbrowne
cjbrowne commented Nov 9, 2019

Describe the bug
Using application.NewWindow to create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.

To Reproduce

  1. Create a main window
  2. Create a secondary window
  3. Close the secondary window
  4. Attempt to re-show the secondary window.

Example co

shivpatel
shivpatel commented Dec 8, 2019

I'll try to PR updates to the README.md file. In the meantime, making this ticket with the correct directions for anyone trying to build the latest release for themselves:

  1. npm run pack. Quit the process once the webpack analyzer graphic pops up.
  2. node bin/pack.js
  3. Don't worry about Unhandled rejection Error: No identity found for signing. error.
  4. Packaged app ready at `dist/
karliss
karliss commented Mar 21, 2020

Is your feature request related to a problem? Please describe.

Currently when opening a context menu using keyboard in disassembly widget or graph widget it opens generic widget context menu as if user right clicked outside any instructions.

Describe the solution you'd like

Opening context menu using keyboard in those widgets should open the dissaembly context menu for current pos

jordanhbuiltbyhq
jordanhbuiltbyhq commented Sep 14, 2017

This could be nice when processing multiple images - a circular progress bar indicating percent complete, just like the ones in Photos and iMovie. It could replace the always spinning activity indicator if there's more than like 2-5 images being processed. Would be suuuuper useful when you're processing hundreds or thousands of photos like I am right now.

blncd
blncd commented Jan 3, 2020
  1. Example graphics for UI elements would provide a better overview.

  2. The documentation would be clearer if the methods of the classes were divided into different "categories" as in the Qt documentation:

  • methods of the respective class
  • slots
  • signals / events
  • inherited methods / properties from other classes
  1. An overview that shows which of the respective properties, method
legrostdg
legrostdg commented Jan 9, 2018

~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).

Please also consider using appdirs instead of hardcoding ~/.config/

hiiamboris
hiiamboris commented Feb 21, 2020

Describe the bug

>> i: make image! 2x2
== make image! [2x2 #{FFFFFFFFFFFFFFFFFFFFFFFF}]
>> i/alpha
== #{00000000}
>> i/alpha: 1 i/alpha
== #{01010101}
>> i/alpha: -1 i/alpha
== #{FFFFFFFF}           ;) expected #{00000000}
>> i/alpha: 255 i/alpha
== #{FFFFFFFF}
>> i/alpha: 256 i/alpha
== #{00000000}           ;) expected #{FFFFFFFF}

Expected behavior

Alpha val

doobersn
doobersn commented Jan 17, 2020

The instructions say that you can open the file with a right click to open with powershell. However, this doesnt grant admin rights and things dont work properly. Is it possible to right click and open with powershell with admin rights?

AlisCode
AlisCode commented Jan 5, 2020

Hey everyone !

In order for the new website to happen, we need to define some sort of branding for Iced. Since this should be a community effort, here are my first thoughts / mind map of how I reasoned about the logo and color scheme.

Logo

What is Iced ?

  • GUI Framework
  • Platform-agnostic
  • Written in Rust
  • Elm Architecture

What does iced mean ?

  • Ice
    • Ice
samhattangady
samhattangady commented Apr 19, 2019

Description

On running the calculator example with cargo run --example calculator, 4 separate windows are created. Closing any of them closes all the windows. The numbers and symbols do not render on calculator buttons. The buttons are blank.

Version / OS

  • Rust version:
    stable-x86_64-unknown-linux-gnu (default)
    rustc 1.34.0 (91856ed52 2019-04-10)

  • azul version:
    commit hash:

bug
any35
any35 commented Mar 20, 2020

I was in trouble when manager my document with mongo express.

It cannot show the detail of a document which have number type id.

repro steps:

  1. insert a doc with a number type id
{
    "_id": 123456,
    "message": "another field"
}
  1. find the document wu just insert above and click it
  2. an error is shown on the screen: Document not found!

can anybody help?

Improve this page

Add a description, image, and links to the gui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.