FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug - Cyrillics font and notes on FolderEx
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Bug - Cyrillics font and notes on FolderEx
Posted: Thu Dec 08, 2011 10:58 AM

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 !
Rimantas U.
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Fri Dec 09, 2011 04:52 PM
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 (fw): Select all Collapse
#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 (fw): Select all Collapse
#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 !
Rimantas U.
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Sun Dec 11, 2011 07:45 PM

Rimantas,

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

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Mon Dec 12, 2011 05:50 AM
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,
Rimantas U.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Mon Dec 12, 2011 09:26 AM

Responsable for Russian support ?

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Mon Dec 12, 2011 11:07 AM
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 .
Rimantas U.
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
Re: Bug - Cyrillics font and notes on FolderEx
Posted: Tue Dec 13, 2011 05:51 AM
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 !
Rimantas U.

Continue the discussion