Search found 90 matches

by Patrizio
Wed Jul 20, 2011 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

Re: ExplorerBar and Get

Umh, Uwe what version of FiveWin do you use?

I build my test with FWH 11.06, xHarbour.org 1.21.9376 and MSCV2008.
by Patrizio
Wed Jul 20, 2011 10:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

Re: ExplorerBar and Get

Uwe, thank's for the reply. I've tried with VTitles. With SAY and GET the controls are not correctly designed: #include "FiveWin.ch" #include "TTitle.ch" PROC Main()    LOCAL cText := Space(30)    LOCAL oWnd, oExpBar, oPanel, oGet    LOCAL oTitle    DEFINE WINDOW oWnd TITLE "...
by Patrizio
Tue Jul 19, 2011 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

ExplorerBar and Get

Hi, I'm trying to remove vTaskBar and use ExplorerBar in my app. I've see a strange behavior with ExplorerBar and a TGet: if you write in TGet and move the mouse the TGet lost the value. :shock: Small example: write what do you want in the get and then move the mouve over the title of the panel. #in...
by Patrizio
Tue Jul 19, 2011 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar problem
Replies: 2
Views: 537

Re: vTaskBar problem

Thank you ukservice, i'll try explorerbar.
by Patrizio
Tue Jul 19, 2011 11:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL-TAB and TFolder
Replies: 2
Views: 513

Re: CTRL-TAB and TFolder

Thank you Antonio :D
by Patrizio
Mon Jul 18, 2011 3:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL-TAB and TFolder
Replies: 2
Views: 513

CTRL-TAB and TFolder

Hi, the control TFolder() don't change page by the pression of CTRL-TAB or CTRL-SHIFT-TAB on keyborad (standard windows). I've tried to add a custom function to TFolder():bKeyDown but seem it doesn't work. The code is the same of Folder.prg in \FWH\Samples with the custom function. #include "fi...
by Patrizio
Mon Jul 11, 2011 3:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip request
Replies: 1
Views: 476

Tooltip request

In Window.prg, row 3083: SendMessage( hWnd, TTM_SETMAXTIPWIDTH, 0, 300 ) Is it possibile to make customizable the value 300 ? And, btw, i've found this: http://msdn.microsoft.com/en-us/library/bb760404.aspx. For tooltip with very long text the delay time of 5000 ms (the autopop value) it's too low. ...
by Patrizio
Mon Jul 11, 2011 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar problem
Replies: 2
Views: 537

vTaskBar problem

I get this error: vtaskbar.lib(VMenu.obj) : error LNK2019: riferimento al simbolo esterno ___ftoll non risolto nella funzione _HB_FUN_BMPTOGRAY compiling with vTaskBar.lib ("riferimento al simbolo esterno" is the italian translate of "Unresolved external symbol") Ideas? I've read...
by Patrizio
Mon Jul 11, 2011 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse problem
Replies: 0
Views: 224

TSBrowse problem

I have a strange problem with TSBrowse. EXE build with TSBrowse.lib don't start, it don't generate error or gpf, it doesn't start :shock: Very small example: #include "FiveWin.ch" #include "TSBrowse.ch" PROC Main()    LOCAL oBrw, oWnd    DEFINE WINDOW oWnd FROM 3, 6 TO 20, 70 TIT...
by Patrizio
Mon Jul 11, 2011 12:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg
Replies: 6
Views: 1038

Re: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg

Antonio,
now it's ok, thank you.
by Patrizio
Mon Jul 11, 2011 10:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg
Replies: 6
Views: 1038

Re: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg

Antonio, with the lib uptaded: Fivehcm.lib(TREEVIEW.obj) : error LNK2019: riferimento al simbolo esterno _TreeView_SetCheckState non risolto nella funzione _HB_FUN_TVSETCHECK Fivehcm.lib(TREEVIEW.obj) : error LNK2019: riferimento al simbolo esterno _TreeView_GetCheckState non risolto nella funzione ...
by Patrizio
Fri Jul 08, 2011 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg
Replies: 6
Views: 1038

Re: ERROR FWH 10.7 + xhb.com nov. 2009 testtre2.prg

I have the same error when compile with FWH 11.06 + xHarbour.org 1.21.9376 + MSVC2008.
by Patrizio
Mon Aug 09, 2010 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with FILE()
Replies: 7
Views: 1059

Re: Help with FILE()

Michel, The result is "C:\Windows\System32\cmd.exe". So far as I know, the path is correct, the file is exist. But the result of file() is .F. I don't know how to fix this problem. Do you have any idea? Regards, Andy Andy, do you have correct rights to access to a system dir? Try to execu...
by Patrizio
Tue May 18, 2010 7:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - edits of dbf doesn't stick
Replies: 3
Views: 696

Re: xBrowse - edits of dbf doesn't stick

ii. The combobox displays 'Sunday' as 'Su' only. fields person->(recno()), person->empno, person->name, person->proxyno, ;             person->timeIn, person->timeOut, person->tea_m, person->lunch_min, ;             person->tea_a, person->others_min, person->weekend1, person->weekend2, ;           ...
by Patrizio
Tue Apr 20, 2010 6:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: GPF error
Replies: 11
Views: 2318

Re: GPF error

Hello Antonio I have a casual GPF error and don't know how to resolve . The message is :Offset : 001fb5f and this is the section of the MAP file 0001:0001F02C c611_0 0001:0001F02C __SetAcceleratorTable 0001:0001F047 _HB_FUN_SETIDLEACT 0001:0001F04C _HB_FUN___GENGPF 0001:0001F058 _HB_FUN_WINRUN 0001...