Search found 84 matches: paints

Return to advanced search

Re: Inserting a progress bar with xBrowse

Reinaldo I have spent a good part of the day yesterday working on this .. I just do not see how the method paints the progress bar and how it manipulates its values?? I am looking at incorporating this logic to create a percentage of completion for a project with a start date, ...
by Rick Lipkin
Tue Aug 07, 2012 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a progress bar with xBrowse
Replies: 6
Views: 1386

Re: Loosing buttons in RibbonBar

The function that paints the bitmaps on the buttons is TransBmp(). In fact if you add this function to your main PRG you will see no bitmaps in the buttons: function TransBmp()return nil Ok, so now here you have a modified ...
by Antonio Linares
Fri Jul 27, 2012 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6965

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: 4561

Re: Color Fill a GroupBox

... it D_BACKGRD( oDlg1, nDStyle2, 16642248, 15714367, .F., 0.2, "BluStone.Bmp" , "PICTURE9.jpg" ) is a user defined function that paints a brush and the color goes over the top of the brush ? Rick
by Rick Lipkin
Thu May 10, 2012 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color Fill a GroupBox
Replies: 3
Views: 1349

Re: exe run's from xmate , not stand alone

... ) What You can do : LOGO-part ------------- 1. select any Logo 2. paint and test on any Window-background 3. move and resize 4. calculates and paints on centered Position 5. creates a working external EXE-file 6. everything works at Runtime 7. A Collection of some nice Logo-templates are included, ...
by ukoenig
Tue Mar 20, 2012 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: exe run's from xmate , not stand alone
Replies: 3
Views: 1084

Re: Mostrar caracters ASCII en xBrowse

... of text inside the cell. Simple example of usage is provided in \fwh\samples\testxbr6.prg. If a codeblock is assigned to oCol:bPaintText, xbrowse paints only the background and does not paint the text. Instead calls the user specified codeblock with parameters, oCol, hDC, cData, aRect, aColors, ...
by nageswaragunupudi
Thu Aug 04, 2011 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar caracters ASCII en xBrowse
Replies: 4
Views: 1007

Re: Image-Zoom possible with NON transparent Images ?

If an image has alpha channel TImage detects the alpha channel and paints transparently. In all other cases, the programmer has to decide whether to paint transparently or not, by setting oImage:lTranparent. The question is how the programmer can decide whether ...
by nageswaragunupudi
Sat Apr 16, 2011 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image-Zoom possible with NON transparent Images ?
Replies: 3
Views: 1125

Re: Help About TPanel?

Hi Antonio, Hakan, Yes, I have seen them, But it is Windows who paints those pixels. Do you mean there is not solution for it? There is no need to double the size. Just use a larger size since the start: @ 5, 5 BUTTON btnOK PROMPT "Çikis" OF oPanel ...
by Horizon
Thu Sep 23, 2010 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help About TPanel?
Replies: 6
Views: 966

Re: Help About TPanel?

Hakan,

Yes, I have seen them, But it is Windows who paints those pixels.

There is no need to double the size. Just use a larger size since the start:

@ 5, 5 BUTTON btnOK PROMPT "Çikis" OF oPanel PIXEL SIZE 100, 26
by Antonio Linares
Thu Sep 23, 2010 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help About TPanel?
Replies: 6
Views: 966

Re: Error xBrowse definicion nMarqueeStyle := MARQSTYLE_HI

... su comentario literal: There is no Bug. It is the standard behavior in multi-selection mode. You please compile and see the behavior. XBrowse paints the selected row(s) in the highlighted color. When the user navigates with arrow keys up / down / top / bottom, the eariler row(s) get deselected ...
by Antonio Linares
Mon Sep 13, 2010 9:07 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Error xBrowse definicion nMarqueeStyle := MARQSTYLE_HI
Replies: 4
Views: 1350

Re: TO NAGES Also Windows Seven Error Bitmap on Xbrowse

... rows. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18554&p=97245&hilit=DEFAULT#p97245 But the above windows7 look logic paints gradient over and above the bitmaps already painted by xbrowse.
by nageswaragunupudi
Wed Jul 07, 2010 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES Also Windows Seven Error Bitmap on Xbrowse
Replies: 11
Views: 2286

Re: XBrowse, 2 colores en celda

Anserkk, Thanks a lot for your reply. This code works really good, but it paints the whole cell's data and what I'm really trying to get is to change only the day number. ( I did this with Paint ) :lol: http://img84.imageshack.us/img84/4292/calend2.jpg ...
by Raymundo Islas M.
Fri Jun 25, 2010 6:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse, 2 colores en celda ( Solved )
Replies: 15
Views: 7311

Re: Memory error with FiveWin + xHarbour.com

... mode and FWH mode, keep in mind that a simple sentence like @ ..., ... SAY ... builds a complete Windows control in FWH, and in console mode just paints a text. So the FWH version will always consume more memory. Antonio, the problem isn't the different memory usage between console mode and fwh ...
by Patrizio
Thu Jan 21, 2010 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5792

Re: Memory error with FiveWin + xHarbour.com

... mode and FWH mode, keep in mind that a simple sentence like @ ..., ... SAY ... builds a complete Windows control in FWH, and in console mode just paints a text. So the FWH version will always consume more memory.
by Antonio Linares
Thu Jan 21, 2010 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error with FiveWin + xHarbour.com
Replies: 14
Views: 5792

Re: xBrowse oCol:nHeadBmpNo Problem

Dear Mr.Rao, It is enough to assign oCol:cOrder := 'A' or 'D'. You do not have to have any headerbmpno. XBrowse automatically paints up arrow or down arrow ( built-in bitmaps) depending of whether oCol:cOrder is 'A' or 'D'. You are right. I used oCol:cOrder := 'ASC' or 'DESC' instead ...
by anserkk
Thu Jan 07, 2010 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse oCol:nHeadBmpNo Problem
Replies: 5
Views: 1171
PreviousNext

Return to advanced search