Search found 44 matches: drawitem

Return to advanced search

fw_menudraw

... Stack Calls =========== Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 ) Called from: .\source\classes\WINDOW.PRG => TMETROBTN:DRAWITEM( 1265 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1857 ) Called from: ...
by russimicro
Mon Oct 09, 2023 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fw_menudraw
Replies: 8
Views: 774

Re: Reason for closing DBF file

Stack Calls =========== Called from: .\source\classes\PDMENU.PRG => FW_MENUDRAW( 941 ) Called from: .\source\classes\WINDOW.PRG => TMETROBTN:DRAWITEM( 1265 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1857 ) Called from: ...
by russimicro
Tue Sep 19, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1161

Re: color the cells of the xbrowse

hi Silvio, as i say 1st Part of Code seems to work for you AADD( aJustify, GRID_JTFY_LEFT ) not need, just "justfy" Value in Column AADD( aBColors, { || FindDupe(aResult) } ) a Codeblock for each Column LOCAL CellRowIndex := This.CellRowIndexLOCAL CellColI...
by Jimmy
Wed Apr 20, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 825

Re: Negrita en in ITEM del tree?

Hace un monton de años coloree el tree modificando los fuentes y a base de pasar parametros a TreeDraw.c y tambien modificando el TreeView.prg-> DrawItem() No tengo lo de poner en negrita al pulsar un item. Eso requeriria dinamismo en los colores: Refrescar el tree cada vez que se pulse un item... ...
by hmpaquito
Wed Aug 25, 2021 7:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Negrita en in ITEM del tree?
Replies: 20
Views: 1622

Re: Se puede tener un Combobox, con esta condición ...

... Por ahí van los tiros, pienso yo En cuanto a que aparezca en disable, lo veo más complicado, y habría que intentar implementarlo en la claúsula ON DRAWITEM del combo, pienso yo Por ello, yo para eso, pondría un boton de action en un get y mostraría un menu POPUP, creo que te daría más facilidad ...
by cnavarro
Sat Jun 13, 2020 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se puede tener un Combobox, con esta condición ...
Replies: 6
Views: 1282

Re: COMBOBOX HEIGHTGET is not working?

... [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE <uEChange> ] ; [ ...
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1567

Re: xBrowse - Multiline

hi, Is it possible that each row dynamically have its own height based on its content ? as i can say you need Ownerdraw to get different hight as "calculation" is done by MeasureItem. the Trick is like FranciscoA say : switch Font when "calculate" let say you default Font are &qu...
by Jimmy
Fri Nov 15, 2019 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Multiline
Replies: 12
Views: 1650

Re: Bug in TMenu

All features fixed, solved ----------------------- SPANISH -------------------------- La creación de los items en los menús cuando una ventana hija es creada, no la realiza Fivewin, es realizada por el sistema automáticamente dependiendo del valor de nMenuInfo que pasamos a esa function. Cuando el n...
by cnavarro
Sat Jan 05, 2019 4:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3608

Re: Combobox on multidimensional array

... [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE <uEChange> ] ; => ...
by Marco Turco
Wed Sep 09, 2015 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1207

Re: "Snap" for Clipper

...  WINDOW.PRG     1541 DRAGQUERYPOINT()       (function  in ?)    WINDOW.PRG     1540 DRAWICON()             (function  in ?)    WINDOW.PRG     2919 DRAWITEM()             (function  in ?)    WINDOW.PRG      560  1488 DROPFILES()            (function  in ?)    WINDOW.PRG      562  1535 DROPOVER() ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6700

Re: Size of MENUITEM

From METHOD DrawItem( nIdCtl, pItemStruct ) CLASS TWindow we call MenuDrawItem() and we supply the pItemStruct that we receive from Windows. In such structure there is a value for the right coordinate of the menuitem: lpdis->rcItem.right ...
by Antonio Linares
Fri Oct 18, 2013 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of MENUITEM
Replies: 12
Views: 2200

Re: Size of MENUITEM

... http://msdn.microsoft.com/en-us/library/windows/desktop/bb775923(v=vs.85).aspx in FiveWin we route that message to METHOD DrawItem( nIdCtl, pItemStruct ) CLASS TWindow. continues...
by Antonio Linares
Fri Oct 18, 2013 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of MENUITEM
Replies: 12
Views: 2200

Re: Combobox and multiarray

... [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE <uEChange> ] ; => ...
by Marco Turco
Sun Jan 20, 2013 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox and multiarray
Replies: 4
Views: 1472

Re: Erro na compilação

... da Pilha: ================= Chamada De: TMENU:ERROR(172) Chamada De: TMENU:MSGNOTFOUND(205) Chamada De: TMENU:L2007(0) Chamada De: TMDIFRAME:DRAWITEM(1133) Chamada De: TMDIFRAME:HANDLEEVENT(0) Chamada De: _FWH(3347) Chamada De: SHOWWINDOW(0) Chamada De: TMDIFRAME:ACTIVATE(949) Chamada De: ...
by jufer
Fri Dec 18, 2009 2:23 am
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 20619

Re: Erro na compilação

... Message not found: TMENU:L2007 Arguments: () (Quit) Warning BASE/1004 Message not found: TMENU:L2007 Arguments: () Error at ...: TMDIFRAME:DRAWITEM(1133) in Module: .\source\classes\WINDOW.PRG Called from : TMENU:MSGNOTFOUND(205) in Module: source\rtl\tobject.prg Called from : TMENU:L2007(0) ...
by jufer
Thu Dec 03, 2009 11:22 pm
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 20619
Next

Return to advanced search