Search found 14 matches: wndboxraised

Return to advanced search

Re: WBrowse - color fondo cabecera y Congelar columnas- consulta

... de ordenamiento actual (WBrowse.prg) ..... if ! lTree if nRowPos == 0 if ! IsAppThemed() WndBox( hDC, nTop - 1, nLeft - 1, nBottom, nRight ) WndBoxRaised( hDC, nTop, nLeft, nBottom - 1, nRight - 1 ) ---> José Concha, desde aquí mí código <--- if n == nColuAct --> (si es orden natural ...
by José
Tue Mar 21, 2023 2:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WBrowse - color fondo cabecera y Congelar columnas- consulta
Replies: 6
Views: 618

Re: xBrowse Button with EDIT_GET_BUTTON

Antonio

The button with "Label" works .. the small button on the right does not .. might be the FillRect or WndBoxRaised ?

Thanks
Rick Lipkin
by Rick Lipkin
Mon Sep 10, 2012 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Button with EDIT_GET_BUTTON
Replies: 17
Views: 4974

xBrowse Button del GET

... nBtnWidth := 10 endif nButtonRow := nRow nButtonCol := nCol + nWidth - nBtnWidth nWidth -= ( nBtnWidth + 5 ) . . . . if nType > 1 if lSelected WndBoxRaised(hDC, nButtonRow -1 , nButtonCol - 1,; nButtonRow + nHeight, nButtonCol + nBtnWidth + 1 ) if nType == EDIT_LISTBOX .or. nType == EDIT_GET_LISTBOX ...
by Daniel Garcia-Gil
Mon Sep 29, 2008 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse Button del GET
Replies: 12
Views: 3898

... SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() return nil //----------------------------------------------------------------------------// ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3700

nuevo NMsgDate() (correccion a MsgDate())

... INIT ( oDlg:aControls[ 3 ]:SetFocus(),; // First TBtnBmp control oDlg:SetMenu( BuildMenu( oDlg, { | d | dDate := d } ) ), .f. ) //; // ON PAINT (WndBoxRaised( hDC, oDlg:nHeight() - 70 -10, if(IsAppThemed(),4,3), oDlg:nHeight() - 54, oDlg:nWidth()-8 ),; // WndBoxRaised( hDC, 20, 4, if(IsAppThemed(),4,3), ...
by SauroSrl
Fri Mar 21, 2008 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo NMsgDate() (correccion a MsgDate())
Replies: 1
Views: 1331

Share add on xbrowse 3D header codes

... nLeft + ::nwidth , ::obrw:nWidth ) if ncol == Len( ::obrw:acols ) nRight = nWidth endif WndBox( hDC, ntop-1 , nLeft - 2, nBottom+1, nRight-1 ) WndBoxRaised( hDC, nTop+1, nLeft-1, nBottom , nRight-1 ) // end add on oFont:Deactivate( hDC ) if !lOwnDC ::oBrw:ReleaseDC() endif return nil METHOD ...
by ShumingWang
Mon Dec 03, 2007 1:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Share add on xbrowse 3D header codes
Replies: 2
Views: 751

MSGItem 2007

I have modify the method paint to change the msgbar I rem WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) and I insert WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) Now when I define a msgitem ( txt) it show the txt on white background I insert also before ...
by Silvio
Wed Nov 07, 2007 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5688

... ::nClrDisabled ),; ::nClrPane, ::oFont:hFont ) * WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) SetBkMode( hDC, 1 ) WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) ::oMsgBar:ReleaseDC() return nil http://img146.imageshack.us/img146/5645/msgitm2007zn2.th.jpg
by Silvio
Wed Nov 07, 2007 8:01 pm
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

MSGItem 2007

... modifica sul vecchio msgitem per non vedere i item incavati per questione di estetica infatti avevo modificato nel metodo paint solo la riga : WndBoxRaised( hDC, 0, nLeft - 4, 22, nLeft + ::nWidth -1) anzichè WndBoxIn( hDC, 3, nLeft - 2, ::oMsgBar:nHeight-5, nLeft + ::nWidth - 6 ) il mio problema ...
by Silvio
Wed Nov 07, 2007 12:05 am
 
Forum: All products support
Topic: MSGItem 2007
Replies: 8
Views: 3184

... SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() if ::lTransparent SysRefresh() endif return nil Grato Aoki
by AOKISANTOS
Tue Sep 25, 2007 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Correção para SSAY.PRG
Replies: 6
Views: 1897

Antonio, The 3d shape might be refered to WndBox( hDC, nTop - 1, nLeft - 1, nBottom, nRight ) WndBoxRaised( hDC, nTop, nLeft, nBottom - 1, nRight - 1 ) \source\functions\wndboxes.c There are no the functions in MniGUI. This is important for me, before ,I met some cusomers ...
by ShumingWang
Fri Jul 13, 2007 9:12 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: enhance button and button interface /paint more beautiful
Replies: 2
Views: 1514

Dear Antonio, No, but this morning i have correct the error ..... I modify your msgitem and insert WndBoxRaised instead of WndBoxin function..perhaps the command NOINSET not run ok Now run ok !!!!!!!!!!!!!!!!!!!!!!! Can I insert a bitmap on : oMsgbar:dateon() ? Can I fill ...
by Silvio
Wed Jan 10, 2007 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGBAR
Replies: 9
Views: 2130

... de la clase TMsgItem. Quita las tres lineas que pitan el cuadrito y pon esta otra: //WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 ) //WndBoxRaised( hDC, 0, nLeft - 8, ::oMsgBar:nHeight, nLeft + ::nWidth - 5 ) //WndBoxIn( hDC, 0, nLeft - 9, ::oMsgBar:nHeight, nLeft - 8 ) WndBoxIn( hDC, ...
by José Luis Sánchez
Mon Jun 26, 2006 7:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Status Bar - Style FLAT
Replies: 2
Views: 823

... SHADED, SHADOW endif if ::lRaised WndRaised( ::hWnd, ::hDC ) // RAISED endif if ::lBox WndBoxIn( ::hDC, 0, 0, ::nBottom-::nTop, ::nRight-::nLeft ) WndBoxRaised( ::hDC, 1, 1, ::nBottom-::nTop-1, ::nRight-::nLeft-1 ) endif ::ReleaseDC() return nil
by karinha
Tue Feb 21, 2006 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASSE DSAY.PRG CON COMANDO TRANSPARENT
Replies: 5
Views: 1871

Return to advanced search