Tagged Questions
The sliding tag has no wiki summary.
6
votes
4answers
3k views
Sliding & Fading controls on a C# form
Hey there, I'm trying to implement a way to slide&fade controls around (more than one at the same time possibly) elegantly. So in other words, say i had a picture in the top left corner, and a ...
5
votes
4answers
558 views
Delphi: sliding (animated) panel
Is there a sliding (animated) panel component for Delphi?
For instance it can be found in Raize Components (a left panel with a "Hot Spot" or hide/show button).
I need not a resizeable panel but a ...
4
votes
2answers
61 views
Algorithm for calculating the sum-of-squares distance of a rolling window from a given line function
Given a line function y = a*x + b (a and b are previously known constants), it is easy to calculate the sum-of-squares distance between the line and a window of samples (1, Y1), (2, Y2), ..., (n, Yn) ...
4
votes
2answers
230 views
Sliding window over seq
In Clojure, what would be the nicest way to have a sliding window over a (finite, not too large) seq? Should I just use drop and take and keep track of the current index or is there a nicer way I'm ...
2
votes
1answer
431 views
Programmatically hide the handle of a sliding drawer
Is there a way on how I could hide the handle of a sliding drawer upon opening the sliding drawer? I've tried using the setVisibility(View.GONE) method when the OnDrawerOpenListener was triggered, but ...
2
votes
1answer
207 views
How do I implement a slide-out drawer on the Android's call screen?
The Android app Thrutu puts a drawer on top of the in call screen which has several functions and only takes up a fraction of the screen. The call control buttons below still are fully functional. ...
2
votes
1answer
185 views
Jquery hover triggers sliding box, help?
I have the following code:
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script>
...
2
votes
3answers
5k views
jQuery .slideRight effect
I need for a div tag to slide out on the right side of the screen, how do I get this effect with jQuery? I've been looking here: http://api.jquery.com/category/effects/sliding/ and it doesn't seem to ...
2
votes
1answer
2k views
How can I use that sliding tab widget on the Android 2.0+ lockscreen?
I'm interested in using it for one of my apps and I was wondering how I can use one of them.
Are there any other similar widgets out there for 2.0+?
Thanks
1
vote
1answer
42 views
ExtJS Content sliding/scrolling like Sencha Touch (ExtJS Drag Scroll)
How can I achieve effect of sliding/scrolling content of Ext.panel.Panel/Ext.view.View or any other container like in mobile applications or Sencha Touch?
Something like drag scroll with a mouse ...
1
vote
1answer
16 views
sliding element wont slide back down
Hi I'm making a form that has a checkbox that if checked will slide down some more options. and unchecked it will slide up
The call to the function works one round I.E. slide down on check and up on ...
1
vote
2answers
110 views
Facebook sliding side panel for android app
I like to implement side panel in my application as it is implemented in Facebook app.
Here is the screen shot of it
I guess I need to inflate the layout view and add animations of sliding, but I ...
1
vote
2answers
143 views
Android Sliding Tab
I am a newbie of Android development. I want to implement a sliding tabhost with animation. The effect is shown in the following video: http://youtu.be/XuLQmXLDrJQ
This app comes from HTC Sense ...
1
vote
1answer
15 views
How to obtain the screen's height position in a long html page?
I have a sliding screen on a long HTML page with left and right columns. How can I obtain the height position of the screen in the HTML page, knowing users use sliding bars? I need this to slide the ...
1
vote
2answers
65 views
jquery - Sliding navigation on the right side of the browser
anyone can help me on a sliding navigation? something like on the code, but executing the effect when the mouse position is on the right side of the browser.
$(document).hover(function () {
...
1
vote
2answers
72 views
Sliding Content above page instead of scrolling down to it
Hey Im making a website that will have a fixed background of 1366px by 768px that doesnt move but has a content area that will move either up or down by pressing on the nav. The problem is that I have ...
1
vote
1answer
124 views
CSS issue - I want the client area totally filled
I really struggle with CSS. I am trying mod a sliding door technique that opens onto a full-client area div, but I just cannot get the full client area filled up. I am modding from here:
...
1
vote
2answers
77 views
Jquery - animating a sliding effect
Here is the javascript function in which I am trying to bring about a sliding effect.
What I want is, upon clicking the right button (green coloured button), the sliding effect should replace the tab ...
1
vote
1answer
50 views
Modify JQuery “Sliding Boxes”
usually I wouldn't post a question like this, but sometimes you're searching for a quick fix without reading a whole book about a special programming language.
I'm using a script called "Sliding ...
1
vote
1answer
280 views
Scrolling a Tiled Map in Cocos2D
I've got an issue that I simply can't figure out; probably because I don't have the correct knowledge.
I have a TMX map made in Tiled. The Map is bigger than the screen size (tiles are 32x32pixels ...
1
vote
0answers
80 views
build Custom Share panel of buttons , android
I am trying to build a sliding panel from top to down and vice versa.
I found the solution to build in for iphone here: Build a custom share panel of buttons.
How can I build this panel for ...
1
vote
1answer
739 views
sliding left to right transition in jQuery Mobile
I'm adding pages run time when swipeleft is happened. But when swiperight happened I can't return the previous page that I'm created with sliding from left to right.
I have added the ...
1
vote
1answer
703 views
Sliding images in windows phone 7 with swipe or flick
So I have looked over this and have come up with a couple solutions which I am unable to test yet. Let me explain.
I am trying to figure out how to code a program where I have an array of images, ...
1
vote
1answer
415 views
jQuery Tabs and Sliding effect - Doesn't work together
Hi,
I’m working on a website where I need a vertical tab system. I also have an arrow-image indicating which tab/thumbnail the user clicked. The arrow should slide between the two thumbnails.
Have a ...
1
vote
0answers
24 views
I have a requirement where i need to slide the same page content in all the 4 directions
I have a page without slide bars which is much bigger than the normal page. I need to slide the page content in order to see the content that doesn't fit on the screen, and I would like to support ...
1
vote
3answers
566 views
jQuery : How to keep a Top Sliding Panel in CLOSED state on page load
Hi I am writing a small jQuery script which will toggle a hidden Top-Panel on the site.
My Script is like this:
// Expand Panel
$("#open").click(function(){
$("div#top-panel").slideDown("slow");
...
1
vote
1answer
523 views
Toggling list image and expand all jquery accordion w/ unordered lists
I have a functioning jquery accordion using pure unordered lists. I'm trying to incorporate 2 pieces of functionality.
Here is my functioning accordion code and a demo of it working.
...
1
vote
2answers
573 views
clearTimeout not working as expected
Javascript sliding menu stay open. clearTimeout not working as expected -can you help me please
<html>
<head>
<style>
#Menu1 {position:absolute;
top:-190px; left:150px;
...
1
vote
1answer
143 views
Ipad piano-like app help!
I am writing an iPad piano-like app. I firstly created the keys by UIButton, everything worked fine but when I want to slide from one key to another I found that it's a drag-out action (of the first ...
1
vote
2answers
181 views
Calculating sliding averages
I'm not even sure what sliding average is, but someone told me it would help with something I'm working on.
I have a table of random values -- table[n] = random(100) / 100
I need to populate table2 ...
1
vote
1answer
4k views
Android sliding effect animation
First of all I am completely new to animation on android but would like to include it in my next application. The application will be as follows:
For example, I will be having 2 layers, each one ...
1
vote
5answers
370 views
Sliding menu javascript
can anyone point me in the right direction to implement something like this please:
http://blog.sallarp.com/iphone-sliding-menu/ but using javascript?
Thanks and have a nice day :),
C.
1
vote
1answer
974 views
Input Button Using Sliding Doors CSS
Designed specifically for input buttons such as <input type="submit" value="Button Name">, this round button style uses the sliding doors technique that's assembled from a single image.
Demo: ...
1
vote
1answer
10k views
jQuery - animating 'left' position of absolutely positioned div when sliding panel is revealed
I have a hidden panel off the left side of the screen which slides into view on the click of a 'tab' positioned on the left side of the screen. I need the panel to slide over the top of the existing ...
1
vote
3answers
430 views
jquery hover on one ul at a time
I have my drop menu sliding down nicely but it does it on all ul's in my navigation. I need it to drop the menu for only the hovered ul.I tried to use the "this" element but don't know enough about ...
1
vote
4answers
670 views
Slide from one button to another without lifting your finger
I have two buttons (Button 1 and button 2) and if I press button 1, note1 starts and if i press button 2, note 2 starts.
So what I try to do is: press button one (note1 starts) and SLIDE to button2 ...
0
votes
0answers
59 views
iOS Marquee with image
there is a video on the link at the end of question.
As seen on the video , at the bottom ,financial datas and images like up - down icon, are in marque.
On iphone, ios I want to do same as that. ...
0
votes
1answer
42 views
iOS - Horizontally sliding items
I have some picture, let's say like rectangular piece of paper. I want to position it on the center of the screen, and when user slides left or right with its finger (let's say left), that piece of ...
0
votes
0answers
41 views
move videoView…using translation animation
i am basically trying to move the videoview i have by using an animator on the layout that contains in. however, the video view never moves. its layout moves, but not the video itself?
how can i make ...
0
votes
2answers
59 views
Jquery sliding panels
I have set up just some basic panels that I'm trying to slide in and out horizontally. What I'm trying to do hide all of the content except the first panel when the page loads, and then when a link ...
0
votes
5answers
92 views
Generate a list of strings with a sliding window using itertools, yield, and iter() in Python 2.7.1?
I'm trying to generate a sliding window function in Python. I figured out how to do it but not all inside the function. itertools, yield, and iter() are entirely new to me.
i want to input
...
0
votes
1answer
158 views
jQuery sliding border bottom for horizontal navigation bar / menu
I had an idea for a horizontal navigation bar that the page you were on would have an underline or bottom border that when you went to a < li > in the menu that underline / bottom border would, at ...
0
votes
1answer
117 views
Jquery opening menu onclick, stoping them and adding children
I'm in a mad situation. I am a beginner javascripter. (you can say that not beginner even) I'm trying to do opening menus (horizontal) onclick. It will be 4 level. I've done second level by searching ...
0
votes
2answers
111 views
How to add Sliding affect to Jquery Top Panel
I am using a top Panel Drop Down. Something similar to this http://www.yootheme.com/tools/extensions/yootoppanel
Initially it was in mootools. But i was having issues in IE8. So i thought to change ...
0
votes
2answers
105 views
jquery sliding menu opening/closing animations issue
I'm testing this on local : http://jsfiddle.net/fYkMk/1/
This is a booking form that opens up on mouse over (booking-mask) and closes when mouse leaves it.
It has 4 fields :
datepicker
number of ...
0
votes
0answers
48 views
how I achieve inter-web page transition in a sliding effect?
there are several jquery slider plugin for intra-page sliding transition, but how can I achieve inter-page sliding transition effect, using javascript or css?
Thanks very much!
David
0
votes
1answer
111 views
Android: How can i create a sliding layout above the preview of Camera?
I am making a project using a camera and I wanted to have an extra button that i must be seen in sliding drawer.
I tried it but the screen divides into two, the preview of camera and the place of ...
0
votes
1answer
167 views
jquery sliding content
I have problems with sliding divs: I have 3 divs, and the most left one is sliding on click event. When it slides left, under the other two, I can not make it invisible: it slides above.
How it ...
0
votes
1answer
196 views
Sliding Popup In Silverlight
I've one requirement to implement a popup in Silverlight 4.0 when user hovers mouse over some control. And the popup should slide out from the control. I can show a popup. But can't give a sliding ...
0
votes
2answers
77 views
Newbie - ie7 and jquery .animate() - sliding captions
I'm trying to make some sliding captions, something like Mosaic, but lighter. Everything looks good in all major browsers (even if it looks slow in ie8), but nothing happens in ie7.
I'm testing with ...