Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Inserting event handlers by copying


1 reply to this topic

buckelfliege

buckelfliege
  • Members
  • 6 posts

Posted 26 April 2002 - 07:54

Hi,

I'm using ISD 7.02 and created two Standard Projects.
I tried to copy existing eventhandlers from one Projects to another. The code is compiled without errors, but it is not recognized as an event handler ín the new project and therefore will never receive any event.
Even if I cut and paste an formerly working eventhandler inside the same project, the handler doesn't work anymore. It seems to be necessary to select the event from the combobox and copy only the function body.
What makes a function an event handler. The naming convention seems not to be sufficient ??

By the way, I tried this with feature event handlers. The features in both projects had the same name.

Greetings
Achim

sacstar

sacstar
  • Members
  • 4 posts

Posted 10 July 2002 - 13:55

Go to Features tab and check if your function names are defined for OnInstalling,OnInstalled ..etc events. If not add the function name their.

Sachin