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

That's certainly not a standard way of viewing or working with dynamic web
pages, and I've certainly never tried it.  I have no idea whether it ends up
with any embedded URLs still pointing to the qooxdoo.org server.  If you want
to do it that way, you're pretty much on your own. :-)

> The html file is in the main root, and the php backend is in the
> root/services/qooxdoo/fs.php The real reason I'm trying to get this to work
> is that I'm just trying to learn how RPC works so I can use it to execute a
> mysql query for children of a folder.  I'm already implementing this using
> treefullcontrol and the openWithContent event.  I'll have that shoot off a
> RPC with the node name/id that was opened, and get back an array, then loop
> through that array making treefiles and treefolders.  Does that make sence
> or am I missing something?

What you're trying to do makes perfect sense.  The way you're trying to
experiment doesn't.  Install the SDK on your local computer, enter the
frontend/application/sample directory, type "make build", copy the contents of
the resulting "build" directory to your web server, then load the "index.html"
file (that you just copied) in your browser and navigate to the
RpcTreeFullControl example.  All of the right stuff will get loaded that way,
it will be coming from the same server as the RPC services are, and you should
have much better luck.

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to