Re: [qooxdoo-devel] Copy&Paste on Tables

2010-04-08 Thread Bruce Bockius
Someone on the list previously used a method where they had a hidden field on the page, and always set it to any text users might want to copy. Users would then have to Ctrl-C to copy the text. In my app I try to directly access the clipboard as in [1] (and on IE)- but if denied, then I rever

[qooxdoo-devel] ui question

2010-04-08 Thread hkalyoncu
as far as i know both of these not possible with current version of qooxdoo but which would be the simpler with extending current widgets? adding form & form widgets to menu (with different layouts) or displaying a window without window manager stuff and attaching it to a button (like a menu) i

Re: [qooxdoo-devel] Copy&Paste on Tables

2010-04-08 Thread Peter Schneider
Hi Daniel, unfortunately this is not that easy IIRC. Due to security reasons in FF this is not allowed per default[1]. If you have a kind of control over the client, the method described in [1] might work for you. Or even better they can use the "AllowClipboard Helper" Add-On[2]. If you don't ha

Re: [qooxdoo-devel] Documented "@lint ignoreGlobal(VARIABLE_NAME)" doc hint does not work (1.0.x)

2010-04-08 Thread Peter Schneider
How come that I always find another solution just moments _after_ I posted into this forum ... ;) The 'documentation != implementation' issue still exists, but I can suppress those lint warnings I want to get rid of by using the "ignoreUndefined" hints. Another founding was, that the 'lint-hint

[qooxdoo-devel] Documented "@lint ignoreGlobal(VARIABLE_NAME)" doc hint does not work (1.0.x)

2010-04-08 Thread Peter Schneider
Hi there, I found that the doc-comment "@lint ignoreGlobal(VARIABLE_NAME)" is not working (anymore) in qooxdoo 1.0.x. Either the documentation[1] is out of date or the implementation is missing ;) If this feature will not be (re-)implemented, the 'application-global'[2] setting of "lint-check" i

Re: [qooxdoo-devel] Copy&Paste on Tables

2010-04-08 Thread Daniel Hirtzbruch
Hi again, I've not been able to find a firefox solution how to copy text to the clipboard via javascript - does any one of you know how to achieve this? The client only uses firefox (on windows machines). Thanks in advance, Daniel -- View this message in context: http://n2.nabble.com/Copy-Past

Re: [qooxdoo-devel] (Tree-) Model question

2010-04-08 Thread Christian Schmidt
Hi Peter, sorry, I have not really a good work-around for that, I played a bit with your example, but I don't know if this works with your application. http://tinyurl.com/ydq9cag Cheers, Chris Am 07.04.2010 10:06, schrieb Peter Schneider: > Hi Chris, > > did file a bug (http://bugzilla.qooxdoo.

Re: [qooxdoo-devel] drag and drop with a checkbox?

2010-04-08 Thread Christian Schmidt
Hi Greg, thank you for your suggestions, I will this discuss with the other core developer. At the moment I have only the idea override the stopPropagation method, to avoid a copy/past: _onMouseDown : function(e) { var oldStopPropagation = e.stopPropagation; e.stopPropagation = function

Re: [qooxdoo-devel] Dialog's form dialog

2010-04-08 Thread hkalyoncu
hello again i said there is no problem with z-index but it happened again. i think it is not repeating this problem every time. but in the end it must be reconsidered. regards huseyin -- View this message in context: http://n2.nabble.com/Dialog-s-form-dialog-tp4836445p4870632.html Sent from th

Re: [qooxdoo-devel] Dialog's form dialog

2010-04-08 Thread hkalyoncu
Bug 3569 opened for this issue. -- View this message in context: http://n2.nabble.com/Dialog-s-form-dialog-tp4836445p4869683.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Download IntelĀ® Parallel S

Re: [qooxdoo-devel] Dialog's form dialog

2010-04-08 Thread hkalyoncu
Hello Christian, thanks for the answer. the z-index issue is my mistake. there is no problem in Dialog's code about that. for validation issue i will open a bug. regards huseyin -- View this message in context: http://n2.nabble.com/Dialog-s-form-dialog-tp4836445p4869634.html Sent from the qoox