Well I'm using scrolling windows daily: The Windows explorer which normally creates a scrollbar on the right side if the content is bigger then the windows size ;-)
Sorry, but this NOT THE TRUTH! 
The explorer window itself is NOT SCROLLING. there is a non scrolling window with 3 widgets, at the top the menü (and toolbar and...) at the left side the directory-tree and at the right side the file-view. if there is not enought space, the content of the file-view or the content of the directory-tree is scrollable, but not the window itself! And this is why i am asking. It is needed to have scrollable widgets, but no scrollable windows ;-)
 
Olli

And if you need it or not. It's there!

Oliver Vogel schrieb:
Hi dietrich!
Only for my information. Why do you need a scrolling window (dialog). I am
programming for 26 years and i can't remember that i needed this?

Olli


==================================================
Diplom-Informatiker
Oliver Vogel
Geschaeftsfuehrer

Meins und Vogel GmbH  E-Mail: [EMAIL PROTECTED]
Esslinger Str. 45     Tel.:   +49 (7153) 6136-20
                      Fax:    +49 (7153) 6136-99
D 73207 Plochingen    http://www.muv.com/

Handelsregister: Esslingen am Neckar HRB 3536
Geschäftsführer: Dipl.-Inf. Klaus  Meins
                 Dipl.-Inf. Oliver Vogel
==================================================
"wer Rechtschreibfehler findet darf sie behalten" 

  
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] Im Auftrag 
von Dietrich Streifert
Gesendet: Freitag, 10. Februar 2006 15:40
An: [email protected]
Betreff: Re: [qooxdoo-devel] Where is property layoutMode in 
QxClientDocument gone? (current CVS renderer)

Hello Sebastian,

I think this should be changed. The behaviour ( application 
or page mode 
) should be configurable without modifying qooxdoo sources.

Please rethink this behaviour. Maybe values in QxSettings.js 
should be 
initialized from something like QxUserSettings if the property is 
defined there. QxUserSettings would be initialized typically before 
qooxdoo.js is loaded:

var QxUserSettings =
{
  applicationLayout : false
};

and then in QxSettings.js:

var QxSettings =
{
  enableDebug : false,
  enableWidgetDebug : false,
  enableDisposerDebug : false,
  applicationLayout : ( QxUtil.isValid(QxUserSettings) && 
QxUtil.isValid(QxUserSettings.applicationLayout ) ) ? 
QxUserSettings.applicationLayout : true;
};

Or something like that.



Sebastian Werner schrieb:
    
Dietrich Streifert schrieb:
      
Hello List!

In renderer cvs a few days ago there was a property layoutMode:

QxClientDocument.addProperty({ name : "layoutMode", type : 
QxConst.TYPEOF_STRING, possibleValues : [ "application", 
        
"page" ] });
    
I used to set this property to value "page" which resulted in 
scrollbars being displayed (overflow:auto) of the page.

Now the property was removed and somehow moved to QxSettings:

+2006-02-08 14:04  wpbasti
+
+    * source/script/widgets/QxClientDocument.js: Use 
        
QxSettings for
    
+      layoutMode, improved focus root initialisation

I tried to set the following after inclusion of qooxdoo.js:

QxSettings.applicationLayout = false;

But it has no effect.

Consulting the css from within FireFox Web Developer I get:


 html,body{width:100%;height:100%;overflow:hidden;}


How can I get the scrollbars on demand back?
        
Hi Dietrich,

yes this was changed to make it possible to be sure to hide the 
scrollbars "before" the body element begins. This is the 
      
only way in 
    
which it is possible. To switch to the old "page" layout you must 
change the QxSettings file yourself currently to set 
      
applicationLayout 
    
to false. It must be changed before QxClientDocument will 
      
be loaded. 
    
Otherwise this has no effect.

Hope this helps.

Sebastian



      
Thank you for your help.

Best regards...


-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH

        
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep 
      
through log 
    
files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  
      
DOWNLOAD SPLUNK!
    
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&
    
dat=121642
  
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
      
-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep 
through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  
DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&
    
dat=121642
  
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

    



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
  

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH

Reply via email to