Search found 11 matches: zoom2

Return to advanced search

Re: load png from rpreview

oPreview:oZoom:hBitmap1 = FWBitmap( "Zoom2" )
oPreview:oZoom:hBitmap2 = FWBitmap( "OnePage2" )
oPreview:oZoom:bBmpNo = { || If( oPreview:lZoom, 2, 1 ) }


How I can converte it ? How I can change the images with mine pngs ?
by Silvio.Falconi
Thu Nov 16, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 408

give the setfocus to getbar

... IIf(oBrowse:lGetBar, oBrowse:aCols[ 1 ]:oBarGet:setfocus(),) not run !!!!! I don't see the cursor flashing in the get then I not see the bitmap zoom2 on the get , why ? :aCols[ 1 ]:cBarGetBmp := hBmp not run !!! Any solution please ?
by Silvio.Falconi
Sat Apr 18, 2020 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: give the setfocus to getbar
Replies: 3
Views: 710

Re: How to Create Easy Report Designer Files ?

... This is the original size of ER. https://mybergland.com/FWForum/zoom1.jpg Here with zoom on. https://mybergland.com/FWForum/zoom2.jpg
by Otto
Sun Dec 30, 2018 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7101

Re: TImage zoom

There is a picture. It is larger than the screen (so I show it in TImage stretch to full screen) . I would like to cut a larger or smaller rectangle of the picture and stretch it to fit the window (something similar is done in the example zoom2.prg)
by Natter
Thu Apr 07, 2016 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TImage zoom
Replies: 14
Views: 2624

Re: move a image on a image control

Added ZOOM on buttonaction.
is it the solution, You are looking for`?

Image

Image

best regards
Uwe :?:
by ukoenig
Fri Jun 19, 2015 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move a image on a image control
Replies: 8
Views: 1363

Ayuda TXBrowse desde archivo de recursos

... UNZOOM BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res17.bmp" UNZOOM2 BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res18.bmp" ZOOM BITMAP "/DESARRO/ZERUSGES/PLUSCAJA/imagenes/recursos_2/res19.bmp" ...
by russimicro
Sun Jul 18, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda TXBrowse desde archivo de recursos
Replies: 1
Views: 850

Re: preview alpha 2

... ) ) oImageList:AddMasked( TBitmap():Define( "bottom2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "zoom2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... ) ) oImageList:AddMasked( TBitmap():Define( "bottom2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "zoom2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

... 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "bottom2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "zoom2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "two_pages2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3370

... "&Four" OF oWnd; BITMAPS "..\bitmaps\16x16\people.bmp", "..\bitmaps\16x16\open2.bmp",; "..\bitmaps\16x16\print.bmp", "..\bitmaps\16x16\zoom2.bmp" ; ACTION f_tab(oTabs2:nOption,oPanel,oPanel2) oWnd:oTop = oTabs2 oPanel := TPanel():New( 18, 0, 75, oWnd:nWidth(), oWnd ) oWnd:oCilent := ...
by Otto
Fri Feb 15, 2008 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize oPanel
Replies: 6
Views: 1308

How to resize oPanel

... "&Four" OF oWnd; BITMAPS "..\bitmaps\16x16\people.bmp", "..\bitmaps\16x16\open2.bmp",; "..\bitmaps\16x16\print.bmp", "..\bitmaps\16x16\zoom2.bmp" ; ACTION f_tab(oTabs2:nOption,oPanel,oPanel2) oWnd:oTop = oTabs2 oPanel := TPanel():New( 18, 0, 75, oWnd:nWidth(), oWnd ) DEFINE BUTTONBAR ...
by Otto
Fri Feb 15, 2008 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize oPanel
Replies: 6
Views: 1308

Return to advanced search