button

  1. carlos7000

    Android Question Opinions about the 'On' button in an app that controls GPS

    Hello, everyone! I am developing a mobile application that includes a Toggle button to activate and deactivate the GPS. The button is labeled as 'GPS'. I would like to hear your opinions and perceptions about the design of the 'GPS' button. The question is: What do you initially think when...
  2. Lucas Siqueira

    B4A Library [B4X] [XUI] BR_Button

    BR_Button you are free to modify as you wish. Was created with the intention of leaving the button working equally in the 3 ides (b4a, b4i and b4j). With the possibility to define a custom font directly in the designer (b4a already does this, but in b4i it is a little more complicated) You...
  3. H

    Android Question Button Change Color

    Hi, It's me again. Follow up question to my old thread about Quiz App. This is the scenario. At the end of the exam (Result Layout). The user have an option to Retry or Review the Exam. In the Review module, I have generated buttons depending on the Number of Questions. Now let's say the app...
  4. M

    Android Question EditText disable "Next" button in keyboard

    Hi everyone, I've an UI setup that can cause problem if an user tap on the "Next" button on the keyboard when writing in an EditText. I wish to know if its possibile to disable it, or intercept its press and cancel the standard behavior (like _KeyPress). At the moment I worked around the...
  5. tulerpeton

    Looking for a developer B4A

    Hi, I need to modify this attached project in B4A : It displays sliding panels with labels on each. The work I ask is for start : - I would like to add an image button on each panel instead of the label. - And if pressed I need each button to open a new panel. If you can do this, send me...
  6. M

    iOS Question Button with image/icon and text aligned correctly

    Hi everyone, I'm trying to achieve this result for a button I tried by using ButtonAttributeText and MaterialIcons but the result is this arrow and text should be horizontally aligned... (bigger is the MaterialIcon character, and more evident the offset became) So I tried using an...
  7. R

    Android Question Adding StatelistDrawable button in code

    I am using StatelistDrawable buttons, setup in the designer, but how would I add these buttons in code, not using the designer? StatelistDrawable ColorDrawable Color: #FFFFFFFF Corner radius: 6 Border color: #00FFFFFF BorderWidth: 0 Pressed Drawable: Color: Default Corner radius: 0 RBS
  8. stevel05

    B4J Code Snippet {DSE] Button Shapes

    These methods are now included in DSE_Shapes class which provides more functionality. Here are several Designer script extension methods that allow buttons to be shaped and rotated. It's a bit of a novelty, but may come in useful at some time. Each shape method also attempts to apply...
  9. P

    Spanish Reiniciar las variables como si se usara por primera vez la app.

    Hola Foro. Saludos. Tengo un proyecto de calculadora básica (suma,resta,multiplicación,división). De los ejemplos, la mayoría usan el edittext para ingresar los datos, yo quiero usar botones y etiquetas para ingresar los datos, hacer la app tipo calculadora.... Aclaro, mucho de lo que he...
  10. Alexander Stolte

    B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline

    With this view you can quickly and easily add good looking text fields, with title and or bottom text. Additionally you can make the TextField a button, so that you can open menus, but still keep the design of the text fields. The view speeds up development because you don't have to worry about...
  11. R

    Android Question Difference DefaultDrawable and StateListDrawable buttons regarding button edge

    Trying to place button on a panel and set the gap between those buttons. Noticed there seems to be a difference between DefaultDrawable and StateListDrawable buttons as how the edge of the button shows on the panel. These 2 layout scripts show the difference: For StateListDrawable buttons this...
  12. mmrafiei

    Android Question Shape the Button

    hello guys, I have a question how can i shape the button in b4a. for example make a round button. may you help me.I am a novice in b4a, please guide me completely.
  13. I

    Android Question Add Image to button in code

    Hi There, I am trying to add an image to a button via code and achieve the look as in this post: https://www.b4x.com/android/forum/threads/how-to-add-image-to-button-with-text.117775/ 1. keep Round corners 2. Keep the elevation 3. Set background color (if Possible only) I have seen the replies...
  14. F

    Android Question auto_clicking a button

    auto_clicking a button to do something.not with finger exem: button.autoclick(x,y) how to code?
  15. Ja8

    Games Trying to put a "fire button" in my stage with LibGDX

    Hi everybody: First of all, this is my first message in the forum. I have read the rules, but I'm sorry if I had some errors writing this. I'm trying to make a very simple game in LibGDX with a main screen, a stage, an actor, a camera that follows the actor and a couple of buttons (to shot and...
  16. N

    Android Question B4A Buttons Alignment

    Hello I have multiple buttons that I want to center, I also want these buttons to adapt with screen sizes, for example on tablet, these four buttons must be in one row since they can fit all together on the tablet's screen. Thank you, Nataly
  17. AmirMK82

    B4A Library [B4X] [XUI Views] - AMProgressButton

    Hello, My New Cross Platform Library is ready now :) A new styled button with built-in progressbar Features Cross-platform compatible A good text animation Changeable values Custom Colors Custom Border And CornerRadius Tested in B4A B4J * I don't have tested it with B4I, but it should...
  18. AmirMK82

    B4A Library [B4X] [XUI Views] AMButton - New flexible and attractive button

    Hello, I have made a new styled button Features cross-platform compatible a good animation Changeable values custom values Tested in B4A B4J * I don't have tested it with B4I, but it should work * B4A: B4J: AMButton Author: AmirMK82 Version: 1.00 AMButton Events: Click Fields...
  19. Alexander Stolte

    B4A Library [B4X] [XUI] AS FloatingActionButton [Payware]

    HeyHo, this is a cross platform Floating Action Button. This library is not free, because, it cost a lot of time and gray hair to create such views. Donations from 5€ are valid. (You can donate any amount you want :)) Please write FloatingActionButton in the order description, thanks. or buy...
  20. K

    German Adventskalender

    Guten Morgen allerseits 😊 Ich versuche einen Adventskalender zu machen. Nun habe ich jedoch folgendes Problem : Wie kann ich das machen, dass man einen Button NUR klicken darf, wenn das Datum bereits erreicht ist?
Top