Re: [qooxdoo-devel] Qooxdoo users

2014-11-26 Thread bobmanc
The reason I asked was I was considering building a tool similar to Sencha Architect for Qooxdoo. I was wondering if the market would be big enough to make it worthwhile. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-users-tp7586388p7586402.html Sent from the qooxdo

Re: [qooxdoo-devel] Qooxdoo users

2014-11-23 Thread bobmanc
Right. My question was how many people use the framework. Not how many develop it. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-users-tp7586388p7586394.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Qooxdoo users

2014-11-21 Thread bobmanc
does anybody know the approximate number of active users of qooxdoo? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-users-tp7586388.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Coming from Sencha (ExtJs)...

2014-11-07 Thread bobmanc
I am in the same situation and agree that the table functionality is a bit behind ExtJS. I am blogging my experience of transitioning to Qooxdoo from ExtJS at https://ext2qooxdoo.wordpress.com . Please check it out and possibly leave some comments on your exper

[qooxdoo-devel] confirm,alert and prompt dialogs

2006-02-25 Thread bobmanc
Here is the code. I'm a newbie at js so it may not be pretty. Not sure how to delete and/or reuse them. Any suggestions would be appreciated. Bob /* doc: qooxdoo clientDocument title: title of the window text: confirmation text yesFunction (optional): function that gets called if the

[qooxdoo-devel] Re: Replacement for window.confirm()?

2006-02-23 Thread bobmanc
Here is the code. I'm a newbie at js so it may not be pretty. Not sure how to delete and/or reuse them. Any suggestions would be appreciated. Bob /* doc: qooxdoo clientDocument title: title of the window text: confirmation text yesFunction (optional): function that gets called if the

[qooxdoo-devel] Re: Memory Leak?

2006-02-06 Thread bobmanc
I don't know if that is correct. I looked at this site which looks like it does very similar things as qooxdoo and I don't see the same problem at all. http://www.activewidgets.com/preview/2.0/examples/controls.htm --- This SF.net email is s

[qooxdoo-devel] Re: Memory Leak?

2006-02-06 Thread bobmanc
Anybody else getting this? --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPL

[qooxdoo-devel] Memory Leak?

2006-02-04 Thread bobmanc
If I go to the Demo Beta from IE6 windows if I go to any demo page and hit the refresh button the amount of memory allocated to IE goes up about 2MB every time I refresh. Is this memory ever freed up? The only way I could get it to shrink back down was to minimize IE. -

[qooxdoo-devel] Re: Cleaning up objects...

2006-02-01 Thread bobmanc
> To complete the cycle (after a close) you can also dispose a window, if > you are really sure, that you don't need it anymore. The problem in this > case is, that JS itself has no possibilities to do a real garbage > collection. The only thing the qooxdoo disposer do, is to decouple > object

[qooxdoo-devel] Re: Replacement for window.confirm()?

2006-01-31 Thread bobmanc
I have created some qooxdoo code that mimics the alert,confirm and prompt dialogs if anybody is interested I could upload it somewhere. -Bob --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

[qooxdoo-devel] Re: Example of using qooxdoo with SOAP

2006-01-30 Thread bobmanc
Here is some info on AJAX and SOAP http://www-128.ibm.com/developerworks/webservices/library/ws-wsajax/?ca=dgr-lnxw07SOAP-AJAX --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download t

[qooxdoo-devel] QxButton bug?

2006-01-07 Thread bobmanc
If I disable a button in its own "click" event listener the button retains the blue "hover" background color after the button is disabled. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! D

[qooxdoo-devel] Re: window.application.getClientWindow() is null or not an object

2006-01-07 Thread bobmanc
J. Russell Smyth gmail.com> writes: > Same thing happens for me with this sequence > IE 6 sp 2 Win XP sp2 > > Using IE6 on Windows XP. > > In Options I have "Display a notification about every script error" turned ON. > > If I go to > > http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/A

[qooxdoo-devel] Re: qxListView setSelection

2006-01-05 Thread bobmanc
Sebastian Werner sebastian-werner.net> writes: > "items" is an array which contains the hash-tables of the single data rows. I realize that but you could you please just post a short piece of code of how to create one. My js is a bit weak. Thanks. --

[qooxdoo-devel] Re: window.application.getClientWindow() is null or not an object

2006-01-05 Thread bobmanc
Sebastian Werner sebastian-werner.net> writes: > > bobmanc schrieb: > > Anyone else getting this in IE6 on the renderer demos? Strangely it doesn't > > happen every time but pretty consistantly. Here is what I know so far. Using IE6 on Windows XP. In the Advanc

[qooxdoo-devel] window.application.getClientWindow() is null or not an object

2006-01-04 Thread bobmanc
Anyone else getting this in IE6 on the renderer demos? Strangely it doesn't happen every time but pretty consistantly. I have gotten it by just going to the development branch demos and clicking between them. --- This SF.net email is sponsored

[qooxdoo-devel] qxListView setSelection

2006-01-04 Thread bobmanc
Sorry, I am still trying to figure out the new code. To set the selection on a qxListView I see that you would do this. lv.getPane().getManager().setSelectedItems(items); My question is how do you build the items variable. I checked the source and I only saw this used by moving one item to anothe

[qooxdoo-devel] Re: qxListView selection in renderer

2006-01-04 Thread bobmanc
Ricardo Borillo Domenech si.uji.es> writes: > > Hi!! > > Browsing the sources with the same problem I find this: By the way. Where do you find that in the source. I just got the lastest renderer from cvs and did a search and didn't find it. -

[qooxdoo-devel] Re: qxListView selection in renderer

2006-01-04 Thread bobmanc
That did it. Thanks a lot. Ricardo Borillo Domenech si.uji.es> writes: > var lv = new QxListView(ld, lc); > var items = lv.getPane().getManager().getSelectedItems(); > for (var i=0 ; i { > this.debug(items[i]["name"]["text"]); > } -

[qooxdoo-devel] qxListView selection in renderer

2006-01-03 Thread bobmanc
Is the getSelection functionality working in the renderer branch yet. If so has the syntax changed. I can't seem to get it to work. Thanks. -Bob --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? S