Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 54981 invoked from network); 22 Jun 2010 15:30:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jun 2010 15:30:24 -0000 Received: (qmail 67881 invoked by uid 500); 22 Jun 2010 15:30:24 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 67850 invoked by uid 500); 22 Jun 2010 15:30:23 -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 67841 invoked by uid 99); 22 Jun 2010 15:30:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 15:30:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [85.18.71.243] (HELO zmail.grupposervizi.it) (85.18.71.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 15:30:13 +0000 Received: from localhost (mail1.tagetik.com [127.0.0.1]) by zmail.grupposervizi.it (Postfix) with ESMTP id 25D0725C0032 for ; Tue, 22 Jun 2010 17:29:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -1.184 X-Spam-Level: Received: from zmail.grupposervizi.it ([127.0.0.1]) by localhost (zmail.grupposervizi.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DqQuGCQx9pqp for ; Tue, 22 Jun 2010 17:29:51 +0200 (CEST) Received: from [192.9.215.1] (unknown [192.9.215.1]) by zmail.grupposervizi.it (Postfix) with ESMTP id E8B8925C0018 for ; Tue, 22 Jun 2010 17:29:51 +0200 (CEST) Message-ID: <4C20D6EF.6070308@tagetik.com> Date: Tue, 22 Jun 2010 17:29:51 +0200 From: "ducciovigolo@tagetik.com" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100617 Shredder/3.0.5 MIME-Version: 1.0 To: user@pivot.apache.org Subject: How to pre-set saveAs TextInput in FileBrowserSheet Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-1.184 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1.8, AWL=-0.385, BAYES_50=0.001, DNS_FROM_OPENWHOIS=1] Hi, i would like to set the value of the "save as" TextInput of a FileBrowserSheet instance to a predefined (suggested) value. Trying to invoke setSelectedFile(File file) method does not work if the file does not exist in the file system... Any suggestion? Thanks, Duccio