-
After the last commit (fe71a6ff33) Xwt.sln changed to
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
and no longer loads into VS2010. Changing back to Format Versio…
-
Win用とMac用の両方を作成したいが、Mac側の考慮が出来ていないため、一旦削除。Web版に注力する。
-
It is not possible to activate tree view node. There is possibility to select node but the new position cannot be set from code (I didn't find how). Only a user can do that by mouse clicking or by key…
-
TextLayout has a method `TextLayout.SetForeground(color, offset, length)` which is exactly what I need.
Unfortunately, this method is ignored on WPF and instead the color of `Xwt.Drawing.Context` is u…
-
I am using Windows 7 x64, Wpf and F# and the sample code spawns the window outside of my screen.
```
open System
open Xwt
[]
[]
let main argv =
Application.Initialize(ToolkitType.Wpf)
let w…
-
Hi
I could need VScrollBar/HScrollBar abstractions in xwt.
Regards
Mike
-
I can't seem to convince Xwt.TextEntry to be a multi-line box.
-
I'm trying to create such kind of UI:
<Frame MarginBottom="5" PaddingLeft="5" PaddingRight="5" Text="Визуализации">
<Box Orientation="Vertical" VAlign="Center">
…
-
Strange garbage appears when drawing rectangles. It seems like the margin space is not redrawn correctly.
GTK backend @ windows:
![xwt-rectangledrawing_gtk_backend](https://cloud.githubusercontent.c…
-
Sample code is (which works in WPF by the way):
```
public class LoginWindow : Dialog
{
Label titleUserName = new Label("User Email:");
Label titlePassword = new Label("Password:");
Text…