Search found 5 matches

by Goody
Sat Aug 30, 2014 12:38 pm
Forum: Scripting
Topic: Acces Violation when running script
Replies: 8
Views: 9144

Re: Acces Violation when running script

Fixed in beta 0.89

This code works now:

Code: Select all

    gTag.Compilation := '1';
Great! Thanks!
by Goody
Mon Aug 11, 2014 9:00 pm
Forum: Scripting
Topic: Acces Violation when running script
Replies: 8
Views: 9144

Re: Acces Violation when running script

Alternatively, you can now just use the template or the grid to manipulate this field just like any other basic field if you like. That's great and i already saw this new feature :D. But the problem is that the script does a few more things, which i did not introduce here to keep the example pretty...
by Goody
Mon Aug 11, 2014 9:18 am
Forum: Scripting
Topic: Acces Violation when running script
Replies: 8
Views: 9144

Re: Acces Violation when running script

Wow that's strange. If i change the Line from

Code: Select all

    gTag.Compilation := true;    
to

Code: Select all

    gTag.Compilation := false;    
und re-run it, i get also no exception....
by Goody
Sun Aug 10, 2014 11:58 am
Forum: Scripting
Topic: Acces Violation when running script
Replies: 8
Views: 9144

Re: Acces Violation when running script

I've investigated this issue further. The violation is related to

Code: Select all

  gTag.Compilation := true;
What has been changed since the last TGF version? Is there a possible workaround to archive this setting in a script?
by Goody
Sat Aug 09, 2014 3:29 pm
Forum: Scripting
Topic: Acces Violation when running script
Replies: 8
Views: 9144

Acces Violation when running script

Bevor updating to the latest version of TGF 0.88 the script below worked like a charme. The intention of the script is to set the "isCompilation" Flag for iTunes to true to have CD Samplers correctly viewed. In 0.88 all i get is: Compiling... Compiled succesfully Exception: Access violation at addre...