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
1answer
73 views

Hiding items in android multichoice dialog

i am building a multichoice dialog : for (int i=0; i<count; i++) { options[i] = ...; checked[i] = ...; } AlertDialog.Builder builder = new AlertDialog.Builder(this); ...
0
votes
0answers
15 views

Facebook returning a 206 response only from a determined server

I'm trying to post a feed using Facebook javascript API (FB.ui). When I post the feed, the image field appears empty. Of course I've tried the URL from the example provided by facebook ...
0
votes
1answer
26 views

jQuery ui dialog box appears off view port

I am using jQuery ui dialog, when the page height is longer that view port height, vertical scroll bar will appear, then, when user scroll the page, the dialog will get off view port area .. Is there ...
0
votes
3answers
40 views

Android ProgressDialog won't show in my AsyncTask [duplicate]

this is my code. I have been googling for about 2 hours now and i'm going crazy.. I've been doing exactly like all the examples on websites, but it just won't show, and does not give me any errors. ...
0
votes
1answer
54 views

Android Dialog - Rounded Corners and Transparency

I'm trying to make a custom android dialog with rounded corners. My current attempts have given me this result. As you can see, the corners are rounded, but it leaves the white corner still ...
0
votes
1answer
14 views

update view from another one the same viewmodel

I am new to the MVVM philosophy, and my question may be stupid but hey, I try anyway. I have a view associated with a model view. In this view, I open a dialog box when the user presses a button. ...
1
vote
1answer
19 views

use of --output-fd parameter in dialog utility

I'm working on an embedded linux system; my console is a serial port and there is a VGA video output at /dev/tty0. I am trying to use the 'dialog' (1) utility to display menu-like displays on the VGA ...
0
votes
2answers
108 views

BrowserActivity has leaked window

I've an app that uses GCM push notifications. When i push a notification on to the phones that i'm testing (HTC Desire C, Samsung mini etc), it works fine. The notification is the url of the app that ...
1
vote
0answers
34 views

Browser IE :clicking on alert ok causes the dijit dialog in background to hide away visually

I have a dijit dialog that pops up on clicking of a button. This dialog has a button which stands for submitting and one to hide the dialog On click of ok it sends a REST call and gets a response. On ...
2
votes
2answers
50 views

Adding a Progress Dialog in a webview

I have been trying to incorporate a progress dialog into my app when pages are loading in the webview so there isn't just a blank white screen. I know this question is posted everywhere but I can't ...
0
votes
1answer
50 views

How to open jQuery dialog with ASP.NET Master Page

I am using master page in asp.net.Jquery dialog has been used in content page. a)Jquery reference included in master page. b)Separate main.js has been created and included in content page. when i ...
1
vote
1answer
37 views

infragistics igGrid in a dialog box does not take user's input

I have an application using infragistics asp.net web grid. In the main page, Grid is displayed no problem. user can select a row from main grid, from there a dialog box pops up where a second grid is. ...
0
votes
3answers
71 views

how to set check default radio button android with alert dialog?

any body help me... how to set check default radio button with alert dialog when is launched..? this my code , ex: i want to set radio button when launched where items is "15" public void ...
0
votes
0answers
33 views

FB login dialog opening multiple times, not redirecting

i am having problem with strange behaviour of login dialog. The login dialog is opening multiple times, not closing... at the end after a while it's logging the user in. Seems like some problem with ...
0
votes
2answers
29 views

Can interact with spinner items shown in dialog using onitemselectdlistener?

I have a spinner showing categories like energy, power, etc in my units converter application. I am using 3 spinners for categories, units (from and to). From spinner I'm displaying items in dialog. ...
0
votes
1answer
74 views

I need to open dialog box on linkbutton click using asp.net

Hi i need to display dialog box on linkbutton click in asp.net.On this dialog there will be file upload control to browse files. Can you please suggest me any example.Because i am pretty new in ...
0
votes
1answer
54 views

iphone development: how to handle fbwebdialogs pop-up buttons

In my app I use FBWebDialogs to sen app request to facebook friends and I do it successfullty. My problem is I cant handle FBWebDialogs pop up windows button. In the code below I can detect X button ...
-1
votes
2answers
75 views

Creating a popup list view on the iPad [duplicate]

I'm developing an app and I want to have a popup list view similar to the one in Safari on iOS: This kind of popup with the little speech bubble style arrow and a thin border appears on a number of ...
1
vote
1answer
48 views

How to handle JavaScript dialog popup in WebView

I'm trying to figure out how i can handle Javascript pop's in a webview, I have a WebView that is viewing a admin screen of a device on my network. Similar to a router, It has a administration section ...
0
votes
1answer
45 views

What's the difference between AlertDialog.builder.setView and Dialog.setContentView? [closed]

Here are the docs: AlertDialog.builder.setView : Set a custom view to be the contents of the Dialog. Dialog.setContentView : Set the screen content to an explicit view. But i am still a little ...
0
votes
1answer
20 views

CommonFileDialog to return UNC path

The question is simple, can CommonFileDialog be forced to return paths exclusively in UNC format? E.g. the problem is when user selects a file on own machine using the dialog, path is relative. This ...
0
votes
2answers
46 views

NullPointerException When calling Dialog Fragment

i want to create Dialog using fragment following this [link][1], Here my code for dialog fragment public class AlertFragmentDialog extends DialogFragment { public static final int ...
0
votes
1answer
33 views

jQuery ui dialog position chrome

i'm having some problems with jQuery UI dialog in Chrome and Safari. The dialog window popups in the middle of the screen as intended in FF and IE, but in Chrome and Safari the window centers itself ...
0
votes
1answer
40 views

How to display dialog only on complete of a successful form submit

I have a form with 2 required input fields and a command button which shows a dialog: <p:commandButton id="showDialogButton" value="Enregistrer" action="#{DEQbean.Ajouter()}" update="@form" ...
0
votes
1answer
35 views

Lazarus: Project raised exception class “Ereaderror” with the message: Unknown property “Caption”

I am using Lazarus 1.0.6 and FPC 2.6.0 and running it on PCLinuxOS Linux OS. Every time I open Printers Dialog by calling printerdialog1.Execute, compiler raises the following error, "Project xxxxxx ...
-1
votes
1answer
57 views

Close shell automatically after specific time period in swt [closed]

I am trying to create a shell in java swt application as dialog Shell. There is two button 'Accept' and 'Decline'. I want if user does not click any button during 30sec then shell will be disposed ...
0
votes
1answer
54 views

How to choose which WIX dialog to show OnExit based on condition

I have two WIX dialogs in my setup project Final form which is to be shown when installer terminates with status 'success' <Dialog Id="FinishedForm"> ... </Dialog> and page to show ...
0
votes
1answer
44 views

Modal Dialog without jQuery

I need to create a modal dialog on a webpage using javascript. Normally this would be easy as I could use something like jQueryUI or BlockUI, but the caveat here is that I'm not permitted to use ...
0
votes
1answer
42 views

Reuse the Primefaces Dialog

I have a Primefaces JSF view myView.xhtml with a form (with id 'myformID') and datatable (with id 'myDataTableId') in it. I also have a dialog box (myDialog.xhtml). I am including the myDialog.xhtml ...
0
votes
1answer
24 views

jQuery Dialog modal form loses values when reopen

I have a form inside a div, when I open the dialog I get the form and the values of the form, if I press cancel and open again the current values of the elements does not get fill on the elements, the ...
0
votes
1answer
31 views

Align an activity as dialog on top left

i know this question was asked for aligning a dialog on the left, but here i'm using an activity with a android:theme="@android:style/Theme.Dialog" and the problem is that it's display at the ...
0
votes
1answer
59 views

How to force WebDialog in Facebook Android SDK use facebook.com and not m.facebook.com?

I'm building an Android app with the Facebook SDK (3.0.1). On sending a friend request using the WebDialog, Facebook returns "Sorry, something went wrong." I reported this to Facebook bugs and someone ...
-6
votes
2answers
43 views

Creating a View with two Edittext's [closed]

to show 2 Edittexts in a AlertDialog I need to summarise them to one view. How is this possible or is this possible in general? Has anyone an example?
0
votes
2answers
40 views

How to make an app wait for an input

I am trying to get an input from another method then using that input afterwards, but the app does not wait for an input. The code that I'm running is case (R.id.menuSort): sSort = ...
1
vote
2answers
37 views

using ui-disabled on dialog buttons

I'm using jquery mobile and within a <form> i have 'save' and 'edit' buttons (<a> tags with data-role="button"). Once the save button is clicked, a dialog/confirmation opens. In this ...
1
vote
2answers
41 views

Unable to retrieve the EditText in a Custom Dialog

I can't seem to wrap my head around custom dialogs. I've tried many variations, but so far no luck. This is my current xml for the dialog: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
21 views

Pentadactyl / Vimperator: save hint (;s) --> save dialog

Is there any way to save a selected hint via Firefox's GUI save dialog, rather than pentadactyl's command line? I am trying to make a button that does the following: ;s -> user selects a hint -> ...
0
votes
0answers
42 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
34 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
20 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
24 views

Android - word by word voice recognition? [duplicate]

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 ...
-1
votes
1answer
15 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
3answers
41 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?
0
votes
0answers
63 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
1answer
45 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
votes
1answer
30 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
27 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 ...
1
vote
3answers
96 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); ...
1
vote
3answers
55 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 ...
0
votes
3answers
38 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 ...

1 2 3 4 5 97