I didn't try your code, but try setting the type to boolean in the attribute definition.  Something's telling me that it's an _expression_.

Cary


[EMAIL PROTECTED] wrote:

Dear All:

         Who has used this attribute in state before.

         It’s a Boolean value.

         But When I set this true, there is no changes.

         I have a Code like this. A state contain so many Views.

         And I want it create in low CPU usage.

         Is It (["asyncnew"]) useful?

[code]

<state name = “ts”>

<attribute name = “asyncnew” value = “true”/>

<view name = “V 1” width = “ 100” height = “ 100” />

<view name = “V 2” width = “ 100” height = “ 100” />

<view name = “V 3” width = “ 100” height = “ 100” />

<view name = “V 4” width = “ 100” height = “ 100” />

<view name = “V 100” width = “ 100” height = “ 100” />

</state>

[/code]

 

Thanks


_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to