Page 2 of 2

Re: Fire (and handle) custom events

Posted: Mon Nov 11, 2019 7:49 pm
by airsoftsoftwair
PEB wrote: Sun Nov 10, 2019 3:12 am Please also add this to the list:
*Support for SetTrayIcon() with RapaGUI.
Actually, this is already on the agenda :)

Re: Fire (and handle) custom events

Posted: Tue Nov 12, 2019 1:27 am
by PEB
Woohoo!

Re: Fire (and handle) custom events

Posted: Thu Jul 16, 2020 9:17 pm
by airsoftsoftwair
PEB wrote: Tue Sep 24, 2019 10:05 pm Off topic (though related to RapaGUI 2.0):
(Using the IPC library with RapaGUI would be nice too.)

Code: Select all

- New: RapaGUI now supports inter-process communication via Hollywood's CreatePort() and SendMessage()
  functions; this is especially useful on macOS and Linux where Hollywood doesn't have inbuilt IPC support
  yet; you can just use RapaGUI now to workaround this Hollywood limit

Re: Fire (and handle) custom events

Posted: Thu Jul 16, 2020 9:26 pm
by PEB
Awesome!

Thanks, Andreas!

Re: Fire (and handle) custom events

Posted: Thu Aug 13, 2020 9:13 pm
by airsoftsoftwair
PEB wrote: Sun Nov 10, 2019 3:12 am Please also add this to the list:
*Support for SetTrayIcon() with RapaGUI.

Thanks.

Code: Select all

- New [Windows]: RapaGUI also supports Hollywood's SetTrayIcon() function now which can be used to install
  an icon in the system tray for your app

Re: Fire (and handle) custom events

Posted: Sat Aug 15, 2020 4:38 pm
by airsoftsoftwair
PEB wrote: Tue Sep 24, 2019 10:05 pm Off topic (though related to RapaGUI 2.0):
Not wanting to add more to your workload, but I was wondering if functions such as HidePointer() will work with Hollywood displays inside RapaGUI windows in version 2.0?

Code: Select all

- New: Hollywood class supports Hollywood's SetPointer(), HidePointer(), ShowPointer(), and MovePointer()
  functions now; this allows you to set the mouse pointer that should be shown when the mouse is over
  a widget of type Hollywood class