Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread raffimd
Andreas, Thanks for the clarification :) You may want to highlight this in some tutorial at later point, which will attract the people to adopt the Qooxdoo into a large products. Otherwise some people might feel the qooxdoo initialization as overhead on each qooxdoo page load, when they mix

Re: [qooxdoo-devel] New qooxdoo application

2008-07-21 Thread Hugh Gibson
> http://www.di-lemmata.de di-lemmata is a new project targeted at > scholars of German literature. I'm using IE7 in XP with script debugging turned on, and get an error when I click on an author: --- Error --- A Runtime Error has occurred. Do you

Re: [qooxdoo-devel] problems when setting tableModel at runtime

2008-07-21 Thread Hugh Gibson
> I was thinking about setting cellrenderer at runtime just after my > remote table is rendered. > > I need to compare the cell value with the previous row's cell > value. If there is a difference, I need to high light both of them > in red color. This should happen for all visible rows in the R

Re: [qooxdoo-devel] selection text on straight HTML

2008-07-21 Thread simoms
Hi Jonathan, I am sorry that the method does not work. I am using the external style sheet, is it related? Simon Jonathan Rass wrote: > > Hi Simon! > > > You can remove a CSS property by the DOM API: > document.body.style.removeProperty("-moz-user-select"); > > > Regards, > Jonathan > > --

Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread Andreas Ecker
Hi Raffi, your post to the mailing list was queued by the antispam system, sorry for the delay. Please register for the list (if you haven't done so yet), or use the _exact_ outgoing email address you used to register. https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Back to your questi

Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread Mr. Hericus
Hi Raffi, We've done something similar to what you are talking about. Our main web page is the Qooxdoo application. Inside that we display IFrame's for some standard HTML pages. Inside the html (inside the iframe), we sometimes need to tell the outer Qooxdoo application to "do something". Here'

Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread raffimd
Andreas, I am getting your point. Even If I have the outer top level Qooxdoo App, When I load the plain HTML in the IFrame and from there on click of a button, If I need to load a Qooxdoo page, Can I take the help of the outer qooxdoo App to bring up the new qooxdoo page on click of the but

Re: [qooxdoo-devel] Table port to 0.8

2008-07-21 Thread Fabian Jakobs
Hugh Gibson schrieb: >> I wanted to let you know that I have started porting the table to >> 0.8. >> > > You've broken legacy_0_7_x with your checkin 14658. Paths don't match. > > Hugh > > > Thanks for the hint. This should have never been commited. I've reverted the change. Fabian --

Re: [qooxdoo-devel] Table port to 0.8

2008-07-21 Thread Hugh Gibson
> I wanted to let you know that I have started porting the table to > 0.8. You've broken legacy_0_7_x with your checkin 14658. Paths don't match. Hugh - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [qooxdoo-devel] Installing Help Needed

2008-07-21 Thread Andreas Ecker
Hi, just a few additional remarks. > I think a "qx-debug.js" or "qx-all.js"(together with some kind of > qx-config.js) would be great for those who are evaluating frameworks. There is a "quickstart" version of qooxdoo for that purpose, which contains the entire framework in a single JS file. htt

Re: [qooxdoo-devel] How to simulate HTML button click from qooxdoo?

2008-07-21 Thread Andreas Ecker
Hi, just an additional wrap-up about how easy it is to include a widget from qooxdoo-contrib: Add the contribution to the Makefile of your application: APPLICATION_INCLUDES = contrib://UploadWidget/0.1 You then simply use the widget in your application code. Once you do a "make" it gets automati

Re: [qooxdoo-devel] [SPAM] Re: Loading images into qx.ui.embed.Gallery (0.7.3)

2008-07-21 Thread Alexander Back
Hi Dalmazio, see my comments below. Dalmazio Brisinda wrote: > Also, if I can get the widget to work on Safari, I'll submit the mods. I'll look forward for this contribution :) > But for Firefox 2, I've tried several settings for forcing the Gallery > widget to scroll only in the X dimension wi

[qooxdoo-devel] Table port to 0.8

2008-07-21 Thread Fabian Jakobs
Hi, I wanted to let you know that I have started porting the table to 0.8. As Hugh sugessted I have taken the table from the legacy_0_7_x branch revision 14630 and copied it over to trunk. I will use this table as basis for the "real" 0.8 table. All changes to the table must from now on be don

Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread Andreas Ecker
Hi Raffi, would it be feasible for your app to do it "the other way around", i.e. having a persistent, top-level qooxdoo app that would integrate your traditional web pages in an iframe? You could even use html anchors in combination with the history manager to still be able to bookmark single pag

Re: [qooxdoo-devel] Loading Qooxdoo Pages and Plain HTML pages

2008-07-21 Thread Fabian Jakobs
Hello Raffi, > Hi, > In an application, If I have 100 Plain HTML pages and 10 Qooxdoo pages, > it takes lot of time when I move from any plain HTML page to any Qooxdoo > page, because of the Qooxdoo initialization. > My Application is a frame based HTML application. > Is it possible to initiali

Re: [qooxdoo-devel] New qooxdoo application

2008-07-21 Thread Andreas Ecker
Hi Norbert, thanks for sharing the info about your app with the qooxdoo community. It looks great, feels fast and I particularly like the interface in 3 different languages. ;-) I'm pretty sure you've seen another "literature-oriented" qooxdoo app, called "Bilbiograph" by Christian Boulanger: htt

Re: [qooxdoo-devel] How to simulate HTML button click from qooxdoo?

2008-07-21 Thread Dioc
Hello Dalmazio, There is UploadWidget in qooxdoo-contrib. See http://qooxdoo.org/documentation/contrib and http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/UploadWidget/ for details. Maybe it will help you. Best regards, Denis -- View this message in con