Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
577 views

Can I use the soft keyboard without an EditText?

I'm creating a simple typing game in Android. I have no problem getting input from the physical keyboard, but now I'm trying to get the soft keyboard to appear without the EditText. So far, I've tried ...
5
votes
1answer
408 views

How can I remove the Android Sample Soft Keyboard?

I have run the sample soft keyboard provided in the Android SDK on a real device. I now would like to remove it from the list of available keyboards in settings. I have searched the web without any ...
4
votes
3answers
2k views

Numeric Soft Keyboard on Android

I am developing an android application where we are using WebView to display Web page being served from Web Server. Everything is working fine except with the problem that when i am using the soft ...
3
votes
4answers
3k views

Detect if soft Keyboard is visible on screen

Is there a way to detect if the soft keyboard is visible on screen ? Thank you
2
votes
3answers
67 views

Vim imposing hard wrap against my soft wrap wishes?

Well, I'm a newb at Vim, so I'm guessing there's a 99% chance it's a user error! Vim was soft wrapping long lines very nicely thank you, then a couple of days ago it started to insert hard wraps but ...
2
votes
0answers
127 views

Multiple language keyboard selection problem in android

I want to implement arabic, spanish and french soft keyboard in my android application.If User prefers French language than French keyboard should open, if user prefers Arabic than arabic keyboard ...
2
votes
1answer
362 views

Setting the position of the soft keybaord in android

I am wondering if there is any way to set the position of the soft keyboard in android? I have a toolbar at the bottom which i want to remain visible when the keyboard appears. So is there any way of ...
2
votes
1answer
484 views

Show soft keyboard when the device is landscape mode

This code seems not to work in Landscape mode: EditText destinationSearch = (EditText) findViewById(R.id.destinationSearch); destinationSearch.requestFocus(); InputMethodManager imm = ...
2
votes
3answers
824 views

Recovering a git reset --soft

I modified some files in my branch and did a git add --all But this added some files that I didn't intend to add for the commit. So I did a git reset --soft HEAD~2 (instead of doing git reset ...
2
votes
1answer
1k views

Android - Soft Keyboard pushes layout of my activity out of screen

My activity's layout is as shown below. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" ...
2
votes
1answer
355 views

How to map Soft Keyboard button to button on screen in Android?

Is there any way out for mapping the Done button to the button on the screen in Android. What I want is that I have one login screen user enters username and presses the next button on the soft ...
2
votes
3answers
3k views

Does MS Visio support sequence diagram?

Does MS Visio support sequence diagram?
2
votes
4answers
2k views

I need an algorithm for rendering soft paint brush strokes

I have an array of mouse points, a stroke width, and a softness. I can draw soft circles and soft lines. Which algorithm should I use for drawing my array of points? I want crossed lines to look nice ...
2
votes
5answers
406 views

Re-using soft deleted records

If I have a table structure that is: code+description+isdeleted where code is the primary key. The user creates a record, then later on deletes it. Because I am using soft deletes the isdeleted ...
1
vote
0answers
173 views

Android EditText soft keyboard question

I have EditText what should get user input for airplane seat number (like 17G, 5A etc) Problem is then I set EditText input type to text, it always open up soft keyboard with text. But my input always ...
1
vote
1answer
118 views

Android: How to make soft keyboard not appear at all

I have several EditText views in my activity and I do not want to have the soft keyboard appearing all the time, when a click inside an EdiText. I work with an AVD running android 2.1 and I have ...
1
vote
2answers
318 views

How to stop soft deleted user's login with Devise

I currently use Devise for user registration/authentication in a Rails project. When a user wants to cancel their account, the user object is soft deleted in a way like the following. How to ...
1
vote
3answers
206 views

How to instert a new line in strings in Android

This may seem like a stupid question, but I've been searching and can't find an answer. I'm creating an android application and within it there is a button that will send some information in an ...
1
vote
1answer
510 views

How to set height of custom soft keyboard in android?

I want to create a soft keyboard which needs to be displayed in only half of the device screen. The main intention is that user can see and select items in the screen even while the keyboard is ...
1
vote
2answers
510 views

Is there a proposed CSS3 “soft floating” property?

Does anyone have any idea if there is anything planned in the html5 or CSS3 spec regarding the floating of elements. I titled this question "soft floating" as I'm interested in the idea of giving a ...
1
vote
0answers
320 views

Memory mapped files and “soft” page faults. Unavoidable?

I have two applications (processes) running under Windows XP that share data via a memory mapped file. Despite all my efforts to eliminate per iteration memory allocations, I still get about 10 soft ...
0
votes
1answer
20 views

IME in landscape view is not working - Next button does not respond

I have an app, one activity is a form with multiple fields. In landscape mode, clicking into the first field the fullscreen IME kicks in, with a "Next" button. The "Next" button, however, does not ...
0
votes
6answers
70 views

difference between a program and software?

I've looked online and i've read the definitions but i still do not understand the difference. Does software require more than the knowledge of a programming language to create or is it more ...
0
votes
1answer
148 views

Android 4.0 - Is it required to implement the soft keyboard when needed?

I'm very new to Java and the Android SDK but I'm almost done with porting one of my iOS apps over to Android. I'm targeting Android 2.2 (minSdkVersion=8) and higher and recently bought a cheapo LG ...
0
votes
3answers
66 views

Understanding The Page Sources in Facebook and Gmail [closed]

I've been designing websites for a couple years now. I've become quite familiar with some of the more "advanced" features such as PHP frameworks and AJAX. That said, whenever I look at page sources ...
0
votes
2answers
272 views

how to hide soft keyboard in WP7?

In a TextBox input. After type enter key, i want to hide soft keyboard. How to do it in codes? private void OnKeyDownHandler(object sender, KeyEventArgs e) { if (e.Key != ...
0
votes
0answers
30 views

Swiping indivual keys in the sample Android SoftKeyboard (1.5)

In the sample Android SoftKeyboard (1.5), can individual keys be swiped to type additional characters? Can I use swipeUp and swipeDown as well as onRelease? If so, how would I code it and include the ...
0
votes
1answer
92 views

Resizing Android soft keyboard in Portrait mode

Is it possible to resize the Android soft keyboard in portrait mode? The keyboard is taking up about half my screen. I would like to decrease the height of the keyboard.
0
votes
1answer
136 views

Android softkeyboard show/hide control problem

Here I wrote simple layout xml. (with one listview and edittext) When I activate this xml using common setContentView(R.layout.main); soft keyboard is always appears from the bottom side. BUT, when I ...
0
votes
0answers
90 views

How to attach software to mobile use chip MTK 6225 or higher

I have MRE SDK, i can program with this but i don't know how to build it on real phone although my soft had run good on simulator. Anyone know how to build it plz show me. Thanks for all supports. ...
0
votes
1answer
97 views

Backup software solution problem

Good time of a day! My team develop the soft to backup files to web storage. Now it has simle functionality - just take files from hdd, check date in local and remote file and update remote to new ...
0
votes
1answer
205 views

A orientation problem in android-sdk-windows\samples\android-11\SoftKeyboard

I am a beginner of Android app. I am using the keyboard sample code provided in sdk android-sdk-windows\samples\android-11\SoftKeyboard. I have put some features in it but I found there is a ...
0
votes
1answer
268 views

Change default keyboard android

I created my own custom soft keyboard on Android. How can I bind my custom keyboard for my application or for a specific EditText? I can configure my custom keyboard in the Android settings, but I ...
0
votes
1answer
54 views

how to Forward email using independent soft dll

Please let me know, how to forward a email from exchange server using independent soft dll. I like to forward email without using "EWS". Thanks, Ram
0
votes
1answer
428 views

Adview displaying on top of soft keyboard

I have just integrated AdWhirl into my app. I have the AdWhirl view set to show up on the bottom of the layout of my main activity. I have a few EditText boxes on my main layout and when the app first ...
0
votes
2answers
794 views

detect soft keyboard being hidden

i have an activity with an edit box, when the user touches inside the edit box, the soft keyboard comes up. if the user presses the hardware "back" button, the soft keyboard goes away. I want to ...
0
votes
1answer
357 views

Listening to key events from softinput (keyboard) on Android

In my application I want to get user input with whatever their default soft input is, but I'm not using any input areas. I've already popped up the soft input, but now I need to listen to the keyboard ...
0
votes
1answer
668 views

Android - how to detect soft keyboard shown in the screen [closed]

Possible Duplicate: Android: how can i tell if the soft keyboard is showing or not? how to detect whether the soft keyboard is shown in the screen or not in android?
0
votes
1answer
712 views

How can I hide the soft keyboard in WebView?

For an EditText view i can use setInputType(InputType.NULL), but an web view doesn't have it. I tried the rest of the solutions posted on stackoverflow but none of them worked for a web view.
0
votes
1answer
591 views

Issues with Android soft-keyboard interaction

I am designing an Android app and I'm having a couple of layout issues. I have a screen with 3 EditTexts on it in a row, and I would like for the 'next' key on the soft keyboard to cycle between the ...
0
votes
0answers
154 views

How to combine Translate and Soft Deletable Behavior in CakePHP 1.2.7?

i'm trying to combine Translate Behavior and Mariano Iglesias' Soft Deletable Behavior Revision 49. But always if a want to soft delete a record which hasMany other records, which are translated ...
-1
votes
1answer
54 views

Readable view for textile file format on Win-PC

I have a problem with textile file format on Windows PC. Could anyone propose free software or online service which help me convert textile files to html or pdf?
-1
votes
3answers
95 views

Reasons Against Empty Paragraphs in HTML

EDIT: Rephrased question. Other than being bad practice, what other reasons are there against empty paragraphs in HTML? ORIGINAL: Background Currently to add a nicely space paragraph in our CMS ...
-1
votes
2answers
50 views

How do I determine where I can get from the city by car?

How do I determine where I can get from the city (say New York) for 2 hours (can change) by car?