Hello,
The mechanism that is supposed to make scrollbars appear when necessary doesn't seeem to work: the scrollbars never show... Is there any known reasons for that ?
I can post my whole code if necessary...
Hello,
The mechanism that is supposed to make scrollbars appear when necessary doesn't seeem to work: the scrollbars never show... Is there any known reasons for that ?
I can post my whole code if necessary...
I modified mail demo example slightly. The tabs it adds dynamically has contents that does not fit in the viewport. As a result I expected a scrollbar to appear for the LayoutContainer that is added as a tab dynamically. However, I don't see any scrollbar. What do I need to do?
Hello,
here is my html/dojo source file :
(I made it as simple as possible, for the example)
bad rendered
@import "dojotk/dojo/resources/dojo.css";
@import "dojotk/dijit/themes/soria/soria.css";
dojo.require("dojo.parser");
dojo.require("dijit.Declaration");
dojo.require("dijit.layout.BorderContainer");
hello,
i'm using dojo and want to create a customer scrollbar with dojo too. the scrollbar should be configurable like the following example:
http://www.hesido.com/web.php?page=customscrollbar
regards,
dura4cell
It looks like the vertical scrollbar is not computed.
If I want to get the whole inner content width include the vertical scrollbar, what should I do?
Hello!
We are currently developing a multiframe dojo mobile windowing desktop (basically, they are iFrames contained inside dojo.dnd and dojo.fx - supporting divs).
When you move the mouse pointer around, the iFrame scrollbars grow and shrink, or scroll up and down freely. Does anyone know how to change this behavior so that they keep static? Thank you in advance.
Red!