question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Enhancement] Change skeleton checkboxes to radio buttons in import model dialog

See original GitHub issue
Good first issue
Issues reserved for newcomers. Consider taking it only if it’s your first time working on a feature or a bug in Xenko.

In the import model dialog, the skeleton options are currently displayed as checkboxes. Since there are all mutually exclusive, radio buttons would be more appropriate.

importmodel_skeletonoptions

Starting point:

  • ModelAssetTemplateWindow in Xenko.Assets.Presentation
  • ImportModelFromFileViewModel in Xenko.Assets.Presentation

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Kryptos-FRcommented, Sep 5, 2018

Thanks @xwellingtonx. I’ll review it.

A note for later: comment first on the issue when you start working on it so we can assign it to you. That will show that someone is working on it and prevent duplicate work in case someone else was also truing to do it.

0reactions
xen2commented, Sep 12, 2018

@Kryptos-FR it’s because he was not added as a collaborator yet (github doesn’t allow to assign issues to people that are not collaborators, quite annoying)

You can only create assignments for yourself, collaborators on personal projects, or members of your organization with read permissions on the repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lookup dialog - replace check box with radio buttons
Solved: The lookup dialog box where the user can select a single value is showing check boxes. I tried adding a metadata for...
Read more >
If a user changes a radio-button field, how can I provide a ...
To allow users select none (clear) radio-buttons field I use checkboxes instead, and set the field options to auto-enter calculated value, replace existing:....
Read more >
How to show jquery dialog with radio buttons when ...
on('change', function (ev) { var check = ev.target; if (check.checked) { // Checked, so prompt and record. $prompt.dialog ...
Read more >
Kendo UI for jQuery RadioButton Overview - Demos - Telerik
View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI...
Read more >
How to Use Buttons, Check Boxes, and Radio Buttons
You set the default button by invoking the setDefaultButton method on a top-level container's root pane. Here is the code that sets up...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found