How to send event to photon appication from non photon appli

Hi,

Is it possible to send event (not a msg) from an non photon application to a
photon appication?

The idea is to activate “callback” or “push button state” from external
application. By doing this the ph application will be able to process all
GUI activity.

Thanks
Sylvain

Look at PhEventEmit(). You will have to attach to Photon but you don’t
have to create any widgets. Keep in mind that you will need a region id
in order to emit the event from.

brian

Sylvain wrote:

Hi,

Is it possible to send event (not a msg) from an non photon application to a
photon appication?

The idea is to activate “callback” or “push button state” from external
application. By doing this the ph application will be able to process all
GUI activity.

Thanks
Sylvain