Hi all,
I tryed the methode Beans.isDesignTime() with this little
example:

      private ULCLabel getUlcLabel1() {
            if (ulcLabel1 == null) {
                  ulcLabel1 = new ULCLabel();
                  ulcLabel1.setText("ULCLabel");
                  if(!Beans.isDesignTime()){
                        ulcLabel1 = null;
                  }
            }
            return ulcLabel1;
      }

Unfortunately ulc-ve 5.0.1 translate the code inside this methode
anyway.
Can anybody explain me why and in which cases this method works?
Thx
Marco


_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to