Questions tagged as 'onclick'

1
answer

Android: problem with OnClick in Floating-ArcMenu

I'm doing an app with Android Studio and I use a component called Floating-ArcMenu ( link ) that is great. The problem is the following: When I press the button the menu opens and when I press an item for the first time, the menu closes. I press...
asked by 02.06.2018 / 09:53
3
answers

Not working Event onClick jQuery [closed]

I have the click event generated with jQuery, which is being defined within ready , for some reason within ready does not work, but outside, yes. Code: $(function(){ $('#id').on("click", function(){ ..algo.. } ); // No fu...
asked by 31.01.2018 / 19:26
0
answers

I try to modify a data in SQLite from a custom ListView item but they are all changed when modifying one

First question I ask in stackoverflow because I'm confused, I try to change a data in SQLite from a custom ListView and it turns out that all the data is changed and I just want to change the one of the selected item. I try to change just one da...
asked by 11.01.2018 / 03:30
0
answers

Pass fragment detail to another with click, searchview error

Hello friends, I have a problem in which I enter after implementing a searchview in my fragment. As you can see there is the list of items and if I click on each one it shows me the detail correctly. When doing a search, it shows me the co...
asked by 06.01.2018 / 02:31
0
answers

Android Question OnClick

hello a query the issue is like this I have an onclick that generates a number depending on the button that presses (from 1 to 4) and I have a handler that at a certain moment has to pause and wait for those buttons to be pressed and compare it...
asked by 03.07.2017 / 04:27
1
answer

change icon for each "Onclick" but does not execute php function

Function in php $estado1 = 'imagenVerde'; $estado2 = 'imagenRoja'; $estado3 = 'ImagenAzul'; $estadoA = $estado1; //funcion para cambiar el estado en un click function cambia_estado($estado1,$estado3,$estadoA){ if ($estadoA == $esta...
asked by 15.08.2018 / 22:27
3
answers

When I give in my onclick event sending a date I am left

It happens that I am developing a system in php and the result of a query is this: <?php $data = '<table class="table table-striped"> <tr> <th>ID</th>...
asked by 05.01.2018 / 08:22