Re: [qooxdoo-devel] Scrolling and zooming on different mobile devices

2014-02-18 Thread Christopher Zündorf
Hi! 1) hm which version of iOS do you have installed ? I think it should be iOS6 right? which version of qx.Mobile is installed? Could you provide a playground example? I think I got the problem, but I am not that sure right now. 2) Have a look at the meta tags inside your index.html. There yo

[qooxdoo-devel] setting Window background colour

2014-02-18 Thread Keve Nagy
Good Evening Everyone, I am trying to change the background colour of a window, from the default gray to white. This is only needed in one particular window, so theming would be an overkill. I just did the obvious: var whiteWin = new qx.ui.window.Window("Window with white BG");

Re: [qooxdoo-devel] extend : qx.ui.mobile.page.NavigationPage, --> BusyIndicator not run ¿?

2014-02-18 Thread Jesús
Hi, Sorry. your solution is simple and clever ;)) A example: https://217.160.6.133/Asturies/qooxdoo-3.5-sdk/videos/BusyIndicator.ogv Bets Regards. -- View this message in context: http://qooxdoo.678.n2.nabble.com/ex

Re: [qooxdoo-devel] extend : qx.ui.mobile.page.NavigationPage, --> BusyIndicator not run ¿?

2014-02-18 Thread Christopher Zündorf
I don't know if you read my answer: I would propose to but the BusyIndicator inside a dialog. The busyIndicator itself is just an atom, which can be placed inside the page directly or inside a popup. If will not be shown as a dialog by itself. Just show it, before calling the DB, and hide it whe

[qooxdoo-devel] Scrolling and zooming on different mobile devices

2014-02-18 Thread Dragonheart
Hello once again :) I'm working on a mobile project and it looks like some features about scrolling and zoom are differ on different platforms. 1) On a desktop Google Chrome I can always scroll the page vertically, but on iPhone 4s (didn't check on other versions) I can't scroll the page when all

[qooxdoo-devel] Attempting to split Application.js

2014-02-18 Thread Peter Caffin
Hi guys. I'm using Qooxdoo 3.0.1, and trying to split my Application.js. It's not working, and I'm probably doing (or not doing) something obvious. In source\class\padded_online\Application.js, if I use: var hm_5 = new qx.ui.menu.Button("Test"); fileMenu.add(hm_5); hm_5.addListener("execute", p

Re: [qooxdoo-devel] extend : qx.ui.mobile.page.NavigationPage, --> BusyIndicator not run ¿?

2014-02-18 Thread Jesús
Hi, Yes, i need make a "Please wait" in top window while the sql query is execute, ex. Init "Please wait" var Db= new pruebas_moviles.consultas(); Db.consulta( this.Sql, this.Comandos); Db.addListener( "completed", function( ev)

Re: [qooxdoo-devel] Refreshing mobile NavigationPage's content?

2014-02-18 Thread Dragonheart
Thanks for the response, but triggering the update wasn't the real problem :) I just thought that it's impossible to change the widget which is already added to the page's content, but I already had an event to update the page - an "apply" event of it's property which is updated every time before

Re: [qooxdoo-devel] upgrade to 3.5

2014-02-18 Thread Tobias Oberrauch
Hi Micha, Furthermore you can check the release notes[1] and the migration guide especially for the major update 3.0[2]. And yes the command is then right one to upgrade your project. [1] http://qooxdoo.org/project/release_notes [2] http://manual.qooxdoo.org/3.0/pages/tool/migration/migration_gu

Re: [qooxdoo-devel] upgrade to 3.5

2014-02-18 Thread Richard Sternagel
Hey Micha, yeah it's a little bit buried: http://manual.qooxdoo.org/3.5/pages/getting_started.html Just check all the requirements pages there, they list the browser and versions we support for each component (Desktop, Mobile ...) Regards Richard ---

Re: [qooxdoo-devel] extend : qx.ui.mobile.page.NavigationPage, --> BusyIndicator not run ¿?

2014-02-18 Thread Christopher Zündorf
Hi Jesus, usally you put the BusyIndicator inside a dialog: // EXAMPLE WIDGETS var busyIndicator = new qx.ui.mobile.dialog.BusyIndicator("Please wait..."); this.__busyPopup = new qx.ui.mobile.dialog.Popup(busyIndicator); Greetz Christopher Am 17.02.2014 um 19:59 schrieb Jesús

Re: [qooxdoo-devel] extend : qx.ui.mobile.page.NavigationPage, --> BusyIndicator not run ¿?

2014-02-18 Thread Tobias Oberrauch
Hi Jesús, are you looking for an overlay that shows "Please wait..." during the execution of sql? Cheers Tobias Am 17.02.2014 19:55, schrieb Jesús: > Hi, > > In this link the kode http://tinyurl.com/optkyw9 > > > When make de sql query to server, they have a delay

[qooxdoo-devel] table with filter textfields

2014-02-18 Thread Micha
Hi, I want to have a table (or something similar) with textfields below the headerfiled to enter a filter text. Of course the text fields should be of equal width than the table cells / header fields to which they belong. How to do that? How to generate textfields of the same width as the corresp

[qooxdoo-devel] upgrade to 3.5

2014-02-18 Thread Micha
I want to upgrade my code from version 2.1.1 to the current version 3.5 I somehow find it difficult to find the minimum supported browsers for this version, espacially the required ie version. On this side: http://qooxdoo.org/project/features#browser_support I can read: "qooxdoo runs in any mo