<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : multiple lines for CXTPControlEdit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : multiple lines for CXTPControlEdit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:55:09 +0000</pubDate>
  <lastBuildDate>Tue, 11 Oct 2016 09:44:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23157</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[multiple lines for CXTPControlEdit : m_slide_description-&amp;gt;SetWrap(TRUE);Also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23157&amp;PID=75196&amp;title=multiple-lines-for-cxtpcontroledit#75196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23157<br /><strong>Posted:</strong> 11 October 2016 at 9:44am<br /><br /><span style="font-family: arial, sans-serif; font-size: 12.8px; line-height: 17.92px; : rgb248, 248, 252;">m_slide_description-&gt;</span>SetWrap(TRUE);<br><br>Also don't use&nbsp;<span style="line-height: 16.8px;">ES_AUTOHSCROLL&nbsp;style. "</span><span style="color: rgb69, 69, 69; font-family: &quot;Segoe UI&quot;, &quot;Lucida Grande&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20.006px;">If you specify the&nbsp;</span><a href="https://msdn.microsoft.com/ru-ru/library/windows/desktop/bb774367%28v=vs.85%29.aspx#ES_AUTOHSCROLL" target="_blank" rel="nofollow"><str&#111;ng ns="http://www.w3.org/1999/">ES_AUTOHSCROLL</strong></a><span style="color: rgb69, 69, 69; font-family: &quot;Segoe UI&quot;, &quot;Lucida Grande&quot;, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20.006px;">&nbsp;style, the multiline edit control automatically scrolls horizontally when the caret goes past the right edge of the control.</span><span style="line-height: 16.8px;">"</span>]]>
   </description>
   <pubDate>Tue, 11 Oct 2016 09:44:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23157&amp;PID=75196&amp;title=multiple-lines-for-cxtpcontroledit#75196</guid>
  </item> 
  <item>
   <title><![CDATA[multiple lines for CXTPControlEdit : Hello experts,I am working on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23157&amp;PID=75190&amp;title=multiple-lines-for-cxtpcontroledit#75190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9085">sehnkim</a><br /><strong>Subject:</strong> 23157<br /><strong>Posted:</strong> 07 October 2016 at 11:17am<br /><br /><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">Hello experts,</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;"><br></div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">I am working on adding a text area (Multiple lines of text), but not sure why it's not working.</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">What I want to is...&nbsp;</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">While a user is entering some text, if the text is long, some words need to be moved to the next line. (That is, "word wrap")</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">Here is my code.&nbsp;</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;"><br></div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;"><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description = new CXTPControlEdit;</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;<wbr>SetTooltip(_T("Set description for slide."));</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;SetFlags(<wbr>m_slide_description-&gt;GetFlags(<wbr>) | xtpFlagControlStretched);</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;<wbr>SetEnabled(true);</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;<wbr>SetEditText(TO_WIDE(<wbr>PresentationDesigner::get().<wbr>getScene().getDescription()));</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;<wbr>SetEditStyle(ES_MULTILINE);</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;SetWidth(<wbr>200);</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>m_slide_description-&gt;<wbr>SetHeight(500);</div><div><span ="m_9013206770418558914gmail-Apple-tab-span" style="white-space: pre-wrap;">	</span>AddControl(_T("Slide Desc"), m_slide_description);</div></div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;"><br></div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">Any advice would be appreciated.&nbsp;</div><div style="color: rgb34, 34, 34; font-family: arial, sans-serif; font-size: 12.8px;">Thanks</div>]]>
   </description>
   <pubDate>Fri, 07 Oct 2016 11:17:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23157&amp;PID=75190&amp;title=multiple-lines-for-cxtpcontroledit#75190</guid>
  </item> 
 </channel>
</rss>