Gregory Casamento

Results 197 comments of Gregory Casamento
trafficstars

I do understand his point of view. I may need your help (@fredkiefer) implementing this as I am not sure how to approach the problem. I know that macOS uses...

I have added a test [here](https://github.com/gcasa/NSShadow_test) This is currently running on macOS, just to demonstrate the look we need to achieve. I used the code from the first example provided....

There are three elements in the circle there. Two NSMenuItems are part of the top bar and one in the drop-down for the menu (New...). For clarification, which of the...

Okay, running the test on GNUstep illustrates that we also need the "setShadow:/shadow" methods to be implemented on NSView. We get a failure to load the xib because I have...

I have opened the draft PR mentioned above and linked this issue. Please see the PR for further updates.

Just as an aside, Albert... @optimisme ... this is the best way to get us to help. PLEASE KEEP SUBMITTING BUGS/ISSUES. Thank you for taking my advice.

@optimisme Also, wanted to mention... my classification of this earlier as an enhancement was not meant to imply priority. To me, a bug is something that will block a release....

Absolutely understood.

I think I can integrate the shadows into the backend. What I do will support methods one and three. Shadows on Windows is a much more complex issue as this...

First I am making sure that the XIB information is being read correctly when this is done via InterfaceBuilder / Xcode on the mac. Then I will look into what...