[qooxdoo-devel] Native app with qooxdoo mobile

2016-04-05 Thread Tomás Antunes
I tried making an Android app with Cordova and Qooxdoo but the result is just a blank screen. It works fine on the desktop browser. Any help? -- ___ qooxdoo-devel mailing list

Re: [qooxdoo-devel] Native app with qooxdoo mobile

2016-04-05 Thread Tomás Antunes
Nevermind, it's working now, had to change the index.html file. On Tue, Apr 5, 2016 at 2:34 PM, Tomás Antunes <tomasantu...@gmail.com> wrote: > I tried making an Android app with Cordova and Qooxdoo but the result is > just a blank screen. It works fine on the desktop brows

Re: [qooxdoo-devel] Native app with qooxdoo mobile

2016-04-06 Thread Tomás Antunes
When you create a new project with cordova you get a www folder with some files, take a look at the

[qooxdoo-devel] How to add css class to list item in qx mobile?

2016-03-30 Thread Tomás Antunes
I'm trying to modify the appearance of a subset of items in a list using qx mobile. How can I achieve this? list.setDelegate({ configureItem : function(item, data) { item.setTitle(data.title); item.getContent().addCssClass('my-class'); // no effect } });

Re: [qooxdoo-devel] qx mobile select box

2016-04-01 Thread Tomás Antunes
I found the right code over here: http://bit.ly/1RPpJCI On Thu, Mar 31, 2016 at 11:20 AM, Tomás Antunes <tomasantu...@gmail.com> wrote: > I copied the example in the documentation but I get an error when adding > the select box to the page. > > Here is the demo http://t

[qooxdoo-devel] Add external stylesheet

2016-03-29 Thread Tomás Antunes
How do I add an external stylesheet in a Qooxdoo mobile application? I've already added the asset on the top of the file. #asset(myapp7/css/font-awesome.min.css) -- Transform Data into Opportunity. Accelerate data

[qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Tomás Antunes
How do I access a list item in this event? self.myList.addListener("changeSelection", function(e) { var selection = e.getData(); console.log(self.myList.getSelection()[selection]); }, this); --

Re: [qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Tomás Antunes
ives you the first selected item. > > Regards, > > Norbert > > > Tomás Antunes schrieb am 29.03.2016 14:00: > > > How do I access a list item in this event? > > > > > > self.myList.addListener("changeSelection", function(e) { > &g

Re: [qooxdoo-devel] How do I access a list item?

2016-03-29 Thread Tomás Antunes
he first selected item. > > Regards, > > Norbert > > > Tomás Antunes schrieb am 29.03.2016 14:00: > > > How do I access a list item in this event? > > > > > > self.myList.addListener("changeSelection", function(e) { > > > &g

[qooxdoo-devel] qx mobile select box

2016-03-31 Thread Tomás Antunes
I copied the example in the documentation but I get an error when adding the select box to the page. Here is the demo http://tinyurl.com/zr8ujad -- Transform Data into Opportunity. Accelerate data analysis in your