cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ymura321
Level 2

The radio button group righ-to-Left does not work. (InstallShield 2018)


I set "Right-Aligned" and "Right-to-Left" to True for RadioButtonGroup control on the dialog screen.

After that, when I save .ism file and reopen .ism file,
the RadioButtonGroup control's "Righ-to-Left" does not work.
RadioButtonGroup_right_to_left.png

Please tell me how to solve this problem.


 

 

 

 

Labels (2)
0 Kudos
(2) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi - 

The "right-to-left" option for dialogs is for languages that are read right to left

https://docs.revenera.com/installshield26helplib/helplibrary/DialogsRTL.htm

Try adding a right-to-left language to your project such as Arabic, then within the dialog editor select the Arabic dialog and add a radio button group to it and test again.

0 Kudos

Thank you for your replay!

I use InstallShield 2018 Japanese.

I tried the following:
(1) Added Arabic (Saudi Arabia) to the project.
(2) Created an Arabic (Saudi Arabia) dialog and set RadioButtonControl to "Right-Aligned" and "Right-to-Left" to True.

However, all other controls work Right-to-Left correctly,
only RadioButtonControl-control does not work Right-to-Left.

- Picture of (1)
arabic_project.jpg

- Picture of (2)
arabic_dialog.jpg

0 Kudos