On another note, whenever I open a directory that is empty I get these debug
messages.

qx.io.remote.Request[294]
004187: Could not dispatch event of type "completed": TypeError - children
has no properties
at
http://localhost:3569/sample/build/html/example/RpcTreeFullControl_1.html:36
at
http://localhost:3569/sample/build/html/example/RpcTreeFullControl_1.html:168
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at sample.js:1
at
http://localhost:3569/services/?_ScriptTransport_id=2&nocache=1176770078656&_ScriptTransport_data=%7B%22service%22%3A%22qooxdoo.fs%22%2C%22method%22%3A%22readDirEntries%22%2C%22id%22%3A2%2C%22params%22%3A%5B%5B%22random%20folder%22%5D%2Ctrue%5D%2C%22server_data%22%3Anull%7D:1


On 4/16/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

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