FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TSButton V.6.1 as I promised.
Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
TSButton V.6.1 as I promised.
Posted: Sun Apr 06, 2008 03:38 PM
Otto wrote:my first test.

Very good Otto (what a speed) I hope TSButton help you to keep the quality of your apps as in every work you have shown to us.

Best regards.

Manuel Mercado
manuelmercado at prodigy dot net dot mx
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
TSButton V.6.1 as I promised.
Posted: Sun Apr 06, 2008 05:44 PM

Dear Manuel,

I've compile with xHB.com Nov '07. I works great.

Thanks for nice lib.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
TSButton V.6.1 as I promised.
Posted: Sun Apr 06, 2008 11:16 PM
Mr. Manuel,

I made some more tests.

Could you please have a look into
TSTSay:SetText() method.

SetText writes the caption and paint draws cText

Workaround:
oRes:VarPut(Tran(nMemo,"@E 999,999,999,999,999.99"))
oRes:SetText()

Regards,
Otto

Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
TSButton V.6.1 as I promised.
Posted: Mon Apr 07, 2008 04:25 AM
Otto wrote:SetText writes the caption and paint draws cText
Workaround:
oRes:VarPut(Tran(nMemo,"@E 999,999,999,999,999.99"))
oRes:SetText()

Please change SetText Method in TSTSay.prg to:
   METHOD SetText( cText ) INLINE ::Hide(), ::VarPut( cText ), ::cCaption := Eval( ::bGet ), ;
                                  SetWindowText( ::hWnd, ::cCaption ), ::Show()

TSTSay class was a little forgotten, many thanks for your feedback.

Manuel Mercado
manuelmercado at prodigy dot net dot mx
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
TSButton V.6.1 as I promised.
Posted: Mon Apr 07, 2008 06:01 AM

Manuel Mercado,
Very little need enhance:
1.crystal,sunset shape,
the conner seems not transparent.
2. @1,2 sbutton .. ,
seems default size 0 height
3.@1,2 sbutton "text" of odlg
seems ilegal sytax "text" ,must prompt "text"
Best regards!
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
TSButton V.6.1 as I promised.
Posted: Mon Apr 07, 2008 06:38 AM

Mr. Manuel,

Thank you for your quick response and help.
I change these lines.
May I ask you if you allow me posting the
SBUTTON class for downloading on

http://fwcodesnips.com/

Regards,
Otto

Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
TSButton V.6.1 as I promised.
Posted: Mon Apr 07, 2008 04:35 PM
Otto wrote:May I ask you if you allow me posting the
SBUTTON class for downloading on
http://fwcodesnips.com/


Of course

Regards

Manuel Mercado
manuelmercado at prodigy dot net dot mx

Continue the discussion