romen-h

Results 27 comments of romen-h

Make sure that you are calling `GraphicsContext.MakeCurrent(null)` on the thread it was created to "detach" the context from its current thread. This allowed me to use the context on another...

`this->toolEstimator` should fix it. [GCC Manual: Name lookup, templates, and accessing members of base classes](http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/Name-lookup.html)

> It is using some kind of reflection and it is slow. Even documentation tells results should be cached without explanation why... I guess now it is clear why... I...

I have made a little progress on solving the issue myself. First, the template needs to use `DockPanel` instead of `Grid` so that it can move the tab items around...

I will close this issue myself because the "solution" I found is possible without changes to the actual library. My post above explains how `TabStripPlacement` can be used in a...

You don't need to serialize controls, that data is already captured in your XAML/code so controls can be re-made at runtime as many as needed. What you actually need to...

This issue affects me, but I don't think there is a good way around it. Changing the window for a control involves removing the control from one logical tree and...

Thanks for responding. I will try to find some external way to rate limit just this script, maybe with domain based QoS or something. I'm still interested in the argument...

Also if you point me to the lines where the HTTP requests for the "chunks" are happening then I might be able to implement this and PR it if it...

I have uploaded a new build to the workshop this morning, no code pushed yet. Tell me if it still has any problems; I'll close this issue when the code...