<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>questions on plug-in development</title>
        <description> Hi,

First of all, thanks for your work on Freerapid downloader. Recently I
am going to develop new plugins for a Chinese website tora.to
I have read all of your screencasts which are really awesome, and get
started to develop my own plugin.

So bascially, I'm testing with this web page
[tora.to] (Well it is in Chinese and Japanese,
but you can see the &quot;quoted area&quot; provides the downloadable files)
The problem is, each tora.to download page is providing a collection
of files available to download, instead of a single file.
So I wonder how to deal with this situation, is it possible for frd to
display a list for the user the choose the file? If it is, what
existing plugin could show how it works?

Thank you for checking my question :)


Meow

(seems that the info /at/ wordrider.com is rejecting my email, so I post here :) )</description>
        <link>https://wordrider.net/forum/10/3943/3943/_subject_#msg-3943</link>
        <lastBuildDate>Tue, 07 Apr 2026 17:51:01 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3951/_subject_#msg-3951</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3951/_subject_#msg-3951</link>
            <description><![CDATA[ No, FTP means a lot of problems. I always planned it with HTTP support only.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:40:18 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3950/_subject_#msg-3950</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3950/_subject_#msg-3950</link>
            <description><![CDATA[ Are you planning on FTP support in the future? There are a few sites that use FTP (eg. GigaUp.fr).<br />
<br />
Java might not support FTP by default but AFAIK there are 3rd party libraries available.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:35:44 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3949/_subject_#msg-3949</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3949/_subject_#msg-3949</link>
            <description><![CDATA[ FTP is not supported]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:27:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3948/_subject_#msg-3948</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3948/_subject_#msg-3948</link>
            <description><![CDATA[ What if the final download link is an authenticated ftp link?<br />
I could only see get and post method in the API.]]></description>
            <dc:creator>meow</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:25:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3947/_subject_#msg-3947</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3947/_subject_#msg-3947</link>
            <description><![CDATA[ Thx! I would check it out.]]></description>
            <dc:creator>meow</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:06:06 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3946/_subject_#msg-3946</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3946/_subject_#msg-3946</link>
            <description><![CDATA[ yes, this is in our FAQ in dev wiki [<a href="http://wordrider.net/freerapid/wiki/development#faq" rel="nofollow" >wordrider.net</a>]]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:03:27 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3945/_subject_#msg-3945</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3945/_subject_#msg-3945</link>
            <description><![CDATA[ Thanks for the prompt reply, and swing is ok to me ;)<br />
<br />
Then if the user selects multiple files, could i add multiple download tasks within the runner class?]]></description>
            <dc:creator>meow</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 20:01:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3944/_subject_#msg-3944</guid>
            <title>Re: questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3944/_subject_#msg-3944</link>
            <description><![CDATA[ First - it's wordrider.net , not wordrider.com ;-)<br />
<br />
It's planned, but it's not possible yet, but every plugin is able to display any dialog to user you want.<br />
getDialogSupport() allows this:<br />
<br />
    <pre class="bbcode">
/**
     * Shows simple OK/Cancel dialog with given content of given container
     *
     * @param container   a container with SWING components to show
     * @param dialogTitle title for dialog
     * @return returns true, if user pressed OK button, false otherwise
     * @throws Exception if something went wrong or thread was interrupted
     */
    boolean showOKCancelDialog(Component container, String dialogTitle) throws Exception;</pre>
where container is eg. JPanel --&gt; see some Netbeans Matisse tutorial on the web how to use it to create Panel with components<br />
<br />
[<a href="http://www.youtube.com/results?search_query=Netbeans+gui+builder&search_type=&aq=f" rel="nofollow" >www.youtube.com</a>]<br />
<br />
I expect you know Java Swing or Java at least.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 19:49:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3943/3943/_subject_#msg-3943</guid>
            <title>questions on plug-in development</title>
            <link>https://wordrider.net/forum/10/3943/3943/_subject_#msg-3943</link>
            <description><![CDATA[ Hi,<br />
<br />
First of all, thanks for your work on Freerapid downloader. Recently I<br />
am going to develop new plugins for a Chinese website tora.to<br />
I have read all of your screencasts which are really awesome, and get<br />
started to develop my own plugin.<br />
<br />
So bascially, I'm testing with this web page<br />
[<a href="http://tora.to/blog/357788.htm" rel="nofollow" >tora.to</a>] (Well it is in Chinese and Japanese,<br />
but you can see the "quoted area" provides the downloadable files)<br />
The problem is, each tora.to download page is providing a collection<br />
of files available to download, instead of a single file.<br />
So I wonder how to deal with this situation, is it possible for frd to<br />
display a list for the user the choose the file? If it is, what<br />
existing plugin could show how it works?<br />
<br />
Thank you for checking my question :)<br />
<br />
<br />
Meow<br />
<br />
(seems that the info /at/ wordrider.com is rejecting my email, so I post here :) )]]></description>
            <dc:creator>meow</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 07 Feb 2010 19:39:52 +0000</pubDate>
        </item>
    </channel>
</rss>
