A playground example for the issue:
http://tinyurl.com/kkhpzyn
I would like to have a column in my table in which the cell values depend on
the cell's row selected or unselected state.
The problem is, that when the cell's value set in the changeSelection
listener of selectionModel, the table loos
Thank you for the answer
I filed a bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=8174
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Error-on-table-column-reordering-tp7585434p7585444.html
Sent from the qooxdoo mailing list archive at Nabble.com.
In a qooxdoo table I was able to add custom tooltip texts to each table
header cell.
But after that I'm getting an error message when I'm reordering the table
columns.
The annoying thing is, that I can't found out a method to reproduce the
situation.
I have to play a while with the columns when the
Thank you again!
You helped me a lot!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/iframe-qx-application-communication-tp7399920p7414990.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
I've red a couple of threads here about this topic, and some of them were
really helpful regarding the communication from a qx application to iframe.
(http://qooxdoo.678.n2.nabble.com/accessing-JS-variables-in-Iframe-content-td2730012.html)
But I couldn't find a proper description about, how to ac
Thanks
This is bug #6001
http://bugzilla.qooxdoo.org/show_bug.cgi?id=6001
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Modal-window-bogous-behaviour-tp7146494p7146684.html
Sent from the qooxdoo mailing list archive at Nabble.com.
Hello
I've migrated my application from qooxdoo-1.5 to qooxdoo-1.6 like it's
written in the documentation.
In migration.log I saw that some css3 detection lines was changed in
Appearance.js.
Replacing match 'qx.core.Environment.get("css.gradients"' to
'qx.core.Environment.select("css.gradient.lin
Thank you Thron!
That was it.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/problem-with-qx-core-Environment-get-under-qooxdoo-1-5-tp6615622p6618267.html
Sent from the qooxdoo mailing list archive at Nabble.com.
In my config.json I have:
"jobs" :
{
"common"
{
"settings" :
{
"my.key": "stringValue"
}
}
}
Under 1.4.2 I was able to get the "stringValue" like this:
var a = qx.core.Environment.get("my.key");
After migrating to 1.5 I got a warning in firebu
Thanks for the answer.
It has turned out that the problem only occures in Firefox4 under Mac OsX
10.6.
In Safari, Chrome, IE9 (Windows) the right-bottom corner of the textarea
doesn't appear striped, and the user isn't allowed to resize it.
Maybe it is a small bug?
--
View this message in contex
There's a VBox layouted composite container.
I added into it a TextArea with flex : 1.
I would like the TextArea to resizing automatically by resizing the browser
window (and the VBox),
but I do not want allow the user manually resize the textarea.
I couldn't find the solution for textarea {resize
Is there a way to block the browser's refresh function (F5, CTRl+R) from
within qooxdoo?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Block-refresh-tp6430304p6430304.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
I found out an ugly but working workaround for this problem.
I realized that if I set the window's height to 0 on appaear, the framework
will recalculate the windows correct height.
But...
This works only if the window is not closed with its close-button but from
the application for example on a k
Thank you for the answer, Martin.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Window-size-update-bug-in-IE7-tp5981418p6176883.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Coloca
Hi Framework Developers!
Do you know something about when this bug will be resolved, and if there is
a workaround (maybe framework-fix) untill then?
Thanks
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Window-size-update-bug-in-IE7-tp5981418p6173472.html
Sent from the qooxdo
Here it is: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4614
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Window-size-update-bug-in-IE7-tp5981418p5987892.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
Hi Alexander
Thanks for the answer.
My problem with lazy rendering of the tab pages is that I couldn't find the
proper listener which coult fire an event for me when the rendering
_starts_. It seems to me that this process is hidden in the framework, but I
hope I'm wrong :)
Maybe you have an idea
I made a little exaple for this issue:
http://tinyurl.com/4qcqff6
http://preview.tinyurl.com/4qcqff6
There is a modal window with one widget inside.
Close the window.
Now change the size of the widget.
Open the window.
The result will be, that the widget is resized, the window is not.
Meanwhile
On init I made a tabview and put tables into its pages.
When I select a new Page in Tabview for the first time there is a sensible
delay between the select action and the appearing of the Page.
Maybe I'm wrong but my guess is that this is because of the 'virtual'-ity of
the table widget.
So the t
Ok, its here: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4585
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/celleditor-BUG-tp5966467p5967259.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
1. Go to the demobrowser :
http://demo.qooxdoo.org/current/demobrowser/#table~Table_Cell_Editor.html
2. Doubleclick on an editable cell.
3. Sort table by first colum.
Conclusion:
The cell is being edited doesn't move to its appropriate place but stay in
place.
Should I open a bug report for that?
As you can see on the attached screenshot the labels all across the gui are
stripped without logic.
Just go to the current demo browser with IE8 and you'll see that there is a
bug around label width calculation in qooxdoo 1.3.
With IE8 Version 8.0.6001.18702 the bug doesn't occur!
http://qooxdoo.6
Thanks T.
Everything is clear now :)
(I don't know why but I haven't receaved email notification about your
answer?)
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/appearance-in-api-comment-tp5917608p5935875.html
Sent from the qooxdoo mailing list archive at Nabble.com.
I need a little help to clear up the use of destructors (disposers).
My app is user dependent: after the login the build function builds up
several gui elements and fill up them with data depending on the users
authority.
After the user logs out I'd like to destroy all the user dependent
elements
I should be blind, but just couldn't find what is the @appearance key in the
api comment for.
E.g. qx.ui.table.rowrenderer.Default
Please tell me if you know...
Thanks
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/appearance-in-api-comment-tp5917608p5917608.html
Sent from th
Before I submit a bug on bugzilla, I'm asking experts on this topic.
After I've changed to 1.3 framework I realised that checkboxes in tables
don't appear properly.
They are cropped.
I've inspected the div which has the checkbox as background with firebug and
I found out that the height and width
Thank You Martin!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/GMX-File-Storage-Thumbnail-view-tp5843925p5845280.html
Sent from the qooxdoo mailing list archive at Nabble.com.
--
Lotusphere 2011
Reg
Hi. Hope someone could help me to clear up this:
I was wondering how gmx could achieve that special kind of layout (in File
Storage application) which imitate the Windows Explorer's Thumbnail View. I
think the base of this layout is Flow. The special about that is how we can
navigate through its
Hi Martin
I submitted the bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4453 4453
.
Thanks for the answer, it is always good to clear up if something is my
mistake or going wrong in the framework.
Best regards
Daniel
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/bug-co
Hi
I've made a little example to show the problem I've found.
The description is there too:
http://tinyurl.com/34u9zgr
(I've found a solved http://bugzilla.qooxdoo.org/show_bug.cgi?id=4113 bug
with a somehow similar issue, but it doesn't help with this problem.)
--
View this message in cont
Hello thron!
Thank you for your help (again (and again))!
I'm gonna try this workoround in my app.
Best regards
Daniel
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/label-getBounds-doesn-t-updated-properly-tp5525711p5526299.html
Sent from the qooxdoo mailing list archive at
Hi
I've found an intresting issue. Hope someone could help me with it.
I've a label which changes its value in runtime.
I added a 'changeValue' to this label, with a function to get the actual
width of the label using getBounds().
The proplem is that it does't return the width of the label with n
In my table I have a column with checkboxes.
I would like to achive that when I click on a cell with a checkbox the
selection in the table won't change.
On the selection change there are a lot of changes in my application gui.
I would like to avoid these changes on a checkbox click.
Is it possible
Hi
I've got a table in which I have a column with cellrenderer.Boolean.
The table have two states: editable, readable.
When it is editable the user can change the checkboxes value in the column
with boolean renderer.
(I make it using the cellClick event on table).
Is it possible to specify the c
Thanks Martin for the detailed answer.
On 2010.07.21., at 8:01, "MartinWittemann [via
qooxdoo]" wrote:
> Hello,
>
> danovics wrote:
> 1. What's wrong with FF? Is there a chance that it'll work in FF too?
> the reason for that is the missing CSS fea
Oh, My...
Yes, perfect guess.
In Safari (Mac) it works perfectly.
So
1. What's wrong with FF? Is there a chance that it'll work in FF too?
2. Do we have a flag, to know if the text doesn't fit into the table cell by
current columnWidth?
Thanks a lot (again) Martin!
--
View this message in cont
Hi
I'm talking about two different things
1. ellipsis in a table cell (I coundn't find it in api or in the demos, only
for the tableHeader cells)
2. tooltips on table cells, depending on the ellipsis.
So, first of all, where can I found a soulution for ellipsis in table cells?
Thanks for your t
Oh, I think you misunderstood me.
I didn't mean the _header_ cell, but simply a column cell in the table...
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/long-text-in-table-cell-as-tooltip-tp5314191p5316347.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
Hello Martin
Thanks for the amswer.
How could I bring alive this support with ellipsis?
Is there a "flag" that I can reach and get the "state" of ellipsis in a cell?
Regards
Daniel
On 2010.07.20., at 8:23, "MartinWittemann [via
qooxdoo]" wrote:
> Hello,
> we have build in support for the
Is it possible to achive that when the text is too long to fit into a table
cell, trim the text and put three dots at the end of to sign that there the
text is countinuing and meanwhile activate a tooltip on the cell with the
whole text?
--
View this message in context:
http://qooxdoo.678.n2.nab
Hi Derell
Thank you for your very quick answer.
I'll try this.
On 2010.07.19., at 19:43, Derrell Lipman [via qooxdoo] wrote:
> On Mon, Jul 19, 2010 at 12:44, danovics <[hidden email]> wrote:
>
> Hi Thron
>
> I've problem when implementing your solution.
> I
I've found on this list "a quick nasty hack" by Derell which helped me to
solve my problem.
My solution to disable column reordering in my table:
var scroller = table.getPaneScroller(0);
scroller._startMoveHeader = function() { };
But I still don't understand why the meth
Hi Thron
I've problem when implementing your solution.
I make somewhere a mistake but can't find out where.
Could you help me, please?
I've tried to make a new class MyScroller which is extends the
qx.ui.table.pane.Scroller.
It has nothing inside, just the extend key - for testing purpose.
Befor
ote:
> Hi danovics,
> to add a tooltip to a header cell you can use:
>
> table.getTableColumnModel().getHeaderCellRenderer(0).setToolTip("ToolTipTxt");
>
>
>
> a working example is here
>
> View message @
> http://qooxdoo.678.n2.nabble.com/Tool
Hello Monika
Could you help me please with how could you add tooltips on table header
cells?
thank you
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Tooltip-on-the-table-cell-tp3161432p5287654.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
I made a little test application and it's showen that the blockers don't work
as it is expected.
1. When I block a container.Composite there will occur an activate event on
the container itself
2. Setting keepActive and keepFocus on the containers and/or on the blockers
does't influence this beha
I have three containers.
Every of them have a blocker too.
I need too have control over activation of these containers inside of them
and outside too in their parent container.
When I block a blocker on one of them, the activate listeners doesn't work
properly.
The blocked container still receive
Thank you Dave and Fritz
It's good to know that this is a bug so I souldn't look up in my code for
solution.
I'll look at the smartTable modell...
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/table-filter-model-sort-issue-tp5124920p5126538.html
Sent from the qooxdoo mailin
I've just now realized a somehow odd behavior or filter tableModel:
1. Apply a filter to the model
2. Change sort order by clicking on a table's column
3. ResetHiddenRows()
The sort order has been forgotten and after showing all rows the sort order
will be changed back.
I hope that only I could
Thank you Martin!
Thank you Derell!
I was too quick so I've made a buzilla entry for this bug.
Could I delete it somehow?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/table-showFocusIndicator-false-issue-tp5121165p5121786.html
Sent from the qooxdoo mailing list archive at N
I made a whole app to show the problem I've found:
http://danimuvek.hu/qx/test_table_activate/
In nutshell:
I've two tables.
The content of second table is depending on the selected row in the first
table.
For modelling purpose I've made a fill function which fills up with random
datas the secon
Is it possible to use the parts without explicit partNames in code?
I have a list and a tartget container which I would like to fill up with
content depending on the selected list item.
Every listItem has a model { part : "partName" }.
I would like to achive that after list selection has been chan
Thank you Thron.
You've helped me a lot.
ps.: there is a little mistake in your snip:
not
"source-build" : {
"extend" : ["myparts"]
}
but
"source-script" : {
"extend" : ["myparts"]
}
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/parts-configuring-question-tp5094588p50
I've begun to play a little with parts.
What I've found confusing that in the manual the configure part says that I
have to create a new key "build-scipts" in the config.json under the "jobs"
and I have to configure my parts inside this key.
However after running the generate.py source the debug
Hello Derrell
Your snip solved my proplem.
It works perfectly.
Thank you.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/cellrenderer-Boolean-change-the-icons-in-runtime-bug-tp5069023p5069651.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
Yes, I've tested it, just forgot to write about it.
The table.updadeContent() behaves silly, because it updates just the
selected row.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/cellrenderer-Boolean-change-the-icons-in-runtime-bug-tp5069023p5069086.html
Sent from the qooxd
I have a myTable class extended from qx.ui.table.Table.
1.
Its first column is set to boolean cell renderer:
this.getTableColumnModel().setDataCellRenderer(1, new
qx.ui.table.cellrenderer.Boolean());
2.
It has a property "checkboxEnabled" :
{
apply : "_applyCheckboxEnabled",
check : "Bo
Hello Jonathan
It is silly but I've forgotten to check the images itselfs. It came
out that the +- gifs have a huge empty frame around. I've removed them
which sloved the "big" problem.
Thanks for your help
On 2010.05.05., at 10:37, Jonathan Weiß [via qooxdoo]
wrot
Just a little problem, but I couldn't find the solution.
I use modern theme in my app.
I'd like to change the tree's folderOpenButton from the little arrow to +/-.
I extended the appearance.js and override the tree-item/open section with
the new images.
Everithing is ok, except that there is a dif
I'm really sorry.
I've found the answer in the API:
http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote
--
View this message in context:
http://n2.nabble.com/displaying-text-file-content-in-qx-tp4920645p4920739.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
Hi
I'm looking up the possibilites of qx to display a .txt file's content in an
appropriate widget (eg. TextArea).
Could anybody help me with it?
Thanks
--
View this message in context:
http://n2.nabble.com/displaying-text-file-content-in-qx-tp4920645p4920645.html
Sent from the qooxdoo mailing l
I've ended up with a non-elegant solution: manipulating the Appearance.js:
"collapsable-panel/bar" :
{
style : function(states)
{
return {
padding: 0,
margin: 0,
maxHeight: 0,
backgroundColor: "yellow"
}
}
}
This made th
Yes that's my original goal is to have collapsable panels without header.
Any idea how to remove them in code?
--
View this message in context:
http://n2.nabble.com/accordion-like-behaviour-how-tp4826117p4854739.html
Sent from the qooxdoo mailing list archive at Nabble.com.
Ok, thanks for the help.
I was able to manage the contribution to work.
Is it possible to use collapsablePanel without a header; just using the
content. I would need it because I have to open and close the panels
"remotely" with a button and not with the headers, and in my app the headers
aren't
OK
In past 3 hours I was trying to figure out how to implement this
contribution to my application, but I just couldn't manage it. I was looking
up all the sources for a description on the official qx page and on the
mailing list here on nabble, but they were not written to my level.
Could you hel
Hi Matt
Thanks for the quick answer, I'm going to deep in the contrib...
But it is still a question for me if there is a simple way to achieve the
goal described above.
Best Regards
--
View this message in context:
http://n2.nabble.com/accordion-like-behaviour-how-tp4826117p4826684.html
Sent f
I'd like to achive an accordion-like behavior in my app.
I have a myContainer with VBox layout.
I've put into it three containers (cont1, cont2, cont3).
I've got a toggleButton. With that I can hide and show the cont3.
Now when the cont3 becomes "hidden", the layout remains the same like the
cont3
Hi Derell
Thank you _very_ much for your help (again)!
Finally i could make it work.
Sometimes it's a little bit confusing for me to look up the needed thinks in
api.
Now the problem was that I setFocusedCell() on the scrollerPane but is
should be set on the table itself.
So the winner is...
- sn
I've found the way to activate the pane:
table.getPaneScroller(0).getTablePane().activate().
Although I "copied" the situation after clicking on a table row i.e. the
table is focused and the table.pane is activated I cannot navigate with
cursor keys in my table.
Now I'm really at a loss :(
--
V
Hello Jonathan
First of all thanks for your answer.
But it seems it hasn't solved my problem.
Maybe you've misunderstood me.
My goal is not to set the focus on a cell, but to have the possibility to
give to a table (or table's subclass) the focus or activation the way that
after that the user co
I wonder how could I give the focus to a table that after that I could change
the selected table row with up and down cursors?
Now if I have table.focus() I still have to click inside the table to achive
that.
Thanks
--
View this message in context:
http://n2.nabble.com/table-focus-question-tp47
Hello Martin
Thanks for help.
I've looked up for the necessary "state" property, and with that it was
really easy to do what I wanted.
But your answer gave me the right direction to go, so thank you.
Daniel
--
View this message in context:
http://n2.nabble.com/textField-readonly-decorator-ques
How could I change the decoration of textFields in readonly state.
By default they have the decorator "input", but for me it would be better if
I could change it in this case to "input-disable".
Now when my textFields changes their status from readonly true to false and
back, I change their decora
I have a few textfields in my app (inputField[] derived from the qx's
textField).
They are disabled as default.
There is an editButton in the app.
When it is executed the inputField[] become enable and the second field gets
the focus: inputField[1].focus();
I've realised that this process works d
Hi, Christian
Thank you very much for your help.
Your solution is perfetly working in the playground.
But after 2 days of experiencing I couldn't get it to work in real life
situation (where the show() and hide() pairs aren't on the same place).
I'll try to explain the structure I have and in w
Bad news.
Because of Firebug I work only with Firefox.
Yesterday I looked my work in other browsers like Safari (osx), Stainless
(osx), Chrome (osx), IE6 (winxp), ie8 (winxp), firefox (winxp).
Unfortunatelly I found out that the mentioned flush-trick only valid for
firefox (under osx and windows t
oxdoo] wrote:
> Hi danovics,
>
> neither did I experience the same nor do I indeed know a solution, but
> the following may be worth a blind shot:
> In a recent thread there was a suggestion to flush the widget queue in
> order to enforce the right order of widget appearance.
Sorry for the new topic, but I found another angle of view on the same
problem which was written in another topic. Nobody answered there.
In the Application.js I initialize a firstLayer wich holds my app elements,
and a secondLayer which is derived from the qx.ui.popup.Popup.
A button click in th
I have a mainContainer which is layouted as Canvas.
I add a two "layers" to this:
mainContainer.add(firstLayer, {left: 0, top: 0, height: "100%", width:
"100%"});
mainContainer.add(secondLayer, {left: 0, top: 0, height: "100%", width:
"100%"});
The first layer holds the "real" content of my app. T
I run into a really basic question for which I didn't found a satisfactory
answer.
The model of my problem:
I've got a mainContainer which is added to the my custom application's root
(this.getRoot().add(mainContainer)
This mainContainer have two frames, call them frameOne and frameTwo. They
bot
Thank you for the answer.
It seems like it solves my problem.
:D
On 2009.12.21., at 16:12, "Christian Schmidt [via qooxdoo]"
wrote:
> Hi Danovics,
>
> I don't know what you are want to achieve with the three split
> planes. I
> take it that your want to
I would like to make a class (Horizontal3) which could split a container to
three parts with splitpane.
I would like to pass to its constructor the widgets to show in the three
separate places.
But I can't figure out a proper combination of settings (flex, width,
minwidth etc.) for the wanted beha
thron7-2 wrote:
>
> You shouldn't compile the same application against different qooxdoo
> versions without clearing the cache in between. The DependencyItem class
> wasn't part of the 0.8.3 release, and only appeared later in trunk.
>
> T.
>
Thanks.
The solution for now is that I changed i
Urgent
trying to generate source - the error:
>>> Scanning libraries...
>>> Resolving dependencies...
Traceback (most recent call last):
File
"/Users/dani/Dropbox/SITES/qx/qooxdoo-0.8.3-sdk/tool/bin/generator.py", line
165, in
main()
File
"/Users/dani/Dropbox/SITES/qx/qooxdoo-0.8.3-sdk/
Thank you very much.
I found the contrib library and your code(s) in it.
Unfurtunatelly I didn't dig very deep in qx, so i'll need time to understand
how to implement new things from contrib.
But it is my problem, thanks for help anyway.
Daniel
Dave Baggett wrote:
>
> Check out the QooxDoo Contr
Hi Dave
Thanks for the answer.
I would be glad to change my table model to whatever, if it suits my needs.
I looked up in the current qx api, but I didn't find smart table model.
There only exist Filtered, Remote and Simple.
Where should I look for the mentioned Smart table model?
Best regarsd
D
Hi Stefan
A new day a new issue.
So the situation for now:
I have a for row long table (filtered model) with two columns. For example:
true, item1
true, item2
false, item3
false, item4
And I have 3 buttons: Show all, Checked, Unchecked.
After init the table is in Sholl all state.
Thanks to
A cannot say enough _thank you_.
I was a little bit afraid of your code, but i tried to understand it, and it
seems to be working!!!
thankyouthankyouthankyou
(a very happy) Daniel
Stefan Volbers wrote:
>
> Hi Daniel,
>
> I'm not very surprised that this doesn't work, as the addRow() etc.
> m
same
like before, the changed checkbox return to its init state.
oh my
????
danovics wrote:
>
> Actually I'm trying the removeRows(), addRows() method-combination. It
> seems to be a little bit faster than change all the datas.
> I'll write my experiences with th
startIndex, clearSorting)
> > {
> > this.Filters = [];
> > this.base(arguments, rowArr, startIndex, clearSorting);
> > this.__fullArr = qx.lang.Array.clone(this.getData());
>
> If it does, same means would have to be applied to other data setting
> methods (a
solution for this problem, but it would be
very nice.
I'm waiting for Dan's reply.
Greetings to all.
Stefan Volbers wrote:
>
> Hi danovics,
>
> looking at table/model/filtered.js, I believe it's a bug in Filtered.
> Whenever resetHiddenRows() is called, a shadow tab
Thank you _very_ much for your answer.
It's good to know, that is not me or my code make the mistake.
Although I didn't understand 100% what you wrote, but I'll try the method
you suggested.
Thanks again.
Stefan Volbers wrote:
>
> Hi danovics,
>
> looking at
Hi
I made a filtered table. In the first column I have checkboxes. I append an
event listener to the table "cellclick" because I want to change the
checkboxes values "on the fly". Everything seemed to work properly untill I
started to filtering the table's rows depending on the checkboxes' value.
Thanks for answers.
Im confused with oldnabble and nabble2.
I find the answers just now.
I will try, thanks again
--
View this message in context:
http://n2.nabble.com/re-moveListener-problem-pls-help-tp4031952p4033256.html
Sent from the qooxdoo mailing list archive at Nabble.com.
94 matches
Mail list logo