Path to Resizer class is wrong? It's
qx/ui/window/Resizer.js
and should be
qx/ui/resizer/Resizer.js
?
Hi,

After your changes, I have removed the cache, and when I try to recompile I
receive this error message:

  SOURCE LOADER:
----------------------------------------------------------------------------
  * Indexing files...
      * ID mismatch: CONTENT=qx.ui.resizer.Resizer !=
PATH=qx.ui.window.Resizer
make: *** [genera-ima] Error 1

Any idea?


Sebastian Werner wrote:
  
Hi David,

I have just committed some changes to remove your custom inheritance 
logic. There will be something like you have used in the future. We will 
call these things "mixins" - like in Ruby for example. Until then we 
should not introduce workarounds/hacks to support something comparable. 
I have cleaned up your resizer call and moved it to 
qx.ui.resizer.resizer. Just my first idea. To keep it in window is in my 
opinion just wrong. But I have not found another better matching 
existing namespace. So I have introduced a new one. Hope this is OK for
you.

Bye,
Sebastian


dperez schrieb:
    
Hi,

Finally, I have commit it to SVN.

Class qx.ui.window.Resizer

A new example has been created  example/Resizer_1.html

If you find any bug in this class or in qx.ui.window.Window, please
report
it.


dperez wrote:
      
Hi all,

I'm preparing a new contribution called qx.ui.window.Resizer, that
handles
the resizing of components.
Is this name clear?

Its main use is as a container of other component (like TextArea, Table,
List, ...), and allows to specify an initial size, that can be changed
by
the user.

In the demo we have 4 TextAreas.  If we resize one of them, the layout
of
the rest of widgets are updated consequently.

Planned changes:
  * New class Resizer, whose source code is taken from class Window
  * Change class Window, so that uses the Resizer component

Any comment from the qooxdoo gurus before I procceed.

Here is the demo (can be dropped in the test folder):

 http://www.nabble.com/file/3910/Resizer.html Resizer.html : 

Regards,
David

        
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


    

  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to