Search found 1384 matches: methods

Return to advanced search

Re: Hernan's Twbrowse ( msvc ) ??

... ::nAt := nRecNew endif endif endif return( NIL ) And in GoUp, GoDown, LButtonDow, PageDown I added this method after ::DrawSelect() . In mentioned methods two vars added : local nRowPrv := ::nRowPos local nRecPrv := if( upper( ::cAlias ) # "ARRAY", ( ::cAlias )->( recno() ), ::nAt ) only in ...
by Rimantas
Thu Oct 13, 2005 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6695

Hi ! After some tests I did what I wanted . Maybe it's not so good solution , but that works fine . In GoUp and GoDown methods I added some lines : METHOD GoUp() CLASS TWBrowse local nSkipped local nLines := ::nRowCount() // 2 new lines here local nRowPrv := ::nRowPos local nRecNew ...
by Rimantas
Wed Oct 12, 2005 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6695

Colouring TwBrowse ( Hernan's )

... background after moving with Up and Down keys . It leave the same background colour an the previuos line . I tried to correct GoUp() and GoDown() methods adding Refresh . It did the job , but it slowness browse too .. :-(( . With PgDown and PgUp it works OK , because here its repainting of all ...
by Rimantas
Tue Oct 11, 2005 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6695

Final version FwPpc

Hello Antonio

Do you planned include with FwPpc final version multiline edit control and other functionality (print methods, comm port methods etc.) ? When this version will be released ?

Regards, Pawel
by pawelu
Sun Oct 09, 2005 6:42 pm
 
Forum: FiveWin for Pocket PC
Topic: Final version FwPpc
Replies: 1
Views: 1252
Previous

Return to advanced search