[qooxdoo-devel] Table looses focus if cell values are set in changeSelection listener

2014-04-08 Thread danovics
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

Re: [qooxdoo-devel] Error on table column reordering

2014-03-16 Thread danovics
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.

[qooxdoo-devel] Error on table column reordering

2014-03-11 Thread danovics
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

Re: [qooxdoo-devel] iframe <---> qx application communication

2012-03-28 Thread danovics
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. ---

[qooxdoo-devel] iframe <---> qx application communication

2012-03-23 Thread danovics
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

Re: [qooxdoo-devel] Modal window - bogous behaviour

2012-01-03 Thread danovics
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.

[qooxdoo-devel] Migration 1.6 : Replacing match 'qx.core.Environment.get' to 'qx.core.Environment.select'

2011-12-27 Thread danovics
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

Re: [qooxdoo-devel] problem with qx.core.Environment.get() under qooxdoo-1.5

2011-07-25 Thread danovics
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.

[qooxdoo-devel] problem with qx.core.Environment.get() under qooxdoo-1.5

2011-07-24 Thread danovics
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

Re: [qooxdoo-devel] textarea {resize : none}

2011-06-08 Thread danovics
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

[qooxdoo-devel] textarea {resize : none}

2011-06-08 Thread danovics
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

[qooxdoo-devel] Block refresh?

2011-06-02 Thread danovics
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. -

Re: [qooxdoo-devel] Window size update bug in IE7?

2011-03-16 Thread danovics
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

Re: [qooxdoo-devel] Window size update bug in IE7?

2011-03-16 Thread danovics
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

Re: [qooxdoo-devel] Window size update bug in IE7?

2011-03-15 Thread danovics
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

Re: [qooxdoo-devel] Window size update bug in IE7?

2011-02-03 Thread danovics
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. -

Re: [qooxdoo-devel] Tabview with huge tables

2011-02-02 Thread danovics
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

[qooxdoo-devel] Window size update bug in IE7?

2011-02-01 Thread danovics
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

[qooxdoo-devel] Tabview with huge tables

2011-01-31 Thread danovics
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

Re: [qooxdoo-devel] celleditor BUG

2011-01-27 Thread danovics
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. --

[qooxdoo-devel] celleditor BUG

2011-01-27 Thread danovics
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?

[qooxdoo-devel] HUGE BUG in IE8 with label widths (Version: 8.0.7600.16385)

2011-01-23 Thread danovics
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

Re: [qooxdoo-devel] @appearance in api comment

2011-01-18 Thread danovics
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.

[qooxdoo-devel] Proper use of destructors

2011-01-18 Thread danovics
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

[qooxdoo-devel] @appearance in api comment

2011-01-13 Thread danovics
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

[qooxdoo-devel] cellrenderer boolean bug in 1.3 generator?

2011-01-04 Thread danovics
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

Re: [qooxdoo-devel] GMX File Storage Thumbnail view

2010-12-17 Thread danovics
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

[qooxdoo-devel] GMX File Storage Thumbnail view

2010-12-16 Thread danovics
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

Re: [qooxdoo-devel] bug : combobox focus (with keyboard)

2010-12-07 Thread danovics
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

[qooxdoo-devel] bug : combobox focus (with keyboard)

2010-12-06 Thread danovics
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

Re: [qooxdoo-devel] label.getBounds() doesn't updated properly?

2010-09-13 Thread danovics
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

[qooxdoo-devel] label.getBounds() doesn't updated properly?

2010-09-13 Thread danovics
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

[qooxdoo-devel] table before selection change

2010-08-04 Thread danovics
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

[qooxdoo-devel] cursor: "pointer" on a table column

2010-07-24 Thread danovics
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

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread danovics
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

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread danovics
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

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread danovics
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

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread danovics
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. -

Re: [qooxdoo-devel] long text in table cell as tooltip?

2010-07-20 Thread danovics
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

[qooxdoo-devel] long text in table cell as tooltip?

2010-07-19 Thread danovics
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

Re: [qooxdoo-devel] Turn off the possibility to reorder columns within a table?

2010-07-19 Thread danovics
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

Re: [qooxdoo-devel] Turn off the possibility to reorder columns within a table?

2010-07-19 Thread danovics
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

Re: [qooxdoo-devel] Turn off the possibility to reorder columns within a table?

2010-07-19 Thread danovics
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

Re: [qooxdoo-devel] Tooltip on the table cell

2010-07-13 Thread danovics
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

Re: [qooxdoo-devel] Tooltip on the table cell

2010-07-13 Thread danovics
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. -

Re: [qooxdoo-devel] blocker activate issue

2010-06-16 Thread danovics
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

[qooxdoo-devel] blocker activate issue

2010-06-01 Thread danovics
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

Re: [qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread danovics
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

[qooxdoo-devel] table filter model + sort issue

2010-06-01 Thread danovics
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

Re: [qooxdoo-devel] table showFocusIndicator(false) issue

2010-05-31 Thread danovics
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

[qooxdoo-devel] table showFocusIndicator(false) issue

2010-05-31 Thread danovics
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

[qooxdoo-devel] partLoader.require partName as parameter?

2010-05-26 Thread danovics
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

Re: [qooxdoo-devel] parts - configuring question

2010-05-25 Thread danovics
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

[qooxdoo-devel] parts - configuring question

2010-05-24 Thread danovics
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

Re: [qooxdoo-devel] cellrenderer.Boolean change the icons in runtime (bug?)

2010-05-18 Thread danovics
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. ---

Re: [qooxdoo-devel] cellrenderer.Boolean change the icons in runtime (bug?)

2010-05-18 Thread danovics
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

[qooxdoo-devel] cellrenderer.Boolean change the icons in runtime (bug?)

2010-05-18 Thread danovics
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

Re: [qooxdoo-devel] FolderOpenButton replace Modern to Classic pixelproblems

2010-05-05 Thread danovics
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

[qooxdoo-devel] FolderOpenButton replace Modern to Classic pixelproblems

2010-05-04 Thread danovics
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

Re: [qooxdoo-devel] displaying text file content in qx

2010-04-18 Thread danovics
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. -

[qooxdoo-devel] displaying text file content in qx

2010-04-18 Thread danovics
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

Re: [qooxdoo-devel] accordion-like behaviour - how?

2010-04-05 Thread danovics
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

Re: [qooxdoo-devel] accordion-like behaviour - how?

2010-04-05 Thread danovics
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.

Re: [qooxdoo-devel] accordion-like behaviour - how?

2010-04-05 Thread danovics
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

Re: [qooxdoo-devel] accordion-like behaviour - how?

2010-03-30 Thread danovics
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

Re: [qooxdoo-devel] accordion-like behaviour - how?

2010-03-30 Thread danovics
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

[qooxdoo-devel] accordion-like behaviour - how?

2010-03-30 Thread danovics
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

Re: [qooxdoo-devel] table.focus() question

2010-03-22 Thread danovics
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

Re: [qooxdoo-devel] table.focus() question

2010-03-22 Thread danovics
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

Re: [qooxdoo-devel] table.focus() question

2010-03-22 Thread danovics
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

[qooxdoo-devel] table.focus() question

2010-03-22 Thread danovics
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

Re: [qooxdoo-devel] textField readonly decorator question

2010-03-17 Thread danovics
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

[qooxdoo-devel] textField readonly decorator question

2010-03-16 Thread danovics
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

[qooxdoo-devel] textField.focus() IE7 and IE8 prob

2010-03-12 Thread danovics
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

Re: [qooxdoo-devel] bug? qx ignores popup.show();

2010-02-07 Thread danovics
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

Re: [qooxdoo-devel] bug? qx ignores popup.show();

2010-02-04 Thread danovics
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

Re: [qooxdoo-devel] bug? qx ignores popup.show();

2010-01-31 Thread danovics
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.

[qooxdoo-devel] bug? qx ignores popup.show();

2010-01-29 Thread danovics
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

[qooxdoo-devel] qx 1.0 neglect some commands

2010-01-22 Thread danovics
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

[qooxdoo-devel] OO programming theory question

2010-01-07 Thread danovics
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

Re: [qooxdoo-devel] divide to three parts with splitpane

2009-12-21 Thread danovics
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

[qooxdoo-devel] divide to three parts with splitpane

2009-12-21 Thread danovics
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

Re: [qooxdoo-devel] Build error: AttributeError: 'module' object has no attribute 'DependencyItem'

2009-12-15 Thread danovics
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

[qooxdoo-devel] Build error: AttributeError: 'module' object has no attribute 'DependencyItem'

2009-12-14 Thread danovics
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/

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-24 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-24 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-24 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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

Re: [qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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

[qooxdoo-devel] filtered table with checkboxes - problem

2009-11-23 Thread danovics
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.

Re: [qooxdoo-devel] re moveListener problem - pls help

2009-11-19 Thread danovics
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.