Ah. I’ll correct that in 6.3.1.
Ah. I’ll correct that in 6.3.1.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Hi Barry,
don't want to be a pain in the ass but i don't understand how before row/col change works.
i added a video where i change columns by mouse click or by return key (treated as tab) but it seems that the before row/col change only fires when data is changed.
the after row/ col change fires every time i move between columns.
it i don't understand please explain, but i can't find out why before row/col change doesn't fire when moving between columns even when data didn't change.
i use lianja.show message in the after row/col change and i use lianja.show notification in the before row/col change.
video was send by we transfer
Hi Leon
This is how it works in the next build which you can download and try as you have access to the beta downloads.
The "beforerowcolchange" delegate is called with the previous row/col/value
The "rowcolchange delegate is called with the new row/col/value that is current
Here are the delegates:
Code://////////////////////////////////////////////////////////////// // Event delegate for 'beforerowcolchange' event proc page1_section1_beforerowcolchange(nRow, nColumn, cValue) Lianja.writeOutput(format("page1_section1_beforerowcolchange: nrow={0} ncolum={1} cValue={2}", nRow, nColumn, cValue)) endproc //////////////////////////////////////////////////////////////// // Event delegate for 'rowcolchange' event proc page1_section1_rowcolchange(nRow, nColumn, cValue) Lianja.writeOutput(format("page1_section1_rowcolchange: nrow={0} ncolum={1} cValue={2}", nRow, nColumn, cValue)) endproc
Last edited by barrymavin; 2021-12-14 at 19:37.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Hi Barry,
thx for your response.
where do i find the beta downloads?
Hey Leon
Same place as downloads, it just above the list, little link called "beta"
EDIT: Oops nothing there at the moment...
Cheers Paul.
Hi Leon,
Will upload tomorrow. I pulled it as I messed something up..
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Hi Barry,
it is possible i don't have permission to see the beta download link?
Hi Leon,
Logout of www.lianja.com and login again you should see it.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Hi Barry,
yes found the the link.
Thx
Bookmarks