Questions tagged as 'dialog'

1
answer

Close Open Dialog within the RecyclerView Adapter

I made a header for my RecyclerView which, when clicked, opens a Dialog. Some time later, it started to give this error: Activity com.mypkg.myP has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44c46ff0 that was o...
asked by 06.12.2016 / 04:51
1
answer

How to get back to the activity and execute a method? [duplicate]

I have a Profile.class activity and it shows my photos, when clicking on it, opens a fragmentDialog showing the photo in slideshow ... but when deleting the photo, I need to go back to my profile and update my photos, running photos (myID);...
asked by 29.09.2016 / 21:07
1
answer

Change DialogFragment size according to Android screen

I have a very simple registration form that appears when I click a button to register. This form appears in DialogFragment , however, with a very small size. Zonzando on the internet I found a code that changes the size of it: @Ov...
asked by 31.03.2016 / 21:44
2
answers

Receiving file lines, and handling them (BASH)

I need a bash script that will read a file, recognize the delimiter (in the case ";") and store the values that are in the delimiters in variables, to later build a menu with the dialog ... What I have done so far is: #!/bin/bash file="Tare...
asked by 31.10.2015 / 22:13
1
answer

How to interact with PHP with the Dialog interface of Shell Linux?

How to interact with php7-cli with the Dialog interface of Shell Linux, displaying values of variables on the screen?     
asked by 14.01.2018 / 17:02
1
answer

dialog with problem when using --item-help

I'm having trouble implementing a checkbox with dialog , in Linux Mint. What happens is that the --item-help option is used, the box mounts the checkbox wrong. dialog --title 'Seleção dos Componentes' --checklist 'O...
asked by 02.09.2016 / 20:57
1
answer

Problem with FileDialog in QML

I'm trying to use the FileDialog component in QML I've done exactly the same code that is in the Qt documentation on the link and this code did not show FileDialog and returned the error: QFileInfo::absolutePath: Constructe...
asked by 18.11.2015 / 14:40
1
answer

how to implement jsPanel with jsf

I'm trying to render an xhtml page inside jsPanel, but just get the jsPanel empty. this is the javascript: function executeLoad(aUrl){ $.jsPanel({ load:{ url: aUrl }, selector: "#content", title: "com url", boo...
asked by 08.12.2015 / 14:32
1
answer

How to open a Dialog without darkening the Android background screen [closed]

I have an Activity, and in this I call a Dialog, but when I open this 'popup' the Background Activity screen that called it darkens, but I wish it did not happen. Can you do that?     
asked by 30.10.2015 / 13:38
2
answers

confirmDialog does not work

I have an delete button inside my dataTable , but every time I click on it confirmDialog does not appear. I'm doing the following: <p:column style="width: 100px; text-align: center"> <p:button icon="ui-icon-pencil...
asked by 22.06.2015 / 14:38