Search found 6 matches

by RoyEaton
Tue Jul 28, 2009 12:26 am
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

Re: JBatchUpload API query

I was planning to hide all buttons except for the 'Select File(s)' button for my web page.

My assumption was that the coding was going to allow the location of the button bar to be moved to one of the four sides of the file grid.

How do I go about getting this new version?
by RoyEaton
Mon Jul 27, 2009 8:16 pm
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

Re: JBatchUpload API query

I would have expected that all the buttons would be on the left, not split into 2 button bars.

Are you making it configurable where each of the buttons appear?

The image of interface looks good.
by RoyEaton
Thu Jul 23, 2009 4:55 am
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

Re: JBatchUpload API query

I had to copy the commons-logging-1.1.1.jar downloaded from http://commons.apache.org/logging/ to the apache-ant-1.7.1/lib directory for a successful build.
by RoyEaton
Tue Jul 21, 2009 9:56 pm
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

Re: JBatchUpload API query

Thanks. I did receive the JSAPI. I am in the process of trying to work out what I need to install for a successful build. I have installed: jdk1.6.0_14 apache-ant-1.7.1 This is my first time at using a java complier & I am finding the documentation confusing. What third party libraries or sources ar...
by RoyEaton
Mon Jul 20, 2009 11:09 pm
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

Re: JBatchUpload API query

Currently in ProgressPanel.java; class ProgressPanel private String getBorderLayoutLocation(String locationStr) { String ret = BorderLayout.CENTER; if (locationStr != null) { if (locationStr.equalsIgnoreCase("top")) ret = BorderLayout.NORTH; else if (locationStr.equalsIgnoreCase("bottom")) ret = Bor...
by RoyEaton
Mon Jul 20, 2009 5:26 am
Forum: JBatchUpload
Topic: JBatchUpload API query
Replies: 14
Views: 32814

JBatchUpload API query

How would you go about doing the following:
  • trigger the file browse select from javascript.
    trigger the batch upload from javascript.
  • move the 'Select' button to the left of the file grid.
    make the file grid go the full height of the applet size definition.
Regards,
Roy.