<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.info/rss_namespace/">
 <channel>
  <title>AccuSoft Forums</title>
  <link>http://www.asent.com/forum</link>
  <description>This is an XML content feed of; AccuSoft Forums : Last 10 Posts</description>
  <pubDate>Sun, 01 Aug 2010 04:36:47 +0000</pubDate>
  <lastBuildDate>Tue, 27 Jul 2010 12:58:33 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 8.05</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.asent.com/forum/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>AccuSoft Forums</title>
   <url>http://www.asent.com/forum//images/aselogo1.gif</url>
   <link>http://www.asent.com/forum</link>
  </image>
  <item>
   <title>GUI Development : Problem with GEBTNCLICK to display a dialog</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6270#6270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=615">dynamic</a><br /><strong>Subject:</strong> Problem with GEBTNCLICK to display a dialog<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 12:58<br /><br />Hi Pete - This is a label+ellipsis button in a grid column. (Sorry I didn't mention that.) The GEBTNCLICK event handler performs an ATGUISHOW of a dialog form that shows more information. My Deactivate event for the grid form does some tests and if they fail a different dialog appears. So I actually get both dialog boxes when I click the button.<br><br>I can see the argument from both sides. You are truly deactivating the grid when you show the dialog. But since the one reason for the ellipsis is to bring up a dialog, then you shouldn't deactivate. I don't know what the 2k2 behavior was since this is my first time using ellipsis.<br><br>I have solved the problem by adding a test in the deactivate event and if GUIARGS&lt;1,1&gt; is the ellipsis dialog I return.<br><br>Andy<br>]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 12:58:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6270#6270</guid>
  </item> 
  <item>
   <title>GUI Development : Fire ATGUI Event from VB.NET app</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1772&amp;PID=6269#6269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=554">mlucas67</a><br /><strong>Subject:</strong> Fire ATGUI Event from VB.NET app<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 11:40<br /><br />Thanks, Pete, I was afraid that would be the answer.&nbsp; My current way of passing data via the clipboard is not very elegant, but it works.&nbsp; Maybe I'll dream of a better way some day.<DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>&nbsp;</DIV><DIV>Marshall</DIV>]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 11:40:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1772&amp;PID=6269#6269</guid>
  </item> 
  <item>
   <title>Advanced Features : Converting VB to ObjBridge</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1773&amp;PID=6268#6268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=554">mlucas67</a><br /><strong>Subject:</strong> Converting VB to ObjBridge<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 11:39<br /><br />Thanks, Pete, that sort of what I figured but I wasn't sure.&nbsp; Would be nice if there where a more robust interface between ATGUI and VB.NET, but I know that's not the niche it's filling.&nbsp; Right now I shove the data into the clipboard and my ATGUI app polls every 2 seconds to see if there's anything in the clipboard then checks for events again.]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 11:39:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1773&amp;PID=6268#6268</guid>
  </item> 
  <item>
   <title>GUI Development : Fire ATGUI Event from VB.NET app</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1772&amp;PID=6267#6267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=3">PSchellenbach</a><br /><strong>Subject:</strong> Fire ATGUI Event from VB.NET app<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 11:14<br /><br />Hi Marshall -<br /><br />If you have some flexibility in your VB.NET application, maybe you could use SendKeys to notify your AccuTerm GUI app that your phone system needs attention. It looks like SendKeys is available in VB.NET. Not sure how to ensure that your AccuTerm GUI app is active before issuing the SendKeys. You may be able to attach a shortcut key to a command button, then when the VB.NET app uses SendKeys, the command button in your GUI app will receive a Click event. Worth a try.<br /><br />Thanks,<br /><br />Pete]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 11:14:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1772&amp;PID=6267#6267</guid>
  </item> 
  <item>
   <title>GUI Development : Updating statusbar panels dynamically</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1776&amp;PID=6266#6266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=852">JTeter</a><br /><strong>Subject:</strong> Updating statusbar panels dynamically<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 11:11<br /><br />If a statusbar is created with the form and includes a panel that will be updated with user ID or UniVerse account, how can that update done? ]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 11:11:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1776&amp;PID=6266#6266</guid>
  </item> 
  <item>
   <title>GUI Development : Maximum GUI screen width</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1774&amp;PID=6265#6265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=980">EKULBA</a><br /><strong>Subject:</strong> Maximum GUI screen width<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 11:09<br /><br /><P>I finally figured out how to change the width, but now I've lost both the horizontal and vertical scroll bars.&nbsp; The only way to now see the extra text I've added in the last column on the right is to click on the window header and drag it to the left.</P><DIV>I have 11 columns going across the screen, for a total of 155, 8 size font,</DIV><DIV>characters.</DIV><DIV>&nbsp;</DIV><DIV>Is there a separate control for the scroll bars ?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 11:09:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1774&amp;PID=6265#6265</guid>
  </item> 
  <item>
   <title>Advanced Features : Converting VB to ObjBridge</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1773&amp;PID=6264#6264</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=3">PSchellenbach</a><br /><strong>Subject:</strong> Converting VB to ObjBridge<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 10:51<br /><br />Hi Marshall -<br /><br />I don't think you can convert the code above to use ObjectBridge. The problem is that ObjectBridge does not allow creating ActiveX Controls. Only simple Automation compatible objects are supported. Controls are much more complex and require their container to support a bunch of COM interfaces. On the other hand, you probably could create a DLL that hosts the control and exposes a simple public class to interact with the control. You could then use ObjectBridge to access your simple class. Maybe the vendor of the control has a simple object available as well?<br /><br />Thanks,<br /><br />Pete]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 10:51:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1773&amp;PID=6264#6264</guid>
  </item> 
  <item>
   <title>GUI Development : Problem with GEBTNCLICK to display a dialog</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6263#6263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=3">PSchellenbach</a><br /><strong>Subject:</strong> Problem with GEBTNCLICK to display a dialog<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 10:46<br /><br />Hi Dynamic -<br /><br />This actually sounds correct. When you click on a command button, the grid loses focus and the button gains focus. This causes a Deactivate event on the grid and an Activate event on the button. In the Deactivate event handler, examine GUIARGS&lt;1,1&gt; to see if the command button is the control being activated and take appropriate action.<br /><br />Thanks,<br /><br />Pete]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 10:46:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6263#6263</guid>
  </item> 
  <item>
   <title>GUI Development : Maximum GUI screen width</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1774&amp;PID=6262#6262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=615">dynamic</a><br /><strong>Subject:</strong> Maximum GUI screen width<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 10:21<br /><br />As far as I know, there are no limits. Can you provide more information? What type of form is it? Are your columns in one control (type?) or several?]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 10:21:33 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1774&amp;PID=6262#6262</guid>
  </item> 
  <item>
   <title>GUI Development : Problem with GEBTNCLICK to display a dialog</title>
   <link>http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6261#6261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.asent.com/forum/member_profile.asp?PF=615">dynamic</a><br /><strong>Subject:</strong> Problem with GEBTNCLICK to display a dialog<br /><strong>Posted:</strong> July&nbsp;27&nbsp;2010 at 10:14<br /><br />Has anyone run into this problem? I am performing an ATGUISHOW of a dialog when I have a GEBTNCLICK event. The Dialog shows fine, but I'm also getting a GEDEACTIVATE event on the original grid. I tried ATGUICLEAREVENTS(GUIAPP,"ORDER","",0,0,GUIERRORS,GUISTATE) right after the SHOW, but it did not work. "ORDER" contains the original grid. I also tried putting the grid name in the clear event too. Any ideas?<br>]]>
   </description>
   <pubDate>Tue, 27 Jul 2010 10:14:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.asent.com/forum/forum_posts.asp?TID=1775&amp;PID=6261#6261</guid>
  </item> 
 </channel>
</rss>