On FolderEx created on dialog can't view national chars ( lithuanians, russian ) . At first that noticed with cyrillics ( russsian ) notes , but tested and with lithuanian . I can't to view national chars on folderEx . Please , try the sample , you can change prompts and say to your own language ( if it have more than ussuals latin letters , native language chars ) . Excuse Antonio , but that it's real fact , why you can't to confirm that ? ...
- Code: Select all Expand view
#include "FiveWin.ch"
function main()
local oWnd
local oFld
DEFINE DIALOG oWnd TITLE "TFolderex - DIALOG -"
@ 3, 3 FOLDEREX oFld PIXEL ADJUST;
PROMPT "&OS", "&Žaidimai", "&Movies", "&Lietuviškai"
@ 1,3 SAY "UNDER CONSTRUCTION" OF oFld:aDialogs[ 1 ] TRANSPARENT
@ 40,50 SAY "Linksmų Kalėdų !" OF oFld:aDialogs[ 1 ] PIXEL TRANSPARENT
ACTIVATE DIALOG oWnd
RETURN NIL
With best regards !
Fwh 11.11 , MinGW , Harbour 3.1