Search found 73 matches: drawline

Return to advanced search

Re: The more fancy Xbrowses the more slow they become ?

or
oBrw:drawline


No.
Instead, use RefreshCurrent()

But mostly, I suggest leaving it to XBrowse, whether to Refresh() or RefreshCurrent()
XBrowse knows it better.
Let us not interfere.
by nageswaragunupudi
Sat Nov 05, 2022 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: The more fancy Xbrowses the more slow they become ?

Thanks.

I will make a nice Xbrowse, but try to temper the fancy, fancy looks )))

I do have to see when I should use the

oBrw:refresh
or
oBrw:drawline

this will make a difference in repainting.
by Marc Venken
Sat Nov 05, 2022 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: How many control per dialog?

Dear Silvioo, This is not a class. 1. Xbrowse for room no. and room type 2. SayLine() to drawline (calculation) 3. TSButton for paint the button on guest stay (calculation) https://i.postimg.cc/nzRrhjg7/RoomPlan.png betta fish meme wich class you use ...
by dutch
Sun Nov 21, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1279

Re: say border RESOLVED

you can use also ::Line( ::aRect[3],::aRect[1],::aRect[3],::aRect[4], ::nClrLine, 1 ) from twindow instead od drawline // Sensitive Say control by Ramón Avendaño// 23-02-00#include "FiveWin.ch"#include "Constant.ch"#define SS_CENTER         ...
by Silvio.Falconi
Fri Nov 19, 2021 12:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2152

Re: say border RESOLVED

I modify Tssay.prg I add a data lLine and a method ::DrawLine() // Sensitive Say control by Ramón Avendaño// 23-02-00#include "FiveWin.ch"#include "Constant.ch"#define SS_CENTER             1#define SS_RIGHT              2#define ...
by Silvio.Falconi
Thu Nov 18, 2021 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2152

Re: Xbrowse : Setup configuration file

... := len( ::aCols ) MENU omenu2 2007 popup if ::nMarqueeStyle == MARQSTYLE_HIGHLROWMS MENUITEM "选择行,取消选择行 Contrl+点击" ACTION (::SELECT(2),::drawline(.t.)) MENUITEM "选择块 Shift+点击" ACTION ::SELECT(3) MENUITEM "选择全部 " ACTION ::SELECT(4) MENUITEM "取消全部选择 " ACTION ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1209

Re: Cambiar el borde a un Get

Es muy interesante la funcionalidad que queres hacer.
En la clase TGraph hay metodos que te pueden ser de utilidad
METHOD DrawBox( nTop, nLeft, nBottom, nRight, nColor )
METHOD DrawLine( nY, nX, nHigh, nWidth, nColor, lDotted )
...
MESSAGE CreatePen METHOD _CreatePen()
METHOD DeletePen()
by cmsoft
Sat Jan 23, 2021 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2282

Re: FWH: MySql/MariaDB: RowSet object

... in tDolphin, I have an extra dialog, a big one with lot of validations items, after that I save modifications and do: oDbCli:LoadQuery(.F.) oBrw:DrawLine() and only the current line in xBrowse is altered and updated. When appending new records, I do the same, call another extra dialog, its different ...
by Adolfo
Mon Apr 24, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19518

drawline method

drawline method on richedit not run good I thinked to make this ACTION oRtf:DrawLine() Method Drawline( nTop, nLeft, nBottom, nRight, nColor, nWPen, nStyle ) CLASS TRichEditlocal hPen, hOldPenlocal hdc     ...
by Silvio.Falconi
Sat Jul 02, 2016 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drawline method
Replies: 0
Views: 312

New useful addition to xBrowse

... AS NUMERIC INIT 0   //box linewidth //BYTE-ONE   DATA nColorBoxPen AS NUMERIC INIT CLR_WHITE //boxpencolor    //BYTE-ONE  Then in method :drawline() add lines with BYTE-ONE in text .....         RoundBox( hDC, 2, nRow - 1, nLast - 1, nRow + nDataHeight,     2, 2,;                  ...
by byte-one
Mon Feb 29, 2016 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New useful addition to xBrowse
Replies: 2
Views: 768

HELP FOR SHOW A LINE ON A DIALOG

DrawLine( 0,300 )... function DrawLine( x, y ) Local hdc:= oDlgMain:GetDc() Local hPen := CreatePen( 0, 1, CLR_BLUE ) Local hOldPen := SelectObject( oDlgMain:hDc, hPen ) MoveTo( oDlgMain:hDC, x, y) LineTo( oDlgMain:hDC, x, ...
by Silvio.Falconi
Tue Dec 01, 2015 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR SHOW A LINE ON A DIALOG
Replies: 3
Views: 757

Re: Problema con listbox

Josep,

Cual es el error ?

Stack Calls
===========
Called from: .\source\classes\WBROWSE.PRG => WBRWLINE( 2529 )
Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE( 146 )
Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:DRAWLINE( 0 )
by Antonio Linares
Sat Oct 24, 2015 7:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2949

Re: Problema con listbox

... => WBRWLINE( 2529 ) Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE( 146 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:DRAWLINE( 0 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:PAINT( 755 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:DISPLAY( ...
by sajarm
Thu Oct 22, 2015 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2949

Problema con listbox (Solucionado)

... (b)LIVENCLI( 116 ) Called from: .\source\classes\WBROWSE.PRG => (b)TWBROWSE( 146 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:DRAWLINE( 0 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:PAINT( 755 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:DISPLAY( ...
by sajarm
Thu Oct 22, 2015 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox (Solucionado)
Replies: 16
Views: 2949

New FWH 13.07 revised build

... instead of the builtin method to export to excel * XBrowse: Inconsistencies in painting row color to the right of the last data column betwen drawline() and paint() methods is fixed. * New: samples/bmptoc.prg and curtoc.prg create the C source code for bitmaps and cursors, in case that you ...
by Antonio Linares
Tue Aug 13, 2013 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 8900
Next

Return to advanced search