B4A Question [SOLVED] How to "dim" the soft buttons? - wonder    Jan 29, 2015 Hey guys!
I noticed that some apps and games are able to "dim" the soft buttons on my...
http://s4.postimg.org/rraldwkwd/IMG_9936.png
Dimmed Soft Buttons
This is a pretty cool effect! How... B4A Tutorial Handle the soft keyboard with the IME library - Erel    Jun 17, 2021   (23 reactions)   tags: IME this powerful feature is that interacting with the soft keyboard can be sometimes quite complicated. This library includes several utilities that will help you better handle the soft keyboard. The attached...): SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden) For example the following code makes sure that the button at the bottom is always visible and sets the large EditText... 5497 - android - adjustResize windowSoftInputMode breaks when activity is fullscreen - Android... B4A Question How to add image to button with text ? - mr.gedo    May 14, 2020 Hello everyone how can i add image with text to the button like this ? 94046... B4A Question Add (+) Button - brodmuehler    Mar 5, 2017 Hi is there a way to generatethe typical add buttons (plus sign)? https://i.stack.imgur.com/3q3vg.png Thanks a lot. Kind regards René... B4A Library SoftOrientation Library for Activitiy and B4XPages based projects - Ivica Golubovic    Nov 12, 2022   (13 reactions) content that must be filled again, CheckBox will reset its status, also RadioButton etc.)
Also, one... the SoftOrientation library provides the following possibilities:
Prevents killing the activity and... B4A Library SD: Floating Button StandOut - Star-Dust    Jan 10, 2023   (32 reactions) I realized one thing I longed for: A flying button that always stands out even on other Apps...="android.permission.SYSTEM_ALERT_WINDOW"/> request permission SDK 23+ Dim Permission... RequestPermission Dim Permission As SpecialPermission Permission.Initialize Log(Permission... B4J Question Designer Script Extensions with buttons in panel - aaronk    Jun 22, 2022 Hi, I like the new Designer Script Extensions feature. It will make things easier to use. What would be the best way to re-size the buttons like shown below if the buttons was in a panel using this new feature ? I want to put the buttons in a panel and then re-size the buttons based on the panel size. 130695... B4A Question Intercept volume button press? - Cothek    Apr 9, 2013 I currently have an alarm that plays at a given time and would like to be able to cancel the alarm by pressing either of the volume keys. This would allow the user to silence the alarm if they are in a meeting for example. I have tried this method to no avail. What I did was create a new service and add the manifest lines from the link as well as the starting intent but pressing the volume buttons never started the service. Any suggestions?... B4A Question android.intent.action.MEDIA_BUTTON again... - lemonisdead    Jan 2, 2015   (1 reaction) Hello, I have made some tests trying to detect a press on the small button included on some wired headsets. When the activity is not paused, I get the activity keypress with value 79 each time. But when trying to detect it from a service using the code below, the service never starts. I am sorry as I am not still understanding the intent process so perhaps my code is not for this button....action.MEDIA_BUTTON" /> </intent-filter>) Many thanks :)... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Dec 29, 2022   (39 reactions) text. Additionally you can make the TextField a button, so that you can open menus, but still keep.... AS_TextFieldAdvanced Events: ButtonClick EnterPressed FocusChanged (HasFocus As Boolean... getBottomHeight As Float Call Refresh if you change something getButtonTextLabel As B4XView getClearButtonLabel As B4XView getCounter As ASTextFieldAdvanced_Counter Call Refresh if you change something... Call Refresh if you change something getReadOnly As Boolean getRevealButtonLabel As B4XView... Page: 1   2   3   4   5   6   7   |