Tagged Questions
-1
votes
1answer
26 views
Fling inside Dialog Android
Can anyone tell me how to get fling motion event inside CustomDialog or Dialog Theme activity. I have tried by implementing GestureDetector.OnGestureListener , but it doesn't even recognize touch. Any ...
1
vote
1answer
20 views
Execute composite component code only when it is displayed
I have a JSF composite component inside a PrimeFaces dialog that has dynamic=true(dynamic - enables lazy loading of the content with ajax). The component is initialized inside the overriden ...
0
votes
1answer
56 views
Set custom dialog once into activity
I have listactivity consist of multiple row each row open activity which contain text and two button one of them open infinite gallery the other one open dialog , i have 20 row so i add dialog 20 ...
0
votes
0answers
21 views
Printing PDF with dialog window Java
I have big problems with printing PDF with opening dialog window in order to choose printer. PrinterJob class object is responsible for displaying dialog window and printing, but i dont know how to ...
0
votes
1answer
22 views
Problems with PDFRenderer
Do you have any ideas how to print PDF file using standard Java libraries with showing dialog window?
PrinterJob pjob = PrinterJob.getPrinterJob();
if (pjob.printDialog()) {
try ...
0
votes
1answer
28 views
Pause an Android activity when a Dialog is shown
I have a question about activity and dialog interaction. In my Android application I have a page that allow the user to scan a QRCode, and when a valid QRCode is scanned the application will open a ...
-2
votes
3answers
69 views
How to make the 'open with' dialog box?
I made a program to search for .txt files.
If I click a file it means that the "open with" dialog box should appear, and that dialog box will contain a list of all installed programs.
I am using ...
0
votes
1answer
34 views
Dialog + callback?
I have made a CustomTypeDialog class and what I want is to use EditText which is not in the active layout. I get a nullpointer exception when I try to click one of the buttons, which I think is ...
2
votes
2answers
56 views
android display dialogbox during progressbar
I have this problem: during a long operation, I display a ProgressBar. Sometimes, during this operation, the programm has to ask the user for somewhat.
Then, I'd like to display a DialogBox, but if I ...
1
vote
1answer
30 views
Dialog context issue - Android
I have created a dialog box like so using a custom layout:
dialog = new Dialog(FetchMenu.this, R.style.CustomDialogTheme);
dialog.setContentView(R.layout.custom_dialog_iab);
...
0
votes
1answer
37 views
Android DatePicker showing Full Screen on Initialization
I have followed this tutorial to integrate a datepicker into my app, I have tailored the original to suit my needs and managed to get it working. Unfortunately the author doesn't go too much into the ...
0
votes
2answers
26 views
How to get Button in GXT
In my application I have a dialog box, which is not created by it's own class, but just added as a widget to the page. I need to add a listener to the button in this box, which is added to the ...
0
votes
1answer
35 views
Closing ConfirmDialog from method
I have some class with 2 methods. First method is invoking confirm dialog and second is thread listener waiting for complete status. If the listener is executed, I want close the confirm dialog. Is it ...
0
votes
1answer
28 views
onKeydown is not allowed to go back when the dialog is start
i have create simple dialog that showing when i click on the button
every thing is working fine
but i want the onKeydown is not allowed to go back
this is my activity class
public class ...
0
votes
2answers
38 views
Preventing Android dialog from extending activities
How can I prevent my dialogs from extending activities?
When I create it in my main activity it doesn't dismiss itself when I click "Okay", which creates a new activity. The new activity that is ...
5
votes
2answers
61 views
How is this Swing code working?
I see the following code in a Java/Swing GUI project:
MyDialog dlg = new MyDialog(parent, isFizz);
MyDialogResults results = dlg.getResults();
eventBus.fireEvent(new MyDialogEvent(results));
In ...
0
votes
1answer
35 views
Using Different types of Dialogs in Same Activity
First off, I'm brand new to android development, and mostly brand new to programming, so please bear with me. I've got one Activity with several buttons. The first button, 'Name of Workout', opens up ...
0
votes
3answers
83 views
Style the Header on a primeface dialog
im using a PrimeFace Dialog in JSF. The problem is that a PrimeFace dialogs header is gray in color and my client thinks it similar to an inactive object because the windows uses gray to indicate that ...
0
votes
1answer
33 views
How do I send a dialog box to a registered Username
I would like to know if it's possible to send a dialog box to a registered username with ID from my database in my application?I've seen this in action in other apps but I can't seem to find any ...
1
vote
1answer
98 views
Primefaces Dialog - Setter not found for property class
I want to implement the Primefaces 3.5 Dialog Component.
My implemetation:
<div class="span10">
<div class="well well-large">
<h:panelGrid columns="1" ...
0
votes
1answer
40 views
Why is my RadioGroup returning 'false'
I have a custom Dialog with a RadioGroup containing two RadioButtons. The RadioButton selected determines the String that is to be set. When I do
Toast.makeText(NewFile.this, checkedId, ...
1
vote
2answers
35 views
Java-Is there a way to get MouseEvents with a modal dialog up or make a non-modal dialog wait until input?
I am working on a program that is meant to keep track of footraces. The program is set up so that a right click(though this may be changed) at any time will indicate a runner has passed the finish ...
1
vote
2answers
41 views
InputMap/ActionMap does not work after opened SubDialog
I have tried to make a Dialog Close when I press ESC and accept when I press ENTER.
So I have build a superclass "CloseableDialog" using Input/ActionMap like this:
...
0
votes
1answer
34 views
Is it possible to keep a Dialog open after clicking the Neutral Button? [duplicate]
I have a Dialog with 3 EditTexts that I use to get an ftp address, username, and password. I used .setNeutralButton to create a button to "Test Connection". I got it working to connect to the ftp and ...
0
votes
3answers
66 views
Unable to close Progress Dialog in Android
I want to create a progress dialog in android, keep it open for 2 seconds then close it.
Below is the code I have written:
package com.example.proressdialogtest;
import android.app.activity;
import ...
0
votes
0answers
21 views
Sent message to built in dialer
I know it is not possible to include the built-in dialer in an own Android app. But would it be possible to send a message, which pops up on the screen for the user, to the built-in dialer as soon as ...
0
votes
1answer
41 views
Closing alert dialog after onClick from extended activity
In my main activity I have an alert dialog which creates a new intent when clicked. When the alert dialog is clicked and the new activity is opened I cannot dismiss the alert dialog even though I have ...
0
votes
3answers
134 views
Android Java Time Picker Dialog
hey I am trying to make a TimepickerDialog. But the app crashes soon as I press the Set Time button. Here is the code.
MainActivity:
package com.wifitimer;
import java.text.DateFormat;
import ...
0
votes
0answers
51 views
trying to validate from a user input dialog box in java
I am writing a program that changes the colour of aliens in a jframe. I originally used a text field but want to use a user dialog box to manually select the aliens by name but can not get the ...
0
votes
1answer
25 views
Dialog only first option works
I'm trying to make a SingleChoiceItems dialog activated from a listview onItemLongCLick which has 3 options via radiobuttons 1.View Profile 2.Send Message 3.Delete Friends and from the way I have it ...
0
votes
1answer
66 views
Unable to disable frame button from JDialog
I want to disable a button on the frame from a JDialog, I tried everything but it won't work. The program's execution starts from a frame and when the button is clicked the Dialog pops up. Simple, ...
0
votes
2answers
54 views
Implementing two TimePickers in the same activity
I'm using two timepickers in the same activity to let the user choose a start time and a stop time for a specific task, I'm using the DialogFragment class that's available in the support library for ...
0
votes
2answers
54 views
Adding a list using AlertDialog API
After reading http://developer.android.com/guide/topics/ui/dialogs.html, I would like to create an alert dialog as depicted below:
Basically, I would like to have an alert dialog with a title and ...
1
vote
2answers
82 views
App crash by showing Dialog in Timer (in runOnUiThread) after closing app.
I'm making a little game and in it I have to check if a value is zero every second. When it is zero the game should stop and show a dialog instead.
As from now the game never ever shoud work until the ...
1
vote
0answers
48 views
Android : screen width Dialog with adMob
I want to create dialog with adMob , but it always gives an error , that its not enough place to put it . so is it possible to make dialog width equal to screen width ?
here is how i create it all : ...
1
vote
1answer
53 views
To overlay a custom dialog for parent Activity to all views including child activity in android
I need to show a custom dialog overlays over all child activities. But that dialog's base context is background. Is it possible?. This is used for custom lock to whole application after wake up(Screen ...
0
votes
0answers
116 views
JAVA show my own form as a dialog
Creating Java application, and have a task:
Need to open new form from my "parent" form, but it should be opened like a dialog
(block "parent" form from editing, while new form is opened)
Tried, to ...
0
votes
2answers
89 views
Java GUI Accessing Buttons From showInputDialog
Basically I have code that displays a dialog box and allows the user to choose between 2 and 4 players. It works fine however I want to be able to control what the 'OK' and 'Cancel' buttons do but I ...
-1
votes
1answer
37 views
drop down dialog boxes
i got this example of a drop down box from the oracle website:
Object[] possibilities = {"ham", "spam", "yam"};
String s = (String)JOptionPane.showInputDialog(
frame,
...
0
votes
1answer
81 views
Android dialog, removing the thin grey border (~2px) sorrounding dialog
I need a way to remove that 2px grey border added by Android to the view content of a dialog. I've tried most of the solution marked as OK on this site. Desired final result is presented in the last ...
0
votes
0answers
35 views
WebView clicks are not accurate
I found a nice class for a dialog containing a WebView.
The problem is, that every click in the dialog is somehow moved left. If I click on the right-top edge of the screen, it shows that the click ...
1
vote
1answer
107 views
encodeAll method doesn't get called when composite component is placed inside a PrimeFaces p:dialog
I have tested Balusc's inputDate component: Composite component with multiple input fields inside a PrimeFaces dialog. The encodeAll method is not called at all and the select boxes are not ...
0
votes
1answer
59 views
Open About Dialog after onClickEvent in Settings Menu
I'm trying to open an About Dialog (extends from DialogFragment) after clicking on a Settings "About" button.
This is my about class
import android.app.AlertDialog;
import android.app.Dialog;
import ...
0
votes
1answer
72 views
Eclipse RCP: Controls not visible in dialog
I'm having a few troubles with the dialogs in the eclipse rcp. I wish to have a dialog which shows me a MasterDetailBlock to manage an arbitrary amount of entities shown in a table on the master part ...
1
vote
2answers
57 views
Catch GWT ClickEvent at Button
I have a button which shows a DialogBox when you click on it.
However if you click on the button it shows the DialogBox and th same time it will close and then open again.
It seems that the ...
0
votes
2answers
137 views
Failed validation during AJAX form submission breaks AJAX
Okay, so I have read through stackoverflow and various other portions of the net for a few days, and have not found a solution yet that fixes my issue.
Basically, I have an h:form in a p:dialog with ...
0
votes
1answer
32 views
Why is a WindowBuilder event not getting called?
I created a Java app in WindowBuilder for Eclipse. I built a menu and on one of the menu items I added the mouseclicked event.
JMenuItem mitemAbout = new JMenuItem("About");
...
0
votes
1answer
45 views
Java dialog with text and button
How do I make a dialog that has a text at the top and under it a blank space where the user can type and under it on the right an OKAY button where when you click on it the dialog disappears?
Like ...
0
votes
1answer
76 views
Java Swing dialog buttons and icons
I am currently learning Java and i'm on a lesson that teaches Dialog boxes.
Currently I know how to change the Icon option but how about adding some buttons?
JOptionPane.showMessageDialog(null, "Text ...
0
votes
4answers
43 views
how to make entire view in dialog clickable?
i have dialog and text inside eache view that i can click on .
i want all the view to be clickable insted only the text .
the code :
final Dialog dialog = new Dialog(List_Lists.this);
...






