﻿<?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 » WinForms (How do I?)  » Browse Dialog - Advance Selection Descriptions</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 23 Sep 2026 07:02:10 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8675.aspx</link><description>I created a new browse dialog and when I click on Advanced Options I am getting strange descriptions like UI_Advanced_Contains, UI_Advanced_Exact.&amp;nbsp; (see attached File)&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; My browse dialogs are contained in a separate DLL.&amp;nbsp; We have a Non_StrataFrame application that needed a customer browse so I added the browse into my standard library and added a reference in my project, along with the StrataFrame dataconnection and business objects... The browse screen works fine except for the Advanced Descriptions. Am I just missing a StrataFrame reference?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim</description><pubDate>Fri, 04 May 2007 16:50:16 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8684.aspx</link><description>So that got them registered, but did that also fix the problem with the browse dialog advanced options combo?</description><pubDate>Fri, 04 May 2007 16:50:16 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8682.aspx</link><description>After reviewing the screenshots I sent you, I figured out the problem.&amp;nbsp; I changed &lt;FONT color=#800000&gt;Messages_1033.XML to &lt;/FONT&gt;&lt;FONT color=#800000&gt;MicroFour.StrataFrame.Messages_1033.XML&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Ben.</description><pubDate>Fri, 04 May 2007 10:48:50 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8679.aspx</link><description>If you put a break point on that piece of code, check the return value of the System.Reflection.Assembly.Load() call.&amp;nbsp; Make sure it's a System.Reflection.Assembly object.&amp;nbsp; Then, on the end of that, call .GetManifestResourceNames() like this:&lt;/P&gt;&lt;P&gt;MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(System.Reflection.Assembly.Load(&lt;FONT color=#800000 size=2&gt;"MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"&lt;/FONT&gt;&lt;FONT size=2&gt;), &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"Messages_1033.XML"&lt;/FONT&gt;&lt;FONT size=2&gt;).GetManifestResourceNames()&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;It should return a string array.&amp;nbsp; What are the values in that returned array?</description><pubDate>Fri, 04 May 2007 08:45:35 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8677.aspx</link><description>Thanks Ben, It looks like I need to use option 3.&amp;nbsp; I added this to my code but can't seem to get the code to execute.&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(System.Reflection.Assembly.Load(&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"&lt;/FONT&gt;&lt;FONT size=2&gt;), &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;"Messages_1033.XML"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;I keep getting errors The stream could not be evaluated because the resource could not be located.&amp;nbsp; I tried specifying the full path, adding .dll etc...&amp;nbsp; Any Idea's?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;TIm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 03 May 2007 19:29:46 GMT</pubDate><dc:creator>Tim Dol</dc:creator></item><item><title>RE: Browse Dialog - Advance Selection Descriptions</title><link>http://forum.strataframe.net/FindPost8676.aspx</link><description>Those are the localized keys for the text values that should be pulled from the localization.&amp;nbsp; The text values are embedded within the MicroFour StrataFrame UI.dll.&amp;nbsp; There are a couple of reasons why the might not be loading:&lt;/P&gt;&lt;P&gt;1) You aren't using the StrataFrameApplication.RunApplication() method to run your app... the localized XML files won't get registered.&lt;/P&gt;&lt;P&gt;2) Your MessageLocaleID is getting set to something that isn't supported (maybe your customer's computer is set to French (Canada) or someting (though it looks like French (Canada) is supported...).&lt;/P&gt;&lt;P&gt;3) For some reason the XML files are not being pulled from the DLL.&amp;nbsp; If that's the case, then you can call:&lt;/P&gt;&lt;P&gt;MicroFour.StrataFrame.UI.Localization.RegistereEmbededXmlFile(System.Reflection.Assembly.Load("MicroFour StrataFrame UI, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7", "Messages_1033.XML")&lt;/P&gt;&lt;P&gt;Where the "1033" is replaced with the proper locale ID.&amp;nbsp; This will force the localized values to be pulled from the XML and placed inside the dictionary that is used to store the localized values.</description><pubDate>Thu, 03 May 2007 17:15:24 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>