<?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 : Cabana App help document</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Cabana App help document</description>
  <pubDate>Thu, 16 Apr 2026 19:17:13 -700</pubDate>
  <lastBuildDate>Fri, 14 Dec 2007 16:30:25 -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=573</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>Cabana App help document : The templates and wizards are...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2226#2226</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> 573<br /><strong>Posted:</strong> 14-Dec-2007 at 4:30pm<br /><br />The templates and wizards are designed help with common tasks in building an application in the style of Cabana.&nbsp; There are many other things you'll need to do to in code to build an application.<DIV>&nbsp;</DIV><DIV>The Order/OrderDetail page on in the SalesRep module uses a Master/Detail view within the detail tab page.&nbsp; We currently don't have a wizard to create this page layout, so you'd have to create a Search/Summary/Detail page in your application, then copy and modify the Master/Detail view from Cabana.</DIV><DIV>&nbsp;</DIV><DIV>If you really want a page without the structure of those produced by the wizards, you'll need to create it in code.&nbsp; Yes, the Splash project is a good place to start--copy the necessary files into your application, change names and namespaces and modify them to your needs.</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Fri, 14 Dec 2007 16:30:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2226#2226</guid>
  </item> 
  <item>
   <title>Cabana App help document : Hi Gus, Actually, Cabana came...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2225#2225</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> 573<br /><strong>Posted:</strong> 14-Dec-2007 at 4:14pm<br /><br /><P>Hi Gus,</P><DIV>Actually, Cabana came first as a reference application, then we extracted the non-application-specific stuff into the IdeaBlade.Cab libraries, then we produced the wizards.&nbsp; We've made sure that Cabana is wizard-compliant (i.e., you can use the wizards to add new modules, pages and views to Cabana) but Cabana was not created using the wizards.</DIV><DIV>&nbsp;</DIV><DIV>Unfortunately, we don't yet have step-by-step help or tutorials for building IdeaBlade.Cab applications.&nbsp; The best we can offer is:</DIV><DIV>&nbsp;</DIV><P>The Getting Started guide</P><P>The guidance html files displayed at the conclusion of wizard execution (and available in the \Guidance solution folder of apps created with the application wizard)</P><P>The documents available on the Cabana page of our website</P><P>Threads in this forum</P><P>David Platt's book "Programming Microsoft Composite UI Application Block and Smart Client Software Factory" available here:</P><DIV><a href="http://www.amaz&#111;n.com/Programming-Microsoft-Composite-Applicati&#111;n-Practices/dp/0735624143/ref=sr_1_1/105-9833055-7187604?ie=UTF8&amp;s=books&amp;qid=1192466680&amp;sr=1-1" target="_blank">http://www.amazon.com/Programming-Microsoft-Composite-Application-Practices/dp/0735624143/ref=sr_1_1/105-9833055-7187604?ie=UTF8&amp;s=books&amp;qid=1192466680&amp;sr=1-1</A></DIV><DIV>&nbsp;</DIV><DIV>Rich Newman's Intro to Cab:</DIV><DIV>&nbsp;</DIV><DIV><a href="http://richnewman.wordpress.com/intro-to-cab-toc/" target="_blank">http://richnewman.wordpress.com/intro-to-cab-toc/</A></DIV><DIV>&nbsp;</DIV><DIV>Hope this keeps you going.</DIV><DIV>&nbsp;</DIV><DIV>Bill Jensen</DIV><DIV>IdeaBlade</DIV>]]>
   </description>
   <pubDate>Fri, 14 Dec 2007 16:14:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2225#2225</guid>
  </item> 
  <item>
   <title>Cabana App help document : For example: - How to add the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2057#2057</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=192" rel="nofollow">gussabina</a><br /><strong>Subject:</strong> 573<br /><strong>Posted:</strong> 02-Dec-2007 at 9:44am<br /><br /><P>For example:</P><DIV>- How to add the Order/OrderDetail Tab in the SalesRep module using a template (ViewCOntrol or DataGridCOntrol ..). I seems like it should be make only with code, not template-based?</DIV><DIV>&nbsp;</DIV><DIV>-For some reason, I would like to include a link in the NavBar to a Page without the BindingManager and the NavigationBar..Suppose I just want a Summary/Detais Page (with tabbed details views) but I would only use buttons, texboxes&nbsp;and labels... If I use the available templates, all of them include the NavigatorBar at the top and ask for a Root Entity... I saw something similar about what I want in the Splash project, but I don,t know how to reproduce it... </DIV><DIV>&nbsp;</DIV><DIV>Thanks in Advance!</DIV><DIV>Gus</DIV>]]>
   </description>
   <pubDate>Sun, 02 Dec 2007 09:44:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2057#2057</guid>
  </item> 
  <item>
   <title>Cabana App help document : Hi: I would like to reproduce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2056#2056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=192" rel="nofollow">gussabina</a><br /><strong>Subject:</strong> 573<br /><strong>Posted:</strong> 01-Dec-2007 at 9:16pm<br /><br />Hi:<DIV>I would like to reproduce the Cabana App in order to learn about it...Does anyone have a help document about the necessary steps to have this app made? I mean, what types of templates were used in each case, and the explanations about each step?</DIV><DIV>&nbsp;</DIV><DIV>Regards;</DIV><DIV>Gus</DIV>]]>
   </description>
   <pubDate>Sat, 01 Dec 2007 21:16:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=573&amp;PID=2056#2056</guid>
  </item> 
 </channel>
</rss>