Displaying 2 results from an estimated 2 matches for "setscrol".
Did you mean:
setscroll
2008 Jun 05
0
Javascript & Scrolling
....offsetWidth); // viewable width
x = document.getElementById(''plist_con'');
var col = Math.floor(x.offsetWidth / 214)
var scrollby = col * 214
new Effect.Scroll(''plist_con'',{x:-scrollby, mode:''relative''});
setTimeout(''setscroll()'', 1120)
}
function moveN(){
x = document.getElementById(''plist_con'');
alert("Position: " + x.scrollLeft + ", Viewable: " + x.offsetWidth
+ ", Total: "+ x.scrollWidth + ", Total(S): " + slider.maximum);
var col = Ma...
2005 Aug 21
2
Latest tarball doesn''t compile
1) SetScrollRange and SetScroll page in wxWindow.h is apparently only
defined for ''microwindows''. No idea what that is but it''s not Windows.
I replaced the #if !__WXGTK__ with #if __WXMICROWIN__
See patched wxWindow.h file.
2) wxIcon does not (on windows at least) descend from...