[qooxdoo-devel] Dynamic Font resizing

2015-05-20 Thread roeder1989
Hey folks, I'm looking for a way to dynamically decrease font size when the space isn't sufficient to display a qx.label or qx.title in qooxdoo mobile (master) environment. The current behavior is to cut the text and display "..." at its end. What I want is for the text to be displayed in tota

[qooxdoo-devel] Mobile list item layout

2015-04-21 Thread roeder1989
Hey folks, I have another layouting problem over here. I have a custom list item with an image on the left and four text fields with vbox layout in a right container. Now, if the image isn't the exact size, the list item gets either stretched vertically or the right container looses space and ge

[qooxdoo-devel] Qx mobile / style native looking toolbar/tabbar

2015-02-28 Thread roeder1989
Hey folks, I'm trying to create a native looking tab bar as known from various iOS or android apps at the bottom of my viewport in qooxdoo mobile. Using the toolbar class, i was able to do that but the buttons, of course, look nothing like a native android tabbar. I imagine I would be able to d

Re: [qooxdoo-devel] Scaling problem in form with checkboxes / Qooxdoo mobile

2015-02-11 Thread roeder1989
Hey there, can anyone figure out what I'm doing wrong here ? Von meinem iPhone gesendet > Am 06.02.2015 um 13:47 schrieb roeder1...@googlemail.com: > > Http://tinyurl.com/lha5mbw > > Von meinem iPhone gesendet > >> Am 06.02.2015 um 10:11 schrieb Mustafa Sak : >> >> Hi Tobias, >> >> would y

Re: [qooxdoo-devel] Scaling problem in form with checkboxes / Qooxdoo mobile

2015-02-06 Thread roeder1989
Http://tinyurl.com/lha5mbw Von meinem iPhone gesendet > Am 06.02.2015 um 10:11 schrieb Mustafa Sak : > > Hi Tobias, > > would you please provide us with an playground example? [1] > > [1] http://demo.qooxdoo.org/current/playground/#Hello%20World-mobile > > Gruß > Mustafa Sak > > > Applic

Re: [qooxdoo-devel] Pull Down To refresh

2014-08-21 Thread roeder1989
Just got the current master again and it works perfectly in my chrome Browser. But after running it on my android tablet with cordova, the event is not fired. Not even once. Von meinem iPhone gesendet Am 21.08.2014 um 12:07 schrieb Christopher Zündorf : > I tested the latest version, at it se

Re: [qooxdoo-devel] Pull Down To refresh

2014-08-20 Thread roeder1989
Hey Christopher, Now it works! Thank you.. One problem didnt seem to have gone away. The event is only fired once with the First scroll, after that nothing is happening. I attach the listener and set the waypoints in a controller object of Class qx.core.object to a mobile.Page.NavigationPage..

Re: [qooxdoo-devel] Pull Down To refresh

2014-08-15 Thread roeder1989
Thank you very much for adding that feature but somehow i cant get it to work properly.. I added "-1" To the waypoint array and nothing happens. With positive waypoints everything works as expected. myNavPage._getScrollContainer().setWaypointsY(["-1", "10%"]); Von meinem iPhone gesendet Am 14

Re: [qooxdoo-devel] Pull Down To refresh

2014-08-14 Thread roeder1989
I'm on master and its both iOS and android with Cordova Von meinem iPhone gesendet Am 14.08.2014 um 11:12 schrieb Christopher Zündorf : > Yes, but it depends on your version and if you use native scroll or not. > > Are you on master? For which platform do you want to develop? > > For you Busy

[qooxdoo-devel] Pull Down To refresh

2014-08-14 Thread roeder1989
Hey Folks, is there a way to have a pull down to refresh function in qooxdoo mobile? Meaning to have a bar shown above the navigationpage header with a busy indicator or something similiar while executing a httprequest? Thanks in advance. Greetz, T -