Search found 161 matches

by toninhofwi
Mon Sep 15, 2008 12:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Latest Harbour SVN
Replies: 6
Views: 1056

Toninho If I recall .. there is an incompatability with FWH 8x and the animated gif obj and Borland C++ > 5.5. Also .. I know with xHarbour there was ( a few months ago ) a 'planned' error on exit if you did not NIL out a TOleAuto() 'static' object that was still hanging around when your program qu...
by toninhofwi
Sun Sep 14, 2008 9:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Latest Harbour SVN
Replies: 6
Views: 1056

Latest Harbour SVN

Hi Antonio.

Are you get GPF upon app exit with latest Harbour SVN please? I'd compiled all my modules with full debug information but I can't catch it.

I'm using codegear 5.9 but I see in Harbour dev list that Luis Krause have the same problem with bcc 5.5.1

TIA and best regards,

Toninho.
by toninhofwi
Fri Aug 08, 2008 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 60000 posts !!!
Replies: 2
Views: 530

Re: 60000 posts !!!

Antonio Linares wrote:We already have 60.000 posts in the forums! :-)

Thanks to this great FiveWin users community and friends for making this a great success :-)
Fivewin is a success. Congratulations for your excellent product.

Toninho.
by toninhofwi
Tue May 20, 2008 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with function Tone FWH 8.04
Replies: 19
Views: 3113

Re: Problem with function Tone FWH 8.04

[quote="mauri.menabue"] function Main() alert("Test sounds") Tone( 100, 1 ) Tone( 200, 1 ) Tone( 300, 1 ) Tone( 400, 1 ) Tone( 500, 1 ) Tone( 600, 1 ) Tone( 700, 1 ) Tone( 800, 1 ) Tone( 900, 1 ) Tone( 1000, 1 ) return nil Try to add: request HB_GT_GUI_DEFAULT in the main functio...
by toninhofwi
Tue May 20, 2008 11:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Howto Detect Bitmap Format
Replies: 13
Views: 1966

Toninho, Maybe we could try to check these struct members: Thanks Antonio. Is very strange but for loaded file images biBitCount works but for loaded *resources* it always return 32. I solve my problem create a new parameter for DEFINE BITMAP command, that now have a new option: ALPHABLEND. ---cut-...
by toninhofwi
Tue May 20, 2008 1:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: DRAWGRAY() doen´t work with AlphaBlended Bitmaps ?
Replies: 0
Views: 359

DRAWGRAY() doen´t work with AlphaBlended Bitmaps ?

Hi Mr Antonio.

I´m trying to use DRAWGRAY() to display bmp file that have alpha channel inside it, but it looks horrible. What is the way to display Alpha Bitmais in grayscale please ?

Thanks and best regards,

Toninho.
by toninhofwi
Mon May 19, 2008 12:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Howto Detect Bitmap Format
Replies: 13
Views: 1966

Toninho, Try this: HB_FUNC( BMPFORMAT ) // hBitmap --> nBitsPixel { BITMAP bm; GetObject( ( HBITMAP ) hb_parnl( 1 ), sizeof( BITMAP ), ( LPSTR ) &bm ); hb_retnl( bm.bmBitsPixel ); } Thanks Antonio, but this is the first thing that I´d tried and the bm.bmBitsPixel always return 32. If I go to th...
by toninhofwi
Mon May 19, 2008 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Howto Detect Bitmap Format
Replies: 13
Views: 1966

Stefan, thanks for your help. Do you know if there are any way to use bitmap handle? Something like: GetBitmapFormat( oBmp:hBitmap ) ?

Regards,

Toninho.
by toninhofwi
Sun May 18, 2008 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Howto Detect Bitmap Format
Replies: 13
Views: 1966

Howto Detect Bitmap Format

Hi,

How I do to detect a bitmap format (16bpp/32bpp) *after* I'd loaded it please?

Thanks and regards,

Toninho.
by toninhofwi
Tue May 13, 2008 7:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get a resource name ?
Replies: 1
Views: 428

How get a resource name ?

Hi ppl.

How I do to get a resource name please? For example: in workshop I have a "Listbox" resource. I need know that the control name is "listbox" when I redefine it.

Thanks and regards,

Toninho.
by toninhofwi
Fri May 02, 2008 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 8.05 Transparencies
Replies: 15
Views: 2885

Antonio Linares wrote:Toninho,
What Windows versions do you mean ? Win98 ?
Yes Mr Antonio. Windows 98 and Windows Millenium.

Regards,

Toninho.
by toninhofwi
Thu May 01, 2008 7:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 8.05 Transparencies
Replies: 15
Views: 2885

Antonio,

Congratulations. Very nice job.

Please tell me: I´m used my own alphablend function with success with FWH but only with windows XP and Vista. FWH will work on any version of windows?

Thanks and regards,

Toninho.
by toninhofwi
Tue Mar 18, 2008 12:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with ADT integer on xharbour december build
Replies: 6
Views: 1226

This "problem" is in both Harbour/XHarbour. Please, see my next posts that are adressed to harbour developer list: ---cut--- Hi ppl, With ADS, if the double field have large values like 1234567890123, harbour displays ******** instead a value. If I use str(field,20) the value is displayed ...
by toninhofwi
Fri Mar 14, 2008 11:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: Richedit enhancement
Replies: 7
Views: 1404

Silvio wrote:DEAR Toninho,
HOW i CAN CREATE A LISTBOX TO INSERT DATE AND TIME FORMAT TO USE INTO RTF FILE ?
Silvio, sorry, but I don´t know.

Toninho.
by toninhofwi
Fri Mar 14, 2008 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: Richedit enhancement
Replies: 7
Views: 1404

jcaro wrote:Toninho:
Can you explain with little example, how used this code.
Thanks,
Juan
Juan, only call RESetParaBullet( ::hWnd ) from richedit class. The betther is Antonio place this code inside official FWH RTF C code.

Regards,

Toninho.