Hide date column

Explorer-like frontend add-on to upload/download.
Post Reply
jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

Hide date column

Post by jeffcck »

Hi,

Is there anyway to hide date column ?? I tried to comment out files.table.column.date.title on i18n_pane.properties, but it gave me an error.

Thanks for helping.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Hide date column

Post by support »

What error do you have ?

jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

Re: Hide date column

Post by jeffcck »

I commented out these lines in i18n_pane.properties:
#files.table.column.date.title=Date
#files.table.column.date.align=center
#files.table.column.date.format=MM/dd/yyyy HH:mm

It shows "Error. Click for details" on the applet and the details:

Apr 8, 2009 8:46:19 PM jfileupload.upload.client.MApplet <init>
INFO: JFileUpload 2.2 Build FINAL.001
Apr 8, 2009 8:46:20 PM jfileupload.upload.client.MApplet B
INFO: CustomSM enabled
Apr 8, 2009 8:46:22 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : host = null
Apr 8, 2009 8:46:22 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : port = -1
Apr 8, 2009 8:46:22 PM jfileupload.transfer.client.util.Conf E
INFO: TransferUI instantiated : jfileupload.transfer.client.explorer.ExplorerTransferUI
Apr 8, 2009 8:46:22 PM jfileupload.transfer.client.explorer.ExplorerTransferUI A
INFO: JDiskExplorer 2.2 FINAL.001
Apr 8, 2009 8:46:24 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : host = null
Apr 8, 2009 8:46:24 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : port = -1
Apr 8, 2009 8:46:24 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : host = null
Apr 8, 2009 8:46:24 PM jfileupload.transfer.client.http.E C
INFO: Auto-detect proxy settings : port = -1
java.lang.NullPointerException
at java.text.SimpleDateFormat.<init>(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at jfileupload.transfer.client.explorer.I.A(Unknown Source)
at jfileupload.transfer.client.explorer.C.i(Unknown Source)
at jfileupload.transfer.client.explorer.ExplorerTransferUI.A(Unknown Source)
at jfileupload.upload.client.MApplet.loadUI(Unknown Source)
at jfileupload.upload.client.MApplet.init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.NullPointerException

Thanks for helping ;)

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Hide date column

Post by support »

Problem reproduced and fixed. Please contact support(at)jfileupload(dot)com to get a testing version of release 2.4.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Hide date column

Post by support »

I've sent you an email with the 2.4RC2.

Post Reply