Hello Tobias,

the behaviour is built into our QxTransformer rpc classes. Have a look 
at this (unfinished) totorial:

http://qooxdoo.org/documentation/related_projects/qxtransformer#loading..._popup

The code of the MDataManager mixin on which this is built is here:

http://qxtransformer.svn.sourceforge.net/viewvc/qxtransformer/trunk/apps/qxtransformer-skeleton/source/class/qx/io/databinding/MDataManager.js?view=markup

Cheers, Christian

Tobias Koller (GERMO GmbH) schrieb:
> Hi Christian,
>
> I also like the "laoding, please wait".
> I made a similar on some time ago and always asked myself how to handle open 
> RPC-Calls etc.
> Could you give me a short snippet of your code which handles the Events and 
> qx.event.message.Bus?
>
> I thought about inherit my class from the qx.oi.remote.rpc-class so I can 
> register open calls in a static variable(a counter or something like this)
> And fire an event if the counter equals 0).
>
> But I didn't try to implement it.
> So it would be nice if there is a easy solution for it.
>
> Tobias
>
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Christian 
> Boulanger
> Gesendet: Donnerstag, 31. Mai 2007 11:47
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] Nice little qooxdoo 0.7 app online: conference 
> program viewer
>
>   
>> Hello Christian,
>>
>> this really looks nice. I especially like the "Loading, please wait"
>> feedback message. :)
>>     
>
> I am using qx.event.message.Bus to send messages about the beginning and
> end of rpc calls. Then a popup atom handles those messages and toggles its
> display dependend on whether any calls are still pending.
>
>   
>> I don't seem to be able to get anything in the lower right pane (where
>> it says "Click on paper..."), should there be something visible after
>> clicking on an entry in the tree?
>>     
>
> No, you need to open a session first (that is, a tree leaf), and then
> click on the papers presented in the session to get a detailed view of it.
>
>   
>> Also when trying to close one of the folders, it re-opens immediatly
>> (using IE6). Got me a little bit confused at first with the folders that
>> contains the huge list of papers. :)
>>     
>
> Yes, that is a bug! Thanks for pointing me to it!
>
>   
>> I am struggling a bit at the moment with a print function for my own
>> application. Are you just throwing the HTML code of the text into a new
>> window? Have you considered firing a javascript command for printing the
>> window directly after opening it? ( window.print(); )
>>     
>
> Yes, I open a window, grab the html of a plain old div:
>
> var w=window.open();
> w.document.write(document.getElementById("sessionHtml").innerHTML);
> w.setTimeout(function(){w.stop();w.print();
>
> Cheers, Christian
>
>   
>> Regards,
>> Daniel Haferkorn
>>
>> Christian Boulanger wrote:
>>     
>>> Hello,
>>>
>>> here is a comparison between web 1.0 and web 2.0.
>>>
>>> http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id=
>>>
>>> Click on "Search the Preliminary Program": ugly old clunky HTML
>>>
>>> Same thing written with qooxdoo v. 07:
>>>
>>> http://rsoz.rewi.hu-berlin.de/lsa2007-program/build/
>>>
>>> shiny new world of a qooxdoo web gui! (At some point, we need to talk
>>> about accessibility - because the clunky old HTML sure is better for
>>> screen readers etc.)
>>>
>>> I plan on writing a tutorial on how to build such an APP in a couple of
>>> hours, using qooxdoo and QxTransformer.
>>>
>>> Enjoy!
>>>
>>> Christian
>>>
>>>       
>> -------------------------------------------------------------------------
>> 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
>> qooxdoo-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>     
>
>
>
> -------------------------------------------------------------------------
> 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
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
> -------------------------------------------------------------------------
> 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
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>   


-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to