Gallery Remote 1.0-b6 issues

dwoods99
dwoods99's picture

Joined: 2002-09-18
Posts: 13
Posted: Fri, 2002-09-27 23:54

I first downloaded Gallery Remote 1.0b4 w/o JVM. I have Sun JDK 1.3.1 on my win2k PC.
Beta 4 would not log me into my gallery site (admin user). I downloaded beta 6 upgrade from
http://jpmullan.com/galleryupdates/
and copied those into the local install directory on my PC. Hooray, now it works :grin:

So I had no problems doing "fetch albums", drag & drop files from explorer to GR
and uploading the images. So that's great ! :grin:

I did find some 'features' that I would like to see... :cool:
- able to create a new album (sub)-directory before the upload
- when I focus on the GR window, the preview window is lost in the background and I
have to Alt-Tab to get it back. It was ok in beta 4, and I would like the preview window
to be sticky with the remote window.
- when I only have 1 picture in the 'Pictures to Upload' window, the preview window
shows an incorrect picture (same as last picture from previous upload), however once I
have 2+ pictures, I can click on a picture (or use up/down arrows) and the preview is correct.
- the 'Add gallery URL' should not add "http://" with nothing there, and it should not add
a URL which already exists in its drop-down list... which means we need a way to
modify/delete URLs in that list.

Thanks very much for your efforts...Dan. :smile:

 
dwoods99
dwoods99's picture

Joined: 2002-09-18
Posts: 13
Posted: Sat, 2002-09-28 05:42

Looks like I wrote too soon...

- after closing and re-starting GR, the preview window no longer appears at all upon startup of the program

- the pictures did indeed get uploaded, however they were placed in the *wrong* album. In fact, they ended up in the first album on my site. I wanted to upload a whole bunch more, but first I created a new empty album at the top level of my gallery and in the first position. After that I could upload the pictures and they end up in that directory, which I can then move to the proper sub-album location I really wanted.

Thanks...Dan.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Sat, 2002-09-28 07:24
Quote:
- after closing and re-starting GR, the preview window no longer appears at all upon startup of the program

In your GalleryRemote.properties file, what is the showPreview variable set to? If you close the Preview window in GR, it will change the setting for Show Preview.

Quote:
- the pictures did indeed get uploaded, however they were placed in the *wrong* album. In fact, they ended up in the first album on my site. I wanted to upload a whole bunch more, but first I created a new empty album at the top level of my gallery and in the first position. After that I could upload the pictures and they end up in that directory, which I can then move to the proper sub-album location I really wanted.

Strange... I can't replicate this (it works fine on my site). Which version of Java are you using, on which platform? Can you follow the instructions in the ReadMe.html file as to how to enable the log and check that when you select your target album in the popup menu, it is indeed selected.
Also, note that in this new version you have to select the target album before you add the pictures, since you can upload to multiple albums at once.

Quote:
- when I only have 1 picture in the 'Pictures to Upload' window, the preview window shows an incorrect picture (same as last picture from previous upload), however once I have 2+ pictures, I can click on a picture (or use up/down arrows) and the preview is correct.

Right, good catch, I'll work on it.

Quote:
- the 'Add gallery URL' should not add "http://" with nothing there, and it should not add a URL which already exists in its drop-down list... which means we need a way to modify/delete URLs in that list.

You can just edit any URL already in the list. Also it can be useful to have the same URL more than once (with different username/passwd). But you are right, there is no user interface now to delete a URL.

 
fcd

Joined: 2002-09-25
Posts: 20
Posted: Wed, 2002-10-02 17:41
Quote:
>>
- the pictures did indeed get uploaded, however they were placed in the *wrong* album. In fact, they ended up in the first album on my site. I wanted to upload a whole bunch more, but first I created a new empty album at the top level of my gallery and in the first position. After that I could upload the pictures and they end up in that directory, which I can then move to the proper sub-album location I really wanted.
<<
Strange... I can't replicate this (it works fine on my site). Which version of Java are you using, on which platform? Can you follow the instructions in the ReadMe.html file as to how to enable the log and check that when you select your target album in the popup menu, it is indeed selected.
Also, note that in this new version you have to select the target album before you add the pictures, since you can upload to multiple albums at once.

I can confirm this as well. I am using Mac OS X 10.2.1 with
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-root_1.3.1_020714-12:46)
Java HotSpot(TM) Client VM (build 1.3.1_03-69, mixed mode)
</TD></TR></TABLE><!-- BBCode End -->

It appears to select the album in the drop down list but when I click on the the tumbnail it shows it going into the first ablum. I believe this is the relevenet section of the log
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>1033580270539|TRACE|Update |Local release date: Sun Sep 22 00:00:00 EDT 2002 new: Mon Sep 09 00:00:00 EDT 2002
1033580282391|TRACE|GalleryCom|album71 Fall+2002
album72 --+George%27s+Wedding
album01 Spring+2002
album46 --+Frank%27s+Formal+Pictures
album49 --+Josh%27s+Formal+Pictures
album53 --+Formal

items removed for brevity

album38 DU+Symbols
SUCCESS
1033580282567|INFO |GalleryCom|Fetched albums
1033580282571|TRACE|Gallery |Firing ListDataEvent=javax.swing.event.ListDataEvent[source=com.gallery.GalleryRemote.MainFrame[frame0,2,22,576x599,invalid,layout=java.awt.BorderLayout,resizable,title=Gallery Remote,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,22,576x577,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=1538,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]]
1033580307551|TRACE|Droplist |dragEnter - dtde
1033580308571|TRACE|Droplist |drop - dtde </TD></TR></TABLE><!-- BBCode End -->

 
fcd

Joined: 2002-09-25
Posts: 20
Posted: Thu, 2002-10-03 18:11

This was solved in b8

 
dwoods99
dwoods99's picture

Joined: 2002-09-18
Posts: 13
Posted: Fri, 2002-10-04 16:02
Quote:
...
- when I only have 1 picture in the 'Pictures to Upload' window, the preview window
shows an incorrect picture (same as last picture from previous upload), however once I
have 2+ pictures, I can click on a picture (or use up/down arrows) and the preview is correct.
- the 'Add gallery URL' should not add "http://" with nothing there, and it should not add
a URL which already exists in its drop-down list... which means we need a way to
modify/delete URLs in that list.

- 1.0b8 has fixed the problem when there's only 1 picture (as described above).

- I still don't think that GR should allow more than 1 "http://" in the list in case the user mistakenly hits the "Add URL" button. Where is this info saved so that we could modify it manually ?

Thanks...Dan.

 
dwoods99
dwoods99's picture

Joined: 2002-09-18
Posts: 13
Posted: Fri, 2002-10-04 16:07
Quote:
- after closing and re-starting GR, the preview window no longer appears at all upon startup of the program

I discovered that closing the preview window first, and then GR would cause the preview window to remain closed next time you start GR. So the solution is to only close the GR, which also closes the preview screen.

Quote:
- the pictures did indeed get uploaded, however they were placed in the *wrong* album. In fact, they ended up in the first album on my site. I wanted to upload a whole bunch more, but first I created a new empty album at the top level of my gallery and in the first position. After that I could upload the pictures and they end up in that directory, which I can then move to the proper sub-album location I really wanted.

Confirmed that this is now working for me in 1.0b8 version. :smile: I also tested uploading multiple pictures into different albums, and it worked fine.

Thanks...Dan.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Tue, 2002-10-08 10:40

The list of Galleries is stored in the GalleryRemote.properties (see the ReadMe.html file for where that is). You can remove url.x, username.x and password.x (where x is a number). Make sure that the remaining entries use a continuous number range starting with 0.

Thanks for the confirmations of fixes!