Search found 4 matches

by DavidYawCSpeed
10 Jun 2021, 19:03
Forum: General Discussion
Replies: 3
Views: 5085

Re: DoubleTapped & IsDoubleTapEnabled - Are these bugs?

could you report it in our bugtracker? Done: 2045 I know that some components in Windows do wait the double-click interval before raising the "Click" event. Hell if I can remember where it is, though. I guess I'll be implementing something to do that manually in our control: Tapped starts...
by DavidYawCSpeed
10 Jun 2021, 18:42
Forum: General Discussion
Replies: 3
Views: 7608

Re: Capturing a Screenshot

Is your application exclusively Noesis UI or is there more to capture? There are two modes my application can be in. For this mode, yes, it's exclusively Noesis UI. (In the other mode, I read from the Linux Framebuffer instead. But doing it all internal to the application (when it's possible to do ...
by DavidYawCSpeed
10 Jun 2021, 03:53
Forum: General Discussion
Replies: 3
Views: 5085

DoubleTapped & IsDoubleTapEnabled - Are these bugs?

I've got a pair of issues with IsDoubleTapEnabled and the DoubleTapped event. I'm not sure whether these would be considered bugs or not, so I didn't want to submit them to the bug tracker quite yet. -=-=-=-=-=-=-=-=-=-=- In our application, we only use double-tap in two very small places. In the ot...
by DavidYawCSpeed
10 Jun 2021, 01:09
Forum: General Discussion
Replies: 3
Views: 7608

Capturing a Screenshot

I'm currently doing this to capture a screenshot of my application, but I'm not 100% sure that this is the correct way to do it. I see a bunch of methods on RenderContext like Begin/End Render, SetRenderTarget, etc., and it makes me paranoid that my little one-liner is missing some step. What I have...