Remove screen button not working

I am creating my own appinventor
Remove screen button is not working
I have not modify anything related to remove screen
I just added Copy Screen button besides Remove Screen

1 Like

Hello, help me please

Could you open the Developer Console on your browser (Right Click --> Inspect --> Console) and see if any errors pop up there (while running the program)?

1 Like

also show the ss of which screen u are trying to remove

@Faraz_Firoz is building their own offline version of App Inventor (like AI2U). They've added some custom buttons. It's not the screen that's the problem, but it's the gwtButton instead (since it's an offline version, it's coded in Java).

1 Like

Yeah i was just trying to confirm whether he is trying to delete the main screen so.. :sweat_smile:

1 Like

Good question, actually.
@Faraz_Firoz...?

1 Like

No not in Java I think

How have you tried debugging this so far? Have you set any breakpoints in the corresponding click handler? Do you see a RPC back to the server for the delete event?

3 Likes

Can you please share error message?

1 Like

Send your blocks so we can check and error as well

This is not any blocks problem I am creating my own app inventor

I am trying to delete second screen not main screen

I have found something in DesignerPanel.java
In this file I see the action of remove screen button means I see what happen when Remove Screen button click and I see that RemoveScreenAction is stopping at ChannableCommand