Curl Global Community
独立型アプレットを複数起動する - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: 独立型アプレットを複数起動する (/showthread.php?tid=389)



独立型アプレットを複数起動する - usami - 01-12-2012

1つの独立型アプレット(start.dcurl)を複数起動するための手法として、ドキュメントには
複数の起動試行として、Applet.allow-multiple-instancesメソッドを実行するとできる
ような記載されていますが、具体的にどのような実装を行えばよいのでしょうか?
参照URL
http://developers.curlap.com/curl/docs/rte/8.0/ja/docs/ja/dguide/detached.html
http://developers.curlap.com/faq/48-faq-specification/699-2010-12-28-02-44-03.html




RE: 独立型アプレットを複数起動する - heavybugtracker - 01-12-2012

このようなコードをにアプレットに追加すればいいでしょう:
{{get-the-applet}.allow-multiple-instances}

PHP Code:
{curl 8.0 applet}

{{
get-the-applet}.allow-multiple-instances}

{{
View     {VBox spacing=6ptmargin=0.25inbackground="silver",
        {
CommandButton label="Cancel"} }     },     {on WindowClose do {exit 0}}}.show



RE: 独立型アプレットを複数起動する - usami - 01-13-2012

{{get-the-applet}.allow-multiple-instances}
を追加したらできました。
ありがとうございました。