Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error if a non-existing method/class ... is entered #1

Closed
elutz opened this issue Sep 3, 2024 · 2 comments · Fixed by #2
Closed

Error if a non-existing method/class ... is entered #1

elutz opened this issue Sep 3, 2024 · 2 comments · Fixed by #2

Comments

@elutz
Copy link

elutz commented Sep 3, 2024

When I enter the name of a non-existent item in the QuickOpen component input field, I get an error message:

Error when executing the method "listbox.select" in line 17 - The index of the collection is out of range.

Error code: -10713 (4DRT)
The index of the collection is out of range.
component: '4DRT'
task -16, name: '$QUICK_OPEN'

Call chain:
[
	{
		"type": "classFunction",
		"name": "listbox.select",
		"line": 17,
		"database": "4DPop QuickOpen"
	},
	{
		"type": "classFunction",
		"name": "_quickOpen.search",
		"line": 69,
		"database": "4DPop QuickOpen"
	},
	{
		"type": "formMethod",
		"name": "QUICK_OPEN",
		"line": 47,
		"database": "4DPop QuickOpen"
	},
	{
		"type": "projectMethod",
		"name": "QUICK_OPEN",
		"line": 27,
		"database": "4DPop QuickOpen"
	}
]
@elutz
Copy link
Author

elutz commented Sep 3, 2024

The previous comment is at least spam and may contain a potentially malicious link. Unfortunately, I can't delete or report it.
I reported it. It's now deleted.

@vdelachaux
Copy link
Owner

Hello Lutz
Thanks for the feedback. I will have a look
Vincent

PS. The previous comment is no more available. It must have been detected automatically

@vdelachaux vdelachaux linked a pull request Sep 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@vdelachaux @elutz and others