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
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
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
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
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.
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
"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
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