Re: [qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread panyasan
thron7-2 wrote: > > > Also, I think the name space for the contrib is just "dialog", and not > "qcl.ui.dialog". > > You're right, sorry, that was the wrong line! Should have been /* #require(dialog.Dialog) ***

Re: [qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread thron7
It's working for me in a minimally adapted skeleton app, just as I described in my other mail. - Must be something else. Also, I think the name space for the contrib is just "dialog", and not "qcl.ui.dialog". T. > > Hi Nick, > > try this in your Application.js : > > /* >

Re: [qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread panyasan
Hi Nick, try this in your Application.js : /* #require(qcl.ui.dialog.Dialog) */ I don't have any alert or confirm dialogs in my app that are instanti

Re: [qooxdoo-devel] New bugzilla

2010-07-08 Thread thron7
> Yeah, it's a difference of methodologies. I prefer the alternate method > of providing detailed descriptions in source control commits of what has > changed, and mentioning the bug number if there happens to be one. I > find it very frustrating to see a commit message that simply says, > "Fixed

Re: [qooxdoo-devel] New bugzilla

2010-07-08 Thread Derrell Lipman
On Thu, Jul 8, 2010 at 11:05, thron7 wrote: > > > > The whole bugzilla process of having to create a bug report for every > > minor fix is a PITA already, > > Like with so many things, it's just a matter of habit (like brushing > your teeth before you go to bed). I don't even think about creating

Re: [qooxdoo-devel] New bugzilla

2010-07-08 Thread thron7
> The whole bugzilla process of having to create a bug report for every > minor fix is a PITA already, Like with so many things, it's just a matter of habit (like brushing your teeth before you go to bed). I don't even think about creating bugs anymore, I just do it, and the benefit of being abl

Re: [qooxdoo-devel] New bugzilla

2010-07-08 Thread Derrell Lipman
On Thu, Jul 8, 2010 at 10:29, thron7 wrote: > > On 07/08/2010 04:03 PM, Derrell Lipman wrote: > > How does one accept a bug in the new bugzilla? There appear to be a > > whole bunch of missing features...??? > > It's not much different from the old one: If you want to change the > assignee, there

Re: [qooxdoo-devel] New bugzilla

2010-07-08 Thread thron7
On 07/08/2010 04:03 PM, Derrell Lipman wrote: > How does one accept a bug in the new bugzilla? There appear to be a > whole bunch of missing features...??? It's not much different from the old one: If you want to change the assignee, there is an "(edit)" link right to the "Assigned To" field. If

Re: [qooxdoo-devel] qx.ui.table.Table Bug

2010-07-08 Thread Andreas Ecker
Hi Olivier! > Hi, > > I have already post this as a selenium subject but given that it is a > qooxdoo bug I post it again with the good subject. > I difficultly reproduced my use of the table on the link [1]. If you identified it as a possible bug, what keeps you from entering a regular bug rep

Re: [qooxdoo-devel] HTMLEditor - insert new column/row in a table

2010-07-08 Thread Camelia Rafiliu
Hi Alex, This is detailed description of what I did: These are the steps I followed: http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo 1. Download FCKEditor in a directory of your choice (d:\Temp\FCKEditor). 2. Create the file FCKEditor.

[qooxdoo-devel] New bugzilla

2010-07-08 Thread Derrell Lipman
How does one accept a bug in the new bugzilla? There appear to be a whole bunch of missing features...??? Derrell -- The trick to education is to teach people in such a way that they don't realize they're learning until it's too late. - Harold Eugene "Doc" Edgerton ("Poppa Flash"), 1903-1990,

Re: [qooxdoo-devel] Selenium assertChecked issue

2010-07-08 Thread Daniel Wagner
Hi Loredana, to add some background to Olivier's suggestion, qooxdoo's CheckBox widget uses a DIV element instead of the INPUT element that Selenium is looking for. As for your second question, it's hard to tell without knowledge of the application or the locators. It could be a timing issue w

Re: [qooxdoo-devel] HTMLEditor - insert new column/row in a table

2010-07-08 Thread Alexander Steitz
Hi Camelia, Am 07.07.2010 17:34, schrieb Camelia Rafiliu: > Thanks for your prompt answer. My idea is to have a dialog where I can > specify the number of rows/columns, style attributes and so on, then replace > the original table altogether. If the user has already selected the existing table I g

Re: [qooxdoo-devel] Vertical alignment in qx.ui.table.Table

2010-07-08 Thread Derrell Lipman
On Thu, Jul 8, 2010 at 05:36, Fritz Zaucker wrote: > Hi, > > how can I make the content of table cells vertically centered?. > > The table playground example shows that the text more at towards the top of > the cell. > > This is a result of the qooxdoo "default" font having a line-height attribute

Re: [qooxdoo-devel] qooxdoo: getting the desired size for a widget?

2010-07-08 Thread Ken MacDonald
Thanks, folks I tried the playground example, and indeed it doesn't give the right value. I then tried getting the sizeHint from the List (not adding up the ListItem's hints) and got 200, which is the default height for a List, which is even worse as far as layout. Finally I set the List heig

Re: [qooxdoo-devel] qooxdoo: getting the desired size for a widget?

2010-07-08 Thread Daniel Wagner
Oh right, there's an extra 4 pixels of padding that get added to all sides of the ListItem when it's added to the list. You could listen for the item's "appear" event to make sure getSizeHint returns the updated values. Regards, Daniel sid_curious schrieb: > getSizeHint was the first thing in

Re: [qooxdoo-devel] qx.ui.table.Table Bug

2010-07-08 Thread Olivier ZORO-BI
Andreas Ecker wrote: > Hi Olivier! > > >> Hi, >> >> I have already post this as a selenium subject but given that it is a >> qooxdoo bug I post it again with the good subject. >> I difficultly reproduced my use of the table on the link [1]. >> > > If you identified it as a possible bug, wh

Re: [qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread thron7
On 07/07/2010 08:41 PM, Nick Watkins wrote: > > This is the first time I've had any trouble getting a contrib to function, > but it's also the first that requires loading as a library. Here are the > steps I've taken: > > Made the change suggested a couple weeks ago to get around the new > sour

Re: [qooxdoo-devel] qooxdoo: getting the desired size for a widget?

2010-07-08 Thread sid_curious
getSizeHint was the first thing in my mind, in order to give an advice to Ken, but I made an http://tinyurl.com/2ck8u7d example with getSizeHint and it seems that something is wrong there. -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-getting-the-desired-size-for-a-

Re: [qooxdoo-devel] Selenium assertChecked issue

2010-07-08 Thread Olivier ZORO-BI
lore6dana wrote: > Hi! > I created a test using Selenium and I have to verify if a check box is > checked or not. I tried to use assertChecked(locator) but it gives me the > following error: > Element qxh=app:child[0]/child[3]/child[1]/child[0]/child[1] is not a > toggle-button > Where qxh=app:ch

[qooxdoo-devel] Selenium assertChecked issue

2010-07-08 Thread lore6dana
Hi! I created a test using Selenium and I have to verify if a check box is checked or not. I tried to use assertChecked(locator) but it gives me the following error: Element qxh=app:child[0]/child[3]/child[1]/child[0]/child[1] is not a toggle-button Where qxh=app:child[0]/child[3]/child[1]/child

Re: [qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread panyasan
Hi, I don't think this is the problem, because I have removed the need to call the init() function in the current trunk by using the defer key to initialize the shortcut methods of the dialog package. Seems like the liberaries are not correctly loaded since even the top-level "dialog" variable do

[qooxdoo-devel] Vertical alignment in qx.ui.table.Table

2010-07-08 Thread Fritz Zaucker
Hi, how can I make the content of table cells vertically centered?. The table playground example shows that the text more at towards the top of the cell. Interestingly, if a cell is in edit mode, the text IS vertically centered. Cheers, Fritz -- Oetiker+Partner AG tel: +41 62 775

Re: [qooxdoo-devel] (Standalone) application minWidth, minHeight -> browser scrollers

2010-07-08 Thread Christian Hagendorn
Hi, a qooxdoo standalone application ("qx.application.Standalone") uses the "qx.ui.root.Application" as root widget. The root widget does all the stuff you are looking for. To achieve your requirements you need to implement your own root widget and create a new application class witch uses t

[qooxdoo-devel] Cannot get the Dialog contrib (or any libraries) to load.

2010-07-08 Thread Nick Watkins
This is the first time I've had any trouble getting a contrib to function, but it's also the first that requires loading as a library. Here are the steps I've taken: Made the change suggested a couple weeks ago to get around the new sourceforge uri format when including libraries remotely, and it

[qooxdoo-devel] qx.ui.table.Table Bug

2010-07-08 Thread Olivier ZORO-BI
Hi, I have already post this as a selenium subject but given that it is a qooxdoo bug I post it again with the good subject. I difficultly reproduced my use of the table on the link [1]. The fact is that when you give another model to the same table instance, the last corresponding edited cell

Re: [qooxdoo-devel] Invitation to connect on LinkedIn

2010-07-08 Thread Andreas Ecker
Hi Luiz, I wonder how you managed to cross-post this to the qooxdoo-devel mailing list? Anyway, done. You might also be interested in joining the qooxdoo group at LinkedIn: http://qooxdoo.org/community#social_networks Bye, Andreas On Wed, 2010-07-07 at 09:07 -0700, Luiz Vaz via LinkedIn wro