Search found 64 matches: oimagelist

Return to advanced search

TReBar

He codificado, según el ejemplo. local oWnd, oReBar, oToolBar, oPanel, oBtn1, oFolder, oToolBar2 local oImageList DEFINE WINDOW oWnd TITLE "Testing rebars and toolbars" ; MENU BuildMenu() oReBar = TReBar():New( oWnd ) oPanel := TPanel():New( 0, 0, 75, 300, oReBar ) oImageList ...
by AntonioCrisostomo
Fri Jun 02, 2006 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReBar
Replies: 4
Views: 1333

FUNCTION eng0504(itemid1) local oWnd1, oBar, oTree, oBmp1, oBmp2, odb1 private oImageList DEFINE WINDOW oWnd1 FROM 3, 0 TO 30, 105 ; TITLE "物料 "+ALLTRIM(itemid1) + " 树型BOM展开表" oImageList = TImageList():New() oBmp1 ...
by ShumingWang
Sat Feb 18, 2006 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tree control needed
Replies: 15
Views: 4767

... * ********************************************************* Method PongaElTree() Class tNewRol Local oSelf := Self Local oImageList := TImageList():New() Local oBmp1 := TBitmap():Define( "folder" ,, oSelf:oWnd ) Local oBmp2 := TBitmap():Define( "fldMask" ,, oSelf:oWnd ...
by wilsongamboa
Mon Jan 23, 2006 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu en tiempo de ejecucion
Replies: 8
Views: 2303

... | WS_BORDER, 12, 72, 206, 100 and my code is define dialog oDlg of oWChild resource "nomdepto" font oCfg:aFonts[1] oImageList := TImageList():New( 0, 0 ) oTree := TTreeView():Redefine( 1007, oDlg ) oTree:bChanged ...
by wpacheco
Thu Dec 01, 2005 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treeview question
Replies: 5
Views: 1935
Previous

Return to advanced search