Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 5765 invoked from network); 6 Aug 2010 17:40:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 17:40:28 -0000 Received: (qmail 31850 invoked by uid 500); 6 Aug 2010 17:40:27 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 31832 invoked by uid 500); 6 Aug 2010 17:40:27 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 31824 invoked by uid 99); 6 Aug 2010 17:40:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 17:40:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gkbrown@mac.com designates 17.148.16.98 as permitted sender) Received: from [17.148.16.98] (HELO asmtpout023.mac.com) (17.148.16.98) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 17:40:19 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [192.168.1.15] (pool-98-110-173-176.bstnma.fios.verizon.net [98.110.173.176]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L6Q008BCRQASH30@asmtp023.mac.com> for user@pivot.apache.org; Fri, 06 Aug 2010 10:39:48 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1008060124 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-08-06_08:2010-08-06,2010-08-06,1970-01-01 signatures=0 Subject: Re: parameter in wtkx:include From: Greg Brown In-reply-to: Date: Fri, 06 Aug 2010 13:39:46 -0400 Message-id: <6F609406-3829-4165-B4C1-229E412A99BC@mac.com> References: To: user@pivot.apache.org X-Mailer: Apple Mail (2.1078) Hi Rodrigo, We have added this capability to Pivot 2.0, but it is unfortunately not available in Pivot 1.5 and earlier. Apologies for the inconvenience. Greg On Aug 6, 2010, at 1:19 PM, Rodrigo Castillo wrote: > Hi guys, > First, thanks, you are doing a great job!!. > > Second, the question: I'm doing a component that try to receive by a > set method a MenuBar from the principal Frame, so the component can > sign up some menu option, actions, and other stuff. I can do that in > code but I'm wondering if is this possible just with wtkx, I tried do > some like this mainMenu="$MainMenu"/> but it sends an error, so I was wondering if > there other way to do this using just wtkx? > > Thanks a lot. > > Rodrigo Castillo.