Search found 76 matches

by fp
Fri Feb 10, 2006 8:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with CHEKBOX in FW27
Replies: 6
Views: 1542

I had the same problem with tsay and Fwh27Feb (missing "default ltransparent := .F.)
by fp
Fri Feb 10, 2006 7:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Placing cursor in a get
Replies: 3
Views: 976

thanks, that works!
by fp
Mon Jan 30, 2006 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Toolbar
Replies: 2
Views: 788

Re: Toolbar

Hello EnricoMaria, thanks, it works now: ******************* FUNCTION Test4713() ******************* LOCAL oWnd DEFINE WINDOW oWnd TITLE "Test" ACTIVATE WINDOW oWnd VALID .T. ON INIT OnInitUdf(oWnd) RETURN NIL ******************* FUNCTION Test4714() ******************* LOCAL oDlg DEFINE DI...
by fp
Mon Jan 30, 2006 10:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Toolbar
Replies: 2
Views: 788

Toolbar

I need a toolbar in a dialog. But it doesn't work (error-message: "cannot create window class TBAR"). Test4711() works Test4712() doesn't work why? ******************* FUNCTION Test4711() ******************* LOCAL oWnd, oBar DEFINE WINDOW oWnd TITLE "Test" DEFINE BUTTONBAR oBar O...
by fp
Sat Jan 28, 2006 1:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4451

yes, it is in the contribution distribition, but from june 2005 and that version produces an HB_Stack - error
EnricoMaria wrote:Yes, it is in the contrib distribution (and in the CVS, of course).

EMG
by fp
Sat Jan 28, 2006 11:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4451

Hello Antonio,

is there a version of hbzip.lib for xharbour / MSVC also?
thanks and regards
frank
Antonio Linares wrote:Vytas,

You have to include hbsix.lib and dbffpt.lib.

And you may download hbzip.lib from here:
http://hyperupload.com/download/aca05349/hbzip.zip.html
by fp
Thu Jan 19, 2006 7:16 am
Forum: To do - WishList / Por hacer - Peticiones
Topic: TIcon
Replies: 4
Views: 2540

Hello Antonio,

could you add a PIXEL clause to Ticon too?

thanks and regards
Frank
by fp
Sat Jan 14, 2006 6:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Placing cursor in a get
Replies: 3
Views: 976

Placing cursor in a get

I'm using cVar := "Hello" + SPACE(15) REDEFINE GET oGet VAR cVar OF oDlg oGet:bGotFocus := {||oGet:SetSel(0,0),__keyboard(CHR(VK_END))} If I klick in this field with the mouse, the cursor is set on the end of the edit field. But I want the cursor to be directly behind the "o" of ...
by fp
Wed Jan 11, 2006 7:40 am
Forum: To do - WishList / Por hacer - Peticiones
Topic: TIcon
Replies: 4
Views: 2540

Hello Antonio, that's what I mean (but it is not a problem, because I can use GetResources() of cource): my code: ::hDll1 := LoadDll("MainApp.DLL") ::hDll2 := LoadDll("User1.Dll") ::hDll3 := LoadDll("ABC".Dll") .... SET RESOURCES TO ::hDll1 DEFINE ICON ::oIcon1 RES...
by fp
Tue Jan 10, 2006 8:01 am
Forum: To do - WishList / Por hacer - Peticiones
Topic: TIcon
Replies: 4
Views: 2540

TIcon

Please add a "hResources"-Parameter to the TIcon-Class (like in TDialog)
by fp
Thu Jan 05, 2006 12:04 pm
Forum: All products support
Topic: Willkommen im German-Forum
Replies: 3
Views: 3985

Re: Willkommen im German-Forum

Schön, dass man sich jetzt auch in deutsch austauschen kann.
Frank-Peter
by fp
Tue Jan 03, 2006 9:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: unresolved symbol _hb_stack
Replies: 3
Views: 922

Is there a new version of ct3.lib fully compatible with current xharbour
? If yes, where to download it ?

thanks,

Frank Peter
by fp
Tue Jan 03, 2006 5:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: unresolved symbol _hb_stack
Replies: 3
Views: 922

unresolved symbol _hb_stack

If I link in Ct3.Lib with FWH 2.7 (MSVC / xHarbour), I get unresolved symbols in _hb_stack (e.g. CharOne).
by fp
Fri Dec 30, 2005 6:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: missing PcRepos.Lib
Replies: 4
Views: 1273

Hello Antonio,

I get an error "Fatal Error LNK 1136, ungültige oder beschädigte Datei" , when linking the Pcrepos.Lib, you have send to me. I think, that means "File invalid oder demaged".

I use xHarbour and MSVC98.

Regards
Frank
by fp
Fri Dec 30, 2005 11:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: missing PcRepos.Lib
Replies: 4
Views: 1273

Hello Antonio,
thank you very much an a happy new year
fp