Search found 3 matches

by markbolton
Thu Aug 20, 2020 12:32 pm
Forum: Requests - Questions
Topic: Reload Matrix
Replies: 1
Views: 5323

Reload Matrix

Is it possible to reload a matrix grid during the execution of a script. I would like to be able to change the sort order of a matrix and then redisplay the matrix showing the new sort order, without leaving the execution of the script.

Thanks in advance for any advice.
by markbolton
Fri May 06, 2016 2:16 pm
Forum: Requests - Questions
Topic: Tg_GetRowCount
Replies: 2
Views: 2437

Re: Tg_GetRowCount

Thanks for your help with this JTClipper. I tweaked your code and got just what I needed. I did need to increment the counter though with:

i := i + 1;

The ease of this has opened up many more possibilities, and I will be experimenting over the next few days to make my tagging easier. :)
by markbolton
Sun May 01, 2016 10:17 pm
Forum: Requests - Questions
Topic: Tg_GetRowCount
Replies: 2
Views: 2437

Tg_GetRowCount

I am using this mainly to rename and tag audiobook files, in the format 'Book name - 01 of 32'. The obvious way to get the file count is to use the variable tg_GetRowCount, but I cannot work out how to do this. Are there any useful guides on scripting? Or can anyone help with this problem please?