Search found 24 matches: repaints

Return to advanced search

Re: A problem TFOLDEREX tab-images from resource ?

... } // load images from DLL repainting the tabs after folder-painting from RC !!! oFld2:LoadBitmaps( aBitmaps1 ) oFld2:Refresh() // repaints the folder tab-images SetResources( hSave ) // Back to RC ... ... regards Uwe :D
by ukoenig
Tue Jul 19, 2016 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5604

Re: BTNBMP with windows style

... theme. Themes are applied only to btnbmps not defined with 2007 or 2010 or FlatStyles. Changing desktop theme when the application is running repaints the themed buttons using the current theme selected. Usage: Global Setting: TBtnBmp():lDefaultTheme := lOnOff // default .f. From the time ...
by Antonio Linares
Fri Jun 05, 2015 11:48 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: BTNBMP with windows style
Replies: 6
Views: 6172

New FTDN May 2015 (FWH 15.05)

... theme. Themes are applied only to btnbmps not defined with 2007 or 2010 or FlatStyles. Changing desktop theme when the application is running repaints the themed buttons using the current theme selected. Usage: Global Setting: TBtnBmp():lDefaultTheme := lOnOff // default .f. From the time ...
by Antonio Linares
Fri Jun 05, 2015 11:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3272

Re: TGRAPH Repopulate

... )   FW_ArrayToDBF( aData )   GO TOPreturn nil  In the above example, the code which re-populates the graph and repaints is:      :bChange := { || oGraph:cTitY := SC->MONTH, ;                       oGraph:aData := { { SC->USAS, SC->EUROS, ...
by nageswaragunupudi
Thu Jun 26, 2014 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9943

ViewList

... it possible to switch between grid and listview. Testing xblstgrd.prg with new class inside I face problems. When I click on a cell the xBrowse repaints in a wrong order. Keys page up/ page down do not work correctly. Can you please help us. Best regards, Otto http://www.atzwanger-software.com/fw/listview1.jpg ...
by Otto
Wed Dec 19, 2012 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ViewList
Replies: 1
Views: 551

Re: TestMerg.prg errors with ADO

Rao

The number was 3 .. it created a new group. .. If I click on the line, it repaints otherwise it does not refresh :(

Rick
by Rick Lipkin
Thu Aug 09, 2012 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1165

Re: To Uwe

... := .F. // -------- set any clicked Button to a different BMP ------------ FUNCTION SET_BTNBMP( oBtn, nBtn ) LOCAL I I := 1 FOR I := 1 TO 10 // repaints all buttons to normal Images oBtn[I]:SetFile( oBtn[I]:cBmpFile1, oBtn[I]:cBmpFile2 ) NEXT // paints the selected button with a defined click-image ...
by ukoenig
Thu Jul 05, 2012 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Uwe
Replies: 14
Views: 4513

Re: Load, show in dialog, interactively crop and save cropped

... Crop-section : 1. Box-color-selection 2. Pen-size-selection => Pen 1, 2 and 3 3. Show saved crop-area from INI is moved to dialog 4. Reset only repaints the Image and sets values to 0 5. added zoom-functions http://www.pflegeplus.com/pictures/Newcrop1.jpg Best Regards Uwe :lol:
by ukoenig
Sat Jun 30, 2012 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load, show in dialog, interactively crop and save cropped
Replies: 31
Views: 9426

Re: FiveDBU for 32/64 bits

... new Buttons < Add file > and < File preview > 2. New Functions < Fileview > and < FileSel > The Function < FileSel > repaints the Structure-browser and keeps the old Row-/Col-position Next You can open a Fileviewer with the Button < File preview > //----------------------------------------------------------------------------//  ...
by ukoenig
Tue Jun 05, 2012 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75247

Re: TSBrowse TXBrowse ?

... to call the method oBrw:MakeTotals() once at the beginnning. Later, when a cell is edited inline XBrowse automatically recomputes the footers and repaints the footers. XBrowse does these computations incrementally for the changes alone without recalculating for the entire table again. This feature ...
by nageswaragunupudi
Mon Jan 24, 2011 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse TXBrowse ?
Replies: 8
Views: 3076

Re: Comments and requests about TWBrowse

... you have something else going on. Below is a test program. After starting it, move the mouse cursor over it and you will hear a beep as the browse repaints. Then press the button and the browse will be disabled. Now try moving the mouse over it again and there is no beep. This confirms that the ...
by James Bott
Wed Jul 21, 2010 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: listbox 2nd line

... records. Then add 2 records with the test program . You will see that the second record forces the browser to insert the vertical scrollbar and repaints the listbox. On a slow device and if you have many controls on the screen this looks instable. I would prefer if the scrollbar would be there ...
by Otto
Sun May 03, 2009 9:27 pm
 
Forum: FiveWin for Pocket PC
Topic: listbox 2nd line
Replies: 6
Views: 1118

Re: Scrollbar wbrowse FIVEWIN and PPC

Hello Antonio,
Yes I noticed this. But the browser repaints and the applications seems for an enduser very unstable and flickering.
Therefore it would be better if the scrollbar would be there when starting the application.


Regards,
Otto
by Otto
Thu Jan 01, 2009 6:55 pm
 
Forum: FiveWin for Pocket PC
Topic: Scrollbar wbrowse FIVEWIN and PPC
Replies: 5
Views: 642

... title and press the left mouse button then I can move the whole picker without any flickering. Also if I move another window over the picker it repaints without flickering. I can not resize because I have not implemented. But I have no problem with the “control class design” speed if I know ...
by Otto
Thu Jul 31, 2008 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 17300

Xbrowse goright() problem

Hi,
Sometimes, when current col at the left one of the rightmost, press right arrow key, the browse repaints ,gets run time error :

array bound error

call from METHOD ColAtPos( nPos )
call from paint() methd oCol := ::ColAtPos( nFor )

Regards !
Shuming Wang
by ShumingWang
Tue Jun 17, 2008 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse goright() problem
Replies: 2
Views: 602
Next

Return to advanced search