Re: [qooxdoo-devel] Problems with ComboBoxEx width and content of the field

2007-04-16 Thread Hugh Gibson
> I'm also investigating this issue. > I can reproduce it. > I have commented out the minWidth and width in the classic > appearance, and > still have the same problem. Shall I raise some issues to cover the items concerned? - layout - width of dropdown - extra selection with keyboard Hugh

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-16 Thread Derrell . Lipman
FrozenDice <[EMAIL PROTECTED]> writes: > On another note, whenever I open a directory that is empty I get these debug > messages. > > qx.io.remote.Request[294] > 004187: Could not dispatch event of type "completed": TypeError - children > has no properties > at > http://localhost:3569/sample/build

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-16 Thread FrozenDice
On another note, whenever I open a directory that is empty I get these debug messages. qx.io.remote.Request[294] 004187: Could not dispatch event of type "completed": TypeError - children has no properties at http://localhost:3569/sample/build/html/example/RpcTreeFullControl_1.html:36 at http://l

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-16 Thread Derrell . Lipman
FrozenDice <[EMAIL PROTECTED]> writes: > Thanks for the quick response. I understand what you're saying, what I > meant was I "installed" the backend, then viewed the demo online, did a save > as to my own local server which also has the backend and opened the html > file, and there it didn't wor

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-16 Thread Derrell . Lipman
FrozenDice <[EMAIL PROTECTED]> writes: > I downloaded the PHP backend, I copied the services directory to the root of > my webserver, and went to /services/ and it said Services require JSON-RPC. > Ok, so I'm pretty sure that's working now. But how do I take the > RpcTreeFullControl example on th

Re: [qooxdoo-devel] event handlers delphiforphp

2007-04-16 Thread Jim Hunter
With any qooxdoo controls that are created with Delphi 4 PHP, you can access them by simply referencing their name in JavaScript. So in the onAfterShow JS event of the page, you can add this : TreeView1.addEventListener('youer event', function() { your code here ... }) The only caveat is tha

[qooxdoo-devel] event handlers delphiforphp

2007-04-16 Thread FrozenDice
How do I gain access to a component that has already been added to the page. I'm using DelphiForPHP, which implements qooxdoo so when I make a "TreeView" comonent which is actually a treefullcontrol widget, it plops that element on the page and generates this code in the final page. My problem i

Re: [qooxdoo-devel] Error 'compiling'

2007-04-16 Thread Jonis
My mistake :( DNS isn't working But i think this error is too ambiguous... wget is installed and working, they just didn't find address. Well, it's working nowthanks. - This SF.net email is sponsored by DB2 Expres

[qooxdoo-devel] Encoding problem

2007-04-16 Thread Jonis
Hi. First: is there any way to use iso-8859-1 on the source code?? (even on comments). Second: i'm trying to use some converted characters (to html entities) in ListView but didn't work. My 'field type' is html, text is: "Ceará" but didn't work. Should be: Ceará Show: CearÃi My page encodin

Re: [qooxdoo-devel] Tree using RPC and PHP

2007-04-16 Thread FrozenDice
I downloaded the PHP backend, I copied the services directory to the root of my webserver, and went to /services/ and it said Services require JSON-RPC. Ok, so I'm pretty sure that's working now. But how do I take the RpcTreeFullControl example on the qooxdoo.org website and hook it into my backe

Re: [qooxdoo-devel] Problems with ComboBoxEx width and content of the field

2007-04-16 Thread dperez
I'm also investigating this issue. I can reproduce it. I have commented out the minWidth and width in the classic appearance, and still have the same problem. Hugh Gibson wrote: > >> The other problem is with the width of the ComboBoxEx widget. > > I also have a problem with this, with a Comb

Re: [qooxdoo-devel] Error 'compiling'

2007-04-16 Thread Andreas Ecker
Hi! Jonis wrote: > Hi again. > > I'm trying to compile my application but i got this error: > toyota:/var/www/virtual/mouralacerda.edu.br/intranet/htdocs/estagio# make > > >GENERATING SOURCE VERSION OF ESTAGIO > ***

[qooxdoo-devel] Error 'compiling'

2007-04-16 Thread Jonis
Hi again. I'm trying to compile my application but i got this error: toyota:/var/www/virtual/mouralacerda.edu.br/intranet/htdocs/estagio# make GENERATING SOURCE VERSION OF ESTAGIO *

Re: [qooxdoo-devel] Setup theme manual

2007-04-16 Thread Alex Back
Hi Jonis, I think my first answer was misleading. You can set different Makefile variables to achieve this. For example: APPLICATION_THEME_ICON = qx.theme.icon.Nuvola APPLICATION_THEME_WIDGET = qx.theme.widget.Windows APPLICATION_THEME_COLOR = qx.theme.color.WindowsRoyale APPLICATION_T

Re: [qooxdoo-devel] Setup theme manual

2007-04-16 Thread Alex Back
Hi Jonis, I don't know exactly what you mean, but maybe this could help you to solve your problem: http://qooxdoo.org/documentation/user_manual/appearance#changing_an_existing_appearance cheers, Alex On Monday 16 April 2007 Jonis wrote: > How can i setup my theme 'by the hand'? > > I don't w

[qooxdoo-devel] Setup theme manual

2007-04-16 Thread Jonis
How can i setup my theme 'by the hand'? I don't want to create a list of buttons from themes, just setup a static theme at runtime. Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE v

Re: [qooxdoo-devel] Problems with ComboBoxEx width and content of the field

2007-04-16 Thread Hugh Gibson
> The other problem is with the width of the ComboBoxEx widget. I also have a problem with this, with a ComboBoxEx within a grid. It's at the right-hand side of the grid, and the buttons outside of the grid mean that scrollbars are added to the grid by the browser. Not what I want in a dialog

Re: [qooxdoo-devel] Is it possible to catch _modifyStaticVariable?

2007-04-16 Thread Fabian Jakobs
Florian Probst schrieb: > > Hi, > > it’s possible to use the function > > _modifyPropertyName : *function*(propValue, propOldValue, propData) > > { > > } > > to catch modifications to a property. But what about statics? A member > „_modifyStaticName“ does not work L > > any ideas? > Sorry, there i

[qooxdoo-devel] Is it possible to catch _modifyStaticVariable?

2007-04-16 Thread Florian Probst
Hi, it's possible to use the function _modifyPropertyName : function(propValue, propOldValue, propData) { } to catch modifications to a property. But what about statics? A member "_modifyStaticName" does not work L any ideas? Regards, Florian

[qooxdoo-devel] XSS and XSRF problem solving in qooxdoo

2007-04-16 Thread Sergei Kolomiets
Hi all! Have somebody resolved XSS and XSRF vulnerability in qooxdoo? Any suggestions to resolve them? Thanks Sergei -- View this message in context: http://www.nabble.com/XSS-and-XSRF--problem-solving-in-qooxdoo-tf3583300.html#a10012810 Sent from the qooxdoo-devel mailing list archive at Nabb

Re: [qooxdoo-devel] Final size

2007-04-16 Thread Hugh Gibson
First off, the advice about mod_gzip and mod_deflate would seem to be the best option for standard servers. > What do you think is the best solution qooxdoo can deliver? Advice on standard servers - as above, plus: > Is gzipping scripts really supported in IE7? Yes. This is an extract from a

Re: [qooxdoo-devel] Problem with ComboBox and tr()

2007-04-16 Thread Daniel Haferkorn
Fabian Jakobs wrote: > Hi Daniel, > Please spam Bugzilla ;-) > > The combobox is not localization aware and should definitively be > changed. Please report this in our bugzilla so it won't get lost. > > > Best Fabian Hi Fabian, Bugzilla has been succesfully spammed: http://bugzilla.qooxdoo.

Re: [qooxdoo-devel] Flash Player modifications for tag

2007-04-16 Thread Fabian Jakobs
Hi Rahul, > > Hi, > > In the qx.ui.embed.Flash object, there are instances when you need to > have the id of the Flash object to call TGoTolabel and then invoke a > Flash object function from javascript. Now the problem with qooxdoo is > that it doesn’t set any variables for tag. > > There is s

Re: [qooxdoo-devel] Problem with ComboBox and tr()

2007-04-16 Thread Fabian Jakobs
Hi Daniel, > Hi Peter, > thank you very much for the additional research. I have made the suggested > changes to the ComboBoxEx.js in the framework, and it works now exactly as you > describe it. > This may not be the perfect solution, but it's already much better than the > way > it was before. >

Re: [qooxdoo-devel] String optimization on static classes

2007-04-16 Thread Sebastian Werner
Hi Peter, sorry for the delay. Fabian just remembered me to explain this. The reason for the string optimization is to optimize performance issues of Internet Explorer regarding string operations (concats, compares, switches, ...). When someone use constants (uppercase static keys) we think th