Atozed Forums

Full Version: TIWAdvMessageDialog
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm using a TIWAdvMessageDialog with commonButtons =[cbOK,cbNo].
I would like to translate the Yes NO to "Oui' "Non" in my messagebox…

How to do this, please ?

With Best Regards,
Mikey
(06-08-2018, 03:12 PM)Mikey29 Wrote: [ -> ]Hello,

I'm using a TIWAdvMessageDialog with commonButtons =[cbOK,cbNo].
I would like to translate the Yes NO to "Oui' "Non" in my messagebox…

How to do this, please ?

With Best Regards,
Mikey

Bonjour,

il faut:
   mettre la property  CommonButtons = []
   ajouter deux boutons dans la property CustomButtons

regarde la demo de TMS IW121FeaturesDemo

it is necessary:
   put the property CommonButtons = []
   add two buttons in the CustomButtons property

look at the demo of TMS IW121FeaturesDemo

Alain