Re: [qooxdoo-devel] Decorator 'shadow-popup' is invalid in qooxdoo/master

2013-06-06 Thread Martin Wittemann
Hello Christian, this decorator has been used as shadow for the popups. As the property 'shadow' has been removed, we also removed the unused decorators and moved the shadow definition to the popup decorator. So there is no equals replacement for that. You would need to create your own decorator

[qooxdoo-devel] Decorator 'shadow-popup' is invalid in qooxdoo/master

2013-06-06 Thread panyasan
Can someone help out with the following bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=7434 Seems like the 'shadow-popup' decorator is gone in the development version of qooxdoo. What has it been replace with? Thanks, Christian -- View this message in context: http://qooxdoo.678.n2.nabble.

Re: [qooxdoo-devel] menubar - opening from bottom to top - SOLVED

2013-06-06 Thread matteomasina
Sorry I have solved, If I put my menubar at the botton the menu will open from down to up. regards; -- View this message in context: http://qooxdoo.678.n2.nabble.com/menubar-opening-from-bottom-to-top-tp7583828p7583829.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

[qooxdoo-devel] menubar - opening from bottom to top

2013-06-06 Thread matteomasina
Hi I'm developing an application, and I would like to put my menubar at the bottom of application, is there any way to open the menu' from bottom to top ? regards Matteo Masina -- View this message in context: http://qooxdoo.678.n2.nabble.com/menubar-opening-from-bottom-to-top-tp7583828.html

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread Henrik Pauli
I noticed in 2.1 that the build looks for icon resources in ./qx/... but all resources are in ./resource/qx/... in the build directory. Not sure if this is the same for your case. On 06/06/13 10:17, franck34 wrote: Thanks @all I've already tried @asset but my images was not displayed. Need t

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread Henrik Pauli
[OFF] That's a nice signature, could you please put it behind a '-- ' (dash-dash-space) so that mail user agents can possibly detect it as such? [/OFF] On 06/06/13 10:08, Andreas Parusel wrote: > Best regards > > Andreas Parusel > Software Developer > Applications & Integration > > 1&1 Internet A

Re: [qooxdoo-devel] Contrib 2.0

2013-06-06 Thread thron7
I've just pushed (#9b475cd) changes to the tool chain to support http(s) URLs as arguments to library/manifest keys. This means you can now write "libraries" : { "library" : [ { "manifest" : "http://server.tld/path/to/my/contrib/vers/Manifest.json"; }, // {1} {

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread franck34
Thanks @all I've already tried @asset but my images was not displayed. Need to go deeper on this, give you feedback in a few hour Franck 2013/6/6 Daniel Wagner > Hi, > > compiler hints now start with @, see this post for more details: > > http://news.qooxdoo.org/generator-new-compiler-hints >

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread Daniel Wagner
Hi, compiler hints now start with @, see this post for more details: http://news.qooxdoo.org/generator-new-compiler-hints Regards, Daniel On 06.06.2013 09:53, franck34 wrote: > > Hi > > Since now (with diet branch) i was using > > /* *** > #asset(EP/*) > #asset(qx/icon/Tango/22/apps/utilit

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread Andreas Parusel
Hi Franck, have a look at this blogpost from Thomas: http://news.qooxdoo.org/generator-new-compiler-hints It contains everything you need to know Best regards Andreas Parusel Software Developer Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe Telefon: +49 72

Re: [qooxdoo-devel] trunk: asset

2013-06-06 Thread thron7
What does the compiler say? On 06/06/2013 09:53 AM, franck34 wrote: Hi Since now (with diet branch) i was using /* *** #asset(EP/*) #asset(qx/icon/Tango/22/apps/utilities-color-chooser.png) #asset(qx/icon/Tango/16/apps/utilities-terminal.png) #asset(qx/icon/Tango/16/actions/list-add.png)

[qooxdoo-devel] trunk: asset

2013-06-06 Thread franck34
Hi Since now (with diet branch) i was using /* *** #asset(EP/*) #asset(qx/icon/Tango/22/apps/utilities-color-chooser.png) #asset(qx/icon/Tango/16/apps/utilities-terminal.png) #asset(qx/icon/Tango/16/actions/list-add.png) #asset(qx/icon/Tango/32/actions/help-faq.png) */ Now got a compiler d