Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 49483 invoked from network); 25 Feb 2011 10:06:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 10:06:34 -0000 Received: (qmail 87161 invoked by uid 500); 25 Feb 2011 10:06:34 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 86973 invoked by uid 500); 25 Feb 2011 10:06:31 -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 86965 invoked by uid 99); 25 Feb 2011 10:06:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 10:06:30 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cbartlett.x@gmail.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-ew0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 10:06:25 +0000 Received: by ewy28 with SMTP id 28so572376ewy.13 for ; Fri, 25 Feb 2011 02:06:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=oNcd9WLImsNl9uN2fU8eK/iV7V/D1VAy4Q7eInDarms=; b=Sk5/BeT+anDUtTYr/Tj1cq8oTr/f2E26nM6Cl79kww82E8DhuOKYi6oCq4F7AGpBzC I+Vc6o0teZVsp6QzzXAa0y6jueFwiWiVAA8w8pz5JKVMR615Zy9xLCUwuEMCdejNOVLO ZMJ6eLBa/kzd4FTSGc7RtgqGOscASrKc5xjAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nRAVm6as93uk/LvVFw9HhVj5/vT5ef8V6sqtmnEDhSbL5qp7IXZjR+ucZoLWL/CKuy 98NQ+fxVFiz7yvGj+qA0HLUkNaL1wrXNZInxwAHzfp/Ef+/xcUP4JaEApDM9gzADiNs8 DH0+uyMDdjI8MGuQh8tYUfrkf94rgwiM4c2pI= MIME-Version: 1.0 Received: by 10.14.127.206 with SMTP id d54mr1507739eei.36.1298628363724; Fri, 25 Feb 2011 02:06:03 -0800 (PST) Received: by 10.14.124.140 with HTTP; Fri, 25 Feb 2011 02:06:03 -0800 (PST) In-Reply-To: <1298626468858-2574016.post@n3.nabble.com> References: <1298625596592-2573965.post@n3.nabble.com> <1298626468858-2574016.post@n3.nabble.com> Date: Fri, 25 Feb 2011 17:06:03 +0700 Message-ID: Subject: Re: BXML view, and eclipse file dialog~ within an eclipse plug-in From: Chris Bartlett To: user@pivot.apache.org Content-Type: multipart/alternative; boundary=90e6ba61518050a6b7049d187ad6 --90e6ba61518050a6b7049d187ad6 Content-Type: text/plain; charset=ISO-8859-1 It sounds like your questions relate more to Eclipse than to Pivot, or have I not understood? I would suggest starting by creating an Eclipse plugin that just loads and displays a simple text file, Image or something in an Eclipse view. Add your file chooser dialog functionality to it too. All of this would be standard Eclipse plugin code and have nothing to do with Pivot. Once you have that side of things going, this mailing list might be able to help with the actual rendering of the BXML & any Pivot issue you might have. If you take the above approach, you could also prototype the BXML processing and rendering with Pivot itself. Once you have sorted out any problems regarding removal of listeners/event handlers, you should be able to join the 2 together quite easily. Chris On 25 February 2011 16:34, dranzer_duch wrote: > > Oh, and the file dialog would be for selecting which bxml file needs to be > previewed.. > > Thanks, > > ----- > Aakanksha > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/BXML-view-and-eclipse-file-dialog-within-an-eclipse-plug-in-tp2573965p2574016.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. > --90e6ba61518050a6b7049d187ad6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
It sounds like your questions relate more to Eclipse than to Pivot, or= have I not understood?

I would suggest starting b= y creating an Eclipse plugin that just loads and displays a simple text fil= e, Image or something in an Eclipse view. =A0Add your file chooser dialog f= unctionality to it too. =A0All of this would be standard Eclipse plugin cod= e and have nothing to do with Pivot.

Once you have that side of things going, this mailing l= ist might be able to help with the actual rendering of the BXML & any P= ivot issue you might have.

If you take the abo= ve approach, you could also prototype the BXML processing and rendering wit= h Pivot itself. =A0Once you have sorted out any problems regarding removal = of listeners/event handlers, you should be able to join the 2 together quit= e easily.

Chris

On= 25 February 2011 16:34, dranzer_duch <alicia.rokz@gmail.com> wrote:

Oh, and the file dialog would be for selecting which bxml file needs to be<= br> previewed..

Thanks,

-----
Aakanksha
--
View this message in context: http://apache-pivot-users.399431.n3= .nabble.com/BXML-view-and-eclipse-file-dialog-within-an-eclipse-plug-in-tp2= 573965p2574016.html
Sent from the Apache Pivot - Users mailing li= st archive at Nabble.com.

--90e6ba61518050a6b7049d187ad6--