Questions tagged [customdialog]

338 questions
0
votes
2 answers

Calling different dialog activity to different infoWindow click event

I'm currently making a Campus Map using Google Maps API v2. I have currently 10 map markers. Each of them has its info Window. What I want to happen is that when the user clicks on the info Window, it shows a Listview Custom Dialog. I wanna use the…
myooomyoo
  • 135
  • 2
  • 5
  • 15
0
votes
1 answer

Showing Custom ListView Dialog as the infoWindow of Map Marker is tapped

I was able to link the infoWindow of the Map Marker to a TextView activity. When infoWindow is tapped, a textView activity appears. So, I want to try it to link to a ListView Custom Dialog. So far I'm not getting any progress because every time the…
0
votes
2 answers

ListView items does not respond in a custom dialog box

I am developing an app which is displaying some data to a ListView. The data is perfectly shown in the ListView (custom list view). i have used a custom adapter also which is extended by a BaseAdapter. i have modified my app to pop up a custom…
Gishantha Darshana
  • 163
  • 1
  • 6
  • 17
0
votes
3 answers

Creating Custom Dialog box (android example error?)

Been trying to create customer dialog box and I copied source code from android website. I worked my way round a few things now I'm really stuck. I don't know what LoginFragment is in the code: ... public class start extends Activity{ Button…
Jtino
  • 27
  • 1
  • 1
  • 9
0
votes
1 answer

Error on Custom Dialog when trying modify it or make changes on it

I'm new at this Android stuff. So i got stuck maybe at an easy issue. I get an error when i'm trying change the linear layouts background of my custom dialog or set layouts view. public void onBackPressed() { final…
0
votes
1 answer

Rails-customize confirm dialog

<%= link_to image_tag("icon_delete.png", :border => 0), user, method: :delete ,data: { confirm: 'Are you sure delete ' + user.email } %> When user clicks on this link, I want a custom confirm dialog instead of simply showing confirm('Are you…
chinh
  • 273
  • 1
  • 4
  • 15
0
votes
0 answers

How resize a with and height both are evenly

I would like to give resize option for my custom dialog. I done this but i need to handle if he resize a width of that dialog at a same time need to resize height also. like WMSZ_BOTTOMRIGHT move. I don't know how to done this please help…
bala
  • 275
  • 2
  • 3
  • 13
0
votes
0 answers

custom dialog with radio button and textview android

I have a radio button and textview in the custom dialog. It has around 250 items so I am using list view. I am setting OnCheckedStateListener on the radio button and whenever the state chagnes I dismiss the dialog in listener. And I am setting one…
user2702700
  • 639
  • 2
  • 11
  • 26
0
votes
1 answer

custom dialog crashes the application when opened second time

I am using a custom dialog with list view. Whenever I open this dialog for second time, it crashes my entire application. I get a nullpointer exception at java.lang.NullPointerException 09-30 05:02:47.222: E/AndroidRuntime(1995): at…
user2702700
  • 639
  • 2
  • 11
  • 26
0
votes
1 answer

Custom Dialog doesnt allow keyboard to dismiss

I have create an custom dialog by extending the Dialog class. In my app i have an EditText and the user presses ok after he finishes from the action bar, so the keyboard is on. Then a CustomDialog saying everything went ok appears and on click i…
ConJoBa
  • 98
  • 7
0
votes
1 answer

Error Toggle Button and Custom Dialog in Click Action

I have script if toggle dialog onchecked will show custom dialog. If buttonUpdate remove di customdialog show but if i used buttonUpdate it will force close. please help ToggleButton toogleStatus = (ToggleButton) findViewById(R.id.toggleStatus); …
0
votes
1 answer

Dialog Ignore Font Color Html Tag

I have multiple dialog in one activity and every thing run perfectly and dialog text can be fully customized from (string.xml) by adding html tags . Activity code : public class MyDay extends Activity { final Context context = this; private…
Android Stack
  • 4,314
  • 6
  • 31
  • 49
0
votes
1 answer

Custom dialog gives exception for display the map v2 with supportfragment when 2 time is called?

i want to display the map v2 in custom dialog is also display the map but when i close the custom dialog and once again i am called the custom dialog is gives error here i put my code for that class Activity class public class MainActivity…
start android
  • 323
  • 7
  • 21
0
votes
4 answers

Android Dialog like WeChat

Has anyone know how to create a dialogbox like the picture showing above? Rounded corner. Transparent background. No title, buttons, border. Fade-in -- delay for 5 seconds -- fade out. *I have seen toast, popup window, dialog, alert dialog, which…
Roy Lee
  • 10,572
  • 13
  • 60
  • 84
0
votes
1 answer

Creating a custom dialog in mfc

I need to create a custom dialog in mfc which has a different appearance than the usual MFC dialogs.For example the color should be blue, the style etc. Is it possible? How can I do this?
CodeRider
  • 1,750
  • 6
  • 18
  • 34