bar

google charts: bar, y axis ascending order?

How is it possible to have the y axis, go from say 0-100, or even 0-1000, right now its all jumbled up and doesnt make any sense, i do not want to sort my data. http://chart.apis.google.com/chart?chxt=x,y&cht=bvs&chd=t:40,20,80,2,11&chco=76A4FB&chls=1.0&chs=200x125&chxl=0:|mon|tues|wed|thu|fr|1:|40|20|80|2|11 ...

iPhone HUD style progress bar

I've been wanting to create a HUD style loading bar like the SMS app on the iPhone used to have (http://www.jonokane.com/images/blog/iphoneFixProblem.jpg) but don't know how. I was wondering if anyone has done this before or if there is a tutorial somewhere for it? I just think it looks so nice and would like to use it rather than the bu...

android status bar text instead of an icon

How can you put text in the status bar to stay there when the window is not expanded? kinda like using text instead of an icon? ...

How do information bars work, like the one appearing in stackoverflow when you win a badge?

When you win a badge in this page a bar with information appears on top. I think is jquery but anybody knows all the code and the implementation? Thank. ...

how to build flex stack bar chart from objects array?

I have a dynamic ArrayCollection that will contain a unknown number of objects of type MyObj: class MyObj { type:String value:long } where each MyObj object has a different value of "type". how can I build a single stacked bar from this array where each section of the stacked bar represents an object of MyObj (represents a "type")...

progress indicator

Hi, Is there any way to make the progress bar into a circle shape? I have a play button in my apps and would like to show the progress of loading the song around the button. ...

Progress bar in notification bar

Hello everybody, I would like to put a progress bar in the notification bar. The idea is showing the progress bar while the program uploads a file to a server. Everything else is ok, but I can not figure out how to refresh the progress bar inside the notification. Does anybody knows any pattern to play with? I mean, where I should refre...

Javascript to Get Address Bar Value

Hi everyone, Does anyone know how to (or if it is possible) to get the address bar value after a user tries to navigate to another page from my site? To be clear, I'm not looking for the value stored in window.location (since this is the page that the user will currently be on), but rather the site that the user is trying to navigate...

How to get rid of the horizontal scroll bar

Hi, Check out my site http://hiox.org . How to get rid of horizontal scroll bar? ...

Implementing java FixedTreadPool status listener

It's about an application which is supposed to process (VAD, Loudness, Clipping) a lot of soundfiles (e.g. 100k). At this time, I create as many worker threads (callables) as I can put into memory, and then run all with a threadPool.invokeAll(), write results to file system, unload processed files and continue at step 1. Due to the fact ...

draw a bar chart using C# in windows application

Can I draw a bar chart using C# ? Do I want to use separate library for that? Thank you. ...

xcode - iPad App. Status bar overlaps toolBar.

I have an app fully finished. It is very simple. Uses a toolBar up top with a few buttons. Under this is a WebView. The WebView only opens one URL and there is no way to get away from this site. Thats the point of it. Now the issue. The status bar overlaps the toolBar. My temp solve is to hide the status bar, but I really need it...

Regarding Android Application Development

Hi What I need to do for making a customized rectangular bar having a logout/login button at the top of android screen ? for eg : top navigation bar in iPhone. Thanks ...

Are you able to choose the starting tab for a TabBarController?

Just doing some programming for iPhone.. is there a method for this? ...

Android action bar like twitter sample

What is the best way to implement action bar like twitter sample UI Pattern. Twitter for Android: A closer look at Android’s evolving UI patterns Pattern 4: Action Bar http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-at.html ...

Hide tab bar when play video sdk 3.2 Iphone ipad

i have a tab bar at the bottom of the screen. An application with 2 view. in the first view there is a button, when press play the video start, but the tab bar remain botton overlay the video. how i can hide tab bar only when video play? ...

Changing color of the NSWindow titlebar

Hi, I am developing a desktop application in which I want to change the color of the title bar of the NSWindow. How exactly can I do it? Could someone help me out? Thanks and regards, Deepa ...

I want to create a search bar in android

Hi! I intrested in creating a searchbar just like the one in twitter app. I wounder how it is possible? http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-at.html ...

Stacked bar chart using jquery in ASP.Net using C#?

Hello all, I want to create a stacked bar chart using jquery.I have already done the chart using static values ,but I have now to do it with dynamic values.Please can anyone help me,its very urgent. I am using the flot plugin,if any other plugin is good or feasible please suggest me. Please help me. Thanks Ritz ...

How to create a carousel menu bar in iphone app

Dear all, I am attempting to develop an iphone application which has a tab bar at bottom, a navigation bar at top and below navigation bar is a carousel menu bar, this carousel menu bar is similar to media carousel menu in ipod, but it is thinner and just contain text menu item, which one is on top will be bigger, the others are smaller...