[qooxdoo-devel] css is not loading in qooxdoo 4.0

2014-06-15 Thread seema
hi css is not loading in qooxdoo 4.0. i tried generate.py on the sample mobileshow case that comes with the framework. css is not even loading there. is there any other steps (other than generate.py) that needs to be applied for getting the default css files to get created.

Re: [qooxdoo-devel] qooxdoo mobile - click handlers not firing in ios

2014-06-15 Thread seema
correctly when you run your qx app inside desktop chrome for instance ? If not, it might be because qoxdoo mobile adds a pointer-events:none to the renderer div styles. Try to force style="pointer-events:all;" into your html and see what happens. HTH, Vincent Le vendredi 13 juin 2014

Re: [qooxdoo-devel] qooxdoo mobile - click handlers not firing in ios

2014-06-13 Thread seema
qx.ui.mobile.container.MIScroll onBeforeScrollStart function. If the debuger stops, then you';re using the iScroll library. However, you can also see the difference graphically, on iOS7, native scrollbar is much thiner than the iScroll one. HTH, Vincent 2014-06-11 11:49 GMT+02:00 seem

[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

Re: [qooxdoo-devel] qooxdoo mobile - click handlers not firing in ios

2014-06-11 Thread seema
oblem. Try removing it, and rebuild. Greetz Christopher Am 11.06.2014 um 11:09 schrieb seema <sem.2...@rediffmail.com>: hi, in the application config,json the native scroll is set to true.   "environment" :       { "qx.mobile.nativescroll" : true,         &q

Re: [qooxdoo-devel] qooxdoo mobile - click handlers not firing in ios

2014-06-11 Thread seema
t of events. I thought I had opened a bug report but I canⴠfind it, so I may have gone only through the mailing list. Regards,Vincent Le 11 juin 2014 ࠰6:44, seema <sem.2...@rediffmail.com> a 飲it :hi,I have a mobile app built using phonegap +qx mobile 3.5.I have a page implemented using qoo

[qooxdoo-devel] qooxdoo mobile - click handlers not firing in ios

2014-06-10 Thread seema
hi,I have a mobile app built using phonegap +qx mobile 3.5.I have a page implemented using qooxdoo mobile which has a header implemented using qooxdoo controls. The content section of the page embed.html control is used and the html for this section is loading from an external system using a aja

[qooxdoo-devel] issue with custom click handlers

2014-06-09 Thread seema
hiI have a mobile app built using phonegap +qx mobile 3.5.I have a page implemented using qooxdoo mobile which has a header implemented using qooxdoo controls. The content section of the page is loading from an external system using a ajax call which returns a string(html+css). The html has buil

Re: [qooxdoo-devel] list pagination.

2013-10-17 Thread seema tg
Re: [qooxdoo-devel] list pagination. You could modify the model of the list. Just past a few items into the list, and replace with a two buttons. Greetz Christopher Am 12.10.2013 um 12:33 schrieb seema tg: Hi, Is there any way to paginate the list items?  example if a list has 100 i

Re: [qooxdoo-devel] list pagination.

2013-10-13 Thread seema tg
this is in qx.Mobile context. From: Christopher Z ndorf <christopher.zuend...@1und1.de> Sent: Mon, 14 Oct 2013 00:42:44 To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net> Subject: Re: [qooxdoo-devel] list pagination. In which context ? qx.Mobile or qx.Desktop?

[qooxdoo-devel] calling an external url from qooxdoo button.

2013-10-12 Thread seema tg
Hi, On click of button, how do we browse to an external url.-- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, an

[qooxdoo-devel] list pagination.

2013-10-12 Thread seema tg
Hi,Is there any way to paginate the list items? example if a list has 100 items, can we divide them in to 10 pages and show 10 items per page.-- October Webinars: Code for Performance Free Intel webinars can help you acce

[qooxdoo-devel] Reference to the Bug 7736

2013-09-14 Thread seema tg
Hi, About selectbox a bug was filed yesterday. I see that bug is marked as "Resolved FIXED" and target milestone is 3.0.2. So just wanted to know when can we expect release of this version or the fix . Thank you. -- LI

Re: [qooxdoo-devel] How do we override the scrolling position .(Mobile module.)

2013-09-13 Thread seema tg
page "start" event. Greetz Christopher Am 13.09.2013 um 12:42 schrieb seema tg: Hello, Qooxdoo remembers the scrolling position when we switch between the pages. Please tell us how do we override, or how to avoid this. Issue comes when we switch between the list pages with d

[qooxdoo-devel] How do we override the scrolling position .(Mobile module.)

2013-09-13 Thread seema tg
Hello, Qooxdoo remembers the scrolling position when we switch between the pages. Please tell us how do we override, or how to avoid this. Issue comes when we switch between the list pages with different records count. Example:  A list has 30 records and to reach the last record we would have sc