Search found 32 matches: addmasked

Return to advanced search

Re: toolbar class as Menu 2015

... oReBar,oHand Local nColore_ToolBar:= RGB( 244, 245, 245 ) //2015... DEFINE CURSOR oHand HAND DEFINE IMAGELIST oImageList SIZE 32,30 oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ESERCIZI",, ::oWndMain ), nColore_ToolBar ) oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ATTIVITA",, ...
by Silvio.Falconi
Wed Jan 20, 2016 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: toolbar class as Menu 2015
Replies: 7
Views: 1224

Re: toolbar class as Menu 2015

... of the button but I cannot modify the color od the rebar http://www.eoeo.it/wp-content/uploads/2016/01/toolbar.jpg oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ESERCIZI",, ::oWndMain ), RGB( 244, 245, 245 ) ) any solution ? Silvio, style 2015 in oBar is implemented ...
by cnavarro
Wed Jan 20, 2016 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: toolbar class as Menu 2015
Replies: 7
Views: 1224

toolbar class as Menu 2015

... of the button but I cannot modify the color od the rebar http://www.eoeo.it/wp-content/uploads/2016/01/toolbar.jpg oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ESERCIZI",, ::oWndMain ), RGB( 244, 245, 245 ) ) any solution ?
by Silvio.Falconi
Wed Jan 20, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: toolbar class as Menu 2015
Replies: 7
Views: 1224

Re: To Nages: Proposal for implementation

... Function Create_ImageList(nColore_ToolBar) DEFINE IMAGELIST oImageList SIZE 16,16 oImageList:AddMasked( TBitmap():Define( "LOOK_TOP",, oDlgLook ), nColore_ToolBar ) oImageList:AddMasked( TBitmap():Define( "LOOK_PREV",, oDlgLook ...
by Silvio.Falconi
Tue May 14, 2013 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Proposal for implementation
Replies: 28
Views: 6432

Re: TestTitl.prg Sample MDI

... oImageList = TImageList():New( 32, 32 ) // width and height of bitmaps From Resource ----------------- oImageList:AddMasked( TBitmap():Define( "New", , oWnd ), nRGB( 255, 0, 255 ) ) oImageList:AddMasked( TBitmap():Define( "Open", , oWnd ), nRGB( ...
by ukoenig
Fri Mar 02, 2012 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11746

Re: Toolbar images with transparency

... had a background (255,0,255) - pink The BMP PixelForm creates had background (0,0,0) - black Then I remember I saw this part of code: oImageList1:AddMasked( TBitmap():Define( "emailt1",, oWnd ), nRGB( 255, 0, 255 ) ) and I changed my PixelForm created image with black background to load ...
by codemaker
Mon Feb 06, 2012 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toolbar images with transparency
Replies: 1
Views: 485

Re: Hide oFolder option

... lCheck[5], lCheck[6], ; lCheck[7], lCheck[8], lCheck[9], lCheck[10], lCheck[11], lCheck[12] } FOR I = 1 TO 12 IF lCheck[I] = .T. oImageList:AddMasked( TBitmap():Define( "Colors",, oDlg ), nRGB( 192, 192, 192 ) ) ELSE oImageList:AddMasked( TBitmap():Define( "Disable",, ...
by ukoenig
Wed Aug 04, 2010 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide oFolder option
Replies: 12
Views: 3618

Crear una ToolBar desde Recursos

... un archivo de recursos. Repace todos los ejemplos los modifique una y otra vez pero se me ha hecho difícil ya que el último bitmap en: oImageList:AddMasked( TBitmap():Define( "SALIR",, oWnd ), nRGB( 255, 0, 255 ) ) no aparece Bueno los saludos con mucho cariño desde Chile Waldemar Bendiciones ...
by wyerco
Thu Apr 15, 2010 8:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear una ToolBar desde Recursos
Replies: 2
Views: 451

Re: preview alpha 2

... .and. oBar:l2007 l2007 = .T. endif endif endif l2007 = .T. if IsAppThemed() .and. ! l2007 DEFINE IMAGELIST oImageList SIZE 16, 16 oImageList:AddMasked( TBitmap():Define( "top2",, ::oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "previous2",, ::oWnd ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Liberar Recursos

Estimados: la consulta es si ahora, compilando con xHarbour, es recomendable para los casos de: h1:oImgLst:= TImageList():New( 32, 32 ) h1:oImgLst:AddMasked( TBitmap():Define( "bmp_AgrMov",, oWndAd ), nRGB( 255, 0, 255 ) ) ... o, h1:ahBmp[1]:= LoadBitmap( GetResources(), "bmp_Alerta" ...
by MarioG
Wed Dec 02, 2009 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Liberar Recursos
Replies: 9
Views: 1098

Re: GetPrintDC()

... oWnd:oHScroll:SetRange(0,0) DEFINE CURSOR oHand HAND if IsAppThemed() .and. ! l2007 DEFINE IMAGELIST oImageList SIZE 16, 16 oImageList:AddMasked( TBitmap():Define( "top2",, oWnd ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "previous2",, oWnd ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Re: About : tracing GDI resources

... -------------------------------- function SetImages(oDlg, oFld) local oImageList DEFINE IMAGELIST oImageList SIZE 16, 16 oImageList:AddMasked( TBitmap():Define( "show",, oDlg ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "show",, oDlg ), nRGB( ...
by ukoenig
Tue Nov 24, 2009 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1830

About : tracing GDI resources

Hello, I noticed during intensiv testing GDI resources, the Brushes called with : oLbx:SetBackGround( oBrush ) and in Folders : oImageList:AddMasked( TBitmap():Define( "show",, oDlg ), nRGB( 192, 192, 192 ) ) are added again and again to the List, after closing and reopening the Dialog. ...
by ukoenig
Fri Nov 20, 2009 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1830

Redimensionar TTOOLBAR no FUNCIONA !!

... // First we build the imagelists with all the bitmaps oImageList1 = TImageList():New( 32, 32 ) // width and height of bitmaps oImageList1:AddMasked( TBitmap():Define( "new",, oWnd ), nRGB( 255, 0, 255 ) ) oImageList1:AddMasked( TBitmap():Define( "open",, oWnd ), nRGB( ...
by WilliamAdami
Mon Aug 24, 2009 2:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionar TTOOLBAR no FUNCIONA !!
Replies: 3
Views: 790

Ayuda Mysql

... Window oWinH MDICHILD Of oWnd From 0,0 to 0, 0 Title cTitle Pixel NoSysMenu oWinH : Hide() oImgList := TImageList() : New( 32, 32 ) oImgList : AddMasked( TBitmap() : Define( "#8052" ,, oWinh ), nRGB( 255,255,255 ) ) oImgList : AddMasked( TBitmap() : Define( "#8054" ,, oWinh ), nRGB( 255,255,255 ...
by horacio
Tue Nov 18, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Mysql
Replies: 0
Views: 850
Next

Return to advanced search