Bug - Cyrillics font and notes on FolderEx

Bug - Cyrillics font and notes on FolderEx

Postby Rimantas » 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.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Re: Bug - Cyrillics font and notes on FolderEx

Postby Rimantas » Fri Dec 09, 2011 4: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: 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 !
Rimantas U.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Re: Bug - Cyrillics font and notes on FolderEx

Postby ukservice » Sun Dec 11, 2011 7: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
User avatar
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: Bug - Cyrillics font and notes on FolderEx

Postby Rimantas » Mon Dec 12, 2011 5: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.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Re: Bug - Cyrillics font and notes on FolderEx

Postby Antonio Linares » Mon Dec 12, 2011 9:26 am

Responsable for Russian support ?

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41392
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Bug - Cyrillics font and notes on FolderEx

Postby Rimantas » 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.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Re: Bug - Cyrillics font and notes on FolderEx

Postby Rimantas » Tue Dec 13, 2011 5: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.
User avatar
Rimantas
 
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Antonio Linares, MarcoBoschi and 46 guests