Hi all.
I use Ant on WinXP with italian language and i have a problem when i press preferences:
"Unable to assing value for optionsWinLe..etc. "
Can you help me? Many thank
Regards
Turifungia
p.s. Good Work:)
Unable to assing value etc. ...click on preferences
Hi Antp,
i have downloaded from : ftp://ftp2.antp.be/antp/software/amc_full.zip
Version 3.4.2 - Complete package without installation.
...but info (now i see) report 3.4.1 (?!!)
Wrong version??
Turifungia
i have downloaded from : ftp://ftp2.antp.be/antp/software/amc_full.zip
Version 3.4.2 - Complete package without installation.
...but info (now i see) report 3.4.1 (?!!)
Wrong version??
Turifungia
Yes, to rename them just modify the contents of the language file.
To hide a field, just add a line with .Visible=False
e.g. instead of
MainWindow.FrmMovie.EMedia.Hint=|Media label, number or barcode
put
MainWindow.FrmMovie.EMedia.Visible=False
(maybe you'll have to put 0 instead of False, not sure)
But it will leave unused space since the field is only hidden, not removed.
In version 4 it will be possible to customize that much more.
To hide a field, just add a line with .Visible=False
e.g. instead of
MainWindow.FrmMovie.EMedia.Hint=|Media label, number or barcode
put
MainWindow.FrmMovie.EMedia.Visible=False
(maybe you'll have to put 0 instead of False, not sure)
But it will leave unused space since the field is only hidden, not removed.
In version 4 it will be possible to customize that much more.