HMG 3.0 FORUM TEST XVII

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

Moderator: Rathinagiri

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

Re: HMG 3.0 FORUM TEST XVII

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


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

Re: HMG 3.0 FORUM TEST XVII

Post by Roberto Lopez »

mol wrote:For which function/property NoArray function is needed?
It is used by EDIT command.
Regards/Saludos,

Roberto


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

Re: HMG 3.0 FORUM TEST XVII

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


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

Re: HMG 3.0 FORUM TEST XVII

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

Roberto


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

Re: HMG 3.0 FORUM TEST XVII

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


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

Re: HMG 3.0 FORUM TEST XVII

Post 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
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XVII

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

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XVII

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

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0 FORUM TEST XVII

Post 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...
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XVII

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

Roberto


(Veritas Filia Temporis)
Post Reply