HMG 3.0.24

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

Moderator: Rathinagiri

User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

Re: HMG 3.0.24

Post by raumi75 »

Roberto Lopez wrote:Another interesting thing that I'm thinking about is the possibility to specify 'navigable' cells.
I could not fully follow this thread for my 'vacation-Spanish' is not sufficient. :D

Do you mean, that 'not-navigable' cells that are read-only or invisible?
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.24

Post by Roberto Lopez »

raumi75 wrote:
Roberto Lopez wrote:Another interesting thing that I'm thinking about is the possibility to specify 'navigable' cells.
I could not fully follow this thread for my 'vacation-Spanish' is not sufficient. :D

Do you mean, that 'not-navigable' cells that are read-only or invisible?
I'm not sure yet :)

I think a lot (sometimes months) to fully 'imagine' a new feature before code it.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0.24

Post by sudip »

Hello Roberto,

Perhaps I am wrong, but currently we have COLUMNWHEN code block array. I use this to restrict navigation of a column. I hope this can be used with cell also.

For validation, I use COLUMNVALID code block array, eg.,

Code: Select all

{{|| CalcAmt()}, NIL, NIL, NIL, NIL, {|| CalcAmt()}, {|| CalcAmt()}, NIL, NIL, NIL}
To make a column invisible I set the size of the column to 0.

With best regards.

Sudip
With best regards,
Sudip
claudiotedesco
Posts: 132
Joined: Thu Jul 31, 2008 12:05 pm

Re: HMG 3.0.24

Post by claudiotedesco »

Hola Gente

Recien llego de mis vacaciones y me encuentro que HMG ha progresado mucho.
Felicito a Roberto por todo el desempeño.
Tambien queria consultar si es posible mantener en la carpeta de SAMPLES los ejemplos correspondiente a los BROWSE, ya se que no se va utilizar pero por algun tiempo se podrian seguir dejando si es posible.
Los saludos

Claudio

Hello People

Just back from my vacation and I find that HMG has made good progress.
Congratulations to Robert for the entire performance.
We also wanted to see if you can keep in the SAMPLES folder corresponding to the examples BROWSE, and will not be used for some time but could still be leaving if possible.
Greetings

Claudio
Post Reply