Search found 80 matches: cresname

Return to advanced search

load png from rpreview

... images oBtn:hBitmap1 = FWBitmap2( "EXCEL" ) it run but the image is compress so is not compatible with png STATIC FUNCTION FWBitmap2( cResname ) LOCAL oBitmap DEFINE BITMAP oBitmap RESNAME cResname IF HB_IsObject( oBitmap ) RETURN oBitmap:hBitmap ENDIF RETURN 0
by Silvio.Falconi
Wed Nov 15, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 333

Re: Gluing bitmaps

... the functions, LoadLibrary() and FreeLibrary() in this version. We regret the inconvenience. Please replace the existing function LoadFreeImage( cResName ) in the "image.prg" from lines 492 to 514 with this revised function and try function LoadFreeImage( cResFile )   DEFAULT ...
by nageswaragunupudi
Wed Dec 14, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1355

Re: transparent on a say

Sorry rick, I asked transparency of a say I not have dialog with gradient I use a particolar method SetDialog( cResName ) of C5 Vtaskbar, do you Know it ? it insert a resource dialog into a menuitem with oBrush (color oThis:nClrPane) if I insert a say then make not trasparency ...
by Silvio.Falconi
Sat Apr 11, 2020 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 974

Re: resize a position with fw_drawimage

... sub-images on any position inside the button. :( Maybe it is possible to add clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) ...
by Silvio.Falconi
Thu May 16, 2019 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1568

Re: resize a position with fw_drawimage

... sub-images on any position inside the button. :( Maybe it is possible to add clicked like in TImage METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked , lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign, cVarName ) ...
by ukoenig
Thu May 16, 2019 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a position with fw_drawimage
Replies: 12
Views: 1568

GDIPLUS spanish <> english - translation of error-messages

Hello, I noticed a missing translation in class GDIPLUS of the following error-messages : MsgInfo( "Recurso no encontrado", cResName ) MsgInfo( "No se ha encontrado el recurso", cResName ) MsgInfo( "Fichero no encontrado", cFile ) MsgInfo( "El archivo " ...
by ukoenig
Fri Apr 05, 2019 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIPLUS spanish <> english - translation of error-messages
Replies: 0
Views: 352

Re: TMenuItem():New changed

... [ <enable: ENABLED, DISABLED> ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 931

Re: Bold on Menuitem

... [ <enable: ENABLED, DISABLED> ] ; [ <file: FILE, FILENAME, DISK> <cBmpFile> ] ; [ <resource: RESOURCE, RESNAME, NAME> <cResName> ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, ...
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 476

Re: New FTDN January/Enero 2016 (FWH 16.01)

... style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( nil, nil, nil, cResName ) replaces the 4th bitmap only and does not disturb other bitmaps. Img can be any image filename, resource, hbitmap, etc. Direct modification ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2136

New FTDN January/Enero 2016 (FWH 16.01)

... style * BTNBMP - New Method: SetImages( [img1], [img2], [img3], [img4] ) To change one or more of the bitmaps. Eg: oBtn:SetImages( nil, nil, nil, cResName ) replaces the 4th bitmap only and does not disturb other bitmaps. Img can be any image filename, resource, hbitmap, etc. Direct modification ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2136

ICON question

... change size of icon on dialog, it allways show at 32x32 pixels. As you can see in icon.prg CLASS TIcon FROM TControl .... METHOD New( nRow, nCol, cResName, cIcoFile, lBorder, bClick,; oWnd, lUpdate, bWhen, nClrFore, nClrBack ) there is only nRow and nCol parameters. Is there any way to show icon ...
by dpesic
Thu Jan 21, 2016 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ICON question
Replies: 2
Views: 517

Re: Menu (se podrá?)

... LOCAL oMainMenu, oMnuItem, lRight, cValue, cMnuAlias, i:= 1, nRec, fAction, cFileBmp, cResName LOCAL cQry, oQry, nL, nEnd IF ! oApp:lMySql && Si es DBF IF !AbreDbf( @cMnuAlias, oSystem:csysmenu, 1 ) oWnd:PostMsg(WM_CLOSE) ENDIF ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2544

Re: Image in window or dialog

ukoenig wrote:You can use :

LoadImage( cResName, cBmpFile )

best regards
Uwe :D


Thanks ukoenig
by Wanderson
Wed Sep 30, 2015 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 1042

Re: Image in window or dialog

You can use :

LoadImage( cResName, cBmpFile )

best regards
Uwe :D
by ukoenig
Tue Sep 29, 2015 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 1042

Re: REPORT class - Group Totals Only??

... ...> ] ; [ <lSum:SUMMARY> ] ; [ <file: FILE, FILENAME, DISK> <cRptFile> ] ; [ <resource: NAME, RESNAME, RESOURCE> <cResName> ] ; [ <toPrint: TO PRINTER> ] ; [ <toScreen: PREVIEW> ] ; [ TO FILE <(toFile)> ] ; [ TO DEVICE <oDevice> ] ; [ ...
by cnavarro
Sun Aug 30, 2015 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REPORT class - Group Totals Only??
Replies: 2
Views: 473
Next

Return to advanced search

cron