Page 3 of 4
Re: HMG 3.0 FORUM TEST XVII
Posted: Wed Jan 20, 2010 11:52 am
by Vanguarda
Roberto Lopez wrote:
I've erroneously deleted such function present in previous releases. It is used by EDIT command.
...
You can ad the code anywhere and recompile the library.
Thanks Master for solve my problem.
My best regards,
Re: HMG 3.0 FORUM TEST XVII
Posted: Wed Jan 20, 2010 6:50 pm
by Roberto Lopez
mol wrote:For which function/property NoArray function is needed?
It is used by EDIT command.
Re: HMG 3.0 FORUM TEST XVII
Posted: Wed Jan 20, 2010 9:00 pm
by Vanguarda
Hello friends,
Master, I´ve a wish, please, exist some way for that the function "Import File" be able import a lot of file of the same type? Currently the function allow only one file per time.
Sorry my bad english.
My best regards,
Re: HMG 3.0 FORUM TEST XVII
Posted: Wed Jan 20, 2010 9:57 pm
by Roberto Lopez
Vanguarda wrote:Hello friends,
Master, I´ve a wish, please, exist some way for that the function "Import File" be able import a lot of file of the same type? Currently the function allow only one file per time.
Sorry my bad english.
My best regards,
It is possible and could be very useful.
I'll consider for post 3.0 release.
Thanks for the suggestion.
Re: HMG 3.0 FORUM TEST XVII
Posted: Thu Jan 21, 2010 2:23 am
by Vanguarda
Roberto Lopez wrote:
It is possible and could be very useful.
I'll consider for post 3.0 release.
Thanks for the suggestion.
Thanks a lot Master.
With best regards,
Re: HMG 3.0 FORUM TEST XVII
Posted: Thu Jan 21, 2010 7:16 am
by mol
I've reached such an error in IDE:
Code: Select all
Harbour MiniGui Errorlog File
------------------------------------
Date:2010.01.21 Time: 08:10:21
Error: HMG 3.0.0 Forum Test XVII (2010.01.16)
Non top modal windows can't be released. Program terminated
Called from _RELEASEWINDOW(3097)
Called from DOMETHOD(7296)
Called from (b)SHOWLOG(42094)
Called from _DOCONTROLEVENTPROCEDURE(4884)
Called from EVENTS(562)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4548)
Called from DOMETHOD(7287)
Called from SHOWLOG(42270)
Called from NEWBUILD(38573)
Called from (b)HMGMAKE(38486)
Called from _PROCESSINITPROCEDURE(4723)
Called from _ACTIVATEWINDOW(4547)
Called from DOMETHOD(7287)
Called from HMGMAKE(38500)
Called from BUILDPROJECTM(35865)
Called from RUNAPPLICATION(30611)
Called from (b)NEWBUILD(38558)
Called from _DOCONTROLEVENTPROCEDURE(4884)
Called from EVENTS(562)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4526)
Called from MAIN(928)
------------------------------------
It happens when I pressed ESCAPE key to close window with build.log
Re: HMG 3.0 FORUM TEST XVII
Posted: Thu Jan 21, 2010 1:01 pm
by Roberto Lopez
mol wrote:I've reached such an error in IDE:
Code: Select all
[/quote]
Thanks for the report. I'll review it ASAP.
Re: HMG 3.0 FORUM TEST XVII
Posted: Thu Jan 21, 2010 9:42 pm
by Roberto Lopez
mol wrote:I've reached such an error in IDE:
Code: Select all
Harbour MiniGui Errorlog File
------------------------------------
Date:2010.01.21 Time: 08:10:21
Error: HMG 3.0.0 Forum Test XVII (2010.01.16)
Non top modal windows can't be released. Program terminated
It happens when I pressed ESCAPE key to close window with build.log
I'm not able to reproduce here.
Any other detail is welcome.
TIA.
Re: HMG 3.0 FORUM TEST XVII
Posted: Fri Jan 22, 2010 6:23 am
by mol
I've got this error only one time: I've tried to compile small sample (activex.7) by pressing F5. An compilation error occured (I didn't add phrase object). Then I pressed ESC key to close errorlog window. and IDE crashed.
Simple thinks, which we are doing many times while trying to compile project...
Re: HMG 3.0 FORUM TEST XVII
Posted: Fri Jan 22, 2010 11:47 am
by Roberto Lopez
mol wrote:I've got this error only one time: I've tried to compile small sample (activex.7) by pressing F5. An compilation error occured (I didn't add phrase object). Then I pressed ESC key to close errorlog window. and IDE crashed.
Simple thinks, which we are doing many times while trying to compile project...
Thanks. I'll keep trying...