Page 1 of 2
TSButton V.6.0 for FWH/(x)Harbour
Posted: Wed Mar 05, 2008 2:19 pm
by mmercado
I hope it doesn't have too many bugs
Here you are:
http://hyperupload.com/download/025e38d ... N.zip.html
Best regards.
Manuel Mercado
Posted: Thu Mar 06, 2008 3:09 am
by hua
Manuel,
I just want to say thank you and express my gratitude for the contribution that you've given to Fivewin community in the form of TSBrowse and TSButton
Posted: Thu Mar 06, 2008 8:25 am
by Silvio
Manuel,
thanks
ihope you created somethindg for buttontrasparent
i must try it
Posted: Thu Mar 06, 2008 11:43 am
by Silvio
GOOOOOOOOOOOOOOD!!!!!!!!!!!!!!!
MR MANUEL now my APPLICATION WITH TRASPARENT BITMAP RUN OK
THANKSSSSSSSSS!
Posted: Fri Mar 07, 2008 11:47 am
by Kleyber
Hi Manuel,
Just remembering... have you received my email?
Best Regards,
Posted: Fri Mar 07, 2008 12:23 pm
by mmercado
Kleyber wrote:Just remembering... have you received my email?
Yes, I did but it's very dificult to test a not self contained program. Sorry
Regards
Manuel Mercado
Posted: Fri Mar 07, 2008 2:14 pm
by RAMESHBABU
Mr.Manuel Mercado
Thank you very much for your great classes TsBrowse and TsButton.
When I used the latest version of TsButton, my existing buttons painted
with ROUNDRECT clause are now painted with RECTANGLE shape.
There is some problem in latest version!
Regards to you sir
- Ramesh Babu P
Posted: Fri Mar 07, 2008 3:17 pm
by Silvio
Manuel,
tsbutton 6.0 go to fwppc ?
Posted: Fri Mar 07, 2008 3:55 pm
by Kleyber
mmercado wrote:Kleyber wrote:Just remembering... have you received my email?
Yes, I did but it's very dificult to test a not self contained program. Sorry
Regards
Manuel Mercado
Ok, Manuel,
I'll create and will send you.
Thanks,
Posted: Sat Mar 08, 2008 1:10 pm
by dutch
Dear Manuel,
Is TSButton V.6 compatible with xHarbour.com? I try to rebuild but it show is error.
Code: Select all
Type: C >>>xcc.exe -Fo"OBJX\BPAINT.obj" -Ot -D__HARBOUR__ -D__FLAT__ -DHB_STATIC_STARTUP -I"c:\fwh\include" -I"c:\xhb\include" -I"C:\xHB\include" -I"C:\xHB\c_include" -I"C:\xHB\c_include\win" -I"C:\xHB\c_include\msvc" "SOURCE\FUNCTION\BPAINT.C"<<<
C:\xHB\include\fwHarb.h(74): warning: [ISO] No newline at end of file.
SOURCE\FUNCTION\BPAINT.C(86): warning: Conversion from 'struct HBRUSH__ *' to 'unsigned int' is undefined.
SOURCE\FUNCTION\BPAINT.C(89): warning: Local 'hMask' is not referenced.
SOURCE\FUNCTION\BPAINT.C(89): warning: Local 'hBmOld2' is not referenced.
SOURCE\FUNCTION\BPAINT.C(89): warning: Local 'hBmOld1' is not referenced.
SOURCE\FUNCTION\BPAINT.C(88): warning: Local 'lpBits' is not referenced.
SOURCE\FUNCTION\BPAINT.C(82): warning: Local 'nDC' is not referenced.
SOURCE\FUNCTION\BPAINT.C(82): warning: Local 'mDC' is not referenced.
SOURCE\FUNCTION\BPAINT.C(75): warning: Local 'bs' is not referenced.
SOURCE\FUNCTION\BPAINT.C(72): warning: Local 'lb' is not referenced.
Regards,
Dutch
Posted: Sun Mar 09, 2008 6:28 pm
by mmercado
Hi Dutch:
dutch wrote:Is TSButton V.6 compatible with xHarbour.com? I try to rebuild but it show is error.
I actually don't have xHarbour.com, but with xHarbour 1.1 simplex build (which I have), goes superb.
Best regards.
Manuel Mercado
Re: TSButton V.6.0 for FWH/(x)Harbour
Posted: Fri Mar 14, 2008 3:06 pm
by JC
Manuel.... I try to use your TsButton Class, but under compiling, I get this error:
Code: Select all
Error: Unresolved external '_HB_FUN_GETFONTHEIGHT' referenced from C:\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_SBTNPAINT' referenced from C:\OBJ\TSBUTTON.OBJ
My versions is: xHB 99.70 / FW 6.12
Re: TSButton V.6.0 for FWH/(x)Harbour
Posted: Fri Mar 14, 2008 9:30 pm
by mmercado
Hello Julio Cesar:
JC wrote:Manuel.... I try to use your TsButton Class, but under compiling, I get this error:
Code: Select all
Error: Unresolved external '_HB_FUN_GETFONTHEIGHT' referenced from C:\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_SBTNPAINT' referenced from C:\OBJ\TSBUTTON.OBJ
BPaint.c is not linked in SBUTTONX.LIB
Best regards.
Manuel Mercado
Re: TSButton V.6.0 for FWH/(x)Harbour
Posted: Sat Mar 15, 2008 12:53 am
by JC
mmercado wrote:Hello Julio Cesar:
JC wrote:Manuel.... I try to use your TsButton Class, but under compiling, I get this error:
Code: Select all
Error: Unresolved external '_HB_FUN_GETFONTHEIGHT' referenced from C:\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_SBTNPAINT' referenced from C:\OBJ\TSBUTTON.OBJ
BPaint.c is not linked in SBUTTONX.LIB
Best regards.
Manuel Mercado
I have included this lib in my .bc file. I think that is not correct, don't?
Posted: Sat Mar 15, 2008 8:22 am
by Silvio
Dear Julio Cesar
why YOU not use xmate to compile sbutton lib : is easy !!!!
I use xmate to compile LIB, DLL and application fron two years
I compiled manuel lib with xmate and it run ok !!!