search for: scroll

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

2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c test/trace
...| 2 test/trace/cast-7.swf |binary test/trace/cast-7.swf.trace | 2 test/trace/cast-8.swf |binary test/trace/cast-8.swf.trace | 2 test/trace/cast.as | 23 ++++++++ test/trace/text-field-scroll-5.swf |binary test/trace/text-field-scroll-5.swf.trace | 18 +++--- test/trace/text-field-scroll-6.swf |binary test/trace/text-field-scroll-6.swf.trace | 16 ++--- test/trace/text-field-scroll-7.swf |binary test/trace/text-field-scroll-7.swf.trace | 18 +++--- test/trace/...
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
...ld.h | 34 --- libswfdec/swfdec_text_field_movie.c | 265 ++++++++++++++++--------------- libswfdec/swfdec_text_field_movie.h | 47 ++++- libswfdec/swfdec_text_field_movie_as.c | 115 +++++++++++-- test/trace/Makefile.am | 17 + test/trace/text-field-scroll-5.swf |binary test/trace/text-field-scroll-5.swf.trace | 54 ++++++ test/trace/text-field-scroll-6.swf |binary test/trace/text-field-scroll-6.swf.trace | 48 +++++ test/trace/text-field-scroll-7.swf |binary test/trace/text-field-scroll-7.swf.trace | 54 ++++++ test/trace/...
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...
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
...| 1 libswfdec/swfdec_script.c | 39 --- libswfdec/swfdec_sprite_movie.c | 72 +++++ libswfdec/swfdec_tag.c | 2 libswfdec/swfdec_text_field_movie.c | 43 +++ libswfdec/swfdec_text_field_movie.h | 1 test/trace/text-field-scroll-5.swf |binary test/trace/text-field-scroll-5.swf.trace | 18 - test/trace/text-field-scroll-6.swf |binary test/trace/text-field-scroll-6.swf.trace | 16 - test/trace/text-field-scroll-7.swf |binary test/trace/text-field-scroll-7.swf.trace | 18 - test/trace/text-field-scr...
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 po...
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
Thomas, I''m mostly writing this to you. A couple weeks ago I grabbed the latest SVN version of dragdrop.js because I needed the auto-scroll functionality. I just fixed something in that script that wasn''t working correctly and thought you might want to hear about it. You may have already caught it since I grabbed the script but here it is anyway. In the updateDrag() function of the Draggable object, in the "if (this.o...
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 par...
2008 Mar 13
3
scrolling in a <select multiple="multiple"> list
...store the selected attribute based on the settings saved in the array like this: $$(''#payorList option'').each(function(opt){ opt.selected = payorOptions[opt.index]; // payorOptions is the array }); An unintended consequence is that the select list is scrolled to the bottom as I iterate through each one, forcing the user to manually scroll back up to select another option. I''ve tried using 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'...
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...
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 documentati...
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 on th...
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 Tr...
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 t...
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
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag'&...
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 equivalent...
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 horizontal scroll... it is something I can do to make the scroll appears on the brow...
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 o...