twinbasic / twinbasic

275 stars 23 forks source link

RightToLeft #1913

Open Arif32966 opened 1 week ago

Arif32966 commented 1 week ago

Hey,

RTL not active even in last release 615

Best Regards

fafalone commented 1 week ago

For something that it was working in for earlier builds?

Most controls I don't think it's ever been implemented yet.

Kr00l commented 1 week ago

Here a nice article given some insights on VB6 internals about RightToLeft. https://archives.miloush.net/michkap/archive/2010/02/13/9962894.html

In VBCCR I found that too restrictive and included another "RightToLeftMode" property which has: CCRightToLeftModeNoControl = 0 CCRightToLeftModeVBAME = 1 CCRightToLeftModeSystemLocale = 2 CCRightToLeftModeUserLocale = 3 CCRightToLeftModeOSLanguage = 4

VBAME defaults to VB6 behavior and described in the article. Maybe tB could offer something similar to give more flexibility while at the same time keep 100% VB6 compatibility in the default settings.