Ok, so what's really happening is I'm building my application using
Delphi for PHP, which uses qooxdoo widgets. It's an IDE that mixes
PHP, Javascript, and Qooxdoo components.
Think of visual basic and that's sort of the idea, but for PHP & JS.
The code is generated for me so all I have control o
Hi Dan,
I had the same issue recently, trying to access a separate window that
had been opened from a page that didn't have access to the window var.
How I finally solved it, was to set a cookie when the pop up window was
opened, then in each window that needed access to it, I check if the th
Hello Dan,
FrozenDice wrote:
> Thanks, but I'm still a little lost. How can I access a window
> outside of where it is defined? For example: I can't access the code
> that creates the widget, but I have access to a javascript event,
> let's see a button click. What is the code I would need to p
Thanks, but I'm still a little lost. How can I access a window
outside of where it is defined? For example: I can't access the code
that creates the widget, but I have access to a javascript event,
let's see a button click. What is the code I would need to put into a
function that responds to a
Hi Dan,
FrozenDice wrote:
> I'm trying to change the icon of of the Window widget by clicking a
> button. Say the user clicks Button1 the icon would change to a closed
> padlock, if they clicked Button1 again it would change to an open
> padlock. I know that I can set the property when I make it
I'm trying to change the icon of of the Window widget by clicking a
button. Say the user clicks Button1 the icon would change to a closed
padlock, if they clicked Button1 again it would change to an open
padlock. I know that I can set the property when I make it, I just
can't figure how to access