dialog tag

23 questions


1 answers
113 views
0
To call getSupportFragmentManager in Activity

I would like to call getSupportFragmentManager for a class that does not inherit FragmentActivity (inheriting Activity). Because you still need to see dialogs in previous operating systemsYou cannot u...

2 years ago

1 answers
161 views
0
The activity has leaked window error, please provide a solution

05-17 18:24:57.069: ERROR/WindowManager(18850): Activity com.mypkg.myP has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44c46ff0 that was originally added here 05-17 18:24:57.0...


1 answers
143 views
0
I want to put a dialog on the screen on Android.

I'm going to create a dialog with the delete button printed on it, Are you sure you want to delete this? If you press the delete button, the data will be deleted, and if you don't, nothing will happen...

2 years ago

1 answers
78 views
0
Can't you not turn it off when you click the button in the dialog?

I made a dialog with EditText. There are Yes and No buttons. For example, if you click the Yes button, the input is checked and the dialog is turned off. But even if the input is wrong, the dialog is ...


1 answers
105 views
0
I don't want to make the wallpaper blurry when I sing the dialog.

<LinearLayout android:id=@+id/LinearLayout01 android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical xmlns:android=http://schemas.android.com/apk/res/andr...

2 years ago

1 answers
117 views
0
Hash code site personal information change screen function (pop-up window)

The picture above shows the personal information change screen of this site (hash code).The function that I'm looking at here,This is.I want to implement this function, but I don't know the principle....

2 years ago

1 answers
113 views
0
How do I change the theme of AlertDialog?

You are about to create a custom AlertDialog. I added the code below to styles.xml. Put color_panel_background9.png in the drawable folder. It's also in the res folder of the Android SDK. From mainAct...

2 years ago

1 answers
72 views
0
[Android studio] The Alertdialog window is dark.

Here's the current situationJava code is Sagin.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { View dlgView = View.inflate(Activity2.this,ac2_sub,null); ...


1 answers
89 views
0
I'd like to put in the SeekBar of AlertDialog and display it vertically.

<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=horizontal android:layout_width=match_parent android:layout_height...

2 years ago

1 answers
80 views
0
I wonder if it is possible to send or share dates between PyQt5 screens.

I am currently using PyQt5 for testing.I want to log in and use the login information (ID) on the next screen (Plant class screen on the code here) However, I would like to know how to use the login i...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.