Re: [qooxdoo-devel] Pouchdb, the perfect complement to the new qooxdoo offline features

2011-08-10 Thread Tristan Koch
Brilliant stuff, thanks for sharing! Am 10.08.2011 um 17:07 schrieb Daniel Gagnon: > You might be interested in Pouchdb which is a library that completely > replicate Couchdb (including replication!) in-browser using Html5 offline > storage. > > This way, you could have the exact same API both

Re: [qooxdoo-devel] Pouchdb, the perfect complement to the new qooxdoo offline features

2011-08-10 Thread thron7
awesome :) t. On 08/10/2011 05:07 PM, Daniel Gagnon wrote: You might be interested in Pouchdb which is a library that completely replicate Couchdb (including replication!) in-browser using Html5 offline storage. This way, you could have the exact same API both online and offline rather than

Re: [qooxdoo-devel] custom decorator mixin: TextShadow

2011-08-10 Thread Mustafa Sak
Hi Alex, now I see what's happen. It looks like my decorator creates an additional div with my text-shadow style. But it's under the content div, so I couldn't see anything. Here is what firebug gets me: Login But I want to set the text shadow css of the first div. Here are my appearance and d

Re: [qooxdoo-devel] custom decorator mixin: TextShadow

2011-08-10 Thread Alexander Steitz
Hi Mustafa, On Wednesday 10 August 2011 16:52:55 Mustafa Sak wrote: > Hi List, > > I made a custom text Shadow css mixin. _styleTextShadow function is running > but no effort. Is their a filter or a white list for allowed style sheets? > Here is my code: And what do you hand in as value? If the

[qooxdoo-devel] Pouchdb, the perfect complement to the new qooxdoo offline features

2011-08-10 Thread Daniel Gagnon
You might be interested in Pouchdb which is a library that completely replicate Couchdb (including replication!) in-browser using Html5 offline storage. This way, you could have the exact same API both online and offline rather than use a different logic when your users go offline. Available here

[qooxdoo-devel] custom decorator mixin: TextShadow

2011-08-10 Thread Mustafa Sak
Hi List, I made a custom text Shadow css mixin. _styleTextShadow function is running but no effort. Is their a filter or a white list for allowed style sheets? Here is my code: /* Authors: * Mustafa Sak

[qooxdoo-devel] Question regarding vertical alignment of mobile widgets

2011-08-10 Thread Stefan Andersson
Hej Tino! What is your intention about vertical alignment and centering of two widgets inline on the same row? Aligning now does not seem to work... -- var page = new qx.ui.mobile.page.NavigationPage(); page.setTitle("Hello World"); page.addListener("initialize", function() { var callL =

Re: [qooxdoo-devel] Keyinput event

2011-08-10 Thread alexandr
The bug is http://bugzilla.qooxdoo.org/show_bug.cgi?id=5503 Alexander Steitz wrote: > > Hi Alexandr, > > Please file a bug report at bugzilla.qooxdoo.org and describe what is the > wrong behaviour. > > Thanks, > Alex > - Cheers, Alexandr -- View this message in context: http://qooxd

Re: [qooxdoo-devel] List item contextmenu without changing selection

2011-08-10 Thread Alexander Steitz
Hi Andrew, On Tuesday 09 August 2011 13:55:35 Andrew Goldberg wrote: > I have a list of widgets (custom list items) that I'd like to have > right-click / context menus for. However, I do not want the action of > opening the menu to actually select the corresponding list item. Is this > possible? Y