Search found 2370 matches: box

Return to advanced search

Re: Box xbrowse at 1 column

Add these two lines of code

Code: Select all  Expand view
   oBrw:bLostFocus   := { || oBrw:nMarqueeStyle := 0 }
   oBrw:bGotFocus    := { || oBrw:nMarqueeStyle := 2 }
by nageswaragunupudi
Wed Oct 30, 2024 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box xbrowse at 1 column
Replies: 2
Views: 151

Re: color on xbrowse Box

:bClrSelFocus := { || {0,RGB(204,242,255)}} Selected cell is painted with oBrw:bClrSelFocus only when the Browse has focus. When the browse does not have focus, it is painted with oBrw:bClrSel (not oBrw:bClrSelFocus). Default value of oBrw:bClrSel is ::bClrSel      := &#...
by nageswaragunupudi
Tue Oct 29, 2024 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 162

Re: color on xbrowse Box

Antonio Linares wrote:Dear Silvio,

Checking it with Mr. Rao


I think if I set :SetStyle( 2018 ) then this automatically imposes certain colors even if I then go and change them
by Silvio.Falconi
Tue Oct 29, 2024 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 162

Re: color on xbrowse Box

Dear Silvio,

Checking it with Mr. Rao
by Antonio Linares
Tue Oct 29, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 162

Re: Box xbrowse at 1 column

Dear Silvio,

Checking it with Mr. Rao
by Antonio Linares
Tue Oct 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box xbrowse at 1 column
Replies: 2
Views: 151

color on xbrowse Box

I have this color on cell

Image

But I set
:bClrSelFocus := { || {0,RGB(204,242,255)}}
:bClrRowFocus := { || {0,RGB(204,242,255) }}

then when I select a cell it change with my color
by Silvio.Falconi
Mon Oct 28, 2024 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 162

Box xbrowse at 1 column

Image

as you can see when the procedure shows the xbrowse table, it shows a colored box first line first column, even if I have focused in the get control, how should I remove this thing?
by Silvio.Falconi
Mon Oct 28, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box xbrowse at 1 column
Replies: 2
Views: 151

a DBCOMBO review

... this way we can select numeric fields I leave the source and example, the example is in the dbcombo.prg source https://app.box.com/s/tdp8d0odtcydwcld755e0e5etcv18v75
by Marcelo Via Giglio
Mon Oct 28, 2024 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a DBCOMBO review
Replies: 0
Views: 100

Una revision de DBCOMBO

... esta manera podemos seleccionar campos numericos dejo el fuente y ejemplo, el ejemplo esta dentro el fuente dbcombo.prg enlace https://app.box.com/s/tdp8d0odtcydwcld755e0e5etcv18v75
by Marcelo Via Giglio
Mon Oct 28, 2024 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una revision de DBCOMBO
Replies: 3
Views: 168

Re: Preview of the invoice in advance

... required is for our customer to setup an SMS account with Twillio, and enter the codes into the program. Everything else works "out of the box". I fully understand all of your concerns about "competitors". Most of my clients have been with me for a very long time, and I'm ...
by TimStone
Sun Oct 27, 2024 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 630

Route from Fiber Optic to the Web Server

... optic line enters your home from the provider's network and connects to the NTU (Network Termination Unit), also known as the fiber termination box. This unit acts as the connection point between the provider's fiber network and your home network. NTU to the ONT (Optical Network Terminal): The ...
by Otto
Sun Oct 20, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 217

Route from Fiber Optic to the Web Server

... optic line enters your home from the provider's network and connects to the NTU (Network Termination Unit), also known as the fiber termination box. This unit acts as the connection point between the provider's fiber network and your home network. NTU to the ONT (Optical Network Terminal): The ...
by Otto
Sun Oct 20, 2024 6:39 pm
 
Forum: mod_harbour
Topic: Route from Fiber Optic to the Web Server
Replies: 0
Views: 391

Re: drawing a circle with FW_Box

I resolved with

Image

oPrn:Ellipse(...)
by Silvio.Falconi
Fri Oct 11, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drawing a circle with FW_Box
Replies: 6
Views: 316

Re: drawing a circle with FW_Box

If a color or pen is specified as 3rd parameter, only that color/pen is used and it never uses black color. As a test you may check   local nClr  := RGB(243, 101, 108)   DEFINE WINDOW oWnd SIZE 200,200 PIXEL   oWnd:bPainted := { |hDC| FW_Box( hDC, { 20,20,120,120 }, {...
by Silvio.Falconi
Fri Oct 11, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drawing a circle with FW_Box
Replies: 6
Views: 316

pixel on print

... satisfactory results https://i.postimg.cc/rw0Jm90r/tt.png for example for the first 10 boxes the data is the following number1=Box Numbers Panel 1|3.6|21.4 number2=Box Numbers Panel 2|9.7|21.4 number3=Box Numbers Panel 3|15.8|21.4 number4=Box Numbers Panel 4|21.9|21.4 number5=Box ...
by Silvio.Falconi
Wed Oct 09, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pixel on print
Replies: 5
Views: 205
Next

Return to advanced search