Questions tagged as 'dialog'

1
answer

Close Dialog after 10 seconds open

I would like dialog to close after 10 seconds. I can only do this by clicking the button. Follow the code. AlertDialog.Builder alert = new AlertDialog.Builder(this); WebView wv = new WebView (this); WebSettings webSettings...
asked by 14.09.2017 / 19:39
1
answer

How to increase text size of AlertDialog?

Can you increase the size of the letters of a message that I display within a AlertDialog ? Code: AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this); builder.setMessage("Gasolina"); builder.setTitle("Sua melhor...
asked by 19.08.2016 / 15:06
2
answers

How to countdown in a MessageBox

Usage Delphi XE7 , needed to countdown to MessageBox , Não button. For example a count of 10 sec next to the caption of the Não (10) button and so it decreases Não (9) . My alternative is to create the dialogue...
asked by 15.03.2017 / 19:56
1
answer

Search does not work on Jquery Modal Screen

We have a search screen that works like this: There is a main screen. In it a button calls the search screen. This screen loads into a IFrame that is within a Modal jquery-ui(Dialog) . In this screen (search) I select some filters a...
asked by 06.08.2015 / 19:53
2
answers

How to open a Dialog on android

I would like to know how to open a dialog so that the user can enter text, as soon as he clicks the button, the box to type is opened and as soon as he type it will have a save and cancel button, how can I do that? private ImageView imgsavesom...
asked by 25.06.2015 / 19:49
1
answer

Theme change for alertDialog, depending on Android version

I'm developing an app, which uses some alertDialogs at certain times. my question is as follows, I would like to leave the subject of these alerts according to the Android version of the smartphone that will be run the app, ie, it "pick up" the...
asked by 08.04.2015 / 15:09
0
answers

EditText does not open the keyboard within the listView

A listView was created within a dialog and I placed in front of each information a EditText , but when I click on EditText to change the information it puts the cursor inside EditText , but not% open the keyboard...
asked by 27.10.2017 / 15:07
1
answer

How to display two messages using Windows phone MessageDilalog 8.1

How do I print two messages using MessageDialog of Windows Phone 8.1? using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; usi...
asked by 15.09.2015 / 03:13
1
answer

CommandButton - Error Calling Method

I'm a beginner with JSF , web development, and I'm having a problem using the Dialog component, PrimeFaces , within DataTable . The idea was this: We have a gift list for a bridal shower, the party guest chooses the p...
asked by 02.11.2015 / 21:30
0
answers

p: dialog does not work

I'm following the showcase example but it does not work. It was to appear an icon and after I clicked on this icon it opened the Dialog but when I open the page it is already this way: Thisisthecode:<body><h:form><h:outputLinkv...
asked by 10.06.2015 / 15:47