Search found 23 matches: linefeed

Return to advanced search

Re: How to highlight a defined word in memofields ?

... No, that is the reason for the download. Without colouring it works fine. Using another solution the text is not 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: 8621

Re: How to highlight a defined word in memofields ?

... some problems : 1. different 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 ...
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: 8621

Re: Mr. Rao's samples collection.

... the same topic numer is added to the 1. created record -- like the sample shows the code of these 9 topics will be added to just one record using linefeed 3. some topics with just a few lines doesn't make sense to be used as a sample -- now You can define a linevalue. Topics with lines < this ...
by ukoenig
Thu Mar 15, 2018 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21645

Re: Possible to make CRLF of multiline gets visible ?

Hi,

StrReplace(YourText,CRLF, "<LineFeed>" + CRLF )
by Carles
Wed Jun 08, 2016 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to make CRLF of multiline gets visible ?
Replies: 6
Views: 1050

Re: Possible to make CRLF of multiline gets visible ?

What about using StrReplace(YourText,CRLF, "<LineFeed>") before displaying the content to the user and convert back to StrReplace(YourText, "<LineFeed>", CRLF) before saving to file

Just an idea.

Regards
Anser
by anserkk
Wed Jun 08, 2016 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to make CRLF of multiline gets visible ?
Replies: 6
Views: 1050

Re: Print-preview with different results ?

... thank You for the infos. Tomorrow I will send the compiled sample ( from Mr. Rao ) to my customer. Let's see what happens. I still added a forced linefeed cText1 := "AAAAAAAAAAAAAAAAAAAAA" + CRLF ; + "BBBBBBBBBBBBBBBBBBBBBBBB" + CRLF ; + "CCCCCCCCCCCCCCCCCCCCCCCCCC" ...
by ukoenig
Mon May 30, 2016 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print-preview with different results ?
Replies: 10
Views: 3142

Re: FiveTech's FiveWeb (free up to version 1.0)

Antonio,

the first line of the CGI must be

Code: Select all  Expand view
Content-type:text/html\r\n\r\n


where \r\n is return + linefeed (newline)

regards

Marcelo
by Marcelo Via Giglio
Sat Oct 27, 2012 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23764

Re: Objects that disappear within the control Group

... a little bit Finetuning needed. I tested to the Limit , but couldn't detect a Problem. I just noticed a little Problem with BtnBmp Prompt Auto-Linefeed ( not centered ) like You can see in the Main-Screenshot. REDEFINE BTNBMP oBtn2 ; ID 610 OF oDlg1 ; NOBORDER ; PROMPT "Exit + &Save" ...
by ukoenig
Tue Mar 20, 2012 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Objects that disappear within the control Group (SOLVED)
Replies: 25
Views: 5272

New Arrangement of MSGWAIT- ALERT- and YESNO-function

Hello, because I don't like the normal MsgWait-function ( no Brush, no Linefeed, no Font ... ) I created new visual Styles. The Msg-Size is calculated from : the longest Text, Fontsize and given Space between Textlines http://www.pflegeplus.com/pictures/msgwait1.jpg ...
by ukoenig
Wed Apr 27, 2011 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3686

Re: HELP FOR TEXPLORERBAR CLASS

Works like LINEFEED : http://www.pflegeplus.com/pictures/explb1.jpg oPanel1 = oExBar:AddPanel( "One", "..\bitmaps\32x32\people.bmp" ) oPanel1:lSpecial = .T. oPanel1:AddLink( "First item", ...
by ukoenig
Sat Nov 20, 2010 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR TEXPLORERBAR CLASS
Replies: 14
Views: 3256

New ButtonTools 4.0c DOWNLOAD (+ Update from 4.0a)

... Buttonskins New xP-Style-selection New Define You own Bar- ButtonSize New Non-ButtonSkin ( use of Gradient-defines ) New possible TButton-Linefeed included New BtnBMP-Painter New Buttonbar-Painter New Round ButtonSupport New adjust Buttontext with Linefeed for BMP-Top or Bottom-define ...
by ukoenig
Thu Feb 04, 2010 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New ButtonTools 4.0c DOWNLOAD (+ Update from 4.0a)
Replies: 3
Views: 1176

Re: How to create a multiline button?

We have 3 Button-Classes : Button ButtonBMP and BtnBMP Class Button doesn't support Linefeed. For BtnBmp You can use a Resource for Resource-Workshop like: CONTROL "", 804, "TBtnBmp", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 181, 211, 31, 12 My ...
by ukoenig
Sun Jan 10, 2010 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a multiline button?
Replies: 13
Views: 2112

Re: Little misalignment in prompt of TBtnBmp

... http://www.pflegeplus.com/pictures/BtnBmp5.jpg BOTTOM shows a Problem with Linefeed the second Textline covers the BMP : http://www.pflegeplus.com/pictures/BtnBmp7.jpg Best Regards uwe :lol:
by ukoenig
Fri Jan 01, 2010 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little misalignment in prompt of TBtnBmp
Replies: 8
Views: 2115

Strange program behavior...

... the input file. Any ideas of what's going on ? Thank you. #define CFILENAME "TEST.CSV" #define CR CHR(13) #define LF CHR(10) #define LINEFEED CHR(13) + CHR(10) #define NCHARS 1 #define NMAXLINELENGTH (4096 * 3) #define NSPLIT_LINES 25000 #include "Common.ch" #include "FiveWin.ch" ...
by HunterEC
Thu Nov 05, 2009 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange program behavior...
Replies: 4
Views: 886

Re: How to display a Multiline Get with linefeed in Alerts ?

Thank You very much, For my Multilanguage-application, the Tooltip- and Message-part was still missing. String-parts with CRLF, saved to a GET-field, works for Tooltip-display. To make it easier for the Customer, I didn't use a Multiline-Get. I extract 3 identical-parts from the Field to temp-vars f...
by ukoenig
Sun Jul 19, 2009 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to display a Multiline Get with linefeed in Alerts ?
Replies: 3
Views: 690
Next

Return to advanced search