python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What to enter in context of dialog in onClickListener?
I am trying to make a unit converter by following a youtube video. The problem is that he's doing all that in his main activity while I'm doing all that in a fragment. The errors are in the java class...

Huzaifa Khan
Votes: 0
Answers: 1
How do you enable background scrolling even though Angular material dialog is opened?
Let's say, I have a table on my page with 100 items, and scrolling is enabled. I have opened an Angular dialog but still, need to enable the table scrolling. By default, when you make disableClose: tr...
user3384985
Votes: 0
Answers: 0
How to dismiss a AlertDialog after some codes in android studio
I wrote this code :
AlertDialog alertDialog = new AlertDialog.Builder(SketchActivity.this).create();
alertDialog.setTitle("Rendering");
alertDialog.setCancelable(false);
alertDia...

Abdorreza joe afshany
Votes: 0
Answers: 3
Automatic Opening of Msg Dialog Box when coping a file
When I copy excel data from query (excel file) to another excel file's datasheet, a message dialog box is automatically poping up. Could you please help to solve this?
enter image description here
ignore_gravity
Votes: 0
Answers: 0