BDisp

Results 409 comments of BDisp

> What I meant is that with the NetDriver, it only works on Windows. You don't need to use` Windows API` to work on `Windows`. The only reason I use...

But is better to add the underline bitwise to the contents attribute than increase the contents length to save the underline.

@jmperricone, when you have the time please check my PR https://github.com/jmperricone/gui.cs/pull/1, please. Thanks.

> If that is not a problem, is ok! It's okay because if Attribute.Underline is true it's possible to extract from the value.

> Having Underline set, will always return true. Is true, but the user may check if `Underline` property is true and so the value isn't only colors, taking the desired...

I never hit the Send method on a breakpoint in the GUI.cs. The Post method yes I hit in a breakpoint on async/await. On a web app the synchronization context...

> Imo making the blocking optional is not way to go. The synchronization context Post/Send methods are generic over all ui frameworks and should be used the correct way. The...

> I will try to add some unit tests. Thank you for the unit tests, great. Can you also provide a unit test for the `CreateCopy` method, please? I confirm...

> Is this PR good to go now? Can I merge it? For me yes.