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)

4
votes
0answers
55 views

How to hide all system dialogs?

I want to hide all system dialogs like recent apps dialog,power off dialog etc... in my application.So i tried Intent closeDialog = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); ...
4
votes
0answers
125 views

Align like button comment dialog box

Is there anyway to align the comment dialog that appears after clicking the like button to the left rather than to the right. I'm would like to do that to fix a problem I am having with multiple like ...
4
votes
0answers
837 views

Facebook Connect - Login bug - An error ocurred. Please try again later

The login box popup shown on clicking the "Facebook Connect" shows a "An error occurred. Please try again later" error for a certain flow(described below) And looks like we're not the only ones ...
3
votes
0answers
124 views

p:dialog gets closed on validation error of a submit with ajax=“false”, how to keep dialog open?

I have the following <p:dialog> <p:dialog id="dlgDownload" header="#{appmsg['header.download.popup']}" widgetVar="downloadDlg" resizable="true" modal="true" closable="true" width="640" ...
3
votes
0answers
112 views

(Android) List in dialog with only one item with a checkbox

Ok, I've searched for this for a while now, but I can't find anything. My app displays a students school schedule in a list and when the user clicks a class in the list it displays a dialog that ...
3
votes
0answers
224 views

Javascript: Modal Dialog Window - Inactive Tab Page

I have a modal dialog popup being called from a parent window after 30 seconds of launch. The modal window then closes automatically after 10 seconds of its launch. The problem is when the parent ...
3
votes
0answers
385 views

Facebook Request Dialog response contains no request_ids? What's going on?

We’re using the Facebook SDK for iOS. Everything works (both auth and feed dialog etc.), except the Request Dialog; the callback function "dialogCompleteWithUrl" is getting response URLs that contain ...
3
votes
0answers
313 views

Disable fading between dialog and main activity

I created a little application that uses 'android:theme="@android:style/Theme.Dialog"' in it's manifest. That way, it will be displayed like a dialog, so the background will be translucent and dimmed. ...
3
votes
0answers
342 views

android, posting on facebook not showing the dialog properly

I am posting some data on facebook from an android app. It works fine, apart from the fact that the dialog window is not showing the parameters, like text, etc... ![Please see image attached][1] This ...
2
votes
0answers
51 views

jQuery Dialogs wont stay in container div when opened

I'm working with code to open multiple dialogs in a cascading fashion in a desktop type environment. The issue is keeping the dialogs from opening outside the container "#desktop" div. I have tried ...
2
votes
0answers
47 views

Drawing static text on transparent window

I am trying to display static text directly inside a game's window. I am writing a standard win32 dll that the game loads. The DLL creates a borderless and transparent dialog window that always lies ...
2
votes
0answers
246 views

Android Custom Dialog Textview and Background Color

I have a custom DialogPreference Dialog that has its layout set out in a relativelayout that contains the following: Checkbox Textview Text Field This is fine in Android 4.0+, because the theme ...
2
votes
0answers
69 views

Show progress message or bar when with download.file in Emacs ESS

The title should tell it all. R download.file() does not show progress status in Emacs ESS. Any workaround? Update As requested an example: download.file("http://path/to/file.zip", "myfile.zip", ...
2
votes
0answers
121 views

How to add content to a containerNode that already has its content from href using dijit.Dialog

I’m new with this javascript and dijit. My problem: In my js-function I’m building up a dijit.Dialog, using parameters that has been sent to the function. One of the parameters is a href to en ...
2
votes
0answers
273 views

save dialog javascript firefox

Following code finds all links with in ul li and get their href image path and add event so when user click on link it opens save dialog. This only works in Internet Explorer. How can I do this for ...
2
votes
0answers
57 views

When I made call through SIP phone, the mobile number edit into my dialed call log that I want to clear, how can I do that?

I have done the following changes into my code. I'm fresher in android development. I just want to clear the call log that written by the SIP phone, I have made my SIP phone using SIPDROID. If I ...
2
votes
0answers
109 views

Preview image of the link to be share on Facebook Native Dialogs

My question is the next. I am allowing to the user to post a link from an iOS native app. Using the old dialog system was possbile to display a thumbnail/preview of the link in the dialog pop up. That ...
2
votes
0answers
135 views

Visual C++ Modeless Dialog Bitmap Not Showing

I am trying to display a modeless dialog in Visual C++ with a bitmap image on it. I created the dialog using Visual Studio's Resource View and when previewed it shows up just fine. When trying to ...
2
votes
0answers
76 views

Apply theme to the DialogPreference's dialog

I would like that the dialog that appears from a DialogPreference would have a theme defined by me in style.xml. How could I do it? Thanks in advance!
2
votes
0answers
200 views

Facebook Request Dialog in an iframe on html page

I want to display the facebook request dialog as an iframe on my html page. Currently I have the following code: <div id="fb-root"></div> <script type="text/javascript"> ...
2
votes
0answers
106 views

How to integrate WebKit into legacy Motif application

We have a large and complex legacy Motif application into which we would like to integrate the WebKit (http://trac.webkit.org/wiki). I'm not aware of a Motif port of the WebKit (at least didn't find ...
2
votes
0answers
198 views

Embed datepicker inside an Acitivity

I want to embed a DatePickerDialog inside an Android activity itself. I do not want the DatePicker to appear when clicked on a button as a dialog but embed it inside my activity itself. I have tried ...
2
votes
0answers
210 views

Facebook like dialog position

Im using the Facebook like and send: http://developers.facebook.com/docs/reference/plugins/like/ Iis it possible to get the like dialog that pops up to go north, and dont south? Like illustrated ...
2
votes
0answers
121 views

Anchor Android Dialog to a View

I wanted to know if it is possible to anchor a Dialog to a View in Android, or in general: just to display the dialog at a certain location on the screen. P.S. I don't want to use a PopupMenu because ...
2
votes
0answers
63 views

Manually Position Dialog

I'm trying to create a customized dialog for my applications. Its kinda like windows 8 style, simple plain rectangle using all screen width and stuff. I know this is done by themes and styles but my ...
2
votes
0answers
120 views

control dialogbox of an external application

I'm writing a program in C# to automate another application. I use user32 api. When the external application needs user input, my C# program fills the boxes and presses the buttons. When a new window ...
2
votes
0answers
237 views

refresh Dialog with using onPrepareDialog did not work

@Override protected Dialog onCreateDialog(int id) { // TODO Auto-generated method stub if(id == 0){ AlertDialog.Builder dialog = new AlertDialog.Builder(this); ...
2
votes
0answers
523 views

Android:Cancel dialog outside click

I am making an app in which i have to use dialog i used dialogW.setCanceledOnTouchOutside(true) to cancel dialog.But i am unable to cancell it and i have gone through this link also: How to dismiss ...
2
votes
0answers
286 views

Android multiple dialogs under tabactivity showDialog(0)

I wanted to create a multiple Activitiy under tab dialog. But the problem is that when I press the button, I get the following error: and apps from bases. 06-18 19:57:06.444 E / AndroidRuntime ...
2
votes
0answers
273 views

JQuery Mobile Form Submission From and To Dialog

I am planning on using a dialog to let a user log into my jquery mobile application. Basic functionality is that user will enter username and password. If incorrect the dialog will remain open. ...
2
votes
0answers
107 views

Facebook: how to setup the Auth Dialog Button to Display “Okay, Watch Video” instead of “Go to App”

Facebook: how to setup the Auth Dialog Button to Display "Okay, Watch Video" instead of "Go to App" ? other similar apps like socialcam, dailymotion, metacafe, viddy ... shows an auth dialog with the ...
2
votes
0answers
255 views

Android AlertDialog Title Font has different sizes

I'm having a weird "problem". I have a static function that creates an AlertDialog box. I pass the current Context as a parameter. It's a pretty basic AlertDialog.Builder, not a lot of code. But ...
2
votes
0answers
256 views

Scale and Translate animation for a Dialog given X and Y

I'm trying to animate a Dialog enter and exit animation over a MapView in the following way: After the user executes a longPress on an OverlayItem of the MapView, the Dialog should scale and translate ...
2
votes
0answers
864 views

PrimeFaces DataTable selection goes null on dialog.show()

I've got a BIG problem using Datatable and Dialog together. I need to click on a datatable's row and showing a dialog which loads data from datatable's selected item. Selection goes fine, but the ...
2
votes
0answers
86 views

Create reshare dialog using Javascript SDK

Is it possible to create "reshare" dialog using Javascript SDK?
2
votes
0answers
228 views

Preventing Windows Error Dialog for Console App

I have a .NET service that monitors a windows share location for console apps written in Fortran, launches them, monitors STDOUT and STDERR, and copies output back to a shared location where it's ...
2
votes
0answers
164 views

How to get the windows standard dialog for accepting /declining a digital certificate in C#?

When writing a C/S-Application with C# i'm checking the certificate of the server i connect to. Therefore I get a callback where i can consider about X509Certificate certificate, X509Chain chain, ...
2
votes
0answers
244 views

Skype4py set video chat dialog to fullscreen

I'm trying to get the video chat window automatically in fullscreen when it appears. Using Skype 2.2 und Skype4py under Linux. Can not find a way to maximize the video dialog with Skype4py. Ideas? ...
2
votes
0answers
850 views

Facebook Feed Dialog returns a unhandled JavaScript including post_id that crashes iOS app

I try to use Facebook's Feed Dialog. According to the examples on the Facebook Developer's web pages I coded two classes MyAppModelClass and MyViewCntrl, see below. Compilation runs without errors or ...
2
votes
0answers
458 views

Facebook feed dialog redirect uri_problem

I am developing an app which provides a facebook feed dialog. I am using the following code: http://www.facebook.com/dialog/feed? app_id=123050457758183& ...
2
votes
0answers
353 views

I try to create a Progress dialog during onPageStarted and dismiss at onpageFinished but Progress dialog still in webview after the page was loaded

public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.getWindow().requestFeature(Window.FEATURE_PROGRESS); setContentView(R.layout.webviewactivity); ...
2
votes
0answers
772 views

Can I avoid Captcha dialog when posting picture using Feed Dialog in iOS SDK?

I am using the dialogs in Facebook iOS SDK to allow users's of our app to share a link on their news feed (SDK downloaded today to ensure I have latest version). This was working last week and began ...
2
votes
0answers
329 views

Android monkeyrunner test calls onClick handler twice

I am experiencing funny behavior of monkeyrunner. When app shows AlertDialog with two buttons, my onClick handler sometimes called twice. This does not happen when I press the button manually, only ...
2
votes
0answers
289 views

Dialog with Disposed parent makes JVM hang?

Today I noticed using a window that's been disposed as a parent for a message box will keep the JVM from terminating. (And by 'noticed' I mean I stumbled around for 1 or 2 hours trying to figure out ...
2
votes
0answers
2k views

Facebook FB.UI apprequests popup window doesn't close when user submits?

I'm using the FB.UI() javascript sdk to display an apprequests window to allow users to select friends to send requests to. Usually this "pops up" in a modal on the current page, and that works fine, ...
1
vote
0answers
115 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
0answers
49 views

JQuery UI dialog not passing form variables after preventdefault

I believe I'm doing something wrong here. I have a Perl script that says "if not submit button name submit/save, display html page. Then on submit, run subroutines which pretty much insert6/update ...
1
vote
0answers
46 views

Why Does Opening A Dialog Too Early Fail w/ jQuery Mobile changePage

I am trying to open a dialog with JQM as soon as the page is loaded. However calling changePage with data-role='dialog' too soon results in the dialog being shown and immediately closed. When ...
1
vote
0answers
16 views

User to user request dialog not appearing in my application

My url works fine when I put it directly in the address bar, but when executing the code below, it gets to the error. $.ajax({ type: 'GET', url: ...
1
vote
0answers
8 views

Android: don't apply style to some Dialog inner views

I have a Dialog with a custom layout in it. I created a style for this Dialog since I want it to have rounded corners, border and a certain background. The only way I found to see rounded corners ...

1 2 3 4 5 26