HMG 3.4.4

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

Post Reply
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.4.4

Post by serge_girard »

OK, I see; no problem!

Serge
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

It looks like interactive close causes destroy of modal windows chain
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

I FOUND SOURCE OF PROBLEM!!!

I've used phrase:

Code: Select all

load window OknoZlecenia
show window OknoZlecenia

// initiate table aZlecenia

activate window OknoZlecenia
when I eleminate show window OknoZlecenia
everything works OK.

So, SHOW WINDOW causes problems I think.

Maybe Claudio can help? I don't know if we have new leader to work over HMG..
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.4.4

Post by serge_girard »

Great !

Claudio is retired...

Serge
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

I'm getting strange error:

Code: Select all

BASE/1068  Incorrect argument: Incorrect number of arguments
(b)MAIN(706)
GETFORMHANDLE(3802)
BT_WINHANDLE(61)
BT_STATUSBARHANDLE(404)
BT_STATUSBARHEIGHT(424)
REPOSITIONTOOLBAR(421)
EVENTS(1502)
C_MSGSTOP(0)
SHOWERROR(181)
DEFERROR(129)
(b)ERRORSYS(66)
OBSLBLEDU(1577)
(b)MAIN(706)
GETFORMHANDLE(3802)
BT_WINHANDLE(61)
BT_STATUSBARHANDLE(404)
BT_STATUSBARHEIGHT(424)
REPOSITIONTOOLBAR(421)
EVENTS(1502)
DOMESSAGELOOP(0)
_ACTIVATEWINDOW(5717)
.
.
.
While activating one of forms which has na TOOLBAR (I don't use it anywhere in this application)

This error occured after 8 hours of intensive work of my client :)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.4.4

Post by Rathinagiri »

Have you checked whether you can reproduce this error?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

No, I can't reproduce this.
It happened after few hours of work. Path of called functions is straight, no recursion. Activated form is first after main form.
I've tried to search problem in HMG sources, but without results.
franco
Posts: 816
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: HMG 3.4.4

Post by franco »

Re: close on the X button. I think I had the same problem before in 3.2.
At first to solve problem I created my own X button for releasing window. Then I found that if a grid had focus it would lock the program.
Now in 3.2 to get around problem when releasing window when in a grid I set focus off the grid first then release window.
Usually I set focus to a label, then release the window.
Hope this was same problem ............ Franco ;)
All The Best,
Franco
Canada
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.4

Post by mol »

I still can't reproduce this error.
I'm closing window with X, reopening, closing with ESC, closing programmatically, all looks OK.
Maybe after few hours garbage collection doesn't work good enough? Few months ago I've added CLEAN MEMORY after closing this function.
Post Reply