Search found 16 matches: tabctrl

Return to advanced search

Re: De xHarbour a Harbour

Gracias nuevamente Master, En esta oportunidad con los archivos go.bat y neuro32.hbp que me indicaste el compilado se ve mas extenso, incluso se crean los archivos .C en la carpeta temporal, los OBJ no se estan creando., luego del proceso, salen estos errores, me imagino que seran librerias que esta...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 5017

Re: Multiline Folders

Hi,

I think TabCtrl_AdjustRect() function calculate the wrong coordinates while TCS_MULTILINE is used in TFolder.prg.
by Horizon
Sat Apr 17, 2010 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7975

Re: Folder Itemsize

... To call those functions you can easily build a C wrapper in the same way as we do them in: fwh\source\winapi\tabctrl.c If you need some more help, please let me know it :-)
by Antonio Linares
Wed Feb 03, 2010 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Itemsize
Replies: 20
Views: 3957

It check the Drop Folder ID. It cannot use TabCtrl_Hittest() because Clipper look only 10 character.

Regards,
Dutch
by dutch
Sat Sep 13, 2008 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?
Replies: 2
Views: 419

use TABCTRL_HITTEST
not TABCTRL_HI

But I do not know what it does
by nageswaragunupudi
Thu Sep 11, 2008 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?
Replies: 2
Views: 419

TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?

I've a program is still in 16bit Clipper/FW2.5. I try to use this function but it is not support function more than 10 Character. I found it in TABCTRL.C. How can I use it? I try to change the function in my program to TABCTRL_HI() but it shows error "unresolved external". #ifdef __HARBOUR__ CLIPPER ...
by dutch
Thu Sep 11, 2008 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?
Replies: 2
Views: 419

Dear Antonio, I found it in TABCTRL.C. How can I use it? I try to change the function in my program to TABCTRL_HI() but it shows error "unresolved external". #ifdef __HARBOUR__ CLIPPER TABCTRL_HITTEST( PARAMS ) // ( hWnd ) ...
by dutch
Tue Sep 09, 2008 6:06 pm
 
Forum: FiveWin for CA-Clipper
Topic: TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?
Replies: 2
Views: 990

TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?

Dear Antonio,

I try to use Tabctrl_hittest( ::hWnd ) in FW16bit but it show unknow function Tabctrl_hi(). Is it support 16bit? If it supports, How can I use it with more than 10 char function?

Regards,
Dutch
by dutch
Fri Sep 05, 2008 7:42 pm
 
Forum: FiveWin for CA-Clipper
Topic: TabCtrl_Hittest( oFlg:hWnd ), Is working with FW 16bit?
Replies: 2
Views: 990

Si usamos TabCtrl_GetItemRect() y tomamos su altura y lo multiplicamos por el número de filas de pestañas, posiblemente obtengamos un valor próximo al buscado.
by Antonio Linares
Mon Jun 23, 2008 12:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fwh\samples\testfldm.prg - bug com tema clássico do windows
Replies: 8
Views: 1666

What about
n = TabCtrl_HitTest( oFld:hWnd ) + 1

Regards,

Otto
by Otto
Mon Nov 26, 2007 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & drop folder
Replies: 11
Views: 2597

Ok, I think first step is to change TabCtrlAdd () in Tabctrl.c to allow bitmaps CLIPPER TABCTRLADD( PARAMS ) // cPrompt --> nil { _bset( ( char * ) &item, 0, sizeof( item ) ); item.mask = TCIF_IMAGE | ...
by StefanHaupt
Wed Sep 19, 2007 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder header with bitmaps
Replies: 4
Views: 977

... compilando nenhum arquivo .C todos estes estão provocando o mesmo erro : [MENUS.C] MYC_FLAGS = MYDEFINES = [GRADFILL.C] MYC_FLAGS = MYDEFINES = [TABCTRL.C] MYC_FLAGS = MYDEFINES = [POINT.C] MYC_FLAGS = MYDEFINES = [SETMASK.C] MYC_FLAGS = MYDEFINES = [TREEDRAW.C] MYC_FLAGS = MYDEFINES = Este é ...
by saviotti
Fri May 18, 2007 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 10864

To everybody who is following this thread - I have solved the problem with a simple fix. The modified tabctrl.c is no longer needed, and only one line of code needs to be added to folder.prg. To have very nice multiline folders from resources: 1. Add TCS_MULTILINE to the ...
by Ugo
Fri May 11, 2007 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7975

To everybody who is following this thread - I have solved the problem with a simple fix. The modified tabctrl.c is no longer needed, and only one line of code needs to be added to folder.prg. To have very nice multiline folders from resources: 1. Add TCS_MULTILINE to the Style ...
by CharlesPratt
Thu May 10, 2007 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7975

Antonio -
I sent an e-mail to you with a zip file (multfld.zip) attached that contained folder.prg (tfolder modified), tabctrl.c modified, foldonly.prg, and foldonly.rc. I wasn't sure how to upload it to this forum.

Regards,
Charles
by CharlesPratt
Thu May 03, 2007 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiline Folders
Replies: 32
Views: 7975
Next

Return to advanced search