A form (window, box, etc.) presented to a user, usually for the purpose of capturing input or to make a decision.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Tiny Mce and JQuery Dialog (FireFox and Chrome Issue)

Tiny Mce works fine outside of a jquery dialog box on all browser but when it is addded to a dialog box it breaks on every browser except ie. Does anyone know why. IE - It works Fine FIREFOX, CHROME ...
0
votes
0answers
15 views

change width+height of an AlertDialog with checkbox

was working on an alertdialog with checkbox something like this CharSequence[] items = {"Google", "Apple", "Microsoft", "Google", "Apple", "Microsoft"}; boolean[] itemsChecked = new ...
-1
votes
0answers
8 views

Android - Dialog on popup activity graphical artifacts

I have an activity with a "popup" style, it appears like a dialog: <style name="web_popup" parent="android:Theme.Holo.Light.DarkActionBar"> <item ...
1
vote
0answers
14 views

Android - word by word voice recognition without google dialog?

I am trying to make a sample app to demonstrate word by word recognition. So far i am able to achieve the speech recognition which recognise what already being said but i want my app to start ...
3
votes
3answers
229 views

Whats the best book to understand Window's GUI internal behaviour?

I have the Windows Internals book which is awesome for understanding how the kernel works. Its invaluable alongside my Advanced Windows Debugging book.. but.. One of things I continue to struggle ...
-2
votes
1answer
26 views

Facebook Share Feed Dialog only working for Admins

After creating a Facebook App, leaving it in Sandbox and attempting to setup a Share button using the Feed Dialog, it seems only FB accounts I've added as Admins are able to use the Share button - all ...
-1
votes
1answer
5 views

How to change border color of a Jface Dialog(or TitleAreaDialog)?

I'm tring to change the border color of a TitleAreaDialog. But after research found no support for this attempt.
0
votes
0answers
3 views

Persist window object opened using window.open

I am opening a dialog box on clicking the hyperlink. The dialog box opened using the window.open. When this dialog is opened, the parent window is refreshed automatically. The problem which I am ...
0
votes
0answers
12 views

Viewpager in FragmentActivity themed as Dialog

My app has a Gridview. Clicking on the Gridview cell used to open an activity which was themed as a dialog in the manifest. This worked well. To improvise the app further, I wanted to add a ...
0
votes
3answers
30 views

Can we interact with background activity when displaying a dialog over it in android

I want to display a dialog over an activity but still want to interact with background activity to perform something, while the dialog is being displayed. How can this be done?
1
vote
0answers
236 views

Facebook login webDialog “CURRENT GOALS” header but no button to authorize or cancel

I am new to Facebook SDK. I am adding the Facebook login in my Android app using Facebook SDK 3.0.1. A Facebook webDialog pop-up for login. Today I found a strange behaviour that is different from ...
1
vote
3answers
43 views

Custom dialog or custom activity?

I want to use user conformations many times in my app. Like "You're about to do 'this', or 'that'. Are you ok ?" with yes/no buttons, or "Tip : do 'this' or 'that'" with a checkbox to 'don't show ...
-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
13 views

Jquery UI Dialog Button confirm open URL

I cannot seem to figure this out. Once you click on the button, it should open a dialog to confirm if you want to continue to 'go onto this link' (i.e. google.com) or not. If yes, it should direct you ...
1
vote
3answers
27 views

How can I create a custom dialog with two datepicker?

I just started to learn Android as a hobby and I would like to create a dialog with two datepicker final Dialog dialog = new Dialog(this); dialog.setContentView(R.layout.data_picker_dialog); ...
3
votes
4answers
3k views

Prevent ShowDialog() from returning when OK button is clicked

I have a dialog that I want to prevent from closing when the OK button is clicked, but it returns, and that even if the AcceptButton property is set to none instead of my OK button. What is the best ...
0
votes
1answer
20 views

Use 2 Title Images in JQUERY UI Dialog based on php

I have a php condition and need two different images to potentially display. Is there some way to create two different titles for different classes? Or maybe a different way in the jquery? Right now ...
0
votes
2answers
18 views

jQuery dialog button confirm before opening URL

I am having difficulty creating a button that will pop up a dialog box to 'confirm' if I want to continue to open the URL link or not. However, when I click on the button "google', it automatically ...
6
votes
2answers
4k views

Simple & small, pure javascript lightbox (dialog overlay)?

Does anyone know of a small, limited functionality lightbox built with pure javascript? This is for an embeddable widget, thus the reason of not using jquery. All I really need is creating an overlay ...
1
vote
2answers
661 views

SherlockDialogFragment and empty space on dialog

How to delete clean space on top dialog? To display I extends my class SherlockDialogFragment. Maybe try to change the setStyle? My layout of dialog: <LinearLayout ...
0
votes
1answer
13 views

How to trigger open a jQuery UI dialog from a separate page?

I'm not very good with jQuery and I've hit a wall recently. I have a jQuery UI dialog that opens when a user triggers it on index.html. It is hidden on index.html until the user triggers it open. On ...
0
votes
0answers
11 views

PySide: hiding a dialog breaks the dialog.exec_()

In my project I have to show people a dialog which can accept or open another dialog. I start the dialog by the usage of dialog.exec_() which also should make it possible to catch the ...
0
votes
0answers
32 views

Bash progress dialog with rich progress report

I have dialog installed, where I would like to have a nice progress dialog, like this: +-------[ title ]--------+ | | | +-[ console output ]-+ | | | output line1 | | | | ...
1
vote
4answers
1k views

Why jQuery UI 1.10 remove jquery dialog zIndex option?

I found the latest version of jquery UI(1.10) remove the zIndex option. And it's confirmed on the jquery website. It really shocked me. Please think about this: When we have an jqgrid, and use ...
-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 ...
-2
votes
1answer
100 views

How to hide this “close” button

I am using this jquery-ui to display a dialog box but it comes with a freebee named as "close" which I don't want, you can find rest of code here, Why my Dialog box isn't working In html its ...
0
votes
0answers
12 views

Set contentDescription for a custom dialog

how can I set a contentDescription to be read by the accessibility service when my dialog is opened? I'm currently using a dialog with a custom layout to display a blocking laoding screen and the ...
2
votes
5answers
64 views

putting “*” values in a dialog box C# forms

I am using the simple Dialog box given in the following link as a crude (that's all I need) password input box: http://www.csharp-examples.net/inputbox-class/ How do I set the text to display **** ...
0
votes
3answers
2k views

Android Phone number Calling Function in an Activity

I am developing Android Application having ContactUs Page having Phone Number. I had given the Phone number in xml file as below: <TextView android:layout_height="wrap_content" ...
0
votes
0answers
21 views

Calculating time of scannig to QProgressDialog

I am working on QT creator with c / c + +, and I have a function in which scan a hard drive or pendrive in blocks of 512 with fread until the disk is EOF. What I want to do is calculate the percentage ...
0
votes
1answer
57 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
6 views

CQ.form.Selection.PATH_PLACEHOLDER not working?

I having a plain old dialog and want to load data from a servlet, which is invoked by a selector. Just invoking it by calling a URI works fine, but when setting the options property of a selection to ...
0
votes
1answer
53 views

Get The Current User ID and Server URL in an HTML Page - CRM 2011

I'm trying to launch a dialog from an HTML page in Microsoft Dynamics CRM 2011, and to be honest I'm not getting anywhere with it. Here is my HTML page: <HTML><HEAD> <META ...
0
votes
1answer
19 views

QProgressDialog not run a second time?

I am working with QT creator and he has emerged a problem I could not solve ... I'm on a gui application, where I have a window with a button that calls "Scan" which when pressed runs a ...
0
votes
1answer
17 views

Using a GTK window and waiting for the response

I am using PyGTK inside another application to take user input. I am building an window which has lots of Check Buttons and according to response I need to go ahead. The problem is that in python ...
0
votes
0answers
19 views

How to open primefaces dialog with faces-navigation and ui:composition

JSF 2.0 / PrimeFaces 3.5 / Eclipse Juno / I have the following structure : Xhtml template with tags html,head,body. Inside de body tag I have ui:insert name=conteudo So I call the first.xhtml ...
0
votes
0answers
19 views

Facebook Dialog Feed - Facebook Application ID

Currently, I would like to share my website link via Share by Facebook function. After google it for a while, it comes to me that Facebook Sharer (which is an easy way to share a link without ...
0
votes
1answer
98 views

Microsoft.Office.Interop.Word.Document won't prompt to save changes to single document without _Application.Quit()

Before I begin, I have googled this to death and there are many posts about how to prevent the save prompt. I am having an issue showing the save prompt. I am building the template editing portion of ...
-1
votes
1answer
39 views

how to make dialog(message) box like facebook [closed]

How can I make dialog box with TABs in the dialog box like this picture(facebook application for android): Please give your suggestions and answers
12
votes
7answers
14k views

Access to file download dialog in Firefox

Is there any kind of API that can allow me to manipulate a file download dialog in Firefox? (I want to access the one that appears when user does something, not initiate one myself). What I want to ...
21
votes
7answers
7k views

Tap outside Android dialog to dismiss it?

I was wondering if it's possible to somehow tap outside a popup dialog (or an Activity with a dialog theme), and dismiss it by just tapping outside of it? I made a quick picture to illustrate it: ...
1
vote
2answers
6k views

MSHTML - Auto Click for JavaScript confirm dialog

I am trying to automatically parse/submit a web page using MSHTML (in C#.Net 3.1 WPF WebBrowser control). I can fill the forms, click buttons, and navigate pages without problems. But I do not know ...
1
vote
0answers
32 views

MFC - Adding event handler for dialog button

I have a CView class and a dialog in it, and I want to get some data from the dialog object once the user clicks on its "Accept" button, so I have added an event for the button and its handler in the ...
0
votes
1answer
55 views

How can i implement a simple posting layer in the iphone app?

I want to implement a dialog in iphone app. In my app, The users can send any message from other user's profile view page. The posting layer will mask original profile page and display like below ...
0
votes
1answer
27 views

How to modify the jquery-ui dialog on bootstrap modal

I have this following code for making a confirm dialog using jQuery UI: function Help(section) { $("#userpopup").remove(); $("body").append("<div id='userpopup' title='Help' ...
0
votes
1answer
46 views

Android dialog pause activity

I want to show dialog and it will pause activity . To wait user turn on the GPS . After that it can query database to fill the list . The picture below description what I want to do And ...
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
0answers
33 views

jQuery dialog… can't make more than 3 popups

Currently I'm using jQuery dialog. It works fine, but I can't make more than 3 popups. Does anyone know what the reason is and how to make more popups? Maybe I have to edit jQuery dialog's ...
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 ...

1 2 3 4 5 95