Felix Deimel
Felix Deimel
Just found a workaround by using NSNotificationCenter. Good enough for the time being.
Thx for clarification! Will definitely post a sample after I get rid of the issue described in https://github.com/mono/Embeddinator-4000/issues/357.
In my prototype projects I'm using NSNotifications to work around the lack of events. You can find an example project here: https://github.com/lemonmojo/E4kBackgroundTest By declaring interfaces and internal classes that implement...
Any news on this front? Missing support for Events/Callbacks/Delegates/etc. is one of the reasons we haven't yet fully adopted E4k. It's cumbersome to work around it using NSNotification's and in...
I'm not sure if abusing the `Register` attribute is a good idea. First, it means that libraries that want to customize their class names must reference Xamarin.Mac or Xamarin.iOS which...
@zgramana @rolfbjarne Thx for clarifying that there's no external dependency required for this. In this case the PR sounds good to me. I'd still like to be able to also...
@zgramana Just noticed a small typo in the updated documentation: ```Users already familiar with the RegisterAttribute might expect SkipRegistration to function ---> is
+1 for letting us (optionally) configure the data location. I'm in the same boat as @ianbytchek, already having an application support folder named after my app, not the bundle identifier.
@aalbertson You might want to check out [Royal TSX](http://www.royalapplications.com/ts/osx). Disclaimer: I'm the developer of the OS X version! Our RDP plugin is based on FreeRDP and we do offer several...
Also see https://github.com/dorianj/CoRD/issues/74