Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15D5EDE51 for ; Fri, 16 Nov 2012 13:38:37 +0000 (UTC) Received: (qmail 20556 invoked by uid 500); 16 Nov 2012 13:38:36 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 20382 invoked by uid 500); 16 Nov 2012 13:38:35 -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 20354 invoked by uid 99); 16 Nov 2012 13:38:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 13:38:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sandro.martini@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-wg0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2012 13:38:26 +0000 Received: by mail-wg0-f50.google.com with SMTP id 12so264061wgr.7 for ; Fri, 16 Nov 2012 05:38:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=x2l6lvpikRXILVqbJ7efvGPHNoKRs4epW5OqkyL/boE=; b=dbYAhnvAXZTJa/aaMGQTQJTMeWuZ7uB/07lCgytmv7eWCNqRAbtgRKuWksUK8aEIxu 21897Krr+xjA6U1HRfWd4g/lZIwHLo8CEXwYpWLpU/H5UZsP5eIZWyXbYweiFcOiCNZX ULpT5FwZA24SFK3BY0+hX9pwvwUHovs5X6f/OcodCeZ9B3ZAkCUzOqCyEkshWHc4n+Zj 3UZPB15u0iWSQpJ5rrwFgnphUYSE7KjtEraQvFJGBizipBCnDXsBChTFNzxQGY3hFeMB YIP9/ZqxlcdVtZxQ8rzZ4oFKsjghwteCSvgzeMNjNxhQ/3vM812zjzZpwmYAU+n9AGbz p6Lw== MIME-Version: 1.0 Received: by 10.180.89.234 with SMTP id br10mr5270494wib.2.1353073086812; Fri, 16 Nov 2012 05:38:06 -0800 (PST) Received: by 10.216.242.136 with HTTP; Fri, 16 Nov 2012 05:38:06 -0800 (PST) In-Reply-To: References: Date: Fri, 16 Nov 2012 14:38:06 +0100 Message-ID: Subject: Re: Strange window maximize behavior From: Sandro Martini To: user@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Alexey, if you try to run directly only a bxml file, like yours, or another (that is a Window or a Frame) ? Inside eclipse you need the eclipse pivot plugin, found here: https://cwiki.apache.org/PIVOT/platform-developer-info.html inside that page you find a link to download the plugin jar, to put under eclipse/dropins , so after the restart you can try to right click a bxml file and do a Run As Pivot Script Application. It's really strange ... Could you attach here a zip containing a minimal test for your app (bxml and code ... I see that you are usinbg Scala, very good :-) ) ? To verify that it's not something related to the code. Sandro