windows-desktop
Here are 358 public repositories matching this topic...
Consider replacing drawStuff() in examples\drawing\drawing.go with the following code:
func testDraw(canvas *walk.Canvas) {
font, err := walk.NewFont("MS Shell Dlg 2", 12, 0)
if err != nil {
panic(err)
}
col := walk.RGB(0, 0, 0)
y := 8
n := 8
dx := canvas.Bounds().Width / n
x := 0
for i := 0; i < n; i++ {
format := walk.TextLeft | walk.TextTop
b := canvas.Bound
-
Updated
Apr 24, 2020 - C
Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files.
Once I close the dialog to choose the file to edit, I use textEditorDialog.Show() (or textEditorDialog.Activate() ) to select the new edited text file.
DPS correctly shows the new edited text file, however the focus does not move into the new
I was trying to create a new shortcut simply by right clicking on the desktop, selecting "New -> Shortcut" then right clicking on the "New shortcut" icon and going to properties, when I get there the "Target" field is un-editable, "Open File Location" simply does nothing to improve the situation, and the "Start in" field is also un-editable.
 projects in Windows Template Studio. MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on the apps we generate.
We've generated sample apps at https://github.com/mvegaca/WTS.WPF.MVVMLight.GeneratedApps
You can also generate your own apps using our dev-
-
Updated
Apr 13, 2020 - C++
-
Updated
May 28, 2020 - C++
-
Updated
Mar 27, 2020 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
May 22, 2020 - Shell
-
Updated
Jul 30, 2017 - C++
-
Updated
May 19, 2020 - C
-
Updated
May 27, 2020 - ActionScript
-
Updated
Jul 5, 2016 - C
When opening a parquet file, ParquetViewer first launches a popup "Select fields to load", where you either can confirm to load all fields, or select the fields you want.
In all use cases relevant for me, I want to display all fields. Hence I'm wondering if it would be possible to skip this popup all together? It's just inconvenient to always confirm the "All fields...", before you see any data
-
Updated
Jun 9, 2019 - C
-
Updated
Mar 7, 2020 - Go
Localization support
Localization support was psuedo-dropped for 2.0 due to time purposes. Users can always create their own UI, of course, but our built-in UIs should support localization. It would also be nice if localization was supported via the core NetSparkle DLL rather than being in the UI factories. (Is that possible?)
- Investigate whether moving all UI localization to the core NetSparkle is possible i
-
Updated
Feb 20, 2019 - PowerShell
-
Updated
Dec 26, 2019 - Haskell
-
Updated
Nov 25, 2018 - C#
-
Updated
May 28, 2020 - JavaScript
-
Updated
Apr 3, 2019 - C
-
Updated
Jun 4, 2019 - Batchfile
Improve this page
Add a description, image, and links to the windows-desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windows-desktop topic, visit your repo's landing page and select "manage topics."
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t