Search found 20 matches: iszoomed

Return to advanced search

... nOption ]:SetFocus() ) color CLR_BLACK oTabs:bRClicked := { || nil } oWndChild:oBottom := oTabs oWndChild:bresized := { || IF(oWndChild#NIL,IF(!ISZOOMED(oWndChild:hwnd),oTabs:hide(),oTabs:show()),.T.) } oWndChild:Resize() ************************************* * 1 dlg * DEFINE DIALOG oDlg1 RESOURCE ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5087

... nOption ]:SetFocus() ) color CLR_BLACK oTabs:bRClicked := { || nil } oWndChild:oBottom := oTabs oWndChild:bresized := { || IF(oWndChild#NIL,IF(!ISZOOMED(oWndChild:hwnd),oTabs:hide(),oTabs:show()),.T.) } oWndChild:Resize() DEFINE DIALOG oDlg2 RESOURCE "TOUCHTELA2" OF oWndChild REDEFINE BROWSE ...
by MGA
Mon Apr 07, 2008 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5087

MdiChild de fwh27

... ao teclar ALT-?? qualquer coisa sai do programa, verifiquei que o problema é na MdIChild.. veja: /fwh27/Source/classes/mdichild.prg METHOD IsZoomed() INLINE IsZoomed( ::hWnd ) METHOD IsIconic() INLINE IsIconic( ::hWnd ) METHOD SetSize( nWidth, nHeight ) INLINE ; // to properly resize contained ...
by Ari
Mon Nov 06, 2006 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MdiChild de fwh27
Replies: 0
Views: 407

... n ], ::aColSrw[ n ] ) next wind_save( padr( ::cCargo, 10 ), ::oWnd ) endif // added here some line - if window was maximized and with folders if IsZoomed( ::oWnd:hWnd ) == .t. .and. ::lFld lRest := .t. ::oWnd:Hide() ::oWnd:Restore() // minimize that window endif ::LstFcs() endif if ::bEndPst ...
by Rimantas
Sat Oct 22, 2005 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2084

MDIchild problem

... NIL ) METHOD Start() CLASS TMyBasic local n := 0 if ::nWd == 1 // for MDIChilds if !::lMax for n := 1 to len( wndMain():oWndClient:aWnd ) if IsZoomed( wndMain():oWndClient:aWnd[ n ]:hWnd ) ::lMax := .t. exit endif next endif ::oWnd:Activate( if( ::lMax, "MAXIMIZED", "NORMAL" ) ) ::nPrvWnd ...
by Rimantas
Fri Oct 21, 2005 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2084
Previous

Return to advanced search