Search found 241 matches: hscroll

Return to advanced search

Re: Infield Top Aligned Form Labels

... ; [ <color:COLOR,COLORS> <nClrFore> [,<nClrBack>] ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <hscroll: HSCROLL> ] ; [ CURSOR <oCursor> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <update: UPDATE> ] ; [ WHEN <uWhen> ...
by Otto
Mon Oct 29, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9724

Re: Image scroll

ok
I use Scroll on image...
If I use oImage:Vscroll:getpos() or oImage:Hscroll:getpos()
why it is not the same result ?
by Silvio.Falconi
Wed Oct 17, 2018 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image scroll
Replies: 4
Views: 665

Re: xBrowse error on version 18.05

Thanks Maybe is the way I compile it using Borland 7.3. Correct me if I am wrong: Since the resources come out in a weird way (check boxes and radio buttons specifically), I decide to continue compiling the resources using Borland 5.82 while the program is compiled using Embarcadero 7.30: .PRG.OBJ: ...
by ellano
Fri Aug 24, 2018 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on version 18.05
Replies: 17
Views: 5023

Re: oPanel with Vscroll and Hscroll

resolved !
I used tscrollpanel and tscrdlg together
by Silvio.Falconi
Tue Aug 21, 2018 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPanel with Vscroll and Hscroll RESOLVED!!
Replies: 1
Views: 578

oPanel with Vscroll and Hscroll RESOLVED!!

I need to insert on a dialog a Panel with Vscroll and Hscroll to insert some bitmpas into I wish have on orizontal and vertical scroll only for the tpanel When I create the panel the scrollbar are not created I use the class TScrWnd() to create vscroll ...
by Silvio.Falconi
Mon Aug 20, 2018 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPanel with Vscroll and Hscroll RESOLVED!!
Replies: 1
Views: 578

Problem with scroll and bRush

I insert a brush into image and I try to make a scroll of a dialog when i move the scroll the bruh make error see here : https://s33.postimg.cc/74wtlgf0v/Immagine.png How I can resolve it ? DEFINE BRUSH oBrush1 FILENAME ".\bitmaps\spiaggia.bmp" DEFINE DIALOG oDlg SIZE 1100,...
by Silvio.Falconi
Thu Aug 09, 2018 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with scroll and bRush
Replies: 2
Views: 498

Re: Change XBROWSE Style?

... create from sourcecode. Just make it a habit to use always. (Not for resources) On bottom and right, you see the border drawn by lDrawBorder when HScroll and VScroll are absent. https://imagizer.imageshack.com/v2/xq90/923/KOSRtP.png
by nageswaragunupudi
Tue Jul 10, 2018 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change XBROWSE Style?
Replies: 15
Views: 2558

Problem with xbrowse

... } :lBmpStretch := .F. :lBmpTransparent := .T. :bStrImage := {|oCol, oBrw| aData[ oBrowse:nAt,1 ] } END but it not show the image if click on hscroll it make an error Application===========   Path and name: C:\Work\Errori\servizi_singoli\test.Exe (32 bits)   Size: ...
by Silvio.Falconi
Thu Jul 05, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1309

Xbrowse and Select clause problem

Hello Everyone, I am converting LISTBOX to XBROWSE and on certain XBROWSE the data is not displayed properly and the SELECT is not working as it did with LISTBOX When I use the XBROWSE below, all the data is the same even though they actually have different values, I was able to add the ALIAS clause...
by cdmmaui
Sat May 05, 2018 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2116

Re: BOM production

/* myapp.rc CONTROL "", 201, "SysTreeView32", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL| TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS, 3, 80, 148, 252 */ // .... ::oTree :=TTreeView(): REDEFINE( 201, odlg,0,nrgb(255,255,255)) // tree r...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1128

Get with MULTILINE or HSCROLL

I want to use HSCROLL or MULTILINE to display a long field on a hand held scanner and then if it needs to be edited call up a dialog box when it has focus. However it's not working correctly if the HSCROLL or MULTLINE option is used ...
by reds
Fri Apr 06, 2018 2:02 pm
 
Forum: FiveWin for Pocket PC
Topic: Get with MULTILINE or HSCROLL
Replies: 0
Views: 597

Re: How to highlight a defined word in memofields ?

... formatted and shows a missing linefeed. That happens adding @ 70, 625 RICHEDIT5 oTCode VAR cTCode OF oDlg SIZE 600, 380 ; // w h FONT oFont PIXEL HSCROLL regards Uwe :(
by ukoenig
Mon Mar 19, 2018 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8449

Re: How to highlight a defined word in memofields ?

Cristobal,

I only defined

@ 70, 625 RICHEDIT5 oTCode VAR cTCode OF oDlg SIZE 600, 380 ; // w h
FONT oFont PIXEL HSCROLL


NO function-call and nothing special
The result is shown on the screenshot
Maybe it would be a good idea to create a minimized sample

regards
Uwe :?:
by ukoenig
Mon Mar 19, 2018 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8449

Re: How to highlight a defined word in memofields ?

... typings "xBrowse" found "XBROWSE" not found 2. The MEMO is displayed in just one line NO working linefeed with defined HSCROLL -- without HSCROLL no formatted text. 3. NO edit possible ( textchange is needed ) . 4. what happens with multiple findings ( a scan must be ...
by ukoenig
Mon Mar 19, 2018 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8449

Re: A sample to print with REPrintBox5 a memo on two pages ?

... matter but not for a fast text-changing with xBrowse. @ 40, 625 RICHEDIT5 oTCode VAR cTCode OF oDlg SIZE 600, 410 ; // w h FONT oFont PIXEL HSCROLL HIGHLIGHT :cry: with my next release I can include the normal and a version with activated highlight maybe there is another solution possible ...
by cnavarro
Sun Feb 25, 2018 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample to print with REPrintBox5 a memo on two pages ?
Replies: 28
Views: 4691
PreviousNext

Return to advanced search