Re: [qooxdoo-devel] New contrib website

2014-06-12 Thread Phyo Arkar
Absoultely agree. Now just to even download a few contrib i have to go thru all loops . Can't we just have a simple contrib pls On Tue, May 27, 2014 at 8:02 PM, John Spackman wrote: > Hi, > > I’m glad to see that contribs are getting some new attention with the new > page, but the way we have

Re: [qooxdoo-devel] Rendering issues in Chrome version 33 and 34 due to overflow style

2014-06-12 Thread Phyo Arkar
Seems a big problemn. Can you open an issue? On Wed, May 21, 2014 at 5:35 PM, Jeroen Smit wrote: > Hi, > > > > We are encountering rendering issues in certain Chrome versions when using > HTML5 canvas controls (through KineticJC) in our application based on Qx > version 3.0.2. The issues all c

Re: [qooxdoo-devel] Sockets

2014-06-12 Thread Phyo Arkar
>It would be perfect if the original poster would take the 2nd approach and post that class/contribution to this forum :-D Qooxdoo had already gave the community Millions of lines of code without expecting one from us. It is very easy for you just to rewrite the code that you already did , in an O

[qooxdoo-devel] Mousewheel events on SelectBox

2014-06-12 Thread Jonathan Wolfe
Hi, This may be by design, but you used to be able to mouseover a qx.ui.form.SelectBox() and scroll the mousewheel and it would change the value of the SelectBox. Is this a bug or do you have to manually wire those controls now with the new pointer events? Thanks! *Jonathan Wolfe* * | Meteorol

[qooxdoo-devel] Which List/Tree Implementation is best for handling Huge number of items (Millions) .

2014-06-12 Thread Phyo Arkar
Hello Qooxdoo. I will need a list that need to handle huge list of items, which comes from serverside and , it will be huge , more than a million. Which List or Tree item should be used? It should be able to handle like RemoteTableModel , which works unlimited. new qx.ui.list.List() qx.ui.form.

Re: [qooxdoo-devel] qooxdo + AJAX + cherrypy

2014-06-12 Thread Phyo Arkar
Hello Claudio If you want to learn more python + qooxdoo simples , head to my HersPOS project. It was built using Qooxdoo and Running on Google App Engine . It also feature Web2py web framework. src : code.google.com/p/herspos/ demo : http://herspos.appspot.com/HersPOS Check out the code. On F

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Jonathan Wolfe
Thanks Richard, I couldn't get the SmartTableModel to compile, but I did manage to change any Click references to Tap's and it seemed to do the trick and work as it did before. If you're curious, here is my compilation error: > ./generate.py source --

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Derrell Lipman
*Orphaned project needs maintainer* SmartTableModel was a project I did under contract for Dave Baggett a number of years ago, and was released as a contrib. I haven't looked at it in years and don't have the bandwidth to maintain it, although I could probably remember enough about it to help some

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Richard Sternagel
Don't forget to update your catalog entries: https://github.com/qooxdoo/contrib-catalog/tree/master/contributions/SmartTableModel More links that might help: http://qooxdoo.org/contrib/catalog/ http://manual.qooxdoo.org/4.0/pages/development/contrib.html Regards Richard Am 12.06.14 13:51, schr

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Richard Sternagel
Hey Jonathan, http://manual.qooxdoo.org/4.0/pages/tool/migration/migration_guide.html Ask more questions here if that doesn't help. :) Regards Richard -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk S

[qooxdoo-devel] Calendar allow pick just from interval

2014-06-12 Thread Tancredi-Paul Grozav
Hello, I need to create a form and allow the user to pick from a DatePicker just one day of a given set. The set should have consecutive days but I'm not sure that's a rule. Say I have a set of days: ['2013-01-01', '2013-01-02', ..., '2013-01-18'] Is it possible to somehow disable the other day

[qooxdoo-devel] custom list item with a button.

2014-06-12 Thread seema
Hi,i am trying to create a custom list item, which has image, title, subtitle and a button. list is coming up fine, but when i click on the list item or the button it is triggering change selection event on the list. how do i avoid it ? on click of button it should call only the tap event regist