-
I am developing a C# application that will have a C++ OpenGL view. I would like to know what the best way would be to get such an OpenGL view inside XWT. Is there already native support for OpenGL sur…
-
#### Expected Behavior
support Xplot and Oxyplot C# libraries in the research environment (jupyter notebooks)
Update Plotly.NET.
#### Actual Behavior
using XPlot.Plotly;
using OxyPlot;
u…
-
I set window with to 100, but it returns 200 at least for GTK backend. It looks strange.
```
var mainWindow = new MainWindow();
mainWindow.Width = 100;
var realWidth = mainWin…
-
Looks like many users are requesting it so this is high priority.
I think it should be a pretty easy task. Main logic is contained in Hotsapi.Uploader.Common and Heroes.ReplayParser which should be…
-
Looks like an awesome tool! Would be great to get this working on OS X.
-
To test this, add
``` csharp
view.SelectionChanged += delegate(object sender, EventArgs e) { Xwt.MessageDialog.ShowMessage("I was triggered!"); };
```
to Samples.TreeViews.cs on line 135 (construct…
-
Hello everyone!
I have an error pls help me
```
toude@gentoo ~/dotdevelop $ make run
cd main && make run
make[1]: Entering directory '/home/toude/dotdevelop/main'
MONODEVELOP_LOCALE_PATH="/ho…
-
Writing C# modules unlocks a lot of functionality in Renode, however it's very difficult to debug these modules.
For example, in this module:
```cs
using System;
using Antmicro.Renode.Core;
u…
-
In most apps, pressing the Menu key (this thing: https://en.wikipedia.org/wiki/Menu_key) opens a context menu when it's available. This should happen in the Pipeline tool also, to make keyboard naviga…
-
Is this possible? There's a `Fullscreen` property on `Window` but it doesn't seem to be maximizing.