Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
Hello QooxDoo, David I figured out the cause. I renamed "membershome.php" to "membershome.html" and it worked, The webserver was not allowing serving of javascript files outside the root directory! So when I navigated to http://localhost, the c:\sdk folder was outside the htdocs-root. Yes that m

Re: [qooxdoo-devel] Using native windows

2007-06-30 Thread johnl
This project is for viewing and taking data and log entries for the MST fusion experiment (University of Wisconsin-Madison). The scientists I have spoken to want to have native windows so they can drag them to a separate monitor (the control room computers all have multiple monitors). In some c

Re: [qooxdoo-devel] Using native windows

2007-06-30 Thread Jim Hunter
Why do you not want to edit the data in a qooxdoo managed window? It's a lot easier then trying to manipulate native windows and will give your app a consistent look and feel. Jim www.D4PHP.org www.D4PHP-Hosting.com On 6/30/07, johnl <[EMAIL PROTECTED]> wrote: Hello everyone. I have a questio

[qooxdoo-devel] Using native windows

2007-06-30 Thread johnl
Hello everyone. I have a question about native windows and how to interact with them. Here is what I'd like to do: In a qooxdoo application we have a number of modules, some of which have data that the user can edit. I'd like to have a button on the module that the user can click to bring up an

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
Hello, I just did another careful search, the old namespace was "custom" (per the skeleton example) was completely gone. Only the code-comments "Your custom application" etc remained. FireBug highlights this as the suspect:(qx is not defined) qx.Class.define("stocktrack.Application", The

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread johnl
I know I've seen that before, but I can't say what the cause was. Have you done an fgrep (find in files) search for the original namespace name to see if it is still in use anywhere? Jared Broad wrote: > Thank you for your reply David, > > I tested on IE also and IE occasionally brought up the e

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
Thank you for your reply David, I tested on IE also and IE occasionally brought up the error "qx is not defined". I didn’t have Firebug, but I just installed it and the same error shows in FireFox: qx is not defined http://localhost/source/class/stocktrack/Application.js L

Re: [qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread johnl
I have seen this happen on a Mac if the browser is unable to pop up the debug window. You could check to be sure the debug window is allowed to pop up... Other than that, I haven't had a problem like this. Perhaps you could try using firefox with the firebug extension to get some information ab

[qooxdoo-devel] Develop-Make Blank, Build-Make Works

2007-06-30 Thread Jared Broad
Hello Qooxdoo Community, I apply here for help after approximately 14 hours studying Qooxdoo and trying to get it to work. It is now 3.40am and I am giving up. The problem is: the develop-make of the SDK shows a blank white screen, where the build-make of it works. I think the URI relative file r

Re: [qooxdoo-devel] Saving the dimensions of a resizer object

2007-06-30 Thread Hugh Gibson
> I'm of the opinion that this behavior is not great: If someone > creates a resizer and doesn't want to resize, they can set > resizeableWest to false or whatever. If they want to set the height > to a specific size and then resize, the resizer should become > 'auto' in the direction they are