dev-dss

Results 19 comments of dev-dss

Same problem here, anybody worked on this? (or find a work around)

I have the same issue. But there is something that I do not understand. It only happens when I compile the exe on my laptop (running windows 10 Ultimate). It...

It might be prudent to use the non-blocking variant win.PostMessage(yourHWND, win.WM_CLOSE, 0, 0) The program you are trying to close might open a popup dialog (e.g. requesting to save the...

I am currently using lxn/walk which has a declarative package for defining forms. Removing the "." import would brake ALL EXISTING code that uses this package. And I personally would...

# This is a fix for that bug: ## LXN/Walk -- bug -- RadiobButtonGroup may not set WS_TABSTOP for its buttons Error = The tabstop style-property may only be set...

> > You would think that this is solved in walk itself but there you are mistaken. > > Not really. You mentioned the Synchronize method later in your comment,...

Ah, ok good question. Well the Assert() will throw a runtime error and by looking at the stackdump the programmer can seen the place in the code where he had...

TextEdit{ Text: Bind("Text"), MinSize: Size{100, 50}, MaxSize: Size{4000, 2000}, VScroll: true, //

- Alternative is to have separate FirstFixed and LastFixed fields. That makes it possible to have fixed items at both sides.

- Related bug (while you are at it), it is not allowed to make all items fixed. I had this when making the last item {visible=false}. That thad the effect...