﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Issues  » BBS component missing</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 04:51:20 GMT</lastBuildDate><ttl>20</ttl><item><title>BBS component missing</title><link>http://forum.strataframe.net/FindPost22833.aspx</link><description>This is probably another "beginner" issue.&amp;nbsp; I've created a business binding data source and it is missing from the component listing in VS where I can drag it onto a form.&amp;nbsp; In the 1st project I worked on, I went through the tutorial and was able to create BBS objects that appeared in the component listing in the Toolbox automatically.&amp;nbsp; I am not sure why in project #2, my BBS objects will not appear there anymore. Thanks for the help.</description><pubDate>Tue, 21 Apr 2009 12:17:56 GMT</pubDate><dc:creator>Sierra Fourwinds</dc:creator></item><item><title>RE: BBS component missing</title><link>http://forum.strataframe.net/FindPost22844.aspx</link><description>Thanks Trent for the "bigger picture" on where this fits in.&amp;nbsp; I too work in the medical area, and have applications with lots and lots of tables.&amp;nbsp; You are so right about not wanting the Toolbox to get tooo long.&lt;/P&gt;&lt;P&gt;Sierra</description><pubDate>Tue, 21 Apr 2009 12:17:56 GMT</pubDate><dc:creator>Sierra Fourwinds</dc:creator></item><item><title>RE: BBS component missing</title><link>http://forum.strataframe.net/FindPost22843.aspx</link><description>When I typed out the examples, my brain was protesting that the type wasn't what I'd used before, but I couldn't remember and that was on the .net MSDN site....glad you figured it out even with my incorrect examples!</description><pubDate>Tue, 21 Apr 2009 11:27:50 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: BBS component missing</title><link>http://forum.strataframe.net/FindPost22836.aspx</link><description>[quote]It is in the tutorial!&amp;nbsp; Oh the challenges of the simple things. [/quote]&lt;P&gt;No.&amp;nbsp; It is just more of a .NET thing.&amp;nbsp; This is intentionally left off as many times you do not want these showing up in the toolbox.&amp;nbsp; As your application grows, you may even want to turn off the auto-populating of the toolbox as this can become frustrating waiting on Visual Studio to load this.&amp;nbsp; We actually turn this off an manually&amp;nbsp;create tabs of items that we want to drop on forms.&amp;nbsp; Also, we actually update the designer file manually to add BOs, etc. just to save time.&amp;nbsp; This is not something I am recommending, just another perspective that may help down the road.</description><pubDate>Tue, 21 Apr 2009 09:04:58 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: BBS component missing</title><link>http://forum.strataframe.net/FindPost22835.aspx</link><description>Thanks Greg for the reply.&amp;nbsp; My brain is just "overstuffed" at the moment with trying to learn SF without a class yet!&lt;/P&gt;&lt;P&gt;The code that worked for me was:&lt;/P&gt;&lt;P&gt;&amp;lt;ToolboxItem(True)&amp;gt; _&lt;/P&gt;&lt;P&gt;It is in the tutorial!&amp;nbsp; Oh the challenges of the simple things.</description><pubDate>Mon, 20 Apr 2009 23:52:15 GMT</pubDate><dc:creator>Sierra Fourwinds</dc:creator></item><item><title>RE: BBS component missing</title><link>http://forum.strataframe.net/FindPost22834.aspx</link><description>Sometimes you have to add an attribute to get it to show up. Not sure why this is only needed sometimes.  I brain kinda fried, but I think it is the ToolboxItem attribute, in the System.ComponentModel namespace:&lt;br&gt;
&lt;br&gt;
[codesnippet]' VB&lt;br&gt;
&amp;lt;ToolboxItem(GetType(MyBBS)&amp;gt; _&lt;br&gt;
Public Class MyBBS&lt;br&gt;
&amp;nbsp;&amp;nbsp;Inherits Microfour.StrataFrame.Business.BusinessBindingSource&lt;br&gt;
End Class&lt;br&gt;
[/codesnippet]&lt;br&gt;
[codesnippet]&lt;br&gt;
// C#&lt;br&gt;
[ToolboxItem(typeof(MyBBS))]&lt;br&gt;
public class MyBBS: Microfour.StrataFrame.Business.BusinessBindingSource&lt;br&gt;
{&lt;br&gt;
}&lt;br&gt;
[/codesnippet]</description><pubDate>Mon, 20 Apr 2009 20:33:46 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>