﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » Updates and Information » StrataFrame Users Contributed Samples  » Janus Controls Wrapper</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 22:44:53 GMT</lastBuildDate><ttl>20</ttl><item><title>Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost13316.aspx</link><description>Thanks everyone for helping me through the forum posts, I'm attaching the source code of a wrapper I'm working on. The Janus Grid Control is still a work in progress since I'm working on a several enhancements. &lt;P&gt;I'm open to suggestions and criticism too :hehe:</description><pubDate>Tue, 08 Jul 2008 14:26:06 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17723.aspx</link><description>[quote][b]Trent L. Taylor (07/08/2008)[/b][hr]Honestly I don't know that I would even try to use their combo box as you will lose all of the automated populated features of the SF combo....which is extremely nice when you get into application development.[/quote]&lt;br&gt;
&lt;br&gt;
I totally agree with you Trent. I just wanted to share a wrapper for those developers that are using Janus adding the most common functionality of the SF Framework. ;)</description><pubDate>Tue, 08 Jul 2008 14:26:06 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17722.aspx</link><description>Hello Fabrizio, I will need to add some changes to the ComboboxItemCollection to make it work but I´m not promise doing it right now. So be patience please. :cool:</description><pubDate>Tue, 08 Jul 2008 14:13:58 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17711.aspx</link><description>Guillermo Hello,&lt;br&gt;
&lt;br&gt;
I created for you an example that generates the error on combobox.&lt;br&gt;
&lt;br&gt;
Thank you&lt;br&gt;
&lt;br&gt;
Fabrizio</description><pubDate>Tue, 08 Jul 2008 10:04:01 GMT</pubDate><dc:creator>Fabrizio Galanti</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17706.aspx</link><description>Honestly I don't know that I would even try to use their combo box as you will lose all of the automated populated features of the SF combo....which is extremely nice when you get into application development.</description><pubDate>Tue, 08 Jul 2008 09:48:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17702.aspx</link><description>Hi Fabrizio,&lt;br&gt;
I will check the error, though I don´t use the janus combobox very often since Strataframe added the multicolumn functionality to their combobox.&lt;br&gt;
&lt;br&gt;
PS. What are you planning to do with the GridEx? :)</description><pubDate>Tue, 08 Jul 2008 09:37:50 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17701.aspx</link><description>Hello Guillermo Vilas,&lt;br&gt;
&lt;br&gt;
I'm trying to use the Janus combobox wrapped using [url=http://forum.strataframe.net/FindPost17179.aspx]this[/url] example.&lt;br&gt;
&lt;br&gt;
With the combobox Janus me back the following error:&lt;br&gt;
&lt;br&gt;
[code]&lt;br&gt;
InvalidCastException&lt;br&gt;
  Impossibile eseguire il cast di oggetti di tipo 'System.Object[]' sul tipo 'MicroFour.StrataFrame.UI.Windows.Forms.ComboBoxItem[]'.&lt;br&gt;
&lt;br&gt;
Source     : MicroFour StrataFrame Janus Wrapper&lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.PushDataSourceItemsToComboDisplay() in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 544&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.PopulateComboBox() in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 502&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.set_ValueMember(String value) in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 379&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.SetDataSource(Object DataSource, String DisplayMember, String ValueMember)&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateComboFromBusinessObject(IListControl lstControl, Object[] Parameters)&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.ListControl.PopulateCombo(Control lstControl, Object[] Parameters)&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.PopulateCombo(Object[] Parameters) in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 918&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.Requery() in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 899&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.JanusControls.UIComboBox.InitializeObject() in C:\Users\Fabrizio\Desktop\MicroFour StrataFrame Janus Wrapper\Janus\UIComboBox.vb:riga 883&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()&lt;br&gt;
   in MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)&lt;br&gt;
   in System.Windows.Forms.Form.OnCreateControl()&lt;br&gt;
   in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)&lt;br&gt;
   in System.Windows.Forms.Control.CreateControl()&lt;br&gt;
   in System.Windows.Forms.Control.WmShowWindow(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Control.WndProc(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.ContainerControl.WndProc(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Form.WmShowWindow(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Form.WndProc(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp; m)&lt;br&gt;
   in System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;
[/code]&lt;br&gt;
&lt;br&gt;
If I use combobox StrataFrame everything works regularly.&lt;br&gt;
&lt;br&gt;
You can help me?&lt;br&gt;
&lt;br&gt;
Thank you&lt;br&gt;
&lt;br&gt;
Fabrizio&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
P.S. Janus gridEx to explain to you my problem in the future</description><pubDate>Tue, 08 Jul 2008 09:32:25 GMT</pubDate><dc:creator>Fabrizio Galanti</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17333.aspx</link><description>Dustin is right,&lt;br&gt;
The Janus GridEX is a monster, and with the BusinessBindigSource works just great!!. :cool:</description><pubDate>Wed, 25 Jun 2008 11:47:11 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17327.aspx</link><description>Fabrizio,&lt;/P&gt;&lt;P&gt;There really isn't any reason to wrap a grid.&amp;nbsp;Just use a BusinessBindingSource to talk to the grid directly. No wrapper needed :D.</description><pubDate>Wed, 25 Jun 2008 11:09:58 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17309.aspx</link><description>[quote][b]Fabrizio Galanti (06/25/2008)[/b][hr]&lt;br&gt;
Hello Guillermo,&lt;br&gt;
&lt;br&gt;
you have any update for your wrapper? especially for the GridEX?&lt;br&gt;
&lt;br&gt;
tnx[/quote]&lt;br&gt;
&lt;br&gt;
And Timeline :D</description><pubDate>Wed, 25 Jun 2008 04:57:22 GMT</pubDate><dc:creator>Fabrizio Galanti</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost17308.aspx</link><description>&lt;br&gt;
Hello Guillermo,&lt;br&gt;
&lt;br&gt;
you have any update for your wrapper? especially for the GridEX?&lt;br&gt;
&lt;br&gt;
tnx</description><pubDate>Wed, 25 Jun 2008 04:44:33 GMT</pubDate><dc:creator>Fabrizio Galanti</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost14401.aspx</link><description>Hi Fabrizio&lt;br&gt;
In the first place you need to have a license of the Janus Windows Controls V.3.5, so you can reference the assemblies correctly in the source project I posted.&lt;br&gt;
Then, you need to build the project to generate a dll that you will need to add in the Visual Studio tool box. &lt;br&gt;
And last you can add any of the wrapped controls to your StandarForms or UserControls.&lt;br&gt;
&lt;br&gt;
If you need screenshots just let me know.&lt;br&gt;
&lt;br&gt;
Cheers</description><pubDate>Fri, 15 Feb 2008 11:37:15 GMT</pubDate><dc:creator>Guillermo Vilas</dc:creator></item><item><title>RE: Janus Controls Wrapper</title><link>http://forum.strataframe.net/FindPost14386.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;how can i use your wrapper?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 14 Feb 2008 08:31:10 GMT</pubDate><dc:creator>Fabrizio Galanti</dc:creator></item></channel></rss>