search for: autoscrolling

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

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 # with...
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
Bugs item #11446, was opened at 2007-06-08 10:48 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=11446&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Mario Steele (eumario) Assigned to: Kevin Smith (qualitycode) Summary: Wx::TextCtrl behaves wrong when scrolling Initial Comment: On
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
The Wine development release 1.3.32 is now available. What's new in this release (see below for details): - BiDi text support in the multi-line edit control. - Support for pattern brushes in the DIB engine. - A number of MSXML fixes. - Improvements to the PostScript driver. - Various bug fixes. The source is available from the following locations:
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 fu...
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 in...
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