Nila wrote:
>
> Actually my table contains 2 columns. In the second row of the 1st column
> i need to divide 3 subcolumn. Is it possible to divide it. If it is
> possible send me the method name or give the sample.
>
show [EMAIL PROTECTED]
Hi,
Can u give me a sample for dividing single cells
Hi,
I created a Bugreport.
Thanks
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Derrell Lipman
Gesendet: Dienstag, 11. Dezember 2007 01:48
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] bug in qx.ui.table.celleditor.combobox?
On D
On Dec 10, 2007 4:16 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote:
>
> I guess there is a bug in the qx.ui.table.celleditor.ComboBox.
Yes, it seems so.
Would you please create a ticket in bugzilla for this.
Thanks!
Derrell
---
On Dec 9, 2007 11:58 PM, Nila <[EMAIL PROTECTED]> wrote:
>
> Actually my table contains 2 columns. In the second row of the 1st column i
> need to divide 3 subcolumn. Is it possible to divide it. If it is possible
> send me the method name or give the sample.
If I understand you correctly, you hav
Hello Steen,
did you install cygwin correctly with all packages needed by the sdk (see
http://qooxdoo.org/documentation/0.7/installing_cygwin)? Did you run a "make"
without any parameters to build the sources first? After these Steps qooxdoo
runs fine on two different machines here (WinXP and S
Hi Steven,
the reason is, that the dblclick-Event contains just a "MouseEvent" while the
cellDblclick delivers a "CellEvent" which contains indices of the clicked row
and column. Thus making it easier to determine which details to show (by
getting the value of the id-column in the clicked row):
This sounds like an old problem that has been fixed (you might search the
archives for this). What version of the framework are you using?
Jim
On Dec 10, 2007 5:45 AM, hapershield hapershield <[EMAIL PROTECTED]>
wrote:
> Hi ,
> Even the problem is for combo box and MenuBar.
> In my application,
On Mon, 2007-12-10 at 15:40 +0100, Andreas Tepper wrote:
> here is the code i register the listener with:
>
> ***
> table.addEventListener("cellDblclick",function(e){
> myClass.showExpenses(myClass.p_id,
> this.getTable().getTableModel().getValue(1, e.getRow()));
> *
Hi,
I'm trying to compile quickstart.
I've donwloaded a fresh 0.7.2 SDK and I'm using the latest cygwin.
In the frontend directory I ran the following: make build
The build process runs fine but when I try the new quickstart
application, the following errors show up in Firebug:
Invalid key "e
Hello List,
i am using the cellDblclick-Event to interact with a table showing in my app
(to open a detail view). Firebug under FF 2 shows this error every time my app
loads:
***
008825 WARN: qx.ui.table.pane.Scroller[105]: Objects of class
'qx.ui.table.pane.Scroller' does not supp
Hi ,
Even the problem is for combo box and MenuBar.
In my application,If resize the browser and the controls(table,combo box and
menu bar) will be get adjusted based on the browser size.Now if we click on
any combo box or button bar, the contents will be opened in the old
positions of the control.
Andreas Tepper schrieb:
> Hello Gaetan, hello Fabian,
>
> thanks again for your replies. I am afraid i could not integrate Geatans
> patches because i am using the downloaded SDK and not the svn-checkout of
> qooxdoo and have no possibility to change my development environment at the
> moment be
Stromquist, Brian wrote:
>
> I forgot to preface this. I am new to javascript, QX, and XPATH. There
> are most likely better ways to do this.
>
Doesn't look so bad in my book. I've used a modified version of this for
the qx.xml package documentation.
=Thomas
> ---
Hello Gaetan, hello Fabian,
thanks again for your replies. I am afraid i could not integrate Geatans
patches because i am using the downloaded SDK and not the svn-checkout of
qooxdoo and have no possibility to change my development environment at the
moment because i am already after my schedul
I want to re-use lists and listItems and it took me I while to find out that
one cannot do something like this:
var list = new qx.ui.form.List();
list.add(new qx.ui.form.ListItem(value));
container.add(list);
...
container.removeAll();
list.removeAll();
...
container.add(list);
in this case, alt
Hi,
since I'm new to this list I first of all would like to thank the qooxdoo
team for their extraordinary piece of software. It's simply the best toolkit
around for buildung rich internet applications, period.
However ;-) there's a problem I can't solve: I'm using a table with several
columns o
Hi there,
I wonder why in the default themes, the background of the text-field
parts (included in other widgets) is explicitly set to "transparent",
instead of letting the "parent" text-field style apply. This makes it
needlessly unconvenient to override that background color for all
text-fields (
Hi,
when I open a combobox and move the mouse over some items they will
automatically be focused (that's ok).
When I don't click on a item and close this list by clicking somewhere
else in my application, than the focused item in the list will be
selected.
That's the problem. It should only g
On Dec 10, 2007 9:47 AM, Andreas Tepper
<[EMAIL PROTECTED]> wrote:
> Hallo Fabian,
>
> thanks for your reply. Question is, how i can use the NumberFormat? I can't
> find any property or method where i can aply the format, wether in the table
> class nor in the Conditional cellrenderer. Maybe you
Here is the second patch.
On Dec 10, 2007 10:30 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> Here are a few changes I made to qooxoo.
>
> The misc.patch contains a typo fix and a bug fix for ComboBoxEx (when
> it receives a key event when it's list hasn't been created yet, for
Hello all,
Here are a few changes I made to qooxoo.
The misc.patch contains a typo fix and a bug fix for ComboBoxEx (when
it receives a key event when it's list hasn't been created yet, for
example if activating the combo through tab).
The table.patch contains three new cell renderers, as I sugge
Hi list,
I guess there is a bug in the qx.ui.table.celleditor.ComboBox.
You can see it in the online-demo
http://demo.qooxdoo.org/current/demobrowser/#test~Table_CellEditor_1.html
The Problem:
- Open the list of the combobox inside a table-cell.
- Select an item àli
Hallo Fabian,
thanks for your reply. Question is, how i can use the NumberFormat? I can't
find any property or method where i can aply the format, wether in the table
class nor in the Conditional cellrenderer. Maybe you can post a little sample?
Thanks again!
Kind regards,
--
Andreas Tepper
23 matches
Mail list logo