... 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 :(
... 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 ...
... 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 ...
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
... 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" ...
... 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" ...
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 ...
... 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 ...
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 ...
... 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:
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...