Page 3 of 3
Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Mon Apr 12, 2010 6:48 pm
by Roberto Lopez
mol wrote:I've recompiled my project with hmg 3.0.29 and error occurs when I've tried to close one window.
Code: Select all
Error: HMG 3.0.29 (2010.04.11)
Non top modal windows can't be released. Program terminated
<...>
[/quote]
Marek,
The new panel code should not not affect the modal window creation code and/or handling variables.
I've analyzed the error message and related code and I've was not able to reproduce the problem.
The message you've got should arise only when you programatically attempt to close a non-top modal window. I've not found any other way to get it.
So, is very important that you could confirm this as a problem via a sample, so, I could fix quickly.
TIA.
Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Tue Apr 13, 2010 5:36 am
by mol
I've tried to make sample, but without success....

I'll test my bigger project, maybe I'll find, what's going on.
It's strange that works OK with 3.0.28, but causes error when compiled with 3.0.29 without any code change.
I'll report...
Marek
Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Tue Apr 13, 2010 6:13 am
by mol
I found!
Problem lays in WAIT WINDOW
I've created sample with success

this time
Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Tue Apr 13, 2010 2:28 pm
by Roberto Lopez
mol wrote:I found!
Problem lays in WAIT WINDOW
I've created sample with success

this time
Thanks!
I'll work on it ASAP.
Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Wed Apr 14, 2010 11:06 am
by mol
Hello Roberto!
Do you expect in the near term support of fields from related database in GRID control?
I want to switch to GRID from browse, but without this functionality it's not possible in some cases

Re: HMG 3.0.29 TEST (another boring story about a control:)
Posted: Wed Apr 14, 2010 4:01 pm
by Roberto Lopez
mol wrote:Hello Roberto!
Do you expect in the near term support of fields from related database in GRID control?
I want to switch to GRID from browse, but without this functionality it's not possible in some cases

Yes. I'll do.
But the 'when' I'll do depends in my available time.