| View previous topic :: View next topic |
| Author |
Message |
.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Thu Sep 05, 2019 3:40 am Post subject: Some controls cannot be deleted |
|
|
| I want to ask you if you have ever encountered the problem that you can't delete control, such as timer control, menu control, etc. My desktop computer can't delete some controls by pressing the delete button
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25808 Location: The netherlands
|
Posted: Thu Sep 05, 2019 4:27 am Post subject: |
|
|
Rightclick the control in the component treeview of the object inspector and select delete there
alternatively, use formname.controlname.destroy()
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 203
|
Posted: Thu Sep 05, 2019 4:49 am Post subject: |
|
|
| Dark Byte wrote: | | formname.controlname.destroy() | Well, it seems that only code can be used to destroy controls, because some controls are not displayed directly in the form view.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25808 Location: The netherlands
|
Posted: Thu Sep 05, 2019 4:51 am Post subject: |
|
|
The controls should show up in the treeview in the top left.
Unless you used code to create them in the first place
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|