button click

  1. L

    Spanish xCustomlistview con 3 botones

    ¿Cómo puedo programar un xCustomlistview con 3 botones, en dónde al presionar un botón cambie una propiedad (color por ejemplo) de los otros 2? He tratado con algunos ejemplos aquí y en youtube sin lograr que funcionen (Itemclick y Button Click), obteniendo el índice y nada... Por favor su...
  2. A

    Android Question Code in event doesn't seem to run when Wait For is used

    I have code like the following. The Wait For part works fine, and does indeed resume when the button is clicked. But the code in Button_Click never runs (ClickedButton, which a global variable, thus remains empty). Sub MainModule Do While True Wait For Button_Click...
  3. A

    Android Question Volume changed

    hello, It is possible for action to happen when the volume is changed not by (my) app? for example, when the user click on volume up button, a message box will pop up? (whether the app is open or closed)? Thanks in advance.
  4. Cornelius Smit

    Android Question xCustomlistview Library and Button Click

    Good day I need help please I have a custom listview (library) and use a layout for my image and a button !! How do i capture the correct button click event Thank you in advance
Top