Stefan Csomor

Results 78 comments of Stefan Csomor

@jey5nd6 Thanks, yes, I'm able to reproduce the problem for building - you can include #include "wx/osx/private.h" for all things OSX - change the source file type of this clipboard.cpp...

@jey5nd6 sorry, I spoke too soon, paste from the nested file-open / grid was not active because I forgot to focus the search control, so the sample works as it...

this might interfere, yes, and block event propagation ... you could try to expand the sample and see whether this triggers it

as a reference https://developer.apple.com/design/human-interface-guidelines/components/system-experiences/the-menu-bar/#edit-menu > Because many editing commands apply to any editable content, the Edit menu is useful even in apps that aren’t document-based.

In earlier times the OS could be asked for the different insets etc. After moving to Cocoa we had to hard-code them, at the time it was usually either comparing...

I'm not here over the weekend, but I'll come back to this

under macOS we have a 'frame' rectangle, that is used for sizing the native control ![button_frame](https://user-images.githubusercontent.com/470914/164913644-51cb79da-d2c8-46c5-a90d-4004114e644f.png) and a 'layout' rectangle that is used for layouting the control ![button_layout](https://user-images.githubusercontent.com/470914/164913640-9c636e28-7721-4a43-848d-0ff2af14e5a7.png) The difference...

see PR #22351, since two Issues are involved it would be good to continue discussions there

> > why wouldn't you just use the std-path of the Resources and use a `wxImage` to read in the CUR file and create a `wxCursor` from that ? >...

> P.S.: If you could please look at #22412 and give me a clue of where to look for the fix it would be great. Sorry, I don't have the...