buttons

  1. practicalsoft

    B4X FEED How to CSS style the selected/highlighted buttons on jRLDialogsX dialogs?

    I've searched the forum and haven't seen a way to style the buttons added to this B4J library's displayed dialogs (i.e. when they receive focus), including nothing specific in the author's main thread here: jRLDialogsX - Dialogs Library jRLDialogsX is an open source B4J Dialogs Library...
  2. practicalsoft

    B4X FEED BCText - multiple buttons with tags

    When I first read about Erel's BCtext in this Forum (not the one in Rome) I was immediately fascinated and decided to use this in my 1st B4J project as a learning exercise (both for B4X-Pages and B4J). It said in that post (May 2019) "not 100% ready and especially it is missing another layer...
  3. practicalsoft

    B4X FEED Developing for Wear OS

    I've created an application that runs on Android, Wear OS, and iOS. My goal for Wear OS was to provide a User Interface that accounts for small screen and not so small fingers. To that end I used staggered buttons that all the user to click on end of button with no button above of below. and...
  4. practicalsoft

    B4X FEED Strange behaviour buttons

    Hello, In the app I'm working on I use the .BackGround property a lot. For my buttons I have declared ButtonColor as ColorDrawable. But sometimes, when clicking around in the app, the appearence of some buttons change. Below is an example of a button not showing up correctly. The left is how...
  5. practicalsoft

    B4X FEED Radio buttons list problem

    Hi, I have a problem. I need to show a list of radiobuttons. But if I just add them into a ScrollView only one radiobutton can be selected. I need it like this Do you have a symptom 1 Yes No Do you have a symptom 2 Yes No Do you have a symptom 3 Yes No So I decided to add a pare of radio...
  6. practicalsoft

    B4X FEED Tick-Tack-Toe: working with arrays of views

    This is an example of a Tick-Tack-Toe game. This game demonstrates two concepts. The first is an example of working with multiple views without duplicating code. In this case it is 9 buttons, however similar code can easily handle any number of views. The second concept is the handling of...
  7. practicalsoft

    B4X FEED Different action for 3 different buttons

    Hello, I created by code 3 buttons, Btn_MyPlay (0), Btn_MyPlay (1), Btn_MyPlay (2), what is the syntax for each button to have a different action: B4X: Sub Btn_MyPlay (0) _Click Play1 End Sub Sub Btn_MyPlay (1) _Click Play2 End Sub Sub Btn_MyPlay (2) _Click Play2 End Sub B4X: Sub...
  8. practicalsoft

    B4X FEED [B4A] WebView how to hide Zoom Controls (+) (-) buttons ? setDisplayZoomControls(false)

    in AndroidStudio in WebView, I hide the (+) (-) Zoom Controls UI buttons with : WebView setDisplayZoomControls(false): // in AndroidStudio onCreate() : private WebView webView; // .. // hide +- buttons webView.getSettings().setDisplayZoomControls(false); How...
  9. practicalsoft

    B4X FEED JavaFX SegmentedButton - Buttons full width

    How to have JavaFX SegmentedButton - Buttons full width as indicated in the link. JavaFX SegmentedButton - Buttons full width I got a SegmentedButton which contains 3 "glyph only" ToggleButtons like this: <SegmentedButton maxWidth="Infinity" prefWidth="Infinity"> <buttons> <fx:define> ...
  10. practicalsoft

    B4X FEED HTML interpretation

    I'm helping my father with an app he made for his customer. On the main module, I have a few buttons that set a string with an url and then call another module. Here's an example of the click event of the buttons: buttons click: Main.nomePagina = "https://example/page.htm"...
عقب
بالا