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
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
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
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 (
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
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
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?
>
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
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
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
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
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
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
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
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
> 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
16 matches
Mail list logo