Re: [qooxdoo-devel] Event monitoring

2007-05-19 Thread Christian Boulanger
Taking up Sebastian's suggestion to implement a separate message bus system, here is a very simple one, consisting of a Message, Bus, and MessageTransport Class: http://bugzilla.qooxdoo.org/attachment.cgi?id=163&action=view The user can subscribe handler function to message filters: qx.message

Re: [qooxdoo-devel] Iframe.reload() question

2007-05-19 Thread Sebastian Werner
Rüdiger, normally I would say: iframeNode.location.href but have not tested this. I am also not sure if it works cross-domain. Sebastian Am 19.05.2007 um 22:46 schrieb Rüdiger Herrmann: > Hi all, > > I would like to provide a refresh/reload functionality for an IFRAME. > Whenever I call re

[qooxdoo-devel] Iframe.reload() question

2007-05-19 Thread Rüdiger Herrmann
Hi all, I would like to provide a refresh/reload functionality for an IFRAME. Whenever I call reload, the initially specified source gets reloaded. But when the user navigated from the initial page to another page (inside the frame), and then reload gets called, he/she ends up with the initiall

Re: [qooxdoo-devel] PHP Backend enhancement fix

2007-05-19 Thread Derrell . Lipman
frederic <[EMAIL PROTECTED]> writes: > Hi Derrell, > you're right, the standard way to read the magic_quotes_gpc is > get_magic_quotes_gpc(). Ok. Please try r8030 from svn and confirm that it's working. Thanks again! Derrell

Re: [qooxdoo-devel] PHP Backend enhancement fix

2007-05-19 Thread frederic
Hi Derrell, you're right, the standard way to read the magic_quotes_gpc is get_magic_quotes_gpc(). Regards. frederic Derrell.Lipman wrote: > > frederic <[EMAIL PROTECTED]> writes: > >> Hello, >> I use qooxdoo on multiple hosters and the PHP configuration is not the >> same >> all the time.

Re: [qooxdoo-devel] PHP Backend enhancement fix

2007-05-19 Thread Derrell . Lipman
frederic <[EMAIL PROTECTED]> writes: > Hello, > I use qooxdoo on multiple hosters and the PHP configuration is not the same > all the time. > To have the same behavior with RPC calls with the current > [qooxdoopath]/backend/php/services/index.php file , I have updated this > script to work with ma

Re: [qooxdoo-devel] What is the best way to customize the look of a table object?

2007-05-19 Thread Derrell . Lipman
"Jose Leon" <[EMAIL PROTECTED]> writes: > Hello, > On 5/17/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] writes: >> >> > Similarly for data cells, you'll want to write your own data cell renderer. >> > Look at AbstractDataCellRenderer to see what the class needs to implem

Re: [qooxdoo-devel] What is the best way to customize the look of a table object?

2007-05-19 Thread Jose Leon
Hello, On 5/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > > Similarly for data cells, you'll want to write your own data cell renderer. > > Look at AbstractDataCellRenderer to see what the class needs to implement, > > and then, as a simple example of a cell re