Permlink Replies: 4 - Pages: 1 - Last Post: 27 Nov 24, 17:30 Last Post By: JeffTucker Threads: [ Previous | Next ]
phil44

Posts: 86
Registered: 18-Jun-2010
Preview: keeping the displayed folder
Posted: 26 Nov 24, 22:24
  Click to reply to this thread Reply
The preview with the new embedded browser is really great, thanks for the work done. It's also great to see the rendering in real-time when you change a setting :-)

IMHO, one point could still be improved: I use the preview in windowed mode, and I sometimes need to hide this window either by closing it or by minimizing it in the taskbar. In both cases, I just have to press F12 to make it visible again.

That said, when I work in a subfolder and I press F12, it is always the root of the project that is displayed, even if the subfolder was shown. I understand this behavior when you reopen the window after closing it, but I find it abnormal when you restore the minimized window. It would be great in this case if the previously displayed folder was preserved :-)
RobM

Posts: 3,828
Registered: 4-Aug-2006
Re: Preview: keeping the displayed folder
Posted: 26 Nov 24, 22:59   in response to: phil44 in response to: phil44
  Click to reply to this thread Reply
If you are editing a subfolder many levels down from the root you could copy the path from the root in the explorer address bar, then paste it before the 'index.html' of the preview bar.

Not what you are asking for but it might be a quicker way of getting there than navigating the album in the meantime.
JeffTucker

Posts: 8,211
Registered: 31-Jan-2006
Re: Preview: keeping the displayed folder
Posted: 26 Nov 24, 23:17   in response to: phil44 in response to: phil44
  Click to reply to this thread Reply
I think the difficulty is that F12 means, "launch the preview." It has no clue where you were when you minimized it. F12 does not mean, "restore a minimized window." I have to wonder whether the OS would even let an app do that.

Easily worked around - if you've just minimized the window (rather than closing it), noodled with settings, then want the window back, just maximize it again. Mouse-hover on the icon in the taskbar, and click on the preview window.
phil44

Posts: 86
Registered: 18-Jun-2010
Re: Preview: keeping the displayed folder
Posted: 27 Nov 24, 17:21   in response to: JeffTucker in response to: JeffTucker
  Click to reply to this thread Reply
JeffTucker wrote:
I think the difficulty is that F12 means, "launch the preview." It has no clue where you were when you minimized it. F12 does not mean, "restore a minimized window." I have to wonder whether the OS would even let an app do that.
In my opinion, as a former developer, the operating system has nothing to do with restoring a minimized window, especially in Java applications. The code to close a window or to minimize it is not the same. Moreover, re-creating a previously closed window is much more expensive (in terms of CPU and memory) than restoring an iconified window. In the latter case, the application usually still has the previous state in memory. It is this last point which motivates my request.
Easily worked around - if you've just minimized the window (rather than closing it), noodled with settings, then want the window back, just maximize it again. Mouse-hover on the icon in the taskbar, and click on the preview window.
True, but it is often faster to press a key ;-)
JeffTucker

Posts: 8,211
Registered: 31-Jan-2006
Re: Preview: keeping the displayed folder
Posted: 27 Nov 24, 17:30   in response to: phil44 in response to: phil44
  Click to reply to this thread Reply
In this instance, I think you're probably correct. The window, in this case, is a frame that jAlbum has created, so it can "horse it around" at will. Doing something to a window coming from a different application, on the other hand, starts to get very messy, and would require platform-dependent code.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums