Search found 16 matches

by Demic
02 Feb 2008 22:29
Forum: Bug Reports
Topic: Preview is not updated when moving selection with keyboard
Replies: 11
Views: 2867

I will, when I stumble upon this again...
by Demic
02 Feb 2008 00:00
Forum: Bug Reports
Topic: Preview is not updated when moving selection with keyboard
Replies: 11
Views: 2867

Funny thing: this problem disappeared while I was comparing the DLL list loaded by my XY to my friend's XY (he did not have this problem). Now don't tell me I did not restart XY. I did, many times when I was writing pre-previous post. The only thing I noticed is when the problem was there, my XY had...
by Demic
01 Feb 2008 21:18
Forum: Bug Reports
Topic: Preview is not updated when moving selection with keyboard
Replies: 11
Views: 2867

j_c_hallgren wrote:And does it do this for all TXT files
It does it for any file, no matter.
admin wrote:Mystery.
I'll try it at home.
by Demic
01 Feb 2008 19:49
Forum: Bug Reports
Topic: Preview is not updated when moving selection with keyboard
Replies: 11
Views: 2867

H-m-m... Interesting. I wonder: is it something with my system? Anyways, here is what I do and what happens: - I run XY. Current tab is My Documents, a text file is focused and selected. - I press Ctrl-Q. Info Panel shows, Preview tab is active, the content of the tab says "File is empty."...
by Demic
01 Feb 2008 18:44
Forum: Bug Reports
Topic: Preview is not updated when moving selection with keyboard
Replies: 11
Views: 2867

Preview is not updated when moving selection with keyboard

Hi Don, Just found that preview is not updated (remains on the same file) when moving the file list selection with keyboard arrow keys. Selection with mouse works fine. XY 6.80.0044 Another thing: shouldn't the preview stop playing audio and video when I select another Info Panel tab or close the In...
by Demic
06 Dec 2007 17:08
Forum: Bug Reports
Topic: drag & drop flaws
Replies: 29
Views: 5032

admin wrote:Fixed it! :D
Wow! Congratulations!

You know, this happens to me all the time: stumble upon something; bang my head against the wall trying to fix it; give up :x ; declare it unfixable :evil: ; come back two days later with an idea and make it work!

Very happy for you! :D
by Demic
04 Dec 2007 17:11
Forum: Bug Reports
Topic: drag & drop flaws
Replies: 29
Views: 5032

Wrong cursor when dropping files

When dropping files from Windows Explorer the mouse cursor is "create shortcut" rather than "copy here" (you know, curvy arrow vs. '+'). Files are copied though.

Holding Ctrl does not change the cursor shape.

This is a minor issue, but looks a bit confusing.

XY: 6.60.0042
by Demic
30 Nov 2007 18:01
Forum: Tips & Tricks, Questions & Answers
Topic: Why is "Copy Here As..." disabled for multiple ite
Replies: 1
Views: 819

Why is "Copy Here As..." disabled for multiple ite

The reason to enable it would be simple: I have several files with the same name but different extension which make up a "module". I want to have a copy of this module under different name. I would use "Copy Here As..." and provide a new name like "<new name>.*". The de...
by Demic
28 Nov 2007 19:33
Forum: Tips & Tricks, Questions & Answers
Topic: Dual Pane Resurrected
Replies: 45
Views: 15751

how does what you describe differ from a MDI? MDI child windows live within the boundaries of their parent MDI frame window. Technically they are the same as docked panes, but provide extra (unneccessary for XY) possibility of being overlapped by each other. I vote for optional second non-overlappi...
by Demic
28 Nov 2007 18:26
Forum: Tips & Tricks, Questions & Answers
Topic: Dual Pane Resurrected
Replies: 45
Views: 15751

Before I try to understand the C++ code (which would take a long time...) Come on! What could be simpler than C++ code? It can be read like a book! :lol: Just kidding... I commented every method of the MainForm (that's where everything is done), so if you are curious you can read just the comments....
by Demic
27 Nov 2007 19:12
Forum: Tips & Tricks, Questions & Answers
Topic: Dual Pane Resurrected
Replies: 45
Views: 15751

Don, I couldn't resist the temptation and made a little mock-up application that demonstrates what I wrote before. See if you like how it works. I enjoyed making it. http://www.uploading.com/files/QVUGR1TD/XYMultiWinMockup.zip.html Everybody else are welcome to tell Don what they like/dislike about ...
by Demic
23 Nov 2007 23:13
Forum: Tips & Tricks, Questions & Answers
Topic: Dual Pane Resurrected
Replies: 45
Views: 15751

No MDI, God forbid! I am talking multiple WS_POPUP windows. Use File->New Window (Ctrl-N) in Firefox. The new window will open (too bad it's not arranged in any way with the original and its location does not persist - a must have, IMHO). Notice that there is still only one Firefox process but two (...
by Demic
23 Nov 2007 18:57
Forum: Tips & Tricks, Questions & Answers
Topic: Dual Pane Resurrected
Replies: 45
Views: 15751

Don, Coming back to the original subject, I believe that both dual-pane and multi-window approach have their use at different times. But have you considered single-instance multi-window idea? I mean, user could have a choice of having another file list (without tree and catalog by default) in anothe...
by Demic
23 Nov 2007 17:43
Forum: Bug Reports
Topic: Properties of only focused item shown when many selected
Replies: 6
Views: 1998

Re: Properties of only focused item shown when many selected

I meant, closer than C++, which I use, anyway. Here are some explanations that might help: The '^' character means a pointer if it's before type name and "value pointed to" if it's after the variable name (I think...), TStrings is just a class with list of strings, OleCheck() is a simple w...
by Demic
23 Nov 2007 16:14
Forum: Bug Reports
Topic: Properties of only focused item shown when many selected
Replies: 6
Views: 1998

Re: Properties of only focused item shown when many selected

If you have some time to invest into this issue, here is a piece of code that I found on the Net that shows multi-file properties dialog. It's in Delphi, which is pretty close to VB (you write XY in VB, right?)

http://www.swissdelphicenter.ch/torry/s ... hp?id=2425

Best wishes.