Log of /trunk/pg/macros/AppletObjects.pl
Parent Directory
Revision
6316 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 1 21:47:45 2010 UTC (2 years, 11 months ago) by
gage
File length: 14724 byte(s)
Diff to
previous 6297
This revision works for ie8 and firefox most of the time for both java and flash applets. Sometimes there will be a failure for the applet to load, followed by a successful load -- there is apparently still a race condition in determining whether an applet - particularly a flash applet -- is ready
Revision
6178 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 3 17:13:46 2010 UTC (3 years, 5 months ago) by
gage
File length: 11346 byte(s)
Diff to
previous 6079
The buttons for setConfig and getConfig are only shown in the debug display
if those commands are defined and non-empty.
Likewise for the setState and getState buttons.
Revision
6079 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 12 23:38:12 2009 UTC (3 years, 11 months ago) by
gage
File length: 10854 byte(s)
Diff to
previous 6058
Changed how errors are caught in methodDefined() to prevent unneeded error messages in firefox
Made cosmetic corrections to how error messages are reported.
Revision
6052 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 25 14:51:10 2009 UTC (3 years, 11 months ago) by
gage
File length: 10833 byte(s)
Diff to
previous 6030
Change the "return applet to virgin state" button into a submit button so that the action takes place immediately rather than after entering
an answer
Revision
6030 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 22 18:33:06 2009 UTC (4 years, 2 months ago) by
gage
File length: 10811 byte(s)
Diff to
previous 6026
minor changes to refine the applet interface and to make
it work smoothly in both debuMode and non-debugMode
Also changed the name of the reset_button to the reinitialize_button
and the title the button carries
Revision
6019 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 10 12:07:47 2009 UTC (4 years, 3 months ago) by
gage
File length: 10457 byte(s)
Diff to
previous 6010
refactored code using methodDefined()
converted configAlias to setConfigAlias
replaced debug by jsDebugMode (for now -- eventually we'll have a debug mode for each applet)
Revision
5642 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 26 21:19:14 2008 UTC (5 years, 1 month ago) by
gage
File length: 11733 byte(s)
Diff to
previous 5626
add reinitialize applet button to the standard installation to complement
reset state button.
CVS: ----------------------------------------------------------------------
Revision
5618 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 16 14:39:14 2008 UTC (5 years, 3 months ago) by
gage
File length: 11566 byte(s)
Diff to
previous 5597
New version of Applet.pm and AppletObjects.pl that supports both flash
new FlashApplet();
and java applets
new JavaApplet();
see pod docs in those two files for more details.
Revision
5582 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Tue Nov 6 16:45:28 2007 UTC (5 years, 7 months ago) by
gage
File length: 5513 byte(s)
Provides front end for Applet.pm.
To use applets add loadMacros("AppletObjects.pl")
to the top of your PG problem file.
$applet = FlashApplet();
gets you started. There is reasonable POD documentation in this file including a working problem
for the ExternalInterface.swf flash object.
-- Mike
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.