Magic User Group

Magic Wiki-Wakka : ExposedEvents

HomePage :: CATEGORIES | Index :: Changes :: Comments :: Search :: Login/Register
Most recent edit on 2007-08-11 13:39:50 by InformaPlus

Additions:
Back to: TuTorials



Edited on 2007-07-06 22:23:05 by NorbertGutscher [changes of a troll killed]

Additions:
- create Handler ExposedEvent1, Subtree, define it's parameters+operations

Deletions:
- create Handler ExposedEvent1, Subtree, define it's parameters operations



Edited on 2007-06-30 02:18:10 by Yt1Iow

Additions:
- create Handler ExposedEvent1, Subtree, define it's parameters operations

Deletions:
- create Handler ExposedEvent1, Subtree, define it's parameters+operations



Edited on 2007-04-20 15:06:19 by NorbertGutscher

Additions:
- create Handler ExposedEvent1, Subtree, define it's parameters+operations

Deletions:
- create Handler ExposedEvent1, Subtree, define it's parameters operations



Edited on 2007-04-20 06:32:08 by MtoWkd

Additions:
- create Handler ExposedEvent1, Subtree, define it's parameters operations

Deletions:
- create Handler ExposedEvent1, Subtree, define it's parameters+operations



Edited on 2007-02-27 11:01:29 by NorbertGutscher

Additions:

How to call a program in the Main Application from within a Component

See also:
ExposedEvents10 by Norbert based on Frank :-)


Deletions:

How to call a program in the Main Application from within a Component





Edited on 2007-02-27 00:27:03 by NorbertGutscher

Additions:
See also for version 10: ExposedEvents10



Edited on 2005-09-13 17:17:13 by FrankVanHerreweghe

Additions:
Sometimes you can run into problems when you use Components. When executing a componentprogram you sometimes need a program from within the Main Application. Now with components you cann't do a recursive call, meaning:

Deletions:
Sometimes you can run into problems when you use Components. When executing a componentprogram you sometimes need a program from withing the Main Application. Now with components you cann't do a recursive call, meaning:



Edited on 2005-08-31 17:01:18 by NorbertGutscher [typo]

Additions:
Sometimes you can run into problems when you use Components. When executing a componentprogram you sometimes need a program from withing the Main Application. Now with components you cann't do a recursive call, meaning:

Deletions:
Sometimes you can run into problems when you use Components. When executing a componentprogra you sometimes need a program from withing the Main Application. Now with components you cann't do a recursive call, meaning:



Edited on 2005-08-15 21:49:16 by FrankVanHerreweghe

Additions:

How to call a program in the Main Application from within a Component

Main Application A - Main Program:



Deletions:

How to call a program in the Main Application from within a Component

Main Application A - Main Program:





Oldest known version of this page was edited on 2005-08-15 21:47:14 by FrankVanHerreweghe []
Page view:

How to call a program in the Main Application from within a Component


Sometimes you can run into problems when you use Components. When executing a componentprogra you sometimes need a program from withing the Main Application. Now with components you cann't do a recursive call, meaning:

Main Application A has a component B, component B calls a program in Main Application A

Sometimes a Call Public can help, but even with that you can run into problems.

This is the way to solve these problems:

Main Application A - Main Program:
- create event : ExposedEvent1, None, None, give it a Public Name, Set Expose
- create Handler ExposedEvent1, Subtree, define it's parameters+operations

Component B in your program:
- Raise Event : Public Event, Create expression 'Exposed Event', define Arguments (if needed).



Regards

Frank Van Herreweghe
Frank.van.herreweghe@telenet.be

Category
CategoryHowTo
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki trunk
Page was generated in 0.1330 seconds