<?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 JAVAMETA ACTIVEX popup help in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65395#M2222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think that the tip= is a javameta-only thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make your code more portable &amp;amp; more likely to work with various different device='s, I would recommend using the standard html tags (either alt= or title=), such as ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;popup = 'title='||quote(cat);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not 100% sure this will work in all devices (activex, java, javameta) - and it will also depend on which version you have.&amp;nbsp; I would recommend using "ods html" and device=png.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2011 15:12:10 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2011-07-01T15:12:10Z</dc:date>
    <item>
      <title>JAVAMETA ACTIVEX popup help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65394#M2221</link>
      <description>The following code will produce graphs where the year is on the x axis and the num value will be on the y.  I'd like the category value to display 'cat' or 'dog' when I mouse over it.  However, this only works when I set "device=javameta", but not when I set "device=activex".  I get errors when I try to open the html in javameta, but am able to open the html in activex without errors.  Is there a way to get the popup to display the category value ('cat' or 'dog') instead of the axis values when I scroll over it in activex setting?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data test1;&lt;BR /&gt;
input year cat $3. num;&lt;BR /&gt;
datalines;&lt;BR /&gt;
1 cat 469.9&lt;BR /&gt;
1 dog 287.1&lt;BR /&gt;
2 cat 494.3&lt;BR /&gt;
2 dog 261.6&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data test2;&lt;BR /&gt;
set test1;&lt;BR /&gt;
*** ADD A NEW VARIABLE (POPUP) WITH A TIP= TAG;&lt;BR /&gt;
popup = 'tip=['||quote(cat) ||']'; &lt;BR /&gt;
run;&lt;BR /&gt;
*** SELECT THE JAVAMETA DEVICE DRIVER, SET SIZE, FONT;&lt;BR /&gt;
goptions reset=all&lt;BR /&gt;
device=activex&lt;BR /&gt;
xpixels=800&lt;BR /&gt;
ypixels=600&lt;BR /&gt;
ftext='HelveticaBold'&lt;BR /&gt;
htext=3&lt;BR /&gt;
gunit=pct;&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file="h:\testpop.html";&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=test2;&lt;BR /&gt;
plot1 num*year /html=popup;&lt;BR /&gt;
symbol1 v=dot c=blue;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
;</description>
      <pubDate>Thu, 12 May 2011 15:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65394#M2221</guid>
      <dc:creator>ccc143</dc:creator>
      <dc:date>2011-05-12T15:15:18Z</dc:date>
    </item>
    <item>
      <title>JAVAMETA ACTIVEX popup help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65395#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think that the tip= is a javameta-only thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make your code more portable &amp;amp; more likely to work with various different device='s, I would recommend using the standard html tags (either alt= or title=), such as ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;popup = 'title='||quote(cat);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not 100% sure this will work in all devices (activex, java, javameta) - and it will also depend on which version you have.&amp;nbsp; I would recommend using "ods html" and device=png.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 15:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65395#M2222</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-07-01T15:12:10Z</dc:date>
    </item>
    <item>
      <title>JAVAMETA ACTIVEX popup help</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65396#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!!&amp;nbsp; Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:35:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/JAVAMETA-ACTIVEX-popup-help/m-p/65396#M2223</guid>
      <dc:creator>ccc143</dc:creator>
      <dc:date>2011-12-07T21:35:55Z</dc:date>
    </item>
  </channel>
</rss>

