Hi,
I have a problem with the [radio&slider] dynamic item used in the encoder.txt file for specifying a CLI encoder dialog layout (in dMC R12).
I have already made several dialogs using [combo] or [slider] and it works fine :smile2: .
When using [radio&slider], the dialog always crashes (it doesn't display). I follow the instructions given in the help page (dynamic.htm) of the CLI encoder codec.
I am asking myself:
In the help page, is there an error in the order of the parameters for the [radio&slider] item?
My (simplified) test code for the [radio&slider] item:
The syntax seems correct, according to the specifications given in the help page:
[radio&slider]
Slider X Position in Dialog Units
Slider Y Position in Dialog Units
Slider Width in Dialog Units
First Run Default Radio Index 1..2..3
Radio Item 1 X Position in Dialog Units
Radio Item 1 Y Position in Dialog Units
Radio Item 1 Shown Text
Radio Item 1 CLI Value when selected
Slider (for Radio 1) First Run Default Index 1..2..3
Slider (for Radio 1) Shown Text1
Slider (for Radio 1) Value1 Set on CLI if Value 1 Selected
Slider (for Radio 1) Shown Text2
Slider (for Radio 1) Value2 Set on CLI if Value 2 Selected
[/sliderend]
Radio Item 2 X Position in Dialog Units
Radio Item 2 Y Position in Dialog Units
Radio Item 2 Shown Text
Radio Item 2 CLI Value when selected
Slider (for Radio 2) First Run Default Index 1..2..3
Slider (for Radio 2) Shown Text1
Slider (for Radio 2) Value1 Set on CLI if Value 1 Selected
Slider (for Radio 2) Shown Text2
Slider (for Radio 2) Value2 Set on CLI if Value 2 Selected
[/sliderend]
Any ideas?
Thanks
EDIT: I have rebooted my PC and it seems to work now :confused:. I am sorry...
I have a problem with the [radio&slider] dynamic item used in the encoder.txt file for specifying a CLI encoder dialog layout (in dMC R12).
I have already made several dialogs using [combo] or [slider] and it works fine :smile2: .
When using [radio&slider], the dialog always crashes (it doesn't display). I follow the instructions given in the help page (dynamic.htm) of the CLI encoder codec.
I am asking myself:
In the help page, is there an error in the order of the parameters for the [radio&slider] item?
My (simplified) test code for the [radio&slider] item:
Code:
[radio&slider] 10 50 290 1 10 10 Quality (VBR) -q 1 100 100 150 150 [/sliderend] 50 10 ABR -b 1 64 Kbps 64 128 Kbps 128 [/sliderend]
The syntax seems correct, according to the specifications given in the help page:
[radio&slider]
Slider X Position in Dialog Units
Slider Y Position in Dialog Units
Slider Width in Dialog Units
First Run Default Radio Index 1..2..3
Radio Item 1 X Position in Dialog Units
Radio Item 1 Y Position in Dialog Units
Radio Item 1 Shown Text
Radio Item 1 CLI Value when selected
Slider (for Radio 1) First Run Default Index 1..2..3
Slider (for Radio 1) Shown Text1
Slider (for Radio 1) Value1 Set on CLI if Value 1 Selected
Slider (for Radio 1) Shown Text2
Slider (for Radio 1) Value2 Set on CLI if Value 2 Selected
[/sliderend]
Radio Item 2 X Position in Dialog Units
Radio Item 2 Y Position in Dialog Units
Radio Item 2 Shown Text
Radio Item 2 CLI Value when selected
Slider (for Radio 2) First Run Default Index 1..2..3
Slider (for Radio 2) Shown Text1
Slider (for Radio 2) Value1 Set on CLI if Value 1 Selected
Slider (for Radio 2) Shown Text2
Slider (for Radio 2) Value2 Set on CLI if Value 2 Selected
[/sliderend]
Any ideas?
Thanks
EDIT: I have rebooted my PC and it seems to work now :confused:. I am sorry...
Comment