Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Error creating form (https://www.delphipraxis.net/194854-error-creating-form.html)

danten 16. Jan 2018 11:58

Error creating form
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hello,
when running my project, I get an error message:
Error creating form: Index out of range (10). Must be >= 0 and < 10.

How can I fix it?
Thank you

Error in image.

Christian Seehase 16. Jan 2018 12:01

AW: Error creating form
 
Hello Daniel,

it seems, that you are running a loop for the creation from 1 to 10
instead of 0 to 9.

Der schöne Günther 16. Jan 2018 12:18

AW: Error creating form
 
Since the RAD Studio splashscreen is shown in the background, this does not look like a runtime error from his project but like an error from within RAD Studio itself.

Things like these also happen to me every now and then, I suspect registry corruption. Can you launch
Delphi-Quellcode:
bds.exe
with an additional parameter
Delphi-Quellcode:
-rTest
to see if that changes anything?

danten 16. Jan 2018 12:30

AW: Error creating form
 
Thank you,
the error is only visible for one Android project.
Other projects will be loaded.

I've compiled and deployed a bad project, and everything went well.
I do not know where to look for a mistake.
It has to do some visual Delphi component.
I think it might be Expander.


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:23 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz