<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Old School VBA question in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391258#M2561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;I am referencing an old VBA script to place a rosette tool in my map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.forumsig.org/archive/index.php/t-20272.html" title="http://www.forumsig.org/archive/index.php/t-20272.html"&gt;[ArcGIS 9.x] Rose des vents 3D [Archives] - Forum SIG - Systèmes d'Information Géographique et Géomatiqu&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;Although I am seeing an error at this line (In red below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 10pt;"&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing) ...can someone help? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #595959; font-size: 10pt; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Can anyone please help.....or suggest another Rosette Tool....although I have not found one. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Rosette_MouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long)&lt;/P&gt;&lt;P&gt;Dim pMxApp As IMxApplication&lt;/P&gt;&lt;P&gt;Dim pMxDoc As IMxDocument&lt;/P&gt;&lt;P&gt;Dim pCirArc As ICircularArc&lt;/P&gt;&lt;P&gt;Dim pPoint As IPoint&lt;/P&gt;&lt;P&gt;Dim pRubberCircle As IRubberBand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set pMxDoc = ThisDocument&lt;/P&gt;&lt;P&gt;Set pMxApp = Application&lt;/P&gt;&lt;P&gt;Set pRubberCircle = New RubberCircle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Return a new circle from the tracker object using TrackNew&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Call DrawRosette(pCirArc.CenterPoint, pCirArc.Radius)&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 12:56:43 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2016-06-08T12:56:43Z</dc:date>
    <item>
      <title>Old School VBA question</title>
      <link>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391258#M2561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;I am referencing an old VBA script to place a rosette tool in my map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.forumsig.org/archive/index.php/t-20272.html" title="http://www.forumsig.org/archive/index.php/t-20272.html"&gt;[ArcGIS 9.x] Rose des vents 3D [Archives] - Forum SIG - Systèmes d'Information Géographique et Géomatiqu&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;Although I am seeing an error at this line (In red below)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 10pt;"&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing) ...can someone help? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #595959; font-size: 10pt; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Can anyone please help.....or suggest another Rosette Tool....although I have not found one. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Rosette_MouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long)&lt;/P&gt;&lt;P&gt;Dim pMxApp As IMxApplication&lt;/P&gt;&lt;P&gt;Dim pMxDoc As IMxDocument&lt;/P&gt;&lt;P&gt;Dim pCirArc As ICircularArc&lt;/P&gt;&lt;P&gt;Dim pPoint As IPoint&lt;/P&gt;&lt;P&gt;Dim pRubberCircle As IRubberBand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set pMxDoc = ThisDocument&lt;/P&gt;&lt;P&gt;Set pMxApp = Application&lt;/P&gt;&lt;P&gt;Set pRubberCircle = New RubberCircle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Return a new circle from the tracker object using TrackNew&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Call DrawRosette(pCirArc.CenterPoint, pCirArc.Radius)&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 12:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391258#M2561</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-06-08T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Old School VBA question</title>
      <link>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391259#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Space in ScreenDisplay?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 13:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391259#M2562</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-08T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Old School VBA question</title>
      <link>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391260#M2563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks....that does appear to be an issue.....but I think I Have another issue.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot get into the Sub to Draw the circle?&amp;nbsp; I dont think I can use Rosette_Mousedown because I am not seeing the Msgbox "Hello 2".&amp;nbsp; The "MouseDown" does not see to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thougths?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Rosette_Click()&lt;/P&gt;&lt;P&gt;MsgBox "Click Center and Drag Radius to Create Compass Rosette", vbOKOnly, "Rosette Tool"&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Rosette_MouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MsgBox "Hello 2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim pMxApp As IMxApplication&lt;/P&gt;&lt;P&gt;Dim pMxDoc As IMxDocument&lt;/P&gt;&lt;P&gt;Dim pCirArc As ICircularArc&lt;/P&gt;&lt;P&gt;Dim pPoint As IPoint&lt;/P&gt;&lt;P&gt;Dim pRubberCircle As IRubberBand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set pMxDoc = ThisDocument&lt;/P&gt;&lt;P&gt;Set pMxApp = Application&lt;/P&gt;&lt;P&gt;Set pRubberCircle = New RubberCircle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Return a new circle from the tracker object using TrackNew&lt;/P&gt;&lt;P&gt;Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDisplay, Nothing)&lt;/P&gt;&lt;P&gt;Call DrawRosette(pCirArc.CenterPoint, pCirArc.Radius)&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 13:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/old-school-vba-question/m-p/391260#M2563</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2016-06-08T13:13:36Z</dc:date>
    </item>
  </channel>
</rss>

