IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Rock Ridge Farm (Larry) on July 17, 2006, 05:49:03 AM

Title: How do I?
Post by: Rock Ridge Farm (Larry) on July 17, 2006, 05:49:03 AM
I have multiple windows open - I want to apply focus to winb when an event occurs in
wina. How do I do that?

On <action> in wina apply focus to winb

Actually what I want is event control.

On <action> in <window> apply <event> in <window>

Is this doable in the compiler?

Larry Sikes
http://rockridgefarm.com
mailto:larry@rockridgefarm.com

Title: Re: How do I?
Post by: Ionic Wind Support Team on July 17, 2006, 07:53:00 AM
SetFocus() will do it.

If your trying to call a handler in the other window just use the SemdMessage API function.