On Monday, 5. March 2012 21.27:54 Sieghard wrote:
> Hallo Martin,
>
> Du schriebst am Mon, 5 Mar 2012 19:17:57 +0100:
> > > One effect I don't understand is that calling an _original_ handler
> > > from within a supplemental one would lead to an endless loop or even
> > > recursion. I had to rebuild all of them completely or very nearly so.
> >
> > How do you call the original handler? Forgot to add "inherited" to the
> > call?
>
> Sorry, my wording may have been misunderstandable here - I wasn't talking
> about the form's component functions when I mentioned handlers, but the
> event handler functions that are called indirectly through method
> variables. They don't _have_ inheritable versions.
>
Why not? Your descendant of tfiledialogfo inherits the original eventhandlers.

[...]

> And it doesn't even _remeber_ these files' locations, not even when all of
> their source files are loaded into the project from start! They have to be
> _reloaded_ _every time_ _anew_! Not even, when the _all_ the sources are
> included in the "USES" section - which is needed anyway, since otherwise it
> won't compile because of lack of access to the components referenced by the
> replacement handlers. 

MSEide does not parse the source apart from checking event handler signatures 
if 'Project'-Options'-'Check method headers' is activated. Please add the 
needed form units to 'Project'-'Tree'-'Pascal Units'.

Martin

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to