search for: scrolling

Displaying 20 results from an estimated 2153 matches for "scrolling".

2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 89 ++++++++++++++++++++++++------- test/trace/Makefile.am | 9 +++ test/trace/cast-5.swf |binary test/trace/cast-5.swf.trace | 2 test/trace/cast-6.swf |binary test/trace/cast-6.swf.trace | 2 test/trace/cast-7.swf |binary
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...e/text-field-scroll.as | 84 +++++++++ 16 files changed, 595 insertions(+), 182 deletions(-) New commits: commit 7a7c57b5c37865db3ae98b61369ad06f0ff80c4a Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Oct 18 14:08:14 2007 +0300 Add a test case for TextField's scrolling properties Part of it is commented out in version 6 at the moment diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 2384a8e..945ee2e 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1,4 +1,4 @@ -check_PROGRAMS = trace +check_PROGRAMS = trace thumb T...
2009 Jun 07
2
Scrolling behavior in View()
Hi, I've realized that the scrolling behavior in View() is unlike most other applications. It seems that the minimum scroll size is very large for large objects( i.e., a vector of 1M integers), and it might be that this scroll is proportional to the size of the object. Try this: a = 1:1000000 View(a) Click once on the scroll arrow dow...
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c | 33 -- libswfdec/swfdec_as_interpret.c | 397 +++++++++++++++---------------- libswfdec/swfdec_as_interpret.h | 10 libswfdec/swfdec_net_stream.c | 1 libswfdec/swfdec_script.c | 39 --- libswfdec/swfdec_sprite_movie.c | 72 +++++ libswfdec/swfdec_tag.c | 2
2008 Jun 05
0
Javascript & Scrolling
I am currently in the middle of creating a horizontal scrolling product list with page buttons that use effects to scroll from one page to another using scriptaculous. I am having problem that when the window is resized, so only the viewable area of the div changes, this causes the width to change and then because of that the scroll effect will scroll to posit...
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter? Thanks!
2006 Jan 30
0
Draggable with auto-scroll
...pare(); Droppables.show(pointer, this.element); Draggables.notify(''onDrag'', this, event); this.draw(pointer); if(this.options.change) this.options.change(this); if(this.options.scroll) { //if(this.scrollInterval) this.scroll(); this.stopScrolling(); //var p = Position.page(this.options.scroll); var p = Position.cumulativeOffset(this.options.scroll); //p[0] += this.options.scroll.scrollLeft; //p[1] += this.options.scroll.scrollTop; p.push(p[0]+this.options.scroll.offsetWidth); p.push(p[1]+this.option...
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
2006 Mar 22
6
RE: Support for window scrolling fordraganddrop
I have two fixes in a text file. I created the diff using "diff -u", so I hope you can apply the patch. The file is attached. I never could get my optional ''scroll when the dragged element goes outside the scrolled element'' thing to work. I got it to start scrolling correctly, but then it would start making increasingly big jumps and basically scroll out of control. I removed all the code associated with it. Another issue I ran into is that my particular page has ''position: relative'' on the draggable elements. IE cannot determine size on r...
2008 Mar 13
3
scrolling in a <select multiple="multiple"> list
...Element.scrollTo(), but it scrolls the whole page, and I''m doing a rotten job of figuring out how to use scroll offsets and wondering if they''re applicable to a <select>. I''m hoping someone can suggest a strategy to either update the <option> elements without scrolling the <select> list, or a way that I can scroll back to the last option clicked. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to ruby...
2008 Feb 13
1
changing scroll bar behavior
I need to change the behavior of the scrollbar when the user presses up/down arrows on the scroll bar. Specifically, I''d like to be able to set the number of pixels that scrollTop changes by when this happens. I have a div with no content that I set a height equal to the number of discrete positions I need to scroll through. I then tried to set lineHeight and fontSize to 1 and 1px
2006 Sep 06
1
Scroll option for Sortable.create
I have been unable to get the scroll option to work properly. I am setting Position.includeScroll Offsets? = true; in my script prior to calling Sortable.create and overflow:scroll is part of my div container class. The scroll bars appear and I am able to add/remove items, but the automatic scrolling (as described in the documentation) does''t fire. In others word, the container doesn''t scroll up or down when dragging an item above or below. Does anyone have a syntax example or a even demo of how to successfully implement this? Thanks! --~--~---------~--~----~------------~-...
2006 Jan 10
4
Autoscrolling for Draggables and Sortables
...lous 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 on the distance to the scroll element edge. Also, it''s tweakable with the scrollSpeed and scrollSensitivity options. Note that the exact behaviour and options names might still change, I''m open to suggestions on this. Also, it''s currently not working...
2009 Aug 28
2
TreeCtrl Scrolling
I have been playing around with the wxRuby TreeCtrl for a couple of weeks now and I can''t figure out how to get the scrolling to work. I believe it has scrolling built in but I can''t get the to show up. I can place the TreeCtrl in a ScrolledWindow and scroll around over the tree but that breaks TreeItem visibility checks because the TreeCtrl doesn''t know about it''s parent. When using the TreeC...
2006 Jun 12
5
scriptaculous & sortables/draggables scrolling?
Re, Would anyone happen to know how to make sortable/draggable scroll down the page while moving the object if the page happens to be larger than the screen size? These functions seem to work only within the visible working space. Right now I have workaround whereby I have an omnipresent DIV on the screen to which I drop an element, then scroll down in the browser to a certain point, and then
2007 Nov 07
0
2 commits - libswfdec/swfdec_resource.c libswfdec/swfdec_text_field_movie.c
...case SWFDEC_RESOURCE_DONE: + default: g_assert_not_reached (); message = SWFDEC_AS_STR_EMPTY; break; commit ac6e33e3bac8b999c38dd8454c4b9978f2dd3bd8 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 8 00:23:26 2007 +0200 Fixes to TextField's scrolling diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 3668346..043efec 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -137,7 +137,12 @@ swfdec_text_field_movie_generate_paragraph (SwfdecTextFieldMovie *text,...
2005 Nov 04
19
Drag & Scroll
...en mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library" here: http://www.walterzorn.com/dragdrop/dragdrop_e.htm ...you''ll notice that his implements the window scrolling when you drag elements around. Is this maybe a Prototype issue? I know that OpenRico has the same problem. Thanks. -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/
2010 May 10
3
Dataframe horizontal scrolling
R experts, I am working with large multivariable data frames (> 50 variables) and I would like to scroll horizontally across my output to view each data frame rather than having to scroll down vertically- wrapped data frames.I have been using R Commander as a programming interface. If I assign a long character string to a vector I can scroll across its output easily but not a dataframe of
2006 Feb 27
1
Help!!! horizontal scroll doesn''t appear on the browser!!!
Hi, in my rhtml, I have two parts, the main part and a partial, the main part has a width almost the same, but the partial is much longer and width. when it happens. the vertical scroll appear correctly on the browser, but the horizontal scroll doesn''t appear on the browser, it appears instead on the partial render part, so I have to scoll down until the end of the partial, that use the
2012 Jan 20
6
How to disable or fix Inertial/Momentum Scrolling?
We have an app (Online Bible) that works under WINE except you have to disable inertial/momentum scrolling on the Mac; otherwise when you scroll in the app's window, scrolling never stops until it reaches the end of all text in the window. Surely others have run into this behavior? Is there a way to disable inertial scrolling within the WINE app window, without having to disable it completely on t...