Page 1 of 4

IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 12:57 am
by Roberto Lopez
Hi All,

There are three changes in this new test:

- Polish language support by Marek.
- New event procedure name defaults to <formname>_<controlname>_<eventname>
- New configuration option 'Copy target to:' allows to automatically store a copy of the app built in an additional path (I'm reading more:)).

Enjoy!

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:00 am
by esgici
Thanks a lot Maestro

Best Regards

--

Esgici

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:04 am
by Vanguarda
Thanks Master for this wonderful release.

My best regards,

PS: (Veritas Filia Temporis), i agree with you.

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:06 am
by Roberto Lopez
Vanguarda wrote:
PS: (Veritas Filia Temporis), i agree with you.
Yes, that is a strong idea.

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:15 am
by Vanguarda
Roberto Lopez wrote: ...
- New configuration option 'Copy target to:' allows to automatically store a copy of the app built
...
Hi Master,

I´ve a little doubt, In "Copy target to:", spaces in the Path not are allowed?

My best regards,

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:19 am
by Vanguarda
Roberto Lopez wrote: ...
- New event procedure name defaults to <formname>_<controlname>_<eventname>
...
AMAZING

Best regards,

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:22 am
by Roberto Lopez
Vanguarda wrote:
Roberto Lopez wrote: ...
- New configuration option 'Copy target to:' allows to automatically store a copy of the app built
...
Hi Master,

I´ve a little doubt, In "Copy target to:", spaces in the Path not are allowed?

My best regards,
It writes a line in .hbc project file according hbmk2 syntax (instpaths=[paths]).

I've not tested with paths including spaces.

If does not work you could try using quotes.

I'm going offline right now. I'll test tomorrow.

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 1:46 am
by Vanguarda
Roberto Lopez wrote: It writes a line in .hbc project file according hbmk2 syntax (instpaths=[paths]).

I've not tested with paths including spaces.

If does not work you could try using quotes.

I'm going offline right now. I'll test tomorrow.
I try with spaces, but it don´t work. I not be able with quotes too.

Anyway, is a very nice function.

Thanks.

PS: Please so kindly, replace the PtBR.LNG, i´ve a little mistake... i already fix it.

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 6:31 am
by mol
Super news!
I'll try it today.
Best regards, Marek

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Posted: Wed Nov 04, 2009 12:16 pm
by Roberto Lopez
Vanguarda wrote: I´ve a little doubt, In "Copy target to:", spaces in the Path not are allowed?
It's solved now.

Please consider that path must end with a backslash and must be double quoted if contain spaces.

ie: If you target path is c:\test, you should write it as:

Code: Select all

c:\test\
If you target path were c:\test x, you should write it as:

Code: Select all

"c:\test x\"
I've added the message #283 to instruct the users about this. If you change the message, please consider that there is not so much space to display it (it's an InputBox message).