AIMP Forum

AIMP for Windows => Вопросы / Questions => Topic started by: Lex Xie on August 10, 2021, 12:03:08

Title: 【Help Needed】Where to konw the available parameters of an object?
Post by: Lex Xie on August 10, 2021, 12:03:08
Hi, everyone

Good day.Again i'm here seeking your help, please kindly share your konwledge if you konws any.

I want to konw how or where can i  get the available parameters (?) of an object, such as:

FindObject('Button').Set('Alignment'...
FindObject('Button').Set('Visible'...
FindObject('Button').Set('Hint'...    etc.

Actually i want to konw the available parameters of LogicalOperatorCounter, but i don't konw which parameter can working on it, i tried "Count.Modules", but nothing happened... ???
Title: Re: 【Help Needed】Where to konw the available parameters of an object?
Post by: Artem on August 10, 2021, 13:46:53
I have added list of available arguments in scripts in latest version of the manual (for v5). You can download it here: https://disk.yandex.ru/d/DTo2ak1-Cytg2g
Title: Re: 【Help Needed】Where to konw the available parameters of an object?
Post by: Lex Xie on August 10, 2021, 16:01:45
I have added list of available arguments in scripts in latest version of the manual (for v5). You can download it here: https://disk.yandex.ru/d/DTo2ak1-Cytg2g

Thanks for the file , this really helps a lot!