
Best regards...
Moderator: Rathinagiri
I am sorry and apologize for not informing you about the changes I have made in your code. I had completely forgotten.The library consists of three separate source files as indicated by the PDF manual, but perhaps for reasons of clarity with the other files in the HFCL, Rathinagiri decided to gather all of Bos Taurus files into one file PRG.
Ok no problem, what is good for HMG is good for me...rathinagiri wrote:I am sorry and apologize for not informing you about the changes I have made in your code. I had completely forgotten.
For including Bos Taurus in HFCL and to make it work in a library, I had to re-organize the source code.
Hola Claudio,srvet_claudio wrote:Hi Brother.rathinagiri wrote:Using libpng can we loadpicture?
I'm sorry, I've never used libpng.
Later I will trying to make a function for load PNG images with gdiplus.dll for HMG.
I am currently preparing version 1.0.1 of Bos Taurus for some make effects in the imagens (e.g. emboss, blur, sharpen, etc.).
Best regards,
Claudio.
Still can not upload images other than BMP in most controls, is a topic that I have pending.Pablo César wrote:I do not know if you lost something, but I think we still can not upload images of png files in the buttons ? Or still no way to do this ? Doing by bmp we loose much quality and heavy size too.
Code: Select all
HB_FUNC( FILECURSOR )
{
hb_retnl( ( LONG ) SetCursor( LoadCursorFromFile( HMG_parc( 1 ) ) ) );
}
Hi Pablo:Pablo César wrote: I am having diffculties to load CURSOR from RC file.
And I would like to load from RC file, just by it nick name.
Code: Select all
HB_FUNC( RESOURCECURSOR )
{
hb_retnl( ( LONG ) SetCursor( LoadCursor( GetModuleHandle( NULL ) , HMG_parc( 1 ) ) ) );
}
Code: Select all
MyCursor CURSOR FileCursor.CUR
I am happy because, now we can use png files for buttons thanks to Mr. Claudio.srvet_claudio wrote:Still can not upload images other than BMP in most controls, is a topic that I have pending.Pablo César wrote:I do not know if you lost something, but I think we still can not upload images of png files in the buttons ? Or still no way to do this ? Doing by bmp we loose much quality and heavy size too.