Ignore:
Timestamp:
2024-03-02T20:04:36+13:00 (4 months ago)
Author:
anupama
Message:
  1. The Phrase Browse tab (in my tudor collection which has a Phind browser) now links to the webswing-phind.xsl page, loading the Phind applet (JPhind JApplet) as a webswing application. 2. The applet status bar wasn't appearing. I'm not sure if it's because browser support for applets has stopped so that a status window is no longer provided to Applets for showStatus() calls (see the API for this Applet method) or whether webswing doesn't provide a status window, but since we're printing meaningful information to the status window, I've now opened up the JPhind code that creates and uses the custom statusBar when JPhind is run as an application (instead of when run as an applet) when JPhind is now run as an applet also.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/applet/phind/Phind.java

    r38794 r38813  
    3737
    3838/*********************************************************************
     39To test run this Applet, ensure PhindPhraseBrowse.java refers to this awt Applet Phind.class
     40(not the new JPhind.class JApplet), then run in commandline:
     41
     42appletviewer "http://localhost:8383/greenstone3/gs2-library?a=a&rt=d&s=PhindApplet&c=tudo"r
    3943
    4044To use the applet, you'll need to embed it in a web page like this:
Note: See TracChangeset for help on using the changeset viewer.