<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : EditorService</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : EditorService</description>
  <pubDate>Thu, 11 Jun 2026 07:47:26 -700</pubDate>
  <lastBuildDate>Tue, 12 Feb 2008 14:27:53 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=531</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>EditorService : Don&amp;#039;t try to modify the size...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2548#2548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 12-Feb-2008 at 2:27pm<br /><br /><P>Don't try to modify the size of the form directly--the editor form hasn't been created yet.</P><DIV>In your editor controller (that inherits from EntityEditorController), override InitializeSmartPartInfo():</DIV><DIV>&nbsp;</DIV><DIV>1.&nbsp; Call the base method to create the SmartPartInfo.</DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp; Get the SmartPartInfo:</DIV><FONT color=#008080 size=2><P>PageSmartPartInfo</FONT><FONT size=2> info = MainView.SmartPartInfo;</P><P>3.&nbsp; Set the width and height:</P><DIV></DIV>info.Width = www;<DIV></DIV>info.Height = hhh;</FONT>]]>
   </description>
   <pubDate>Tue, 12 Feb 2008 14:27:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2548#2548</guid>
  </item> 
  <item>
   <title>EditorService : Further look shows that EditorForm...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2475#2475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 29-Jan-2008 at 9:12am<br /><br />Further look shows that EditorForm is not valid anywhere in the XXEntityController.<DIV>How do I get it?</DIV>]]>
   </description>
   <pubDate>Tue, 29 Jan 2008 09:12:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2475#2475</guid>
  </item> 
  <item>
   <title>EditorService : Bill,  When I try to override...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2474#2474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 29-Jan-2008 at 9:01am<br /><br />Bill,<DIV>&nbsp;</DIV><DIV>When I try to override the size at any time in the EditorController (EditForm.Width=xx) I get the following error:</DIV><DIV>The given key was not present in the dictionary.</DIV><DIV>&nbsp;</DIV><DIV>If I remove the override the problem goes away. So either I am doing something wrong or it just doesn't work.</DIV>]]>
   </description>
   <pubDate>Tue, 29 Jan 2008 09:01:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2474#2474</guid>
  </item> 
  <item>
   <title>EditorService : 1. How do you use/submit to/hide...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2294#2294</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 26-Dec-2007 at 3:54pm<br /><br /><FONT color=#0000ff>1. How do you use/submit to/hide the message box panel at the bottom?</FONT><DIV></DIV><DIV>&nbsp;</DIV><DIV>The bottom panel (of either an Editor or Page view) is occupied by a VerifierResultsTextAlertsView that displays DevForce verification alerts from the current entity.</DIV><DIV>&nbsp;</DIV><DIV>The EntityEditorController or SummaryDetailPageController creates a new VerifierResultsListener to capture verifier events from the current entity of the main binding source and fire the VerifierResultsChanged event.</DIV><DIV>&nbsp;</DIV><DIV>The presenter of the VerifierResultsTextAlertsView subscribes to the VerifierResultsChanged event and displays the text.&nbsp; It also fires the SetEditorAlertsVisibility event that is fielded by the PageViewPresenter to hide the panel if no alerts are present.</DIV><DIV>&nbsp;</DIV><DIV><DIV><FONT color=#0000ff>2. Is there a way to manipulate the size of the pop-up.?</FONT></DIV><DIV>&nbsp;</DIV><DIV>Override InitializeSmartPartInfo() in the EntityEditorController and set Height and Width.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV></DIV>]]>
   </description>
   <pubDate>Wed, 26 Dec 2007 15:54:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2294#2294</guid>
  </item> 
  <item>
   <title>EditorService : Sorry, very busy lately. I&amp;#039;ll...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2043#2043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 29-Nov-2007 at 5:38pm<br /><br />Sorry, very busy lately.&nbsp; I'll get to this as soon as I can.<DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 17:38:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2043#2043</guid>
  </item> 
  <item>
   <title>EditorService : Nope, I have stopped working on...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2037#2037</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 29-Nov-2007 at 8:47am<br /><br />Nope, I have stopped working on it that portion for now. I have been putting off the GUI tweaks. As soon as I get the rest of the functionality done I will come back to the GUI stuff. <DIV>&nbsp;</DIV><DIV>Hope I have some help by then.</DIV><DIV>&nbsp;</DIV><DIV>hint..hint... Bill</DIV>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 08:47:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2037#2037</guid>
  </item> 
  <item>
   <title>EditorService : Coming up on a month old on this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2035#2035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 28-Nov-2007 at 5:58pm<br /><br />Coming up on a month old on this question...wow!&nbsp; Have you been able to resolve it on your own?&nbsp; If so, feel free to share your discoveries.&nbsp; It may come in handy when I do a search a year from now for the same thing.<DIV>&nbsp;</DIV><DIV>&lt;grin&gt;Bill&lt;/grin&gt;</DIV>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 17:58:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=2035#2035</guid>
  </item> 
  <item>
   <title>EditorService : I have successful. Implemented...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=1847#1847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 531<br /><strong>Posted:</strong> 31-Oct-2007 at 11:31am<br /><br />I have successful. Implemented an editor pop-up. I have 2 questions.<DIV>&nbsp;</DIV><DIV>1. How do you use/submit to/hide the message box panel at the bottom?</DIV><DIV>2. Is there a way to manipulate the size of the pop-up.?</DIV>]]>
   </description>
   <pubDate>Wed, 31 Oct 2007 11:31:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=531&amp;PID=1847#1847</guid>
  </item> 
 </channel>
</rss>