Search found 76 matches

by fp
Fri Nov 24, 2006 9:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: ::Classname()
Replies: 1
Views: 568

::Classname()

I want to create own classes inherit e.g. from TDialog like CLASS MYTDIALOG FROM TDIALOG DATA ... METHOD ... ENDCLASS But now, the Method ::ClassName() returns "MYTDIALOG". As I see, some methods check for ::Classname() like IF ::ClassName() $ "TDIALOG,..." so "MYTDIALOG&quo...
by fp
Wed Nov 22, 2006 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TFOLDER Tab-ID
Replies: 2
Views: 605

Gracias Antonio
by fp
Wed Nov 22, 2006 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TFOLDER Tab-ID
Replies: 2
Views: 605

TFOLDER Tab-ID

How can I get the ID's of the tabs in TFolder-TDialogs?
For example to set the folder 2 by default.
by fp
Sat Mar 25, 2006 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: TwBrowse - SaveColSize - SaveColOrder - header
Replies: 4
Views: 1108

Hello Daniel

thank you very much.

That is a super complete answer to my questions and the help, I need for my project.

Regards from Germany
by fp
Tue Mar 21, 2006 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: TwBrowse - SaveColSize - SaveColOrder - header
Replies: 4
Views: 1108

TwBrowse - SaveColSize - SaveColOrder - header

How can I save the size and the order of TwBrowse-columns (changed from the user) and restore it by the next call?

How to show a column-header with two or three lines - and centered?

Thanks
by fp
Fri Mar 17, 2006 8:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC_INITSTATICS
Replies: 5
Views: 974

Antonio,

sorry, my mistake ... there still was an header file from your March-xHarbour.

thanks and regards
by fp
Fri Mar 17, 2006 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC_INITSTATICS
Replies: 5
Views: 974

Hi Antonio, that is the result \xhb\bin\xhb test -n -m -w -es2 xHarbour Compiler build 0.99.61 (SimpLex) Copyright 1999-2006, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'test.prg'... Lines 42, Functions/Procedures 1 Generating C source output to 'test.c'... Generating object o...
by fp
Thu Mar 16, 2006 5:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC_INITSTATICS
Replies: 5
Views: 974

HB_FUNC_INITSTATICS

I've just downloaded xHB-Prof. March 2006 and now I'm recompiling all prg-files and get the following errors in all files, who contain classes, written with FWH. Undeclared identifier 'hb_INITSTATICS" Missing prototype for 'HB_FUNC_INITSTATICS' What's wrong? The errors occur while compiling wit...
by fp
Mon Mar 13, 2006 4:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse documentation
Replies: 6
Views: 1468

Hello James,
thank you very much
by fp
Mon Mar 13, 2006 6:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse documentation
Replies: 6
Views: 1468

Re: TS Browse documentation

TsBrowse - is it part of FWH ? I can't find it.
by fp
Sun Mar 12, 2006 10:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Extra spacing in GET on Window!
Replies: 6
Views: 1998

Re: Extra spacing in GET on Window!

that's my solution, see oGet:bGotFocus - > TRIM(oGet:oGet:Buffer) oGet := TGet():ReDefine(nId,bBlock,self,,xPicture,,,,,,cMessage,.F.,,,.F.,.F.,,,,) oGet:bGotFocus := {||oGet:SetSel(0,0),oGet:SetColor(RGB_RED,RGB_YELLOW),SetWindowText(oGet:hWnd,TRIM(oGet:oGet:Buffer),__KEYBOARD(CHR(VK_END)))} oGet:b...
by fp
Tue Feb 14, 2006 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetTabbedTextExtent
Replies: 2
Views: 653

Re: GetTabbedTextExtent

Thanks, but "easily" ???
I don't no about "C wrapper" or "DLL commands".
But I'll try it.
by fp
Tue Feb 14, 2006 8:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetTabbedTextExtent
Replies: 2
Views: 653

GetTabbedTextExtent

I need the WinApi function "GetTabbedTextExtent(hDc,cStr,aTabs)".
(determines dimensions of tabbed string).
Is there something like that in FWH?
by fp
Mon Feb 13, 2006 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SAY pixel position
Replies: 1
Views: 538

SAY pixel position

Using PIXEL with TSay, the position given is not the real position in the dialog. #include "FplFwh.Ch" ******************* FUNCTION Test4711() ******************* LOCAL oDlg, oSay, cText := "Hallo" DEFINE DIALOG oDlg FROM 0,0 TO 50,200 PIXEL TITLE "Test" @ 5, 45 SAY oSa...
by fp
Sat Feb 11, 2006 9:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with CHEKBOX in FW27
Replies: 6
Views: 1542

I don't find a class TSSAY in FWH?