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...
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);...
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...
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...
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...
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...
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...
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?
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...