[qooxdoo-devel] Extended WindowManager and Positioning Strategies

2006-12-18 Thread Simon Bull
Hi Qooxdooers, I've implemented an extended WindowManager that offers some features that might be useful to anyone who is developing a "many-windows" UI with Qx. Here's a quick summary of the methods of my WindowManager object: // Supported types interface WindowManager.supportsType() WindowMan

Re: [qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Camilo Aguilar
Spanish from Colombia :) On 12/18/06, Fabian Jakobs <[EMAIL PROTECTED]> wrote: Hello Fatih, > I have a two question about this. I am translating a project first time > with po, and pot files. Some strings is look like an identifier as > "key_short_Backspace", "key_short_Enter" . Should We trans

Re: [qooxdoo-devel] ClientDocument bounds

2006-12-18 Thread Derrell . Lipman
Rüdiger Herrmann <[EMAIL PROTECTED]> writes: > Hi all, > > I tried to figure out the size of the client area > of the browser window. > From what I understand the qx.ui.core.ClientDocument > should provide this. But I was told wrong, the width > ad height is null. > Here is a code snippet that sh

[qooxdoo-devel] Slider widget request/design

2006-12-18 Thread Simon Bull
Hi List, My users have been requesting a slider widget for a while. By "slider" I mean a horizontal or vertical axis with a pointer positioned somewhere along it -- the user can slide the pointer up and down the scale to select a scalar value. The min, max and currently selected values are (

Re: [qooxdoo-devel] ClientDocument bounds

2006-12-18 Thread Jim Hunter
Not sure if there is a way inside qooxdoo, but this is what I do on all applications. I have this code right at the start of my first SCRIPT and then all qooxdoo functions have the info available to use: var browseHeight; var browseWidth; if(document.layers||(document.getElementById&&!documen

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 7, Issue 35

2006-12-18 Thread Alessandro Sala
Hi, So if you like to see qooxdoo in your favourite language just take your favourite editor and translate the attached files ;-) here are Italian translations. in addition we have prepared the new Feedreader demo (http://demo.qooxdoo.org/feedreader) to support different languages and we h

Re: [qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Fabian Jakobs
Hello Fatih, > I have a two question about this. I am translating a project first time > with po, and pot files. Some strings is look like an identifier as > "key_short_Backspace", "key_short_Enter" . Should We translate these, > too. And how? Should I translate only "Backspace" or "Enter" words? >

Re: [qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Fatih Tolga Ata
msgid "" msgstr "" "Project-Id-Version: feedreader\n" "POT-Creation-Date: \n" "PO-Revision-Date: 2006-12-18 21:51+0200\n" "Last-Translator: Fatih Tolga Ata <[EMAIL PROTECTED]>\n" "Language-Team: <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Tra

Re: [qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Daniel Gagnon
First time I translate like this too. # translation of qooxdoo.po to # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Daniel Gagnon <[EMAIL PROTECTED]>, 2006. msgid "" msgstr "" "Project-Id-Version: qooxdoo\n" "Report

Re: [qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Fatih Tolga Ata
I have a two question about this. I am translating a project first time with po, and pot files. Some strings is look like an identifier as "key_short_Backspace", "key_short_Enter" . Should We translate these, too. And how? Should I translate only "Backspace" or "Enter" words? However, Which way to

[qooxdoo-devel] Make app behind a firewall

2006-12-18 Thread frederic
Hi, In the latest SVN snapshot, the compiler requires files on Internet. Please could you adapt the curl/wget command to works behind a firewall (using a proxy) ? best regards. frederic -- View this message in context: http://www.nabble.com/Make-app-behind-a-firewall-tf2841095.html#a7932405 Sen

[qooxdoo-devel] Seeking translators for the qooxdoo framework

2006-12-18 Thread Fabian Jakobs
Hi, The next release of qooxdoo will feature full internationalization and localisation support. We have implemented the translation of qooxdoo applications using standard gettext tools. But unfortunately we do only speak German and English, so we need your help to translate the qooxdoo frame

[qooxdoo-devel] Optimization of qx.ui.table.DefaultDataCellRenderer instance method updateDataCellElement

2006-12-18 Thread Dietrich Streifert
Hello Til, I have a pending patch to updateDataCellElement with some optimizations. Please have a look at the attached patch and give me some feedback to this. Thanks allot. -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH Index: qooxdoo.dev/frontend/framework/source/class/qx/ui/t

[qooxdoo-devel] ClientDocument bounds

2006-12-18 Thread Rüdiger Herrmann
Hi all, I tried to figure out the size of the client area of the browser window. From what I understand the qx.ui.core.ClientDocument should provide this. But I was told wrong, the width ad height is null. Here is a code snippet that shows how I tried to figure out the size: qx.core.Init.getI

[qooxdoo-devel] Unable to do a complete deselection of a row in qx.ui.table.Table

2006-12-18 Thread Dietrich Streifert
Hello List, Hello Til, The selection model of qx.ui.table.Table is managed through qx.ui.table.SelectionModel and qx.ui.table.SelectionManager. When table.getSelectionModel().clearSelection() is used there is still the information held which were the last selections. This information can be ret

Re: [qooxdoo-devel] When to use RemoteTableModel

2006-12-18 Thread Til Schneider
> I just wrote a TableModel that is filled with data that comes from the > server. Now, how big should be the data for it to be worth to use a > RemoteTableModel? 10 KB, 50KB, 10 MB? This depends on your server, of corse. For a few 100 rows it makes no sense I think. The RemoteTableModel has th