Questions tagged as 'dialogo'

1
answer

Round off corners of a Dialog type layout

I have a Activity that is a type Dialog when opened and I want to round the corners in Style What I have is the following, however it does not work <style name="formularios" parent="Base.Theme.AppCompat.Light.Dialog"...
asked by 31.12.2016 / 17:56
1
answer

Problem with shell script on Mac (osascript dialogs)

I am creating a script to delete some files (my purpose is to learn to use the dialogs and execute some tasks), I was forming it based on examples in the network, the dialogs work well, except when I want to execute the commands sudo , tel...
asked by 18.09.2017 / 18:10
2
answers

Capture error and display a dialog to send report on Android

Hi, I have created an app for android and it works correctly, but sometimes it finds errors and a message to force close and send report, I noticed that in applications like facebook or whatsapp apart from showing the dialog with the buttons to...
asked by 21.05.2016 / 20:29
2
answers

Behavior of an Activity as Dialog

I want to achieve the following, as you can see a Dialog at the top has a circular icon of close (x) . I have the Dialog but I need the mentioned icon, any ideas to get this or something similar? I have converted a normal...
asked by 11.01.2017 / 14:50
1
answer

Error ProgressDialog along with threads on Android

I have the following structure in my class: public class Registro extends AppCompatActivity { private ProgressDialog progressDialog; protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentV...
asked by 20.04.2017 / 17:33
1
answer

Why is the hr tag not placed below each div I indicated? from jQuery

From a array that I get from db , I create a modal with bootstrap3-dialog . I create the elements easily, the only one I have problems with is the hr tag, since they are not placed under each element that I indicate, but they are al...
asked by 24.09.2017 / 06:45
1
answer

Create MultiChoice AlertDialog on Android

In ActionBar I need to implement a AlertDialog with multiple options which is filled by means of a ArrayList with an Array Adapter, and the data I get from a WebService implementing the class AsyncTask . I need you...
asked by 01.06.2016 / 22:30
2
answers

Show alert dialog when a call is received

I'm making an app that when receiving a call gets the number of the incoming call, looks for it in a BD, and shows a message with the data associated with that number. So far, I notified it with a Toast, I want it to show something like an alert...
asked by 25.03.2017 / 22:41
0
answers

Customize default dialog of GoogleApiAvailability

Hi, I have this method that checks if GooglePlayServices exist on the device: public static boolean isGooglePlayServicesAvailable(Activity activity) { GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.getInstance(); i...
asked by 15.11.2016 / 10:42
1
answer

I use the plugin "boostrap-dialog" in fiddler and it works, but in my system it does not

Here is a basic example of the code I use: BootstrapDialog.show({ message: '¡Hola!' }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link href="https://cdnjs.cloudflare...
asked by 26.05.2017 / 06:51