Re: [fpc-pascal] Win32 Application Query.

2011-01-31 Thread Brian Winfrey
On Sun, Jan 23, 2011 at 2:25 AM, Justin Smyth
 wrote:
> Hi guys
>
> I've been working on a application to application communications protocol
> via named pipes.
>
> the basic idea would be for Application A to change a Component Property on
> Applications B ( ie the visible property) or a text or caption or width /
> height of a component. ( and also for Application to cause and event to fire
> on application b only , ie a screen refresh or data change event ie reset a
> label to its primary state )
>
> I'm also going to allow application A to change Applications B event
> handlers ie onClick onEnter OnKeyPress etc so that Application A can
> redirect an event handler so that when an event is triggered on Application
> B
>
> My Question is does any components out there like fpGUI do this ?
>
>
> once i am done and its working i'd be happy to share the code , at present i
> can change component values and read them from the remote end.
>
> Kind Regards
>
>
> Justin Smyth
> ___
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>

I think you may find what you're looking for in MSE project's IFI?
components.  Google MSEGUI to find it.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Win32 Application Query.

2011-01-31 Thread Martin Schreiber
On Tuesday, 1. February 2011 05.57:03 Brian Winfrey wrote:
>
> I think you may find what you're looking for in MSE project's IFI?
> components.  Google MSEGUI to find it.

MSEifi is contained in MSEide+MSEgui project:
http://developer.berlios.de/projects/mseide-msegui/

MSEide must be compiled with -dmse_with_ifirem for support of the MSEifi 
remote components.
Binaries of an example application are here:
http://svn.berlios.de/viewvc/mseuniverse/attic/msedocumenting/mse/trunk/help/tutorials/mseifi/ifipipedemo/bin/

Martin
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal