Re: [qooxdoo-devel] Web Operating System, My first Qooxdoo Application, Please See and Give comment. (www.jt-os.com)

2008-10-04 Thread Sergei Kolomiets
Nice job jhonny. Only very slowly loading. Optimize Javascript and use gzip. Look at our demo project: http://demo.dewspot.com http://demo.dewspot.com for example of optimizimg. jhonny thio wrote: Hello, I am jhonny, from Indonesia. For the final project of my study in University, I

Re: [qooxdoo-devel] ERROR this._layoutChanges has no properties after theme changing.

2007-07-19 Thread Sergei Kolomiets
I have discovered exception in FireBug: this._layoutChanges has no properties addToLayoutChanges(borderTop)Widget.js (line 4231) addToQueue(borderTop)Widget.js (line 4243) _queueBorder(qx.ui.core.Border _hashCode=840 __dbKey=178 $$initialized=true, undefined)Widget.js (line 6511)

Re: [qooxdoo-devel] ERROR this._layoutChanges has no properties after theme changing.

2007-07-19 Thread Sergei Kolomiets
After debugging qx I detected place, that fires error. This place is class qx.theme.manager.Border: 151 * Update all registered objects regarding the value switch 152 * 153 * @type member 154 */ 155 _updateObjects : function() 156 { 157 var reg = this._registry; 158 var entry; 159 160 for (var

[qooxdoo-devel] ERROR this._layoutChanges has no properties after theme changing.

2007-07-18 Thread Sergei Kolomiets
Hi all! I have strange problem with changing themes in qx 0.7.1. with deleted windows. I defined two classes. Class Application contains buttons for change themes and button for window open. Also it contains event handler, that dispose created window.

[qooxdoo-devel] Do --include-without-dependencies and --exclude-without-dependencies work properly?

2007-07-11 Thread Sergei Kolomiets
Hi all! I have problem with single file optimization after change qooxdoo version from 0.6.6 to 0.7.1. In my makefile I use tasks, described bellow: $(CMD_GENERATOR) \ --generate-compiled-script \ --compiled-script-file script

Re: [qooxdoo-devel] Problem with syncronous RPC call on IE7

2007-07-06 Thread Sergei Kolomiets
Hi! I have same problem in IE6. Developers described it in http://www.nabble.com/qx.io.remote.Request-doesn%27t-work-in-synchronous-mode-properly-in-0.7-Qx.-tf4028864.html qx.io.remote.Request-doesn%27t-work-in-synchronous-mode-properly-in-0.7-Qx -- View this message in context:

Re: [qooxdoo-devel] qx.io.remote.Request doesn't work in synchronous mode properly in 0.7 Qx.

2007-07-06 Thread Sergei Kolomiets
Derrell Lipman wrote: Hi, Derrell. Sad to say, there are a lot of problems which can be solved via sync calls very easy. And they become too complex via async calls. For example, dynamic loading qx class before creating instance (sorry if I bring up old topics). Besides the native

[qooxdoo-devel] qx.io.remote.Request doesn't work in synchronous mode properly in 0.7 Qx.

2007-07-05 Thread Sergei Kolomiets
Hi! After migrating from 0.6.6 version to 0.7 I found, that synchronous requests don't work in IE 6. Code line, placed after req.send() executes before than event handler completed executed. How I need to execute synchronous requests? Thanks -- View this message in context:

Re: [qooxdoo-devel] qx.io.remote.Request doesn't work in synchronous mode properly in 0.7 Qx.

2007-07-05 Thread Sergei Kolomiets
Derrell Lipman wrote: On 7/5/07, Sergei Kolomiets [EMAIL PROTECTED] wrote: Hi! After migrating from 0.6.6 version to 0.7 I found, that synchronous requests don't work in IE 6. Code line, placed after req.send() executes before than event handler completed executed. How I need

[qooxdoo-devel] Method qx.OO.isAvailable() doesn't work in 0.7.

2007-07-04 Thread Sergei Kolomiets
Hi! May be I do something wrong, but calling for example qx.OO.isAvailable(qx.OO) returns always false. Calling qx.lang.Object.getLength(qx.OO.classes) returns 0. This code in 0.6 version worked properly. Is it bug? How can I check availability of classes? Thanks -- View this message in

Re: [qooxdoo-devel] qx.ui.menu.Menu and it's width afer locale changing.

2007-05-04 Thread Sergei Kolomiets
Hello Sergei, yes this is a bug in the menu layouter, which is not trivial to fix. could you open a bug report for this issue in our bugzilla? Best Fabian Hi! I have opened bug in your bugzilla -- View this message in context:

[qooxdoo-devel] qx.ui.menu.Menu and it's width afer locale changing.

2007-05-03 Thread Sergei Kolomiets
Hi! I observed annoying effect after locale changing in qooxdoo 0.6.6: If menu's items have different width in different locales, after it's changing, menu's width doesn't change, but items oversteps the limits of menu. Is it qooxdoo or my bug? Thanks -- View this message in context:

[qooxdoo-devel] Internationalization of properties

2007-04-30 Thread Sergei Kolomiets
Hi! Can I use internationalization of properties default values with usage this.tr()? -- View this message in context: http://www.nabble.com/Internationalization-of-properties-tf3672021.html#a10260736 Sent from the qooxdoo-devel mailing list archive at Nabble.com.

[qooxdoo-devel] XSS and XSRF problem solving in qooxdoo

2007-04-16 Thread Sergei Kolomiets
Hi all! Have somebody resolved XSS and XSRF vulnerability in qooxdoo? Any suggestions to resolve them? Thanks Sergei -- View this message in context: http://www.nabble.com/XSS-and-XSRF--problem-solving-in-qooxdoo-tf3583300.html#a10012810 Sent from the qooxdoo-devel mailing list archive at

[qooxdoo-devel] Visual effects and animation.

2007-02-28 Thread Sergei Kolomiets
Hi all! Do developers of qooxdoo have plans to realize visual effects and animation? May be somebody have realized fade, appear, puff, drop down and others, as presented at http://wiki.script.aculo.us/scriptaculous/show/CombinationEffects script.aculo.us visual effects ? Thanks Sergei --

[qooxdoo-devel] JSON-RPC 1.1. support

2007-02-07 Thread Sergei Kolomiets
Hi all! In my previous post http://www.nabble.com/RefreshSession-vs.-JSON-RPC-Specifications-tf3180437.html RefreshSession-vs.-JSON-RPC-Specifications was toched subject of JSON-RPC. I have a question to developers of Qooxdoo: Can qooxdoo-users expect support of JSON-RPC specification

[qooxdoo-devel] RefreshSession vs. JSON-RPC Specifications

2007-02-06 Thread Sergei Kolomiets
Hi all! I have questions for Qooxdoo developers. Preamble: Function qx.io.remote.Rpc._callInternal() uses code: if (refreshSession) { result = eval(( + result + )); var newSuffix = qx.core.ServerSettings.serverPathSuffix; if (self._currentServerSuffix != newSuffix)

Re: [qooxdoo-devel] RefreshSession vs. JSON-RPC Specifications

2007-02-06 Thread Sergei Kolomiets
Hi, Andreas Junghans wrote: Hi, Am 06.02.2007 um 13:43 schrieb Sergei Kolomiets: Function qx.io.remote.Rpc._callInternal() uses code: if (refreshSession) { result = eval(( + result + )); var newSuffix = qx.core.ServerSettings.serverPathSuffix; if (self

Re: [qooxdoo-devel] RefreshSession vs. JSON-RPC Specifications

2007-02-06 Thread Sergei Kolomiets
Hi, Andreas Junghans wrote: Yes, that would be better. As I said, the existing code was a quick kludge to get it working. At the moment, I don't have time to rework the code. However, if you submit a patch with the changes you'd like to see, I can have a look at it and commit it.

Re: [qooxdoo-devel] Custom build and resource uri

2007-01-22 Thread Sergei Kolomiets
zindel wrote: I completelly re-wrote the skeleton and built my own (rather simple, but enough for me) set of make-files. If anyone interested in I can post it here. Hi! I have same problem. Post please your skeleton structure and set of make-files. Thanks, Sergei Kolomiets

[qooxdoo-devel] Manipulating data in ListView

2006-12-25 Thread Sergei Kolomiets
Hi all!! I didn't find documented method of changing data in ListView. I use delete and create ListView when I need to update data. Is it correct? Thanks. -- View this message in context: http://www.nabble.com/Manipulating-data-in-ListView-tf2878845.html#a8045620 Sent from the qooxdoo-devel

[qooxdoo-devel] Non-sequental layout.

2006-12-22 Thread Sergei Kolomiets
Hi all! Which LayoutManager does layout its children non-sequental? For example, the one covers another. -- View this message in context: http://www.nabble.com/Non-sequental-layout.-tf2870466.html#a8022892 Sent from the qooxdoo-devel mailing list archive at Nabble.com.

[qooxdoo-devel] Problem with GUI refresh

2006-12-22 Thread Sergei Kolomiets
Hi all! I have problem GUI refresh after async request usage or timer event usage. I need to move mouse to refresh user interface. Did somebody resolve this problem? Thanks. -- View this message in context: http://www.nabble.com/Problem-with-GUI-refresh-tf2870605.html#a8023299 Sent from the

[qooxdoo-devel] Problem with putting ButtonView into VerticalBoxlayout

2006-12-15 Thread Sergei Kolomiets
Hi all! I have a problem with putting ButtonView with pages into VerticalBoxlayout. For example at 'At-glance' sample I used myLayout.add(barView) instead of barView.addToDocument(). After this manipulations I dont see pages. Is it correct to use layout instead document as container for