I am currently creating a flex mobile application and am using a list to display data. I don't want to be able to disable or hide the scroller/scroll bar of the list. Does anyone know how to do this? Is this possible? Any help is greatly appreciated!
Thanks,
Jacob
It may depend on which component you're using, but take a look at the horizontalScrollPolicy and verticalScrollPolicy properties. Here's the link to the docs:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/Container.html#horizontalScrollPolicy
Usage is basically:
someComponent.horizontalScrollPolicy = ScrollPolicy.OFF;
Related
First I would like to say I am not entirely certain that I am in the correct area of Stack Overflow with regards to this question. If I am not, apologies in advance.
I am wondering, can I modify Chrome this way- I would like to create a vertical "view" of tabs and eliminate horizontal tabs. Can I build an extension to do this? It should be retractable to hide the tabs.
Can this be done with HTML and CSS?
I need to cerate a web page with dynamic data shown in a designed bar graph. The design of the graph has first priority. Here's a link to an image of the bar graph to create.
What would be the best way to achieve this. I'm thinking of using a simple image of one bar and filling html table cells with that image. But probably there are better ways to do this.
I'm familiar with html css and asp.
Who want to give me a hint in the right direction?
Thanks!
You can use some kind of javascript chart, you can find plenty of them over the net, I have experience with Highcharts and ChartJS , both of them are easy to use and are customizable with dynamic interface. You can use the graph with bars or with lines it really depends on you, you can use them both as well as this wont result in bad performance ! Here you can check a simple demo with them High chart demo and ChartJS docs. Hope this helps.
I currently use a Tab Navigator in my flex project and ideally I would like to continue to use it but the problem is there is quite a few tabs and almost all of them end in "..." because their is not enough space to display the entire header. is it possible to display the navigator over two rows?
I'm quite new to flex so if this is an easy thing then apologies.
I think the following link can help you out. Just Check this...
Hope it will help
http://flexponential.com/2011/10/23/enable-scrolling-in-the-tab-bar-of-a-tabbedviewnavigator/
If you are using Spark Tab Bar, the answer from the link above will work. If you are using the old Halo Tab Navigator, there is an excellent component, SuperTabNavigator available as a part of Flex lib.
I am trying to create an animated menu bar, in which the background block moves from the current selection to the latest one. For an example, have a look at http://www.creative-jar.com/. I would like to accomplish this in the simplest possible manner (perhaps using only HTML and CSS). Any help will be really appreciated.
As I am new to web development, thoughts on whether this sort of animation is a good or bad idea are also welcome.
There's a jQuery plugin that does exactly what you describe: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/
any one can help in this?, i want to make a scroll bar to scroll the li underneath a div. in which i made a ui, scroller, but client want the front and back arrow to adjust the slides. like regular scroll bar like browser.
please visit ; http://ikeafamilylive.com/stories/60
and you will witness what i request. And please don't recommend me a plug-in, because i need to use this scroll bar across the site with several customization process.
please give me the sample code / suggestion to make a scroll bar using jquery+css. with full functionality.
If you want to use jquery and css the best way to go is going with a plugin like JScrollPane:
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
If you want to have several customization and looks you can easily do so with this kind of plugin:
Example (different looks on the same page)
http://www.kelvinluck.com/assets/jquery/jScrollPane/basic.html
Doing it by scratch will be a little more work, and you need good understanding of javascript and the framework you are going to use.
A plugin like JScrollPane will already have most of the functionality you will need, and if you need something that there isn't you can add the functionality using the basic plugin.