Page 1 of 1
IDE fatal error at loading form
Posted: Thu Nov 03, 2016 11:40 am
by Pablo César
Hi Claudio,
This is to inform you that this error is occurring when trying to open Form2.

- IDE_ERROR.png (35.78 KiB) Viewed 3077 times
What is the difference of these two forms:
DEFINE WINDOW TEMPLATE AT 345, 485 WIDTH 550 HEIGHT 350 VIRTUAL WIDTH Nil VIRTUAL HEIGHT Nil TITLE "Demo" ICON NIL
DEFINE WINDOW TEMPLATE AT 345, 485 WIDTH 550 HEIGHT 350 VIRTUAL WIDTH NIL VIRTUAL HEIGHT NIL TITLE "Demo" ICON NIL
Only
Nil is acepted not
NIL.
This behaviour is it normal
Please load Main project at your IDE and try to open Form2:
This error causes the collapse of running of the IDE

Re: IDE fatal error at loading form
Posted: Thu Nov 03, 2016 2:50 pm
by srvet_claudio
Thank for report.
IDE fatal error at loading form
Posted: Wed Mar 01, 2017 12:54 pm
by Pablo César
Dear Claudio, Sorry Claudio maybe my question would seem unnecessary, but I'd really like to know: would it be easy for you to correct it ? And you would standardize that in xBase dialect language (working with non-sensitive case) ?
Because how we will know when to use Nil (camel case) or when in NIL (all capital letters).
Re: IDE fatal error at loading form
Posted: Wed Mar 01, 2017 1:47 pm
by srvet_claudio
Ok, I will fixed
IDE fatal error at loading form
Posted: Wed Mar 01, 2017 2:14 pm
by Pablo César
Many thanks Claudio
Not wanting to abuse your goodwill but since incidentally I could ask you another favor before you compile?
It is quite simple. Double-quote the call of
Build.bat %1 "%2", so that we could compile with the IDE in named user_projects folders that contain spaces. Can be ? I assure you that that will not bring problems of retrocompatibility and nor in future. From what I saw in the executable editor there are only 4 mentions and only one with
Build.bat %1 "%2". Maybe it will not be so laborious.
---
Muchas gracias Claudio
No queriendo abusar de tu buena voluntad pero dicho sea de paso, podria pedirte otro favor antes que compiles ?
Es algo bien simples. Colocar entre aspas duplas el llamado del
Build.bat %1 "%2", asi de esta forma podríamos compilar con el IDE en carpetas de nuestros projectos con nombre que contengan espacios. Puede ser ? Te aseguro que eso no trairá problemas de retrocompatibilidad ni futuro. Por lo que vi en el editor de ejecutables hay solo 4 menciones y solo uno con
Build.bat %1 "%2". Talvez no te sea tan laborioso.
