Search found 11 matches

by Johnny Yiu
Tue May 02, 2006 9:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: height of taskbar
Replies: 11
Views: 3281

Enrico,

As always you been a great help, thanks.
by Johnny Yiu
Fri Apr 28, 2006 5:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: height of taskbar
Replies: 11
Views: 3281

Enrico,

Can you please show me how to do it. What value to use for getsysmetrics()?
by Johnny Yiu
Wed Apr 26, 2006 6:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: height of taskbar
Replies: 11
Views: 3281

height of taskbar

Can I use getsysmetrics() to retrive the height of the windows taskbar?
by Johnny Yiu
Wed Dec 21, 2005 4:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

Re: Compile trouble

Johnny: The code i summited was just a direct extract, you need to modify it for your own usage. Append following C code to your xFWH\..\Tget.prg, for calling lBig5_1st( cString, nPos ) and lBig5_2nd( cString, nPos ) from PRG. p.s. GB2312-1980 with simpler range : 1st byte range: A1-F7, 2nd byte ra...
by Johnny Yiu
Mon Dec 19, 2005 8:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

Richard, We are going to try to install here a Chinese Windows, but we even don't know how to type a two keystrokes character. Could you explain it ? thanks. May be it would be easier just to cut and paste the Chinese words from a text file. I don't think you want to install Chinese Windows because...
by Johnny Yiu
Mon Dec 19, 2005 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

// for ChineseBig5 1st(high_order) Chr( 161 - 254 ), 2nd(Low_order) Chr( 64 - 126, 161 - 254 ) BOOL ulBig5_2nd( unsigned char * aStr, int nPos, int nLen ) { int nn ; unsigned int nAsc1 ; unsigned int nAsc2 ; if( nLen < nPos ) return FALSE ; else if( nPos == 1 ) return FALSE ; else if( nPos == 2 ) {...
by Johnny Yiu
Fri Dec 16, 2005 4:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

Antonio Linares wrote:Johnny,

You may easily modify Class TEdit, add methods to it
Antonio,

When you say add methods to TEdit from TGet do you mean just cut and paste the code from tget to tedit? If that is the case it mean most of the code from tget need to be apply to tedit, am I right?

Johnny
by Johnny Yiu
Thu Dec 15, 2005 4:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

jhncon wrote:i have modified xFWH\..\TGet.prg and xHBR\..\strcase.c for supporting Big5 long time and seems OK, extracted code as following:

John M. S. Chiang
John,

Thanks, I will try it. The only change to your code is to test for GB2313 as well.

Johnny Yiu
by Johnny Yiu
Wed Dec 14, 2005 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 5843

Antonio,

I am sure you have an extra computer laying around that you can use to test it. To setup the computer to display Chinese and input Chinese all you have to do is set the computer's default language to Traditional Chinese or Simplified Chinese in Control Panel's Regional Options.
by Johnny Yiu
Thu Nov 24, 2005 8:59 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3869

Antonio,

If the screen resolution is greater than 1024 x 768 it show the problem.
by Johnny Yiu
Thu Nov 24, 2005 4:19 am
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Preview error (fixed)
Replies: 7
Views: 3869

Preview error (fixed)

The latest preview do not work correctly on some page size. The problem is on startup the page are hidden one have to press the zoom/unzoom button to display it.

I am using 21.15 x 14.00
::oPrn:setsize(2150,1400)