<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Issue with popup control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Issue with popup control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 21:02:43 +0000</pubDate>
  <lastBuildDate>Sat, 17 Mar 2018 18:25:53 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23608</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Issue with popup control : Well, I figured it out.Since noone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76707&amp;title=issue-with-popup-control#76707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 17 March 2018 at 6:25pm<br /><br />Well, I figured it out.&nbsp;&nbsp;<div><br></div><div>Since noone responded to my questions, I created my own pretty cool popup class to create my own popups, and it worked pretty good in my test project.&nbsp; But as soon as I brought it into my main project and added the code, it immediately started behaving the same way as the codejock controls.&nbsp; My popup notifications slid into view, but then would not recognize any of the click events.</div><div><br></div><div>So back to work I went, debugging.</div><div><br></div><div>Somewhere along the way, I had a thought that my problem might be that i was in the form_load event, and the form loading (called modally) may not be considered modal until the form_load finished.&nbsp; If it became "modal" (i.e, not allowing any other forms be accessed) after the form_load event, it could keep me from clicking my popup forms.&nbsp; &nbsp;So I added a timer, and set it to 1 second, and then added my popup code when the timer fired.</div><div><br></div><div>Then my popups didnt show at all.</div><div><br></div><div>So, I started ripping the code apart and simplifying it to find out what the problem was.&nbsp; And I found it.&nbsp; I made my popups using a form that I stylized into a nice popup window.&nbsp; Seems that when you try to load a non-modal form FROM a modal form, it errors out.&nbsp; But, if you do it programmatically, it might not.&nbsp; Intestingly enough, my forms WERE being created (I saw the debug.print messages as they drew themselves, and moved themselves around for my slide-effect), they just werent visible.&nbsp; Bastages.</div><div><br></div><div>So my thought was EXACTLY correct.&nbsp; If you load something (like a form) in the form_load event, the loading form doesnt become "modal" until the form_load is complete.</div><div><br></div><div>With this in mind, I put the code for the codejock popups back into play, to be called from the timer after the form load event finishes.</div><div><br></div><div>And yes, it works now.&nbsp; Compiled it to an exe and the itemclick events now work.&nbsp; So it was the form_load drawing the popups before making the form modal.&nbsp; They drew, but could not be clicked.</div><div><br></div><div>All these years I've been coding in VB, and I still learn something new.</div><div><br></div><div>Hope this hopes anyone else having the same problem, since codejock doesnt seem interested in responding.</div>]]>
   </description>
   <pubDate>Sat, 17 Mar 2018 18:25:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76707&amp;title=issue-with-popup-control#76707</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with popup control : I even stuck the licensing code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76704&amp;title=issue-with-popup-control#76704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 16 March 2018 at 8:51pm<br /><br />I even stuck the licensing code on the actual form that has the popups on it.&nbsp; Still nada.<div><br></div><div>Guess Ill mess with the state changed and see if I can get something out of that.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 16 Mar 2018 20:51:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76704&amp;title=issue-with-popup-control#76704</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with popup control : And MORE information...So.. my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76703&amp;title=issue-with-popup-control#76703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 16 March 2018 at 8:48pm<br /><br />And MORE information...<div><br></div><div><br></div><div>So.. my actual controls on pages all work.&nbsp; But the popup control doesnt fire any event except for the state_changed event.</div><div><br></div><div>So I just spent awhile getting my head wrapped around how the markup code works, and got that working in the IDE.</div><div><br></div><div>Once again, that doesnt work EITHER when compiled.</div><div><br></div><div>I have a valid license.</div><div><br></div><div>I have the license info for both skinframework (whole app is skinned, and that works fine) and for the suitecontrols both in the form.initialize() of the startup form.</div><div><br></div><div>I even changed the registration code from my original "Skinframeworkglobalsettings.license" to the suggested "dim skinSettings as new skinframeworkglobalsettings" method that some people have claimed needs to work.&nbsp; Yeah, I was assuming this issue was related to licensing.</div><div><br></div><div>Still nothing.</div><div><br></div><div>Ive wasted literally days trying to get this code working.</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 16 Mar 2018 20:48:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76703&amp;title=issue-with-popup-control#76703</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with popup control : And a little more info...So I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76691&amp;title=issue-with-popup-control#76691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 13 March 2018 at 12:29pm<br /><br />And a little more info...<div><br></div><div>So I closed EVERYTHING else that is running on the machine.&nbsp; When the popups appear, and I mouse over them, the cursor does change.&nbsp; So windows does recognize something is there.&nbsp; A click or even a right click dont do anything.&nbsp; If it was the desktop, it would show me the right-click context menu.</div><div><br></div><div>So, the popup is there.&nbsp; It's just not firing the itemclick event.</div>]]>
   </description>
   <pubDate>Tue, 13 Mar 2018 12:29:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76691&amp;title=issue-with-popup-control#76691</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with popup control : Ok so a little more testing tells...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76690&amp;title=issue-with-popup-control#76690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 13 March 2018 at 12:19pm<br /><br />Ok so a little more testing tells me a few things:<div><br></div><div>1) This is only the itemclick event that's not firing.&nbsp; The stateChanged event fires fine.</div><div><br></div><div>2) The SAMPLE app works fine.&nbsp; Of course.</div><div><br></div><div>Could really use some assistance on this.&nbsp; These popups were a control I didnt even know I had, and I finally implement them, and it doesnt work when compiled code.</div>]]>
   </description>
   <pubDate>Tue, 13 Mar 2018 12:19:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76690&amp;title=issue-with-popup-control#76690</guid>
  </item> 
  <item>
   <title><![CDATA[Issue with popup control : Ok, so this time I do really have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76689&amp;title=issue-with-popup-control#76689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5904">Carpesimia</a><br /><strong>Subject:</strong> 23608<br /><strong>Posted:</strong> 13 March 2018 at 11:39am<br /><br />Ok, so this time I do really have an issue, so here it is.<div><br></div><div>Again, using the activex version of the controls, and I'm using the popup control when someone accesses a certain part of the system.</div><div><br></div><div>The popups appear fine, but when someone clicks the hyperlink, its not firing the itemclick event as it should.</div><div><br></div><div>It works fine in the VB IDE when I'm running the program, but when I compile to an exe it is not.&nbsp; The popups come up fine, with the correct information, but the click event for the link on the popup is not working.</div><div><br></div><div>Im setting the item.hyperlink = true</div><div>and item.id = IDLICENSEWIZ</div><div><br></div><div>When running in the IDE, clicking the line with the item.hyperlink=true causes the popupctl_itemclick event to fire, where I then check the ID to see what it matches.&nbsp; I put a msgbox in that sub, and the code is not even getting into that location when compiled to an exe.</div><div><br></div><div>Ideas?</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 13 Mar 2018 11:39:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23608&amp;PID=76689&amp;title=issue-with-popup-control#76689</guid>
  </item> 
 </channel>
</rss>