Re: [qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Derrell Lipman
On Mon, Feb 25, 2008 at 9:54 PM, Derrell Lipman <[EMAIL PROTECTED]> wrote: > On Mon, Feb 25, 2008 at 9:50 PM, Nathan Taylor <[EMAIL PROTECTED]> wrote: > > > > I need the position of the Mouse on the document body because I am trying > to > > spawn an object on the cursor. > > Ok. I think you

Re: [qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Derrell Lipman
On Mon, Feb 25, 2008 at 9:50 PM, Nathan Taylor <[EMAIL PROTECTED]> wrote: > > I need the position of the Mouse on the document body because I am trying to > spawn an object on the cursor. Ok. I think you should be able to do this: var doc = qx.ui.core.ClientDocument.getInstance(); doc.addEve

Re: [qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Nathan Taylor
I need the position of the Mouse on the document body because I am trying to spawn an object on the cursor. Thank you, Nathan > Date: Mon, 25 Feb 2008 20:27:18 -0500 > From: [EMAIL PROTECTED] > To: qooxdoo-devel@lists.sourceforge.net > Subject: Re: [qooxdoo-devel] Mouse Position X,Y > > On Mo

[qooxdoo-devel] 0.7.3 build fails on solaris and linux

2008-02-25 Thread Michael Shillinger
I am not able to build qooxdoo 0.7.3 on Linux or Solaris. When I try "make source" I get the message: [exec] INITIALIZATION: [exec] [exec] * Processing arguments... [exec] SOURCE LOADER: [e

Re: [qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Derrell Lipman
On Mon, Feb 25, 2008 at 4:57 PM, Nathan Taylor <[EMAIL PROTECTED]> wrote: > > Could someone please tell me the quickest way to get the X,Y coordinates of > my mouse? I know the MouseEvent getPageX() and getPageY() exposes this > information, but I am unsure how to get a MouseEvent from the document

[qooxdoo-devel] Mouse Position

2008-02-25 Thread Nathan Taylor
Hello, Could someone please tell me the quickest way to get the X,Y coordinates of my mouse? I know the MouseEvent getPageX() and getPageY() exposes this information, but I am unsure how to get a MouseEvent from the document. Thanks, Nathan Taylor-

[qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Nathan Taylor
Hello, Could someone please tell me the quickest way to get the X,Y coordinates of my mouse? I know the MouseEvent getPageX() and getPageY() exposes this information, but I am unsure how to get a MouseEvent from the document. Thanks, Nathan Taylor ---

[qooxdoo-devel] Mouse Position X,Y

2008-02-25 Thread Nathan Taylor
Hello, Could someone please tell me the quickest way to get the X,Y coordinates of my mouse? I know the MouseEvent getPageX() and getPageY() exposes this information, but I am unsure how to get a MouseEvent from the document. Thanks, Nathan Taylor ---

Re: [qooxdoo-devel] this.tr problem in rpc callback

2008-02-25 Thread Richard Hirner
Hello, > self.tr("EC/MC").toString() Thank you! This is working. -- Richard Hirner - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012000

Re: [qooxdoo-devel] trunk's demobrowser doesn't build?

2008-02-25 Thread Gaetan de Menten
On Mon, Feb 25, 2008 at 3:33 PM, Jonathan Rass <[EMAIL PROTECTED]> wrote: > Delete the folder source/class/demo. Works fine now, thanks! > Be sure to run ./tool/genjson.sh before running make. > > > Cheers, > Jonathan > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[

Re: [qooxdoo-devel] trunk's demobrowser doesn't build?

2008-02-25 Thread Jonathan Rass
Hello Gaëtan! Delete the folder source/class/demo. Be sure to run ./tool/genjson.sh before running make. Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Montag, 25. Februar 2008 14:13 An: qooxdoo Dev

[qooxdoo-devel] trunk's demobrowser doesn't build?

2008-02-25 Thread Gaetan de Menten
Hi all, It's been a couple of days that I can't build the trunk version of the demobrowser. I know trunk is under heavy development, but is this expected? ... EXECUTING: SOURCE-DEMOBROWSER.DEMO.ANIMATION.SCROLL_1 ==

Re: [qooxdoo-devel] this.tr problem in rpc callback

2008-02-25 Thread Fabian Jakobs
Richard Hirner schrieb: > Hello, > > I want to translate something I fetch from an RPC call: > > // ... inside a function of application.Gui ... > var self = this; > rpc.callAsync(function(result, exc) { > for (var i = 0; i < result.length; i++) { > var g_type = result[i][5]; > switch (g_