IDE fatal error at loading form

Moderator: Rathinagiri

Post Reply
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

IDE fatal error at loading form

Post by Pablo César »

Hi Claudio,

This is to inform you that this error is occurring when trying to open Form2.
IDE_ERROR.png
IDE_ERROR.png (35.78 KiB) Viewed 3075 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:
IDE_Error.rar
Main project
(674 Bytes) Downloaded 298 times
This error causes the collapse of running of the IDE :o
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: IDE fatal error at loading form

Post by srvet_claudio »

Thank for report.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

IDE fatal error at loading form

Post 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).
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2220
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: IDE fatal error at loading form

Post by srvet_claudio »

Ok, I will fixed
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

IDE fatal error at loading form

Post 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. :oops:

---

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. :oops:
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply