These are two picture that have only 1 line different
Code: Select all
FW_Setunitcode( .T. )
picture sharing
Code: Select all
FW_Setunitcode( .T. )
Dear Mr.Raonageswaragunupudi 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.
Code: Select all
#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
Dear Mr.Raonageswaragunupudi 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:I created the dialog in Pelles C IDE and saved it as ll.res file and linked with my program.Code: Select all
#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
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
Code: Select all
FW_SetUnicode( .t. )
Antonio, could you please share your fix for Toutlook2010, if I test the sample from Dutch, the program just closed without any error, if you remove FW_SetUnicode( .T. ), it works fine!Antonio Linares wrote:Dutch,
Fixed, many thanks.
We are going to publish a new FWH 15.09 build.