Hi all
I am taking a look at the LZProject in the demos directory of lps. Trying to
understand the operations but one thing that i couldnT undestand well.
In most of the lzx files, classes use the external classes in the class
definetion instead of using the <include> tag. For example :

I18NFlag.lzx
___________
<library>
  <class name="I18NFlag" extends="view">
        <!-- PUBLIC ATTRIBUTE SECTION -->

    <ServiceConnector name="i18nConn" form="$once{parent}">
      <method name="handleResult" args="message">
        // Nothing to do
      </method>
    </ServiceConnector>
....
How do we manage to do this. I always use the <include> tag, when i want to
create an instance of external lzx classes.
Maybe this seems to you a ridiculous question, but for a while i m confusing
this issue.

Thanks.

-- 
Cem SONMEZ

Reply via email to