dmccay
01-05-2007, 08:02 PM
Can anyone tell me how to fix these two ??
First one is:
WARNING: 'menu' is already defined. Use 'lz.menu' instead.
The only Menu in my application is:
<view>
<simplelayout axis="y"/>
<menubar width="${parent.parent.width}">
<menu text="Make Booking" width="100">
<menuitem text="New Booking" onselect="mylist.newbooking.setVisible(!mylist.newbooking.vi sible);"/>
<menuseparator/>
</menu>
</menubar>
<view>
Second One is:
ERROR: No eventSender (null) for onstylechanged
ERROR: No eventSender (null) for onstylechanged
ERROR: No eventSender (null) for onstylechanged
I have three color changes such as:
<tabelement text="Today" minheight="20" style="mygreenstyle" selected="true">
and they reference these:
<goldstyle name="defaultstyle" isdefault="true"/>
<bluestyle name="mybluestyle" isdefault="false"/>
<greenstyle name="mygreenstyle" isdefault="false"/>
<silverstyle name="mysilverstyle" isdefault="false"/>
Any and all comments appreciated so that I can stop the frowning... :eek:
PS I Love Laszlo - Thanks folks :D :)
First one is:
WARNING: 'menu' is already defined. Use 'lz.menu' instead.
The only Menu in my application is:
<view>
<simplelayout axis="y"/>
<menubar width="${parent.parent.width}">
<menu text="Make Booking" width="100">
<menuitem text="New Booking" onselect="mylist.newbooking.setVisible(!mylist.newbooking.vi sible);"/>
<menuseparator/>
</menu>
</menubar>
<view>
Second One is:
ERROR: No eventSender (null) for onstylechanged
ERROR: No eventSender (null) for onstylechanged
ERROR: No eventSender (null) for onstylechanged
I have three color changes such as:
<tabelement text="Today" minheight="20" style="mygreenstyle" selected="true">
and they reference these:
<goldstyle name="defaultstyle" isdefault="true"/>
<bluestyle name="mybluestyle" isdefault="false"/>
<greenstyle name="mygreenstyle" isdefault="false"/>
<silverstyle name="mysilverstyle" isdefault="false"/>
Any and all comments appreciated so that I can stop the frowning... :eek:
PS I Love Laszlo - Thanks folks :D :)