IDE 3.0 TEST XI (OTHER OTHER UPDATE)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post 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!
Attachments
ide_30_test_11c.rar
(813.53 KiB) Downloaded 360 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post by esgici »

Thanks a lot Maestro

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post by Vanguarda »

Thanks Master for this wonderful release.

My best regards,

PS: (Veritas Filia Temporis), i agree with you.
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post by Roberto Lopez »

Vanguarda wrote:
PS: (Veritas Filia Temporis), i agree with you.
Yes, that is a strong idea.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post 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,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post by Vanguarda »

Roberto Lopez wrote: ...
- New event procedure name defaults to <formname>_<controlname>_<eventname>
...
AMAZING

Best regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post 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.
Attachments
PtBR.rar
(2.96 KiB) Downloaded 304 times
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post by mol »

Super news!
I'll try it today.
Best regards, Marek
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE 3.0 TEST XI (OTHER OTHER UPDATE)

Post 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).
Attachments
ide_30_test_11d.rar
(813.73 KiB) Downloaded 311 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply