search for: autoscroll

Displaying 9 results from an estimated 9 matches for "autoscroll".

Did you mean: autoscall
2006 Jan 10
4
Autoscrolling for Draggables and Sortables
Hi all, I''ve applied an experimental patch today to the scripaculous trunk. Setting the scroll option on Draggables or Sortables to an element (or an element id) will attempt to auto-scroll this element when dragging. See test/functional/dragdrop3_test.html for a demo/usage. It''s modelled after the behaviour in the Mac OS X finder, with variable scrolling speed depending
2007 Jun 17
2
Wx::TextCtrl and wxMSW
...Ctrl, and Wx::Window classes. I''m providing this bit of information for thoes who may have trouble with dealing with Wx::TextCtrl, _AND_ have word wrapping action going on. As this seems to be a problem with dealing with word wrapping, I''ve been able to create a solution to make autoscrolling work. I create my own method for appending text to the Wx::TextCtrl buffer, Named append_buffer. Here is what it looks like: class MyBuffer < Wx::TextCtrl def append_buffer(text) # I have some processing of the text to colorize it, but I think this is just generally a problem # w...
2005 Aug 15
6
Possible to scroll window when user drags a draggable?
It doesn''t seem to be possible, but perhaps somebody knows a trick. I have some lists that get too long and users can''t drag from list 10, for example, to list 1. Is there a way to get the browser window to scroll as they drag the item up? Thanks! Tom
2007 Jun 08
0
[ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
...l Comment: On wxGTK, the behavior of Wx::TextCtrl works as expected, it scrolls smoothly on the text through the buffer. Recently, just checking code on Windows, and found that the Wx::TextCtrl does not scroll smoothly as expected. Instead of scrolling through the buffer, as text is appended with AutoScroll enabled, it flashes the text incoming past the bounds of the control, to the top, you can scroll up, and have the text reset, but once more text is added, it''ll flash it, and put the new text at the top as before. This has only been observed on wxMSW Version of v0.0.40 ------------------...
2008 Mar 11
7
sortable scroll in div problem : dragged element doesn't follow the mouse pointer
Hello, I''m facing a strange problem with a long list of Sortable items in a container that has an overflow:auto. If I drag an item from the top to the bottom, the container div is scrolling, but there is a difference between the position of the dragged element and the mouse pointer. An example is better that a thousand words. Try to drag the first item at the bottom of the
2011 Nov 04
0
Wine release 1.3.32
...ic syllable are part of the same cluster. usp10: Sinhala does glyph props like Indic languages. user32: Respect rev for painting selections. user32: Early versions of usp10 are not well behaved with ScriptString_pSize when SCRIPT_STRING_ANALYSIS is NULL. user32: Only attempt autoscroll line breaking on an edit control when we have a reasonable width to break to. Aurimas Fi?eras (3): dinput: Add Lithuanian translation. po: Update Lithuanian translation. po: Update Lithuanian translation. Austin English (5): winex11: Only declare the winediag debug channel...
2009 Jul 17
0
Wine release 1.1.26
...UE. comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw. Dylan Smith (6): richedit: Support ascii RTF in WM_SETTEXT even for unicode messages. richedit: Add more tests for WM_SETTEXT RTF support. richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style. richedit: Initially disable scrollbars for ES_DISABLENOSCROLL. richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL. richedit: Handle missing colours in rtf colour table. Eric Pouech (2): winedbg: 'Int XX' is not a...
2009 Jan 16
0
Wine release 1.1.13
...ichedit: Missing condition for inserting newline before table. wordpad: Use winelib's sprintfW for floating point formatting. wordpad: Use unicode version of CBEM_GETITEM message. richedit: Added tests to show that options are stored internally. richedit: Added tests for autoscrolling options based on WS_V/HSCROLL. richedit: Tested EM_CHARFROMPOS with position outside of control. richedit: Pressing enter adds newline on WM_KEYDOWN rather than WM_CHAR. richedit: Set bEmulateVersion10 initially to avoid retroactive changes. richedit: Prevent an unsigned...
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated