[system] / branches / gage_dev / pg / lib / Applet.pm Repository:
ViewVC logotype

Log of /branches/gage_dev/pg/lib/Applet.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 6343 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 12:09:32 2010 UTC (2 years, 10 months ago) by gage
File length: 43129 byte(s)
Diff to previous 6341 , to selected 6324
allow a parameter_string   in addition to (and overriding) the parameter hash params.

Makes it easier to cut and paste a geogebra object from a webpage into a PG problem.


Revision 6341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 03:09:43 2010 UTC (2 years, 10 months ago) by gage
File length: 42806 byte(s)
Diff to previous 6332 , to selected 6324
Add check to see if there is an onInit function from the applet that will initialize 
loading -- it indicates that the applet is completely initialized.


Revision 6332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 00:25:39 2010 UTC (2 years, 10 months ago) by gage
File length: 42581 byte(s)
Diff to previous 6331 , to selected 6324
removed <form></form> from the comments.  (Also in the previous update reverted 
the tags for java applets back to <applets>   instead of <object>  -- it seems
safer --- at least with geogebra.

Revision 6331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 10 00:18:09 2010 UTC (2 years, 10 months ago) by gage
File length: 42599 byte(s)
Diff to previous 6324
Remove all references to AUTOLOAD -- they cause trouble with new versions of the Safe compartment
and we dont' really need them -- they were just a convenience so that we didn't have to write out
pass through measures by hand.


Revision 6324 - (view) (download) (as text) (annotate) - [selected]
Modified Wed Jul 7 01:38:26 2010 UTC (2 years, 10 months ago) by gage
File length: 42748 byte(s)
Diff to previous 6315
merged upgrades from Trunk.   better handling of typeset version of correct answer and better 
version  of Applet API

Revision 6315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 20:31:45 2010 UTC (2 years, 10 months ago) by gage
File length: 41897 byte(s)
Diff to previous 6313 , to selected 6324
this now works mostly 
issues:

for ie8 -- for java applets this sometimes fails (for example on reload) but not always -- timing issue?

for firefox -- this works for java and usually works for flash -- it fails to work for shift reload on flash


Revision 6313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 19:01:02 2010 UTC (2 years, 10 months ago) by gage
File length: 41805 byte(s)
Diff to previous 6300 , to selected 6324
this now works on ie8 with java applets but not with flash applets


Revision 6300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 22 14:59:59 2010 UTC (2 years, 11 months ago) by gage
File length: 41810 byte(s)
Diff to previous 6299 , to selected 6324
updating changes for CanvasObject to the dev version

Revision 6299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 22 14:46:58 2010 UTC (2 years, 11 months ago) by gage
File length: 36633 byte(s)
Diff to previous 6058 , to selected 6324
test development branch

Revision 6058 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 23:28:44 2009 UTC (3 years, 10 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 36633 byte(s)
Diff to previous 6036 , to selected 6324
syncing pg HEAD with pg2.4.7 on 6/25/2009

Revision 6036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 28 18:20:56 2009 UTC (4 years ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 36688 byte(s)
Diff to previous 6030 , to selected 6324
cumulative updates made while developing Applet.pm on hosted2

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
Original Path: trunk/pg/lib/Applet.pm
File length: 34659 byte(s)
Diff to previous 6026 , to selected 6324
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 6026 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 15 19:25:03 2009 UTC (4 years, 2 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 34214 byte(s)
Diff to previous 6025 , to selected 6324
Added documentation for applet API

added initialState to the instance variables

Revision 6025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 10 20:58:46 2009 UTC (4 years, 2 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 27377 byte(s)
Diff to previous 6023 , to selected 6324
Fixed an extra paren that was causing problems.

Revision 6023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 10 20:48:51 2009 UTC (4 years, 2 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 27378 byte(s)
Diff to previous 6021 , to selected 6324
complete the conversion from configAlias to setConfigAlias

Revision 6021 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 10 12:10:36 2009 UTC (4 years, 2 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 27051 byte(s)
Diff to previous 6013 , to selected 6324
replaced configAlias by setConfigAlias

receivedFieldName replaced by answerBoxName

Revision 6013 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 19 16:35:26 2009 UTC (4 years, 3 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 21626 byte(s)
Diff to previous 6009 , to selected 6324
Cleaning up duplicated lines

Revision 6009 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 19 03:04:22 2009 UTC (4 years, 3 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 21625 byte(s)
Diff to previous 5994 , to selected 6324
Additional support for debugging

Revision 5994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 7 22:28:34 2009 UTC (4 years, 3 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 26297 byte(s)
Diff to previous 5984 , to selected 6324
Reworked support code for applets to use a more object oriented approach.

Revision 5984 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 17:07:08 2009 UTC (4 years, 3 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 24496 byte(s)
Diff to previous 5944 , to selected 6324
Added submitActionScript   option which allows you to add javaScript commands that
are executed when you submit the webwork question.
It's possible that this should replace submitActionAlias which hasn't really been implemented
yet.

Revision 5944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 04:39:43 2008 UTC (4 years, 6 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 24134 byte(s)
Diff to previous 5676 , to selected 6324
corrected formatting in POD documentation

Revision 5676 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 22 19:15:59 2008 UTC (5 years ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 23395 byte(s)
Diff to previous 5667 , to selected 6324
minor changes to help with debugging.

Revision 5667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 12 00:50:24 2008 UTC (5 years ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 23161 byte(s)
Diff to previous 5662 , to selected 6324
Uploading changes in the AppletObjects.pl and Applet.pm modules.

Revision 5662 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 5 17:24:46 2008 UTC (5 years ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 22711 byte(s)
Diff to previous 5661 , to selected 6324
fix method of setting debug

Revision 5661 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 5 16:44:11 2008 UTC (5 years ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 22649 byte(s)
Diff to previous 5625 , to selected 6324
Latest improvements for the Applet.pm and AppletObjects.pl files

Revision 5625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 26 02:42:20 2008 UTC (5 years, 1 month ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 20039 byte(s)
Diff to previous 5624 , to selected 6324
Added more debugging code

Revision 5624 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 26 01:25:52 2008 UTC (5 years, 1 month ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 19834 byte(s)
Diff to previous 5622 , to selected 6324
Modified method in which parameters are passed to
flash applets (uses   FlashVars   parameter )

Revision 5622 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 25 21:59:06 2008 UTC (5 years, 1 month ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 19559 byte(s)
Diff to previous 5619 , to selected 6324
cosmetic changes
some corrections on typos for setState subroutines.

Revision 5619 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 16 14:39:39 2008 UTC (5 years, 2 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 19460 byte(s)
Diff to previous 5594 , to selected 6324
New version of Applet.pm and AppletObjects.pl that supports both flashnew FlashApplet();
and java applets
new JavaApplet();

see pod docs in those two files for more details.

Revision 5594 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 20 00:04:39 2007 UTC (5 years, 5 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 14136 byte(s)
Diff to previous 5583 , to selected 6324
Updated documentation.  Fixed a hard coded reference in the DEFAULT_OBJECT_TEXT.

Added getQE(name) for referencing HTML elements in PG questions.

Added listQuestionElements()  for discovering the names/ids of input HTML elements in PG questions.

Revision 5583 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 6 16:47:19 2007 UTC (5 years, 6 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 10602 byte(s)
Diff to previous 5578 , to selected 6324
Added some further documentation pointing out the workaround to make
flash objects embedded within forms (as all objects in a PG problem are)
work with IE.

-- Mike

Revision 5578 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 5 16:45:33 2007 UTC (5 years, 6 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 9839 byte(s)
Diff to previous 5574 , to selected 6324
This version of Applet.pm now works with IE.

More documentation and features are forth coming
but it is ready for some experimental use by those
developing Applets.

Revision 5574 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Oct 30 15:57:04 2007 UTC (5 years, 6 months ago) by gage
Original Path: trunk/pg/lib/Applet.pm
File length: 10005 byte(s)
Diff to selected 6324
Preliminary version of Applet.pm which will provide a uniform interface
for including FlashApplets (eventually other applets) in a webwork
problem.   This remains experimental so the interface will probably
change.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9