Ventana activa

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Ventana activa

Post by luisvasquezcl »

Estimados,
HMG da error cuando se abre una ventana child si hay una ventana modal activa.
¿Hay alguna forma de verificar que no haya una ventana modal activa antes de abrir una child?
Saludos,
Luis Vasquez.

Dear,
HMG gives error when you open a child window if there is a modal window
active.
Is there any way to verify that there is a modal window before Active
opening a child?
Greetings,
Luis Vasquez.
User avatar
gfilatov
Posts: 1087
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Ventana activa

Post by gfilatov »

luisvasquezcl wrote: HMG gives error when you open a child window if there is a modal window
active.
Is there any way to verify that there is a modal window before Active
opening a child?
Hi Luis Vasquez,

Try the following function:

Code: Select all

function IsModalActive
return _HMG_SYSDATA [ 271 ]
I hope that helps :idea:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Ventana activa

Post by luisvasquezcl »

Grigory thanks.
try with what I provided.
thank you very much
Regards,
Luis Vasquez
Post Reply