Search found 33 matches: riccardo

Return to advanced search

Antonio,
thank you, works fine.

I've modify the Method Commad of the TToolBar to have the nId of the buttom when pressed:
Eval( bAction, Self ) -> Eval( bAction, Self, nID )

Bye
Riccardo
by Riccardo
Fri Sep 08, 2006 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text button Toolbar
Replies: 4
Views: 979

Riccardo, You have to add this method to Class TToolBar: METHOD SetText( nButton, cText ) INLINE TBSetText( ::hWnd, nButton, cText ) And this code to your app: #pragma BEGINDUMP #include <hbapi.h> ...
by Antonio Linares
Fri Sep 08, 2006 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text button Toolbar
Replies: 4
Views: 979

... external '_HB_FUN_MGETCREATE' referenced from C:\FWH\LIB\FIVEHX.LIB|MGET Immagino manchi qualche parametro, sapresti aiutarmi? Ciao, Grazie. Riccardo
by Maverich
Sun Aug 27, 2006 9:20 pm
 
Forum: All products support
Topic: compilazione C dei sorgenti FWH
Replies: 6
Views: 2257

Riccardo,

Yes, Class TXBrowse does not has such method, but it may be easy to implement it using Class TWBrowse Method Report() as a skeleton for it.
by Antonio Linares
Thu Dec 29, 2005 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report from Browse
Replies: 1
Views: 652

Riccardo,

Already sent.
by Antonio Linares
Wed Dec 14, 2005 7:56 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8847

Antonio,
please could you also send them to me?
Or, how is possible to have the patch of the FWH 2.7?

Thank you
Riccardo
by Riccardo
Tue Dec 13, 2005 2:46 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8847

Riccardo,

You may add or replace modules in FiveHcm.lib this way:

c:\vc\bin\Lib Fivehcm.lib /OUT:lib\Fivehcm.lib <module.obj>

Anyhow, you can not entirely rebuild it as we don't provide the source code for all its modules.
by Antonio Linares
Wed Dec 07, 2005 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Fivehcm.lib
Replies: 1
Views: 661

Riccardo,

I email you the files.
by Antonio Linares
Wed Dec 07, 2005 6:48 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8847

Compile Fivehcm.lib

How is possible to compile the FiveHcm.lib?

Thank you
Riccardo
by Riccardo
Wed Dec 07, 2005 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Fivehcm.lib
Replies: 1
Views: 661

Riccardo,

WS_BORDER has to be removed and in source\winapi\mgetcrea.c:

BOOL lIsAppThemed = FALSE;

...

BOOL _IsAppThemed( void );

lIsAppThemed = _IsAppThemed();

_retnl( ( LONG ) CreateWindowEx( lIsAppThemed ? WS_EX_CLIENTEDGE: 0,
...
by Antonio Linares
Mon Dec 05, 2005 12:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8847

Riccardo,

We provide free upgrades for two months, once a user buy a new version or an upgrade.

After those two months, the upgrades have to be paid.

FTDN users get free upgrades for six months.
by Antonio Linares
Tue Nov 22, 2005 7:57 am
 
Forum: WhatsNew / Novedades
Topic: New FiveWin 2.7 - Nuevo FiveWin 2.7
Replies: 7
Views: 4645

Riccardo,

You may review samples\TestHelp.prg, also samples\NewHelp.prg
by Antonio Linares
Wed Nov 16, 2005 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP functions
Replies: 2
Views: 1137

Riccardo,

I missunderstood you, I though you were using Harbour, instead of xharbour.

Please create a MAP file and search for the GPF address into the MAP file.

Don't you get a FWH MsgAlert() with the calls stack list ?
by Antonio Linares
Thu Nov 03, 2005 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3717

Riccardo,

SysRefresh() is required in order to let Windows process pending messages.
by Antonio Linares
Tue Oct 11, 2005 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wait dialog
Replies: 1
Views: 1316

wait dialog

... INIT ( , oAnimate:CopyFiles(), oAnimate:Play() ) ELSE oDlg:END() oDlg = NIL ENDIF RETURN NIL regards riccardo
by Maverich
Tue Oct 11, 2005 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wait dialog
Replies: 1
Views: 1316
PreviousNext

Return to advanced search