﻿<?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 » Enhancement Requests  » Allow more customization</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 08:26:45 GMT</lastBuildDate><ttl>20</ttl><item><title>Allow more customization</title><link>http://forum.strataframe.net/FindPost1453.aspx</link><description>You guys support all the DevExpress controls and forms which makes it great for the end look of the application.&amp;nbsp; Everything can be changed by a simple style change and it makes things very smooth and put together.&amp;nbsp; However, I haven't seen anywhere you can allow the MessageForm that comes up to match your style.&amp;nbsp; It makes the application look weird when you're doing something and a message box comes up that looks completely different than your application.&amp;nbsp; I would like for things like this, as well as the ErrorBox, InfoBox, etc. to be customizable or at least take on the styles of DevExpress so things will flow together.&amp;nbsp; Thanks, and if this already exists forgive my ranting and please point me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;&lt;FONT color=#000000&gt;&amp;nbsp;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;/FONT&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;</description><pubDate>Mon, 21 Aug 2006 09:09:05 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost2305.aspx</link><description>This is something that could be done very easily yourselves if you want to move forward on your own.&amp;nbsp; You can create your own DevExpress form that follows the skins and themes.&amp;nbsp; The simply call the following method to get the message from the database:&lt;/P&gt;&lt;P&gt;MicroFour.StrataFrame.UI.LOcalization.RetrieveMessage("")&lt;/P&gt;&lt;P&gt;This will return the message and you can set the text however you would like on your own DevExpress skinned form.&amp;nbsp; There are other inherant issues with us doing this within the framework since the MessageForm is at the base level and we do not want the framework to have any reference to DevExpress.&amp;nbsp; This is something we may add to the DevExpress wrapper long term, but it would require that the message form be called differently.&amp;nbsp; As we decide how we want to proceed, you still have the option of creating your own form as we speak which will give your the flexibility that you want.</description><pubDate>Mon, 21 Aug 2006 09:09:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost2299.aspx</link><description>Hi guys,&lt;br&gt;
&lt;br&gt;
This is an enhancement that I would really like as well, i.e. DevExpress themed versions of MessageForm, etc.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Bruce&lt;br&gt;</description><pubDate>Sun, 20 Aug 2006 01:26:42 GMT</pubDate><dc:creator>Bruce Palmer</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost1458.aspx</link><description>That they would :)</description><pubDate>Thu, 08 Jun 2006 10:19:04 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost1457.aspx</link><description>Great, thanks!&amp;nbsp; That will work for now.&amp;nbsp; The DevExpress style message boxes would still be awesome!</description><pubDate>Thu, 08 Jun 2006 10:17:54 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost1456.aspx</link><description>Yes, we just handle the BeforeDelete and UnsavedChangesExist events on the form and show our own message boxes.&amp;nbsp; You can turn off the auto-handling through the properties and then just show the messages through those events.</description><pubDate>Thu, 08 Jun 2006 10:13:57 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost1455.aspx</link><description>Is there any way to show our own message box instead of the SF MessageForm when there are events such as the "Do you want to save changes?" or "Are you sure you want to delete?".&amp;nbsp; i.e.&amp;nbsp; Is there an event we can replace which handles these and just have our own message box come up instead?</description><pubDate>Thu, 08 Jun 2006 10:12:08 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>RE: Allow more customization</title><link>http://forum.strataframe.net/FindPost1454.aspx</link><description>Thanks for your input.&amp;nbsp; We will take into our next enhancement meeting.</description><pubDate>Thu, 08 Jun 2006 10:01:54 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>