471 views
in GUI Development by
Hi,

I have a GUI developed in 9.0 which has a significant number of text boxes across many screens.

I really want to implement Arabic, is there a way to globally change all of my text boxes to EnableBidiText = true or must I do each one manually?

 

Thanks

Phil

1 Answer

0 votes
by

Hello Phil,

I'm afraid you'll have to change them in every GUI component individually. Following can be helpful for you:

- When you edit a GUI component, you can select all Text views existing inside it and then change their properties at once. First click in Inspector window on the header Type to sort all members according to their type. Then you can select all Text Views. Once the views are selected you can change the property EnableBidiText for all of them with a single operation.

- With the 'Search in the project' operation you can search for all occurences of Text view objects. Please exclude all Mosaic components and the Description attributes when doing this. For example:

Then you have to traverse the search outputs and modify the properties.

I hope it helps you further.

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...