<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Customization Suggestion</title><link>http://forums.method.me/cs/forums/thread/1378.aspx</link><pubDate>Wed, 16 Sep 2009 13:16:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1378</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1378.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1378</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hey Joe,&lt;/p&gt;
&lt;p&gt;I wanted to let you know that this is something you will see in the future.&lt;/p&gt;
&lt;p&gt;Keep an eye on the blogs for&amp;nbsp;information about upcoming updates.&lt;/p&gt;</description></item><item><title>Re: Customization Suggestion</title><link>http://forums.method.me/cs/forums/thread/1376.aspx</link><pubDate>Tue, 15 Sep 2009 15:36:09 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1376</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1376.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1376</wfw:commentRss><description>&lt;p&gt;Hey Ryan.&lt;/p&gt;
&lt;p&gt;From what i understand, &amp;quot;OnPopUpClose&amp;quot; is more of a notification to the parent screen that its child screen is now closed.&lt;/p&gt;
&lt;p&gt;Actions used during &amp;quot;OnPopUpClose&amp;quot; only have access to fields from the parent screen, which gave me a limitation i wasn&amp;#39;t sure how to work with. OnScreenClose would have been running actions with access to the current active screen just before closing it, irregardless of whether that screen was a parent, child, or lone screen.&lt;/p&gt;
&lt;p&gt;At this point, i believe i have found a work-around to accomplish what i was trying to do. It&amp;#39;ll just be a little less clean-cut.&lt;/p&gt;
&lt;p&gt;----------&lt;/p&gt;
&lt;p&gt;One of the other reasons i push this particular Event is due to the ability to guard the user from silly mistakes such as accidently closing the screen and losing settings or data. I&amp;#39;d like to be able to employ, on a screen, the same warning system we see in every-day applications -- [ You have chosen to close without saving your data, are you sure? (Y / N) ].&lt;/p&gt;
&lt;p&gt;Or [Your settings from this session are about to be saved, is that okay? (Y / N)] .. etc etc. Method&amp;#39;s customization is in essence a watered down version of a windows application with controlled limitations.The more control we have on how a screen functions with our users, the safer and more efficient it will be to use.&lt;/p&gt;
&lt;p&gt;Let me know your thoughts,&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;</description></item><item><title>Re: Customization Suggestion</title><link>http://forums.method.me/cs/forums/thread/1375.aspx</link><pubDate>Tue, 15 Sep 2009 14:11:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1375</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1375.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1375</wfw:commentRss><description>&lt;p&gt;Hey Joe,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;The commands you would place on &amp;quot;onscreenclose&amp;quot; you can put into the &amp;quot;onclosepopup&amp;quot; and they will clear the results you&amp;#39;re trying to clear.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Are you having a problem doing something with this action?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;If you let us know what it is you&amp;#39;re trying to do, we may be able to help you get going in the right direction.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Customization Suggestion</title><link>http://forums.method.me/cs/forums/thread/1374.aspx</link><pubDate>Fri, 11 Sep 2009 21:36:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1374</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1374.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1374</wfw:commentRss><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I would like to make a suggestion to the list of events a screen can respond to.&lt;/p&gt;
&lt;p&gt;Currently Available:&lt;/p&gt;
&lt;p&gt;-&lt;b&gt;OnScreenLoad:&lt;/b&gt; Runs actions when screen is loaded.&lt;/p&gt;
&lt;p&gt;-&lt;b&gt;OnClosePopUp:&lt;/b&gt; Runs actions when the child (pop up) of this screen is closed.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;My suggestion:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-&lt;b&gt;OnScreenClose:&lt;/b&gt; Runs actions for the active screen after recieving the close message, but before any closing takes place. This will allow &amp;quot;clean up&amp;quot; operations such as clearing out variables/results/fields that were set in events such as &amp;quot;OnScreenLoad&amp;quot; or &amp;quot;Button_Click&amp;quot;.&lt;/p&gt;
&lt;p&gt;Please let me know if this is possible.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;
&lt;p&gt;&amp;lt;ps&amp;gt; Woot! Top 10 Contributor.&lt;/p&gt;</description></item></channel></rss>