Search found 281 matches: setunicode

Return to advanced search

Re: ButtonBmp problem with FWH2402

Mr. Leandro

Are you setting FW_SetUnicode( .T. ) in your application?
If so, just for the purpose of testing, can you please change the setting to FW_SetUnicode( .F. ) and try this dialog again and let us know?
by nageswaragunupudi
Sat Mar 09, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 700

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefi...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 700

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefin...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 700

Re: ButtonBmp problem with FWH2402

What is observed till now is that the misbehavior is when FW_SetUnicode( .T. )
Request Mr. Leandro to set FW_SetUnicode( .F. ) and retry
We will work on fixing this problem
by nageswaragunupudi
Thu Mar 07, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 700

Re: Bug FWH2402 - Botones

But Can you please delete the font definition of DEFINE DIALOG.

I removed the font and still it is working correctly.
I tried with FW_SetUnicode() .F. and .T. and still it is working correctly.
by nageswaragunupudi
Wed Mar 06, 2024 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 488

Re: XML =. Utf-8, que codificación pongo para mariaDB?

In both cases where FW_SetUnicode() is .T. or .F.
a numeric Get is left aligned by default and right aligned only if we use the clause RIGHT.
Example:
Code: Select all  Expand view
@ 20,20 GET oGet VAR nVar PICTURE "999.99" SIZE 100,24 PIXEL OF oDlg RIGHT
by nageswaragunupudi
Mon Feb 26, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 207

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

REQUEST HB_CODEPAGE_UTF8

HB_CdpSelect( "UTF8" )
FW_SetUnicode( .T. )
by ertan
Wed Feb 21, 2024 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: XML =. Utf-8, que codificación pongo para mariaDB?

Puede ser que al realizar FW_SetUnicode( .t. ) los gets que son numeros dejen de alinearse a la derecha y al quitar. FW_SetUnicode( .t. ) vuelvan a alinearse?
by goosfancito
Tue Feb 20, 2024 11:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 207

Re: XML =. Utf-8, que codificación pongo para mariaDB?

Estoy trabajando con una maquina virtual en una MAC, que tiene instalado windows y en ese windows tengo instalado mariadb, no esta en la lista dicho utf8_unicode_ci. Lo mas parecido en la lista es uft8mb4_unicode_ci Asi y todo cuando. muestro la linea del xml en un GET no me muestra bien el texto, ...
by nageswaragunupudi
Mon Feb 19, 2024 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 207

Re: Fwh 23.10 TGet another problem (UNSOLVED)

We tried several times to reproduce your problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi Mr. Rao, Your code is working good also for me. I have some test. I have change your code:   @  40, 40 GET oGet VAR cVar SIZE 200,32 PIXEL OF oDlg ON CHANGE oDlg:Update() ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) ) Result is always .F. My code Get is like that in samewa...
by Horizon
Sun Feb 04, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: Fwh 23.10 TGet another problem (UNSOLVED)

We tried several times to reproduce your problem at our end with FWH2310 but could not. In other words, Ansi Gets are correctly working here as expected. We enhanced the test we posted earlier for more detailed testing. This is the sample we tried. #include "fivewin.ch"REQUEST HB_CODEPAGE_...
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, Christmas FWH64 23.10 FW_SetUnicode(.T.) Always. DB Engine M...
by Horizon
Tue Jan 02, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, Christmas FWH64 23.10 FW_SetUnicode(.T.) Always. DB Engine M...
by ertan
Tue Jan 02, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Hi again,

Do you use tdatarow edit dialogs or your own dialogs or window?


Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan?
by nageswaragunupudi
Wed Dec 27, 2023 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52230
Next

Return to advanced search

cron