colbehr / PDF-Grader

In order to more efficiently grade we propose that a piece of software can help a professor grade a PDF (scanned or digital) file while also speeding the process up by presenting the question in a more efficient order.
GNU General Public License v3.0
1 stars 0 forks source link

Open browseForPDF when switching to SetupController #4

Closed colbehr closed 2 years ago

colbehr commented 2 years ago

This could save a button click.

kielmorris34 commented 2 years ago

Seems a little more difficult than expected, attempting to call browseForPDF() in initialize() causes an error as the GUI is not loaded yet, and there is no obvious onLoad method/callback. Will continue to investigate.

kielmorris34 commented 2 years ago

Implemented in 1096710