Fire (and handle) custom events

Feature requests for future versions of Hollywood can be voiced here
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Fire (and handle) custom events

Post 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 :)
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: Fire (and handle) custom events

Post by PEB »

Woohoo!
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Fire (and handle) custom events

Post 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
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: Fire (and handle) custom events

Post by PEB »

Awesome!

Thanks, Andreas!
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Fire (and handle) custom events

Post 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
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Fire (and handle) custom events

Post 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
Post Reply