Hello.
I'm developing an iPhone application to search cities on a MKMapView. The user specify a city and then it show its location on a MKMapView. Is that possible?
Thanks.
i have fileUpload control on web page and a button to show .pdf file in a rich text box. but i dont know how to open apdf file ? can i use some pdf library?
I have a page that i want to show it modally by
returnval = window.showModalDialog(pagename, winArgs, winSettings);
When page postback internet explorer opens a new page so i use below code in page's HEAD
<base target=_self>
and now it don't return value.
It work in firefox and don't work in ie and chrome.
i want to show the folder contents in my windows form from where user can copy paste the files user needed, what type of container i have to use for this purpose?
i want to show the folder contents in my windows form from where user can copy paste the files user needed, what type of container i have to use for this purpose?
I want to do a program that on notebook LCD show a controller of what we see on VGA output connector, it is possible to do that?
For instance, on LCD you can see a remote control (play, stop, volume) an on VGA you see the film without controls
BR
Santiago
I want to send email with an image attachment but the image must not be hosted on the server. I will attach the image show it in my html e-mail (with img src...). Is it possible?
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 use http://github.com/joshthecoder/tweepy-examples to twitter user login on gae,
and successful now ,but ,how to show user info ?
i have the 'auth' object ,and what is the document about auth method and property,
auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET)
thanks
Hi!
Is it good when url to show and destroy are same? How it can be changed in RoR if i want continue use standard tools like script/generate scaffold ?
Thanks.
I have a multiline textbox which can contain only 500 characters. Now i want to show the user the number of characters left as they are typing into the textbox as is the case when we use twitter.
Kindly help
I'm working on a prototype with Expression Blend 3. I've put a combobox onto the form, and then added ComboBoxItems through the Blend UI. When I test it, and select any item it doesn't show up in the text of the combobox.
Why is that?
Hi,
in a form if there is a field and a global error both messages are showed.
I would like to show the global errors only if there isn't any field error.
Any idea?
Javi
How to make button show it is clicked (by setting it go down/some change) for buttons using custom background image in Android.
I do not want to include more images and set different one to different states like shown in google views example.
Thanks.
I've integrated paymate with my joomla virtumart site. When I'm ready to checkout some information doesn't show, such as country. How do I get this extra information to display?
Hi!
Is it good when url to show and destroy are same? How it can be changed in RoR if i want continue use standard tools like script/generate scaffold ?
Thanks.
I have used TableView and i am displaying Data coming from the Web.NOW I WANT TO PERFORMING the Paging TableView so after 5 record i want to show "showmore" Option and by pressing "showmore" It Display remaining data so how it is possible?
How can I get this a symbol, a to show up on my web site?
it is for http://www.ohanamakamae.org/
and all the other symbols work, just not the a.
I hope someone can help, I am working in Dreamweaver.
I want to show my application user a progressbar for following actions:
when they provide login information in WPF and hit submit/OK whatever.
when they request any information from DB (select command execution).
Thank You
I need to show the ellipses(...) if the text overflows in DIVs and SPANs.
I have a CSS attribute called text-overflow:ellipses. But this works only in IE.
I want to display the same in other browsers like Firefox/Chrome etc..
I have created an application that looks like a news ticker. It suppose to run on a machine which has PPT slide show running on it always. I have set
this.TopMost = true
So the ticker application overlaps the PPT. But I want that the ticker application as well as the ppt are seen together. This is possible only if I can cascade the applications.
Can someone please help?
I want to show a filtered history of commits. I need only those commits that have less than 60 seconds between each other, in order to see who did a bad job committing so fast. How to do this?