[qooxdoo-devel] new ext4 drawing engine ...

2011-02-16 Thread Tobias Oetiker
I just looked at the sencha's ext-4.0-pr1 source ... they have a realy cool drawing engine and charts on top with support for svg, canvas and vml ... probably done by Nicolas Garcia Belmonte of http://thejit.org/demos/ fame ... wow ... http://www.sencha.com/blog/ext-js-4-preview-drawing-and-charti

[qooxdoo-devel] How does one center the text in a table header

2011-02-16 Thread arnis_andy
I have scrubbed the forums (and possibly not been using the right search terms,) but how does one center the text in a standard qx.ui.table.Table table's headers? I've managed to center the cell text via the cell renderers, but would like to do the same for the headers. -- View this message in c

Re: [qooxdoo-devel] Sanitizing HTML

2011-02-16 Thread Greg Hellings
Nevermind, self-posting a response. The documents explicitly state "An array of strings or elements" for the first argument. By passing a string, qx was trying to parse every character in the string as a separate HTML element. I have changed to the following invocation, which works (after adding

[qooxdoo-devel] Sanitizing HTML

2011-02-16 Thread Greg Hellings
I have a string of HTML that makes up a fragment - in this case it's the entire body of a webpage. I want to sanitize the input to remove the content of the script tags on the page. I see back before v0.8 there used to be a qx.bom.String.stripScripts() or something similar, but that has since bee

Re: [qooxdoo-devel] API-Viewer (trunk) does not show qx.type.Array

2011-02-16 Thread Peter Schneider
Hi Thomas, yes: "doesn't work" should be translated to "I wrongfully expected something else" in my case! ;) Thanks and sorry again for any trouble caused, Peter On 2011-02-16 14:11 thron7 wrote: > Look, "doesn't work" isn't probably the right attribute, I call it > "works as designed". > >

Re: [qooxdoo-devel] RPC over HTTPS?

2011-02-16 Thread Joachim Baran
Hi! On 16 February 2011 06:46, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > Are you retrieving the application via https too? > It works now. Thanks. Joachim -- The ultimate all-in-one performance tool

Re: [qooxdoo-devel] RPC over HTTPS?

2011-02-16 Thread Derrell Lipman
On Tue, Feb 15, 2011 at 23:30, Joachim Baran wrote: > Hi! > > Is it possible to use RPC over HTTPS instead of HTTP? I just made the > switch and the RPC calls do not work anymore. > > In Chrome's JavaScript console it only says: qx.io.remote.Exchange: > Unknown status code: 0 (4) > > Are you r

Re: [qooxdoo-devel] simple theme toolbar

2011-02-16 Thread Martin Wittemann
Hey, > thanks ... btw, when does this code get evaluated ? Once for each state? > Or for each toolbar-button as it is being put into the dom ? As far as i know, its cached so it should be once for every state combination. Best, Martin --

Re: [qooxdoo-devel] API-Viewer (trunk) does not show qx.type.Array

2011-02-16 Thread thron7
Look, "doesn't work" isn't probably the right attribute, I call it "works as designed". The configuration of component/apiviewer is designed to support *developing* the Apiviewer application, and not to impress the casual observer. It includes much less classes to display than, say, the config

Re: [qooxdoo-devel] API-Viewer (trunk) does not show qx.type.Array

2011-02-16 Thread Peter Schneider
Hi T. you are right. Somehow I did build the API-Viewer different. The regression I've reported seems to be related to that different build- setup. Sorry For the record: a) create application path "$> tool\bin\create-application.py --name _test" build API from app-path "$> cd _test"

Re: [qooxdoo-devel] RPC Problem

2011-02-16 Thread flj
Re: RPC Problem Hi. I can think of two reasons for your problem. Either there's a network setup problem, or you compute the service URL in a wrong way. Can you access the start page of the apache which runs on your laptop from a browser not running on your laptop? If not, it's a network setup

Re: [qooxdoo-devel] simple theme toolbar

2011-02-16 Thread Tobias Oetiker
Hi Martin, Today Martin Wittemann wrote: > Hello Tobi, > sorry for the late answer. I have been busy yesterday to finish something new > (blog post will come today). > > > > I have been testing more of my applications with the simple theme, > > and they work quite well ... thanks a lot! > Thats