Tagged Questions
6
votes
1answer
1k views
Flex 4 Scroller
Within my application I'm using a Scroller component. I can't seem to figure out which event I should set up a listener on in order to know when content is scrolled. I tried Event.CHANGE on ...
2
votes
1answer
47 views
when container's one of scroll apears, other is added automatically can we avoid this?
if container like VBox have autoScrollPolicy for both scrolls. if VerticalScrollBar is added, why the horizontalScrollBar automatically added.. is there any option to avoid the horizontalScrollBar ...
2
votes
1answer
872 views
How can I pass a Flex TextArea's scroll event up to Application?
I have a TextArea that I don't ever want to be scrolled. When scrolling within the application that holds this TextArea, however, the scrolling stops as soon as the mouse ends up over the TextArea.
...
1
vote
0answers
123 views
Auto scroll on focus of a dynamic flex form
First off here is the portion of .mxml that I am working with.
<s:Scroller id="scroller">
<s:VGroup id="vGrp" >
<mx:Form id="form"/>
</s:VGroup>
...
1
vote
1answer
150 views
Make Flex List Scroll To Bottom
I have a Flex Spark List which can be populated with any number of rows. Each row can have a variable height with a minimum of 50px. I need a way to scroll to the "true" bottom. By true I mean the end ...
1
vote
1answer
376 views
Group should scroll vertically but is expanding to infinite in width
I have a group for which I want to enable horizontal scrolling. Vertically the group should be as wide as possible (100%).
<s:Scroller left="0" right="0" top="0" bottom="0"
...
1
vote
2answers
2k views
Actionscript 3 TextField scrollH property gets set to 0 on click
I am populating a textfield programmatically and scrolling to the maxScrollH as the new text is added so the user can see the progression of text. This works fine, until I click the TextField, which ...
1
vote
2answers
1k views
Mouse scrollwheel in Flash/Flex application
I'm building an application in Flex and I have few windows with scroll. When I'm trying to use mouse scrollwheel the window does not scroll up/down. Plus if it is possible to make the window to scroll ...
0
votes
1answer
71 views
Incomplete List Scrolling (ActionScript + Flex 4.5)
I have a flex list, nothing fancy:
<s:List id="list" left="0" right="0" top="0" bottom="0" borderVisible="false"
dataProvider="{data}" labelField="1" textAlign="left"
...
0
votes
1answer
152 views
Dynamically adding scrollbar to flex component
I have been stuck on this for far too long. I think it's simple so I must be misunderstanding something. Any help/pointers is appreciated.
I have a spark form components laid out like
label1: ...
0
votes
2answers
235 views
putting a scroller around a border container
I have a border container component that has some other components. the problem is when the other components inside the border components are called, the spread out of the border. Does anyone know how ...
0
votes
1answer
86 views
How do you scroll an mx:List by tabbing through items?
I'm sure someone must have accomplished this before, but I couldn't find any article on this.
How can we scroll a List control (with uses an itemrenderer) to the next item, when the user tabs from ...
0
votes
2answers
349 views
Flex Tree vertical scrolling problem
I am using mx:Tree (in Flex 4), and assigned a customised MXTreeItemRenderer for every items. As the TreeItemRenderer contains a list with tileLayout, which means the height of every row is variable. ...
0
votes
1answer
315 views
Scroll flex spark datagroup to maximum amount programmatically
I have a spark skinnable component which contains a datagroup with images. The datagroup is scrolled by hovering the mouse over it. Everything works fine except one thing: after I change the datagroup ...
0
votes
1answer
115 views
flex scroller cuts content
got a little flex application where the content is zoomable.
first of all some code
<s:Scroller verticalScrollPolicy="on" width="100%" height="100%">
<s:Group scaleX="{breite}" ...
0
votes
1answer
525 views
Spark List scrolling by mouse position
<s:List xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
...
0
votes
2answers
2k views
Flex 4 - Scroller skin
I'm trying to skin the Scroller in my application so that it looks like the example mentioned in http://insideria.com/2009/11/flex-101-customize-scrollbars.html
This example was done in Flex 3 and ...
0
votes
1answer
323 views
Scrollbar outside viewstack
Consider this example. I have two views in viewstack. One has a VRule extending from top of screen to bottom. Another view has a big accordion.
If I give viewstack percent height=100%, first view ...
0
votes
3answers
89 views
odd .net code need c# version
Eran Betzalel wrote a little extension class to DataGrid, everyone says that its great.
But I cannot figure out what language it uses and how to make it work in Silverlight C#.net 3.5.
Heres the ...
0
votes
1answer
277 views
flex scrolling issue - hopefully simple problem
Hi I am having an issue with scrolling in flex. I am using a large canvas with a number of label objects. A lot of the labels are off-screen until the user scrolls down or up, this is unavoidable due ...
0
votes
1answer
303 views
Draggable scrolling. How to scroll while dragging?
When I was starting to drag any element, mouse wheel scrolling is turned off, how to scroll while dragging?
I'm newbie here, so I can't insert a picture, here's a link ...
0
votes
1answer
816 views
scrolling interval in a Spark List with Tilelayout oversized while using mouse wheel after scrolling with mouseclick
I have a spark List with an item renderer and a tile layout.
If I scroll by clicking with the mouse on the scroll bar and trying to scroll with the mouse wheel after that, there is a problem:
The ...
0
votes
1answer
384 views
Error when the scroller of the mx:Tree with custom renderers is scrolled
I have created a custom multiline item renderer for mx:Tree component. Important to mention that my item renderer has two UITextFields in it. Sometimes (depends of the input data) only one of ...
0
votes
0answers
382 views
What is the right solution for dragging elements in container with vertical scrolling?
I have container (VBox). It contains certain child elements (for example, other Vbox). Container has vertical scrollbar.
When I start dragging certain child, verticall scrolling is not working, why?
...
0
votes
1answer
517 views
Bing image search like endless scroll in Flex
I want to know if there is any existing implementation of 'endless scroll' in Flex ? I searched online but I could only find implementation in Javascript.
What could be the pros/cons of having an ...
0
votes
1answer
126 views
Flex: Is there any way to show scroll bars on a Container when children are off the top/left?
If I've got a Container with a child component that is off either the top or the left hand side:
Is there any way to get scroll bars to show up? ie, so I can scroll up and get the button back in ...
0
votes
1answer
357 views
How can I automatically scroll a VBox when an item is drug near the top or bottom edge?
I have a VBox containing a bunch of panels. I have implemented dragging and dropping but I need to be able to scroll automatically when the item is drug near the edge. I am having mixed results. I can ...
0
votes
1answer
504 views
How scroll a canvas up? (Writing chat in Flex)
I'm writing a chat client using Flex.
The basis for the chat window is a canvas. I've got that showing, but how do I make it scroll up? I want to clip the window so only the last 15 lines are ...
0
votes
1answer
158 views
How to get the displayed text portion in a Flex TextArea
hi want to know the index of the first character displayed in a scrollable TextArea in Flex3 and i need the last character's index too.
Any ideas ?
Thanks
0
votes
2answers
655 views
Flex: Scrolling in datagrids
I have 2 questions about flex datagrids:
How can I scroll it automatically to the bottom when new portion of data arrived to it (e.g. I added new items)
Strange, but seems it doesn't scroll when I ...
0
votes
1answer
453 views
Flex: Make advanced data grid height of rows?
I have an ADG along with some other components in a VBox. The number of rows of items in the ADG is variable. I want the height of the ADG to be however tall it needs to be to show all the rows ...
0
votes
1answer
466 views
Flex renderer recycling with browser scrollbars?
Is it possible to get flex renderer recycling while using browser scrollbars?
I have a flex tree control with custom item renderers for rich editing of a server-side data structure which may have any ...
0
votes
1answer
620 views
Flex canvas scrolling problem
I have a canvas in my Flex project. It has one child element.
I made the element's y property to 500 and a scrrollbar appeared on the canvas.
I dragged the scrollbar to bottom to see my element.
I ...
0
votes
1answer
3k views
Canvas, scrolling and special use case in Flex
I have a canvas of variable width and height with a maximum being 2K*2K
This canvas current height and width vary depending on the user screen size. Usualy smaller than 2K*2K.
If the user moves an ...