focus

  1. F

    Android Question abandonAudioFocus and AudioFocusRequest.Builder

    Hello, With this code I can recover audio focus (sdk 30). But how do you abandon the audio focus? This code does not work : jo.RunMethod("abandonAudioFocus", Array(event)) or jo.RunMethod("abandonAudioFocusRequest", Array(event)) I need to create an AudioFocusRequest with...
  2. Sandman

    Request for XenForo add-on: ”Ignore Content”

    There are some subforums and threads that just aren't very interesting to me. I'm certain this is true for many users here. And while we do have the nice ability to Watch Thread to get updates, we don't have a way (that I know of) to mute a thread/subforum. So I took a look at the add-ons for...
  3. M

    Android Question How to preserve FocusMode of a camera?

    I've created a TimeElapse widget which runs an activity in regular time intervals and this activity then takes a picture. A problem occured - with each call, the activity initialize the camera again and the default settings are set (focus, etc..) and the setting I created is lost. I need for...
  4. L

    Android Question How to intercept or simulate first tab key press

    Hello, Some time ago I developed on my application a barcode scanning. I do this intercepting the chars with activity_keypress and when I receive the tab key my application search the barcode. It works, but I got a problem that my customer reject. The application starts to read the barcode...
  5. ivan.tellez

    Android Question How to show the keyboard for a DSFloatLabelEditText? (IME not working)

    I have 2 DSFloatLabelEditText of the design support library. For filling the first one I have a buton to use a BarcodeScaner with some code like this: Sub BarcodeOk(Value As String) DSFloat1.Text = Value DSFloat2.RequestFocus End Sub Sub DSFloat2_FocusChanged (HasFocus As Boolean)...
  6. M

    Strange problem, help.

    Hello guys I got a project I'm working right now, and I'm using a set of customlistview, which results are a another set, a define number of times. Each of these elements contains -Image -Transparent buttom/ white frame when the focus is on the element. -Link -Title The focus was created with...
  7. M

    Android Question Strange problem, help.

    Hello guys I got a project I'm working right now, and I'm using a set of customlistview, which results are a another set, a define number of times. Each of these elements contains -Image -Transparent buttom/ white frame when the focus is on the element. -Link -Title The focus was created with...
Top