These are two picture that have only 1 line different
- Code: Select all Expand view
- FW_Setunitcode( .T. )
picture sharing
FW_Setunitcode( .T. )
nageswaragunupudi wrote:Revised build may be released at any time now.
Now all controls that were left out are covered Outlook,2003,2010, explorerbar,ttreeview,msgbar,tooltips,c5tooltips and many others.
We also tested indexing DBFs with our known Indian languages. Seeks, filters along with xbrowse's incremental seeks, filters are all working. In fact this was to my own surprise. I hope it may work so with your Thai language too.
We still need to get back to you on Accelerators.
To the best of my knowledge we tried to cover everything, except ADO. If still something is left out we are eager to have your feedback.
#include "fivewin.ch"
function Main()
local oDlg, oFont, oGet
local cGet := Space( 100 )
FW_SetUnicode( .t. )
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-14
DEFINE DIALOG oDlg RESOURCE "MULTILANG" FONT oFont
REDEFINE GET oGet VAR cGet ID 4002 OF oDlg
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
? Trim( cGet )
return nil
nageswaragunupudi wrote:Gets from resources also work. We can enter any language. The system works exactly the same way with any language in the world that has Windows Unicode support.
This is the program I used:
- Code: Select all Expand view
#include "fivewin.ch"
function Main()
local oDlg, oFont, oGet
local cGet := Space( 100 )
FW_SetUnicode( .t. )
DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-14
DEFINE DIALOG oDlg RESOURCE "MULTILANG" FONT oFont
REDEFINE GET oGet VAR cGet ID 4002 OF oDlg
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
? Trim( cGet )
return nil
I created the dialog in Pelles C IDE and saved it as ll.res file and linked with my program.
Dialog:
Result:
I entered four languages in the same Get, English and three Indian languages Hindi, Telugu and Gujarati. If you have the right keyboard you can enter any language including Chinese.
KeyBoard:
1. Physical Keyboard: You should use MS Windows compatible keyboard.
OR
2. Download and install Windows language pack with On Screen Keyboard. I have installed OS Keyboards for 3 Indian languages Hindi, Telugu and Gujarati for testing.
OR
3. Install Google Input tools for the language(s) you want. I use this too for testing.
If you want I can send the above exe by email
FW_SetUnicode( .t. )
Antonio Linares wrote:Dutch,
Fixed, many thanks.
We are going to publish a new FWH 15.09 build.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: jmartial and 39 guests