Search found 47 matches: metropnl

Return to advanced search

fw_menudraw

... 3693 ) Called from: => TRACKPOPUP( 0 ) Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE( 1805 ) Called from: C:\FWH23\source\classes\metropnl.prg => TMETROBTN:DESIGNMENU( 825 ) Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 609 ) Called from: .\source\classes\WINDOW.PRG ...
by russimicro
Mon Oct 09, 2023 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fw_menudraw
Replies: 8
Views: 694

Re: Reason for closing DBF file

... => A_FACTCAPT_CAPTURA( 57 ) Called from: FUENTES\COMUNES\FW_FUNCSST3.PRG => (b)TOUCHMENU3( 7931 ) Called from: source\classes\metropnl.prg => (b)TMETROBTN:NEW( 607 ) Called from: Source\Classes\window.prg => TWINDOW:LBUTTONUP( 2121 ) Called from: Source\Classes\control.prg ...
by russimicro
Wed Sep 20, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1100

Re: Reason for closing DBF file

... => A_FACTCAPT_CAPTURA( 71 ) Called from: FUENTES\COMUNES\FW_FUNCSST3.PRG => (b)TOUCHMENU3( 8306 ) Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 618 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:LBUTTONUP( 2115 ) Called from: .\source\classes\CONTROL.PRG ...
by russimicro
Tue Sep 19, 2023 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1100

Re: Reason for closing DBF file

... 3693 ) Called from: => TRACKPOPUP( 0 ) Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE( 1805 ) Called from: C:\FWH23\source\classes\metropnl.prg => TMETROBTN:DESIGNMENU( 825 ) Called from: C:\FWH23\source\classes\metropnl.prg => (b)TMETROBTN:NEW( 609 ) Called from: .\source\classes\WINDOW.PRG ...
by russimicro
Tue Sep 19, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1100

Re: Adding Metrobutton-frames on button-action

... shown in Windows10. The solution I have been looking for : painting a frame on button-focus. Maybe possible to include the logic in class < Metropnl > like : :?: oMetro:lBtnFrame := .T. // frame YES / NO oMetro:nBtnFramePen := 4 // Pensize oMetro:nBtnFrameCol := CLR_WHITE // frame-color ...
by ukoenig
Mon Oct 12, 2015 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding Metrobutton-frames on button-focus / action
Replies: 6
Views: 1580

Re: Classe Metro

... the right mouse button opens a menu, how to remove this menu? Thank´s Could you post a screenshot ? thanks this problem was solved , I changed the metropnl.prg line: // ::bRClicked := { |r,c,f| ::DesignMenu(r,c,f) } Thank´s João ALpande
by Joaoalpande
Thu Jun 04, 2015 9:03 am
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 17652

Re: Classe Metro

Antonio , A alteração que indicou foi no metro.ch mas nao funciona , teste alterar o metropnl.ch e funciona bem : [ <oBtn> := ] <oMetro>:AddButton( <.large.>, <nGroup>, <cPrompt>, [{| Self |<uAction>}], ...
by Joaoalpande
Fri May 22, 2015 2:22 pm
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 17652

Re: Classe Metro

Antonio, neste teste uso o metropnl.ch do \fwh\include e não o metro.ch compilado oMetro1 := TMetroPanel():New( oWnd, "Catálogo de Vinhos",,, {|| msgalert(ownd:oCtlFocus())},,, )oMetro1:lDesignMode ...
by Joaoalpande
Fri May 22, 2015 2:06 pm
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 17652

Re: Classe Metro

Gracias Antonio , si addbutton return obtn , fontes: teste.prg : #include "fivewin.ch"#include "metropnl.ch"static oMetro, oMetro1, oMetro2, oMetro3, lMetro[3], oTools, oSBtn[6], oFont1, oFont2, oBigfontstatic nClrBack   := CLR_GREEN, aRect[4], ...
by Joaoalpande
Fri May 22, 2015 9:45 am
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 17652

Re: Classe Metro

Joao, Please check in FWH\source\classes\metropnl.prg if Method AddButton() returns oBtn: METHOD AddButton( lLarge, nGroup, cCaption, bAction, nClrText, nClrPane, cImgName, oFont, ;                  ...
by Antonio Linares
Fri May 22, 2015 7:42 am
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 17652

Re: New FTDN february/febrero 2015 (FWH 15.02)

... reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as explained above. * New: TMetroPanel class (metropnl.prg). New data bOnMoveBtn TMetroBtn class: New Data bOnMove When a button is dragged and dropped the codeblock is executed with MetroPanel ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1471

Re: Nuevo FWH 15.02

... reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as explained above. * New: TMetroPanel class (metropnl.prg). New data bOnMoveBtn TMetroBtn class: New Data bOnMove When a button is dragged and dropped the codeblock is executed with MetroPanel ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1593

Re: New FWH 15.02

... reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as explained above. * New: TMetroPanel class (metropnl.prg). New data bOnMoveBtn TMetroBtn class: New Data bOnMove When a button is dragged and dropped the codeblock is executed with MetroPanel ...
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1100

Re: Version 13.05 unstable ?

... fwh/source/classes/tribbon.prg fwh/source/classes/trbgroup.prg fwh/source/classes/combobox.prg fwh/source/classes/trbtn.prg fwh/source/classes/metropnl.prg fwh/source/classes/control.prg fwh/source/classes/xbrcode.prg fwh/fwhg.mak fwh/samples/olebrow.prg fwh/samples/dlgbrush.prg fwh/samples/access.prg ...
by Antonio Linares
Thu Jun 13, 2013 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5281

Metropanel bugs

... a background image and without. All of the testing was done with the \samples\metrptst.prg program running under XP Pro SP3. I have looked at the metropnl.prg but since it is so complex, I do not see anything obvious that may be causing these issues. I was hoping to use this class to create a ...
by James Bott
Mon May 13, 2013 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metropanel bugs
Replies: 3
Views: 1202
Next

Return to advanced search