TruePluto

Results 7 issues of TruePluto

I found that fluent:spinner could not increase or decrease when i roll the mousewheel. so I extended the control with the following code ``` public class SpinnerEx : Spinner {...

Feature :1st_place_medal:
help wanted

When I use CCTexture2D load a PNG file directly via _`public CCTexture2D(string file);`_ the CCTexture2D instance's PixelFormat will be set as CCSurfaceFormat:Color I found that the raw code of the...

I have been writing a binary plug-in script with 3rd party package such as Autofac, MVVMlight,WpfExtended. An annoying issue occurred frequently. and I don't know how to fix it. Could...

Was this a bug that you worked around? _Originally posted by @mattleibow in https://github.com/mono/SkiaSharp/issues/1585#issuecomment-767164424_ I'm not sure if this issue has been resolved, but I can't see the solution in...

status/needs-info

I build a tentative binary plug-in script with EsapiX. but the following code ` public class Script : XScriptBase` could not passed, cause XScriptBase is missing, I could not find...

Sometime I want to pause the MUF when a class instance is initializing. and resume the MUF when its done. but I dont know how to configuration. Anybody can tell...

enhancement