Hi Eugene,

I forwarded your inquiry to [email protected] maillist.
This is a great list for Q and A about LZX programming.

To solve your problem, You can re-compile the app in Swf8 as mentioned in
the http://www.openlaszlo.org/jira/browse/LPP-1120

Thanks.
Sanjaya

=== forwarded message ===
From: "Eugene Danovich" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Aug 28 08:03:55 EDT 2006
Subject: support


Hello,

I have a question about LzContextMenu().
I am trying to build a view inside another view and attach to inner view
the menu. So far with no success.

< view width = "100" height = "100" bgcolor = "#cccccc" name = "v1" >
< view width = "50" height = "50" x = "25" y = "25" bgcolor = "#ccccc0"
name = "v2" >
  < method event = "oninit" >
    var cm = new LzContextMenu();
    var item1 = cm.makeMenuItem('Item1', new
LzDelegate(this,"handlerightclick"));
    cm.addItem(item1);
    this.setContextMenu(cm);
    </ method >
</ view >
</ view >
Is there a solution to this problem ?

Thank you , Eugene

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

Reply via email to