Is there a way to plot multiple data for the same value x? For example following points:
[1, 1], [1, 2], [1, 3], [2, 6], [2, 9], [3, 11], [4, 11]...
Many thanks!
I have an simple UIImagePickerController where I hide the camera controls and set the sourceType to the camera. This opens the live camera preview right away but there's about a 50px hight black bar at the bottom of the viewer. Any idea how to get rid of this?
I am new to iphone development.I want to create custom button on navigation bar.I want to create it with a image.How can i do it.Please help me out.Here is my code.Thanks.
UIBarButtonItem *leftbutton = [[UIBarButtonItem alloc] initWithImage:@"Email.png" style:UIBarButtonItemStyleBordered target:self action:@selector(leftbutton)];
self.navigationItem.leftBarButtonItem = leftbutton;
[leftbutton release];
Which is the best for build an application show like in image. For the better graphics and performance wise. I want to know Flash for Flex is more suitable for this.
In Flash ca we be able to build a grid kind of applications easily? I headed that Flex have the functions to handle grid and other things. Drag & scroll Zoom like feature. but am not sure able the graphics of flex. Is the components are customizable.. Please help me.
I am new to iphone development.I have created a UIBarButtonItem on the navigation bar.I want to set the proper to custom. There is no property as custom for "style:" attribute.Please help me out.Thanks.
leftbutton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"LEFT.png"] style:UIBarButtonItemStylePlain target:self action:@selector(leftbutton)];
self.navigationItem.leftBarButtonItem = leftbutton;
[self.navigationItem]
[leftbutton release];
Hi Guys,
I want to disable the left bar button when my webview is loading can any one tell how to disable the leftbarbutton?
Anyone'shelp will be much appreciated.
Thank you,
Monish.
In visual studio 2008 you have the navigation bar with Class Name combo box and Method Name combo box.
What is the shortcut to get inside any of these combo boxes from the code window?
I am very new to using Agile (scrum). we have planned iterations using story points, but have not assigned work (tasks) to all the user stories in the project, just in the iteration coming up. My boss wants to know how much work is left to do...and I don't know because I haven't planned those iterations. Can anyone give me advice or a resource to reference on what I need to do in order to provide him with what he needs?
I want to print a table of the colours used in a web page that my graphic designer has produced - I have .png files at present and use Fireworks to view them. It would be great if there was a tool that lets you print a table with the colour and hex value so I can easily reference when programming.
Anyone come across such a thing? Sounds to me like there should be a firefox extension or similar?
I'm trying to make a simple app that sits on the Mac OSX menu bar and alerts users of updates on our website.
I've been trying to search for documents on how to do this, but no luck so far. Can anyone point me in the right direction?
Thanks!
I have an editText in the status bar ,when writing in the editext field ,I want to show the soft Keyboard . I try to use the InputMethodManager,but can't work.how can I make it work?
any suggestion?
I am beginning iPhone application developer, and so I'm not sure how to start the creation of a navigation-controller-based application which uses a tab bar controller in part of it. Do you have suggestions for where to start with this?
Hello everyone,
Please help me with this insanity:
http://imageoneads.com/zenliver/
My menu bar worked fine & I accidently deleted or moved one of class or ID. Now it disappeared. All browsers Wont display the menu, except Firefox for Mac. This drives me nut....Cant believe I have to start over if I can't figure it out....Please help....Thanks ahead
tran006
I have a tab bar which displays different views when clicked. When you click a tab for the first time, it calls the viewDidLoad method. But, it only calls that the first time.
Is there a method that is called when a user clicks back to that tab, since the viewDidLoad won't be called that second time?
(I need to do this to update a UITableView when the user clicks back to a tab)
I want to add a cookie so that I can exclude my interaction with my website from google analytics (I don't have access to put files on server as is third party application)
Is it possible to set a cookie with javascript by executing code in teh address bar of the browser?
I was looking for it here in Stack Overflow as in Google, and I found a lot of packages to draw, but it seems a complex task, so I would like to know which is the most appropriate package to draw bars, and associate data to it. Also I was looking for a code example, but I did not have luck.
Im in the process of documenting some firmware but I'm unsure what the standard is (if there is one)for representing static variable declaration in flowcharts
Regards,
V
I am using a custom colour scheme in Visual Studio 2008. The annotate bar (that shows who checked each block of code in and when) is rendering in some illegible colours. I can't identify which colours these are within the relevant Options dialog so I cannot change them to something clearer.
Does anybody know how to change these colours?
While playing mp3 by mediaplyer and showing the progress with seek
bar,
the problem is that mp3playing sound is delayed when mediaplyer and
seekbar working at the same time.
I used thread, handler, timer for solving that problem on
seekbar.setProgress(mediaplayer.getCurrentPosition()).
what do I do?? sdk can take more playbuffer for mp3player..??
or I should focus on optimizing code than before..??
This has to be the simplest of all questions, but I can not seem to figure it out. I have the progress bar in place, how do I make it show progress. How do I start the thing?
<ProgressBar x:Name="ProgressUpload" Margin="5" IsIndeterminate="True" ></ProgressBar>
I can see a vertical scroll bar without scroll when I open my IE 7.
I is not so weird to see but it is not obeying my web page rules.
I cannot see this kind of strange behavior in any other browser.
Hi,
How can I create a custom context menu on windows title bar (like in Opera 10 or Firefox 4) that works on Windows XP and above?
https://wiki.mozilla.org/images/e/e8/Firefox-4-Mockup-i05-(XP)-(Royale)-(TabsTop)-(Default).png
Thanks in advance,
Josh