<?xml version='1.0' encoding='ISO-8859-1'?>
     <rss version='2.0'>
      <channel>
       <title>weblinks.lha graphics/icon - Comments</title>
       <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link>
       <description>Easy Web/Bookmarks Links Icons</description>
       <language>en-gb</language>
       <lastBuildDate>Mon, 27 Apr 2026 20:12:12 +0200</lastBuildDate>
       <image>
        <title>OS4Depot.net</title>
        <url>https://os4depot.net/images/rss.gif</url>
        <link>https://os4depot.net</link>
       </image><item> <title>amigang (86.165.245.101) @ 27 Oct 2013, 04:00.17</title> <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;amigang (86.165.245.101)&lt;BR /&gt;&lt;pre&gt;Thanks for the comments guys, still at the very beginning of my programming adventure I will look into implentmenting one of these and make an update in the doc about the now many different ways I've learned how to do this. Thanks 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1382886017</guid> <pubDate>Sun, 27 Oct 2013 16:00:17 +0100</pubDate></item><item> <title>Severin (31.185.200.187) @ 26 Oct 2013, 10:10.44</title> <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Severin (31.185.200.187)&lt;BR /&gt;&lt;pre&gt;urlopen should be used as default though and it's always available, only people with OS4.0 need openurl 
 
If exists &quot;c:urlopen&quot; 
urlopen &quot;http://www.amigaworld.net&quot; 
else 
openurl &quot;http://www.amigaworld.net&quot; 
endif 
 
That will never fail on 4.1 and on 4.0 will open a console reporting openurl not found if it's not installed. 
 
If you want a neater solution still using a script just use a script like: 
 
.bra { 
.ket } 
.key url 
If exists &quot;c:urlopen&quot; 
urlopen &quot;{url}&quot; 
else 
if exists &quot;c:openurl&quot; 
openurl &quot;{url}&quot; 
else 
echo &quot;OpenURL Not installed.&quot; 
endif 
endif 
 
Then in the icons have the script as the default tool, run in shell mode without prompting for input, put the url in a tooltype. 
 
Don't forget to set the S bit on the script 
 
I've not tested this but you should be able to use the same script with all the icons. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1382818244</guid> <pubDate>Sat, 26 Oct 2013 22:10:44 +0200</pubDate></item><item> <title>djrikki (80.5.186.220) @ 26 Oct 2013, 04:41.51</title> <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;djrikki (80.5.186.220)&lt;BR /&gt;&lt;pre&gt;Another script solution would be: 
 
if exists sys:c/OpenURL 
if exists libs:openurl.library 
openurl &quot;http://www.amigaworld.net&quot; 
endif 
else 
urlopen &quot;http://www.amigaworld.net&quot; 
endif 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1382798511</guid> <pubDate>Sat, 26 Oct 2013 16:41:51 +0200</pubDate></item><item> <title>djrikki (80.5.186.220) @ 26 Oct 2013, 04:36.29</title> <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;djrikki (80.5.186.220)&lt;BR /&gt;&lt;pre&gt;Both of the Twitter and Facebook logos are out of date and the amigaworld logo is clearly squeezed horizontally.  Nice idea. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1382798189</guid> <pubDate>Sat, 26 Oct 2013 16:36:29 +0200</pubDate></item><item> <title>Severin (31.185.200.187) @ 26 Oct 2013, 03:08.22</title> <link>https://os4depot.net/?function=comments&amp;file=graphics/icon/weblinks.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Severin (31.185.200.187)&lt;BR /&gt;&lt;pre&gt;You can easily remove the dependency on iconx by doing the following:- 
 
Open the icon onformation. 
Turn the script protection bit on. 
Go to the icon tab and delete the default tool. 
Change 'start from' to shell, turn off prompt for input 
 
Another way to do it is:- 
just have an icon with the url as the name eg. os4depot.net.info 
set the default tool to urlopen 
and a tooltype of &quot;PROTOCOL=HTTP&quot; 
 
No need to set the script bit and just run it in workbench mode. 
 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1382792902</guid> <pubDate>Sat, 26 Oct 2013 15:08:22 +0200</pubDate></item></channel> </rss>