Re: [qooxdoo-devel] Include Own Classes

2013-03-05 Thread samu88
Thank you for respond, I will try to follow your advice. Greetings. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Include-Own-Classes-tp7583007p7583018.html Sent from the qooxdoo mailing list archive at Nabble.com. --

[qooxdoo-devel] Serialization/Deserialization JSON with polymorphic object

2013-03-05 Thread Marc-André Dubois
Hi, I try to communicate with my Server with JSON On server side, we are using Jackson to serialize object and we add the property « concreteClass » who contain the classname for each object. Our models classes extends BaseModel class and I recreated same patern in mobile application.

Re: [qooxdoo-devel] using raw CSS (Change text selection highlight color)

2013-03-05 Thread jabraham
I may have spoke too soon. It seems it only works for Labels, input fields (Text fields, table cells) still use the default color. Any pointers? Jacob -- View this message in context: http://qooxdoo.678.n2.nabble.com/using-raw-CSS-Change-text-selection-highlight-color-tp7583004p7583016.html S

Re: [qooxdoo-devel] using raw CSS (Change text selection highlight color)

2013-03-05 Thread jabraham
Thanks guys That worked great. This is also something that I would like to theme. Do you know how I could incorporate this into the themeing module? Thanks again Jacob -- View this message in context: http://qooxdoo.678.n2.nabble.com/using-raw-CSS-Change-text-selection-highlight-color-tp7583

[qooxdoo-devel] Qooxdoo y D3

2013-03-05 Thread Katy Oviedo
Good morning ..! there is a contribution to display graphics of coincidence called QXprotovis there any similar implementation for D3. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics D

Re: [qooxdoo-devel] Include Own Classes

2013-03-05 Thread Richard Sternagel
Hi samu88, apparently the Generator (./generaty.py ...) thinks you don't need this class, because he doesn't see code like "new myownclass()" in your "Application.js" or other objects "Application.js" instantiates. Have a look at this manual page, to force its inclusion anyway: http://manual.qo

Re: [qooxdoo-devel] using raw CSS (Change text selection highlight color)

2013-03-05 Thread thron7
On 03/05/2013 01:54 PM, Richard Sternagel wrote: > Hi jabraham, > > you can store your custom CSS in for example > "{yourAppRoot}/source/resource/{yourAppName}/css/foo.css". > > After that you have to configure, that you want this file available > in your desired jobs. So if you want this file for

Re: [qooxdoo-devel] using raw CSS (Change text selection highlight color)

2013-03-05 Thread Richard Sternagel
Hi jabraham, you can store your custom CSS in for example "{yourAppRoot}/source/resource/{yourAppName}/css/foo.css". After that you have to configure, that you want this file available in your desired jobs. So if you want this file for "./generate.py source" and "./generate.py build" you would

[qooxdoo-devel] Include Own Classes

2013-03-05 Thread samu88
Hello how are you? One question, every time when i want to I include my own classes, i need to edit the file (look in capture). My question is, if there is any automatic way to include own classes without editing this file? sorry for bad english.

Re: [qooxdoo-devel] packages and parts, separate-loader, static class with defer method

2013-03-05 Thread thron7
Thanks for the infos ... T. On 03/05/2013 09:57 AM, non wrote: > After some fiddling I came to following solution: > > I added the following lines to the head of my static class (the one > initialized with "defer"): > > /* > #require(qx.lang.String) > #require(qx.data.SingleValueBinding) > */ > >

Re: [qooxdoo-devel] packages and parts, separate-loader, static class with defer method

2013-03-05 Thread non
After some fiddling I came to following solution: I added the following lines to the head of my static class (the one initialized with "defer"): /* #require(qx.lang.String) #require(qx.data.SingleValueBinding) */ Ironically IE9 pointed me to the right place inside the optimized code. (All opt

[qooxdoo-devel] using raw CSS (Change text selection highlight color)

2013-03-05 Thread jabraham
Hi, I am trying to change the highlight color when some text is selected. The dark color of my app does not sufficiently contrast with the default color of the browser. I found that you could do it using css like so ::selection { background:#f094b7; color:#555; } ::-moz-selection { background:#f