Re: [qooxdoo-devel] is qxtransformer ready?

2008-04-09 Thread bibliograph
kc106_2005-qooxdoo schrieb: > The on-line qooxdoo wiki points to two other projects: > Aptana and qxtransformer. Aptana support for qooxdoo > appears to be in limbo until somebody can revive it. > qxtransformer makes quite some bold claims (see > http://qooxdoo.org/documentation/related_projects

Re: [qooxdoo-devel] Clearing Qooxdoo Page cache on Logout

2008-04-09 Thread Hugh Gibson
> Depending on the way your app works, you can also prevent caching > (or rather prevent the use of cached files) by adding a request > parameter: > > > > By using a different version parameter each time, the script will > be loaded from the server instead of taken from the cache (because

[qooxdoo-devel] is qxtransformer ready?

2008-04-09 Thread kc106_2005-qooxdoo
Hi list, Now that I've gotten my feet wet with Javascript, got through the qooxdoo tutorial, and pretty much feel I can start developing a simple qooxdoo application (finally getting cygwin make to work from d: - instead of c: all the time - thanks thron7), I like to know about other facilities th

Re: [qooxdoo-devel] german Umlaute again

2008-04-09 Thread thron7
Tobias Koller (GERMO GmbH) wrote: > > Hi, > > I have one problem: > > in my application I have one iframe. This iframe loads a php-page with > german umlauten. > > In firefox and IE6 everything looks good but in IE7 all the umlaute > are not shown correctly. > > What is the problem here? My php-p

Re: [qooxdoo-devel] Hello World tutorial is out of date?

2008-04-09 Thread thron7
[EMAIL PROTECTED] wrote: > Sorry. I read: > > http://qooxdoo.org/documentation/0.7/skeleton > > and looks like my problem is that I tried to use a > different drive and the document is correct: cygwin > doesn't work right under Windows like that. Once I > place the skeleton on the same drive as q

Re: [qooxdoo-devel] Web-Community start with a plenty of qooxdoo

2008-04-09 Thread thron7
westor wrote: > Hi Thomas, > > thank you for your feedback. > I will try it with linux, I only tested it with windows. > Slow, do you mean the qooxdoo view of event details or do you mean the > thickbox window, when you click at the event in the normal html calendar > view? > I meant the thickbo

Re: [qooxdoo-devel] qx.client.History

2008-04-09 Thread Christian Boulanger
Fabian Jakobs schrieb: > cboulanger schrieb: > >> Hello, >> >> I am currently experimenting with the concept of application state and >> the browser back/forward button support by qooxdoo (qx.client.History). >> It works quite well - I never thought that it was possible to use the >> back/for

Re: [qooxdoo-devel] qx.client.History

2008-04-09 Thread Fabian Jakobs
cboulanger schrieb: > Hello, > > I am currently experimenting with the concept of application state and > the browser back/forward button support by qooxdoo (qx.client.History). > It works quite well - I never thought that it was possible to use the > back/forward button in an AJAX application!

Re: [qooxdoo-devel] Overflow inside a qx.ui.window.Window

2008-04-09 Thread Dioc
Hello Charles, I do not remember exactly but I suppose that the reason for this trick is related to a problem with layouts (unfortunately they are imperfect in qooxdoo 0.7). I ran across a similar problem when I began working with qooxdoo and somebody pointed me to the trick (or I found info abou

Re: [qooxdoo-devel] qx.client.History

2008-04-09 Thread cboulanger
Here is a live example of what I mean: http://tinyurl.com/5xp78j The application has a bookmarkable state which will restore the content in all three panels and supports the back and forward button. It also features a TreeVirtual that is synchronized with the server side - i.e., supports the l

[qooxdoo-devel] german Umlaute again

2008-04-09 Thread Tobias Koller (GERMO GmbH)
Hi, I have one problem: in my application I have one iframe. This iframe loads a php-page with german umlauten. In firefox and IE6 everything looks good but in IE7 all the umlaute are not shown correctly. What is the problem here? My php-page is iso-8859-1. When I change this to UTF-8