Page 1 of 1

Bug - Cyrillics font and notes on FolderEx

PostPosted: Thu Dec 08, 2011 10:58 am
by Rimantas
On folderex created on dialog aren't working russian language . With folderex on windows it's working , but on dialogs not . So if I let prompts for folderex on dialog :

DEFINE DIALOG oDlg RESOURCE "DIALOG1"
REDEFINE FOLDEREX oFld1 ID 110 OF oDlg;
PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2"

It not will work ( second tab - in russian "Windows" ). How to fix that ?

With best regards !

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Fri Dec 09, 2011 4:52 pm
by Rimantas
Rimantas wrote:On folderex created on dialog aren't working russian language . With folderex on windows it's working , but on dialogs not . So if I let prompts for folderex on dialog :

DEFINE DIALOG oDlg RESOURCE "DIALOG1"
REDEFINE FOLDEREX oFld1 ID 110 OF oDlg;
PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2"

It not will work ( second tab - in russian "Windows" ). How to fix that ?

With best regards !


To Antonio : I requested some times to help to solve this problem . Ok, you are bussy man . But with FWH 11.11 ends my upgrade , so I must to buy another buggy realise ? I'm requesting again , please help to solve problem with cyrillics fonts and folderex in dialogs .

Sample first - FolderEx in windows - works fine :
Code: Select all  Expand view

#include "FiveWin.ch"
function main()
   local oWnd
   local oFld
   
   DEFINE WINDOW oWnd TITLE "TFolderex - WINDOW -"
   @ 3, 3 FOLDEREX oFld PIXEL ADJUST;
          PROMPT   "&OS", "&Игры", "&Movies", "&Дед Мороз"

   @ 1,3 SAY "UNDER CONSTRUCTION" OF oFld:aDialogs[ 1 ] TRANSPARENT
   @ 40,50 SAY "С Новым Годом!" OF oFld:aDialogs[ 1 ] PIXEL TRANSPARENT //OEM
   
   ACTIVATE WINDOW oWnd
   RETURN NIL
 


Url to image ( can't understand how to show picture :-( ... ) : http://public.fotki.com/Rimokas/namas/scr1.html

Second sample - FolderEx in Dialog - can't to see russian notes :
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", "&Игры", "&Movies", "&Дед Мороз"

   @ 1,3 SAY "UNDER CONSTRUCTION" OF oFld:aDialogs[ 1 ] TRANSPARENT
   @ 40,50 SAY "С Новым Годом!" OF oFld:aDialogs[ 1 ] PIXEL TRANSPARENT
   
   ACTIVATE DIALOG oWnd
RETURN NIL
 


Url to image : http://public.fotki.com/Rimokas/namas/scr2.html

With best regards !

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Sun Dec 11, 2011 7:45 pm
by ukservice
Rimantas,

Maybe you can hire Daniel´s services to add this new feature!.

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Mon Dec 12, 2011 5:50 am
by Rimantas
ukservice wrote:Rimantas,

Maybe you can hire Daniel´s services to add this new feature!.


And where it can be ? Hmmm ... I'm thinking , that FolderEx is a part of FiveWin , so , in mine opinion , responsible is Antonio ... :)

Regards,

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Mon Dec 12, 2011 9:26 am
by Antonio Linares
Responsable for Russian support ?

Does it work on a standard folder ? (Not FolderEx)

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Mon Dec 12, 2011 11:07 am
by Rimantas
Antonio Linares wrote:Responsable for Russian support ?

Does it work on a standard folder ? (Not FolderEx)


I can say - YES !!! :-) It's working with standard folders . Why it's working with FolderEx on Windows ? You can see that on the first image ( first url ) . So it's bug on FolderEx on dialogs .

Re: Bug - Cyrillics font and notes on FolderEx

PostPosted: Tue Dec 13, 2011 5:51 am
by Rimantas
Antonio Linares wrote:Responsable for Russian support ?


Antonio, I'm not saying that you are responsable for "russian" support . You are responsable for FolderEx support . Ant that can be any other not western language - chinese , arabics and etc. What are new about that ?

With best reagrds !