Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: merlight
Forum: General Authoring Discussion 03/15/19, 08:03 PM
Replies: 18
Views: 7,900
Posted By merlight
As for the comment "STRANGE: <OnInitialized> is...

As for the comment "STRANGE: <OnInitialized> is not called for this control, ..."

ApplyTemplateToControl does not create the target control -- it must've been created previously (and its...
Forum: General Authoring Discussion 03/15/19, 02:08 PM
Replies: 18
Views: 7,900
Posted By merlight
I stand corrected. Controls created via...

I stand corrected. Controls created via CreateControlFromVirtual() can have "OnUpdate" handler -- either specified in <OnUpdate> element in XML, or set later with control:SetHandler("OnUpdate", ...)...
Forum: General Authoring Discussion 03/14/19, 07:46 PM
Replies: 18
Views: 7,900
Posted By merlight
It may be useful for lazy construction. You can...

It may be useful for lazy construction. You can create the parent (empty or only basic) control at startup, and then before it needs to be shown, choose which template to use for its contents (e.g....
Showing results 1 to 3 of 3