Hi list-members,
I'm interested in changing the position of a control defined in an
*.src" file, based on whether the application language is RTL. If for
example I have the following:
Control WND_SAMPLE
{
...
Pos = MAP_APPFONT ( 6 , 18 ) ;
...
};
and in the code I want to execute something like:
if (bRTL)
WindowInstance.SetX(174) // change x-coordinate to
174 instead of 6
how do I do this?
Thanks,
Alan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]