Questions tagged as 'dialog'

1
answer

Create listview with database data and place an EditText in front of each information

I need to create a listview within a dialog, using the data from the SQLite database, but in each of the data it is going to load, you have to have an EditText in front, for example. Product Quantity EditText Fertilizer     
asked by 25.10.2017 / 11:57
1
answer

Adapt txt file reader

I was using a manual method to grab a txt file, where the user typed the file name and extension and pressed the button, now they replace it with a code that opens a search box to choose the file in hd. JFileChooser fileChooser = new JFileChoo...
asked by 04.10.2017 / 17:58
2
answers

Show a dialog with jQuery?

I have the following html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compa...
asked by 17.08.2017 / 14:26
1
answer

JQuery - How to use a href link to call a dialog

I need a command that opens a dialog every time I click on a link ... <map name="Mapeamento"> <div id="dialog" title="Imagem1"> <p>Informação 1</p> <p>Informação 2</p>...
asked by 08.08.2016 / 01:54
2
answers

How to do dialog with listview inside?

I would like to know how to create a Dialog containing a ListView following the example image below.     
asked by 31.03.2016 / 22:14
2
answers

Return which Alert Dialog button was clicked

I have a void method that creates a custom dialog that shows a listview multichoice, I would like this method to return a boolean when the positivebutton or negativebutton is clicked to do another operation on the method that calls it. Void m...
asked by 15.01.2016 / 14:01
1
answer

How to kill all dialogs on the screen at once?

I do a check and play 3 dialogs on the screen, however if the user cancels one of them, everyone should close. Does anyone know how to do this? I do not even know if it's possible. Thank you in advance.     
asked by 30.10.2015 / 18:43
1
answer

How to open a dialog passing an object as a parameter in primefaces?

Good evening. I'm having trouble opening a dialog by passing an object as a parameter. Does anyone know how to solve this?     
asked by 16.09.2014 / 04:54
0
answers

Accessing buttons of a Dialog Box in the context of Activity

I'm trying to implement the award-winning AdMob video in my app that consists of a game. When the player loses, a Dialog Box that represents a Game Over screen is displayed for him, containing two buttons: one that restarts the game and another...
asked by 29.11.2018 / 01:18
1
answer

Demo only works on JSFiddle

My problem can be a very simple thing, is that I'm new to script programming and I'm getting pretty much! I can not make this demo work in my .html file: demo link in JSFidde: https://jsfiddle.net/h5q7pe3m/33/ I put the following in my ....
asked by 08.11.2018 / 15:35