[qooxdoo-devel] Questions about Runtime Theme!

2012-02-01 Thread linucos
Hi to All, I got a question about runtime theme switch. What i want is to switch theme (may be meta or appearance) of web-desktop just like Windows or Ubuntu! Can someone give a example or article about that?Or something else?What am i supposed to do? (PS : I did a test that i can

Re: [qooxdoo-devel] Question about include/exclude !

2012-02-01 Thread linucos
Hi, I got a trick way that i wrote code about the use of "classes" i want to include but not to call the function.And the tool will include the "classes", right? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-about-include-exclude-tp7241726p7245214.html Sent from t

Re: [qooxdoo-devel] Question about include/exclude !

2012-02-01 Thread linucos
Hi thron7-2, Thanks for post. I did as you said with error "These necessary classes are not covered by parts: []" . What happened ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-about-include-exclude-tp7241726p7245183.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] Questions about Rpc(php)!!!

2012-01-31 Thread linucos
Hi to All,I find a really good backend of JsonRpc of PHP.That is "jsonrpc" library in PHP framework "Codeigniter".It is a third-party library for Codeigniter.Try it. Meanwhile RpcPhp is good enough when you do NOT use a framework. -- View this message in context: http://qooxdoo.678.n2.na

Re: [qooxdoo-devel] Question about include/exclude !

2012-01-31 Thread linucos
Buy the way, i mean even "parts" i define did NOT use the "class" or "widget". I use it in "qx.io.ScriptLoader.load"! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-about-include-exclude-tp7241726p7241737.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] Question about include/exclude !

2012-01-31 Thread linucos
Hi to All, I got a questions: Can i include a widget "qx.ui.container.SlideBar" or a own-write class "Myapp.Test" to the Application while i did NOT use it in the Application code? But i will use it. Thanks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-ab

Re: [qooxdoo-devel] Questions about Rpc(php)!!!

2012-01-30 Thread linucos
Hi Derrell, You wirte RpcPhp , right ?I finished reading the code of RpcPhp and learn a lot. "If the server sent back a scaler, then result will be a scaler. If it sent back an array, result will be an array. If it sent back a map, result will be a map." I got it! Thanks a lot! -- Vie

Re: [qooxdoo-devel] Questions about Rpc(php)!!!

2012-01-30 Thread linucos
Hi, Thanks your post. The 'Result' is a array?or json ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Questions-about-Rpc-php-tp7236406p7236563.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Questions about Rpc(php)!!!

2012-01-30 Thread linucos
Hi to All, Rpc is a real good way to implement c/s application.When i use qx's qx.io.remote.Ipc i got a few questions: 1. Rpc is sent by Get or POST ? or other method ? 2. How can i process the result of Rpc return? Thanks. -- View this message in context: http://qooxdoo.678.n2.n

Re: [qooxdoo-devel] Confuse with qx.ui.window.Window!

2012-01-25 Thread linucos
Hi, Thanks for reply. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Confuse-with-qx-ui-window-Window-tp7209917p7226201.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Keep Your De

Re: [qooxdoo-devel] General application layout

2012-01-20 Thread linucos
Hi, Just see DemoBrowser's code.You got everything you want from this application. -- View this message in context: http://qooxdoo.678.n2.nabble.com/General-application-layout-tp7203697p7210070.html Sent from the qooxdoo mailing list archive at Nabble.com.

[qooxdoo-devel] Confuse with qx.ui.window.Window!

2012-01-20 Thread linucos
Hi All, Why a qx.ui.window.Window auto added to the Root?Is there other Widget else like Window added to the Root while created? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Confuse-with-qx-ui-window-Window-tp7209917p7209917.html Sent from the qooxdoo mailing list ar

[qooxdoo-devel] Event about Popup!

2012-01-18 Thread linucos
Hi Guys, I got a question here: As we know, a popup will be auto-hide if "setAutoHide(true)". Can i get a diffrent bettween a Button'click cause and a Label'click ? This is usefull for me! Thanks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Event-about-Popup

Re: [qooxdoo-devel] A Bug of Canvas Layout?

2012-01-18 Thread linucos
Hi Martin, 1. The answer you give is what i guess.Thank you!I will check it again. 2. What i know about layout and layout-properties is not enough.Ha, you know what, i read the chapter about layout in e-book "qooxdoo.pdf".You clear my mind.Thanks again. -- View this message in context:

Re: [qooxdoo-devel] about parts tech and core framework class depedent

2011-09-18 Thread linucos
Add: Can i just use parts tech like : i load my first page use "boot" parts and all the other qx's classes in "core" parts? How can i do that? -- View this message in context: http://qooxdoo.678.n2.nabble.com/about-parts-tech-and-core-framework-class-depedent-tp6805675p6807162.ht

[qooxdoo-devel] about parts tech and core framework class depedent

2011-09-18 Thread linucos
Hi All, In my system, i have to load qx.js (generated by "build-all" job) at system start up.Problem is qx.js is so big that a it cost so many times to load.I try everything i can to reduce the load time but useless. 1. can i reduce qx.js size?A bit is needed. 2. somebody show me the de

Re: [qooxdoo-devel] load code?

2011-09-11 Thread linucos
Hi, Use: (new qx.io.ScriptLoader()).load("your script code path."); Detail see : http://demo.qooxdoo.org/current/apiviewer/#qx.io.ScriptLoader http://demo.qooxdoo.org/current/apiviewer/#qx.io.ScriptLoader -- View this message in context: http://qooxdoo.678.n2.nabble.com/load-code-tp

Re: [qooxdoo-devel] About qx framework init !!!

2011-09-05 Thread linucos
Hi All, I got a way : $.getScript("frontend/_setup_env.js", function() { $.getScript("frontend/qx.js", function() { $.getScript("frontend/desktop.js", function() { *qx.core.Init.ready();* }); }); }); Is that right? -- Vi

[qooxdoo-devel] About qx framework init !!!

2011-09-05 Thread linucos
Hi, To speed up loading the first page in my system, i use a extern js library like jquery to load qooxdoo framework.(qx.js is generated by Job "build-all" in framework). Code like: -- CODE --- window.qx = { $$environment: { "qx.appl

Re: [qooxdoo-devel] Can you give me a answer???About loading speed!

2011-09-05 Thread linucos
Hi, I got a way to do this: I create a Native application(because it is smallest among "Inline Standalone ...") and in it i load qx framework. My confuse is that can a standalone application run after that?Or i need some "clean"? Maybe this is the same thing to do with "Theme Change

Re: [qooxdoo-devel] Can you give me a answer???About loading speed!

2011-09-01 Thread linucos
Hi Tino, 500Kb is the limitation of qx application and i am a little disappointed. I know what you mean and it is a work-around way. I will try. Thanks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Can-you-give-me-a-answer-About-loading-speed-tp6749010p6752249.htm

Re: [qooxdoo-devel] Can you give me a answer???About loading speed!

2011-09-01 Thread linucos
Hi John, Thanks anyway. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Can-you-give-me-a-answer-About-loading-speed-tp6749010p6752243.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Can you give me a answer???About loading speed!

2011-08-31 Thread linucos
Hi John, A basic standalone application's size is more than 500Kb, it means that even "first login" page is so big! .Can it reduce in some way?Or some suggests to speed up. ( js compresstion, web server gzip)... Anyway, thank you.! -- View this message in context: http://qooxdoo.678.n

[qooxdoo-devel] Can you give me a answer???About loading speed!

2011-08-31 Thread linucos
Hi All, I ask this question for many times and i have not got me a "useful" one. I would describe the question again. 1. I want to design a system like webos and application development in the system is allowed. 2. I want to use qooxdoo to be the GUI part. 3. I can use "qx.io.Script

Re: [qooxdoo-devel] Parts Tech problem.

2011-08-21 Thread linucos
Hi, Maybe i do not make myself clear. My scene is : 1. I need a fast boot (parts tech can be used) 2. I need all classes included in (parts tech can do ?) I mean after boot part loaded, i will choose a right time to load other ALL classes. But parts tech just gether the cla

[qooxdoo-devel] Parts Tech problem.

2011-08-18 Thread linucos
Hi, I just use parts tech to speed up my application when the web page is loaded for the first time. But from my pratice, a "hello world" application has a 500KB size. My questions are : 1. Is that the proper size? 2. Is not all the component in? 3. If not all component in it,

Re: [qooxdoo-devel] Reduce framework size and load time.

2011-08-16 Thread linucos
Hi, Thanks. I will try *Parts* deeply. I will do some research on this topic. Thank you again. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Reduce-framework-size-and-load-time-tp6690403p6691616.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Reduce framework size and load time.

2011-08-16 Thread linucos
hi all, How to reduce the app size?How to reduce time to load app? I think this is a always asked question. From the manual and ML, i got steps : 1. Dose the server support "gzip"? Open it and speed up the load-time. >> Always, we just get a web host and the server is NOT going

Re: [qooxdoo-devel] popup and "contentmenu" problem...

2011-08-11 Thread linucos
hi, After researching, i find a way to workaround this problem. We have a desktop and others develop programs, when we want to deal "contentmenu" event of desktop , we just judge (e.getTarget(e) == desktop) , in the way ,we finish it. Thanks for all your help. -- View this message in c

Re: [qooxdoo-devel] how events flow, how widgets paint.!!!

2011-08-11 Thread linucos
hi, Thanks for the help. I just got it and i am clear now. -- View this message in context: http://qooxdoo.678.n2.nabble.com/how-events-flow-how-widgets-paint-tp6675557p6679133.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] how events flow, how widgets paint.!!!

2011-08-11 Thread linucos
Hey Martin, Glad to see you Re! I just read the page you post and learn a lot about widget. Browser as a render engine, i could understand how the widget render now. But i did not understand *Event* flow very well. Here is something in my mind : Widget (ie. "div") register

[qooxdoo-devel] how events flow, how widgets paint.!!!

2011-08-11 Thread linucos
hi all, These days i look around at qooxdoo.org and i almost read every document at the website.I want to *know* qx deeply. After that, i will do something i want to. But, i do not understant the architecture of qx very well. In my concept, *GUI* is just (style widget event effects). I do n

Re: [qooxdoo-devel] popup and "contentmenu" problem...

2011-08-09 Thread linucos
HI, Got it!I just finish my job. Gabi and Alax, thinks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/popup-and-contentmenu-problem-tp6663590p6667288.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] popup and "contentmenu" problem...

2011-08-08 Thread linucos
Think you VERY much. I just did in playground you post and it works the way i want. But my confuse is if we design a platform that allow application-develop and we have a desktop in system, the developers have to stop propagating of the event. Is that right? So do we have a system-way ? Or we j

[qooxdoo-devel] popup and "contentmenu" problem...

2011-08-08 Thread linucos
all, hi. recently, i do some research in qooxdoo. qooxdoo is very very great. i think we can do lots of things on it! so, here is my problem : 1. use a tabView which added to application.rootWidget 2. use a desktop which added to tabView.page 3. desktop.addListener("contextmenu", fu

Re: [qooxdoo-devel] compiling qooxdoo

2011-07-22 Thread linucos
hi, As a new one of qx, i know what some one really want with this topic. Some time , we want to use qx like "jquery.js" although some time the qx's toolchain is so useful. I give a expmple : 1. cd qooxdoo-1.5-sdk/framework/ 2. vi config.json 3. uncomment "build-all" like : "export": [

[qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
all, hi. recently, i do some research in qooxdoo. qooxdoo is very very great. i think we can do lots of things on it! so, here is my problem : 1. use a tabView which added to application.rootWidget 2. use a desktop which added to tabView.page 3. desktop.addListener("contextmenu", functi

Re: [qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
all, hi. recently, i do some research in qooxdoo. qooxdoo is very very great. i think we can do lots of things on it! so, here is my problem : 1. use a tabView which added to application.rootWidget 2. use a desktop which added to tabView.page 3. desktop.addListener("contextmenu", fu

Re: [qooxdoo-devel] "contextmenu" event and popup problem.

2011-07-22 Thread linucos
anyone ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/contextmenu-event-and-popup-problem-tp6609712p6609795.html Sent from the qooxdoo mailing list archive at Nabble.com. -- 10 Tips for Better Web Se