Search found 37 matches: redraw

Return to advanced search

change Border color BTNBMP

I need a sample to redraw border color into a btnbmp, thanks

I try to change the color of the border it but the color border is allways black
by Silvio.Falconi
Wed Nov 08, 2023 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Border color BTNBMP
Replies: 2
Views: 283

FiveWin to HTML

... convert my application to pages automatically. At the moment I'm trying to find an initial way to pick up a window in.RC with all the controls and redraw it on page. By examining the oDialog object I can see all the controls and their properties. And I also see the dialogue in appeal that was drawn ...
by Ari
Thu Nov 10, 2022 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 518

Re: Logo on MDI window.

... image as you can see but I have a Bar at right, when I hide the bar the oWinMain:oWndClient not bpainted and when I reopen the bar right I must redraw the image how I can resolve it ? I add oApp:oWinMain:bResized := { || SetLogo( oApp:oLogo, oApp:oWinMain ) and the procedure make error when ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

Re: IA

... thisform.inkoverlay.Enabled = 0 thisform.inkoverlay.ink.Load(lsInk) thisform.inkoverlay.Enabled = 1 *--Tell control to redraw, or changes will not be made visible. *-- Use the InkRectangle object we *-- created during form Init. ThisForm.inkoverlay.Draw(ThisForm.InkRectangle) ...
by Antonio Linares
Wed Apr 06, 2022 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

Change oBrw:aSelected outsite xbrowse

... need to be set .t. in aselected. etc... Finaly all selections are made and oBrw:aSelected contains all record from different searches/selections. redraw of xbrowse should show all the records in aSelected.
by Marc Venken
Fri Mar 19, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change oBrw:aSelected outsite xbrowse
Replies: 2
Views: 345

Re: New FTDN January/Enero 2016 (FWH 16.01)

... in left panel menus MRU with clausule [ <lNoNumber: NONUMBER> ] ; - New: clausule MRU menus: [ HSYSBITMAP <hBmp> ] ; * Menu: Fixed Redraw menu list of windows mdichild * MenuItem: Fixed calculate Height items with images * Enhancement: items Separators - MENUITEM SEPARATOR FILE ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157

New FTDN January/Enero 2016 (FWH 16.01)

... in left panel menus MRU with clausule [ <lNoNumber: NONUMBER> ] ; - New: clausule MRU menus: [ HSYSBITMAP <hBmp> ] ; * Menu: Fixed Redraw menu list of windows mdichild * MenuItem: Fixed calculate Height items with images * Enhancement: items Separators - MENUITEM SEPARATOR FILE ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157

Looking for a post...

Guys:

Recently somebody posted about having a xBrowse along a Tgraph where the graph was being redraw every time a new record on the xBrowse was highlighted. I've been searching for it but I can't find it. Can anyone point me in the right direction ? Thank you !
by HunterEC
Sat Apr 25, 2015 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for a post...
Replies: 3
Views: 638

Re: Scrollbars missing

... control line with the original to refer to. With a resource editor you would have to delete the original control, then create the custom control, redraw it, and then edit the style. No contest. James
by James Bott
Thu Feb 20, 2014 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4733

Re: TEXTOUT() function cannot use some predefined fonts?

... :) But ... (always a but) my problem is that I have also some other elements drawn on this bitmap (get, combobox and other texts, so I need to redraw everything after I redraw a bitmap.... :( It might cause some flickering. Will give it a try anyway @Uwe Thanks Uwe, I will try tText class
by codemaker
Sat Oct 12, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEXTOUT() function cannot use some predefined fonts?
Replies: 21
Views: 4530

Re: lost memory with images in xBrowse

... down arrow. The cursor will stay at the 4th and last line as it has nowhere else to go, but keep pressing the downarrow to force xbrowse to redraw the image time after time. Can you confirm that the amount of memory used increments until the app finally crashes? Reinaldo.
by reinaldocrespo
Tue Dec 04, 2012 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lost memory with images in xBrowse
Replies: 24
Views: 4953

Re: PalBmpDraw transparent on main window with gradient

... a Logo in Design-mode, to test Position and Size on different Backgrounds. You need a Array for Image Top, Left, Bottom and Right-position to redraw on new Backround. Also You need a Logical-var, to know if the Logo has to be closed. I used STATIC : oLogo lVisible := .F. aLogo[4] aLogo[1] ...
by ukoenig
Tue Mar 13, 2012 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8084

Re: PalBmpDraw transparent on main window with gradient

... dialog, but the dialog is re-sizeable as the main window is resized. As the dialog is resized, I try to center the image on the dialog and redraw the gradient as the window is resized. Thus, the dialog's gradient (as well as the TImage) is dynamically redrawn. Here's some what of what I'm ...
by reinaldocrespo
Tue Mar 06, 2012 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8084

Re: Changing the Toolbar content

... have a vertical array of buttons on the left and when I click on any of these vertical buttons, I need the upper horizontal Toolbar to completely redraw, this time with complete new buttons and actions. I can use buton image replacements and assigning the new actions to each, but this will be ...
by codemaker
Wed Feb 08, 2012 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2269

xBrowse background color problem

... also tried oBrw:setColor(, CLR_WHITE) (without the BACKGROUND clause) and the background is white, but the previously highlighted record is not redrawn properly when the arrow keys are used to move the current record. And there is also a delayed redraw when the mouse is used to select a new ...
by James Bott
Thu Dec 23, 2010 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse background color problem
Replies: 6
Views: 1297
Next

Return to advanced search

cron