Messages - skywalka [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 51next
36
Coding Snacks / Re: CLIPSTEP from Skrommel; Script MOD
« on: August 16, 2007, 02:37 AM »
I changed from tooltip because unless your eyesight is good, it isnt clear what youre looking at; also, it is confusing if youre not looking at the clip you want, whether you should go backwards, or forwards, so presenting a view of previous, & current & next clip helps to suggest whether ^v or ^c is the right key. It is easy to change the display back to the original though, it is still in the program under the label SHOWCLIP0:. The active s/routine is
SHOWCLIP:
I understand why you did it & maybe it would be preferrable if the GUI was better.  As it is now you are substituting a new problem (ie the flickering & lack of highlighting) for the original (small text) problem.

The new program does more than just present a list of all the clips that can fit on screen & the selection moves through them with a colored highlight. It offers proper search and a lot besides.
Sounds good!

As for the heading, 13 - - 1 of 13 , this shows the clip filename, which can be very useful, especially if it goes into high nos. It is a bonus which can be easily removed.
I understand & agree that showing the clip filename can be very useful.  I didn't say you should not display the clip filename.  I said the clip filename can be the same as the "sort number" so they should be.  In the case of Clip 13, it is not Clip 1 so why assign it the order of "1 of 13" and clutter the display?  It should just be 13 of 13.

Ive had a quick look at cut & paste with the mouse and found no problem, but then if I cut/copy with the mouse, I paste with the mouse too.
1.  Cut with the mouse.
2.  Open ClipStep display but don't paste.
3.  Cancel ClipStep display.
4.  Paste with the mouse.

By opening ClipStep's display you have sent ClipStep's contents to the clipboard (even though you cancelled).

The text originally cut with the mouse is gone forever.

37
Coding Snacks / Re: CLIPSTEP from Skrommel; Script MOD
« on: August 15, 2007, 05:13 AM »
Good luck with it.

I don't like the look of the Paste selection display.  It flickers when changing & the fact that the active selection is in the middle doesn't seem natural.  I'd prefer an option to view the tooltip instead of the current display display style.  What might work is a list of all the clips that can fit on screen & the selection moves through them with a colored highlight (exactly like the Start Menu).

PROBLEM:  If I use the mouse to Cut text & then use the keyboard to paste the mouse Cut text is not available.  Unfortunately, this was also the case in the original ClipStep.  However after cancelling ClipStep & then pasting with the mouse the pasted text is now the last viewed ClipStep entry & not the original mouse Cut text.  So you have lost your cut text forever!

I think the count format is unnecessarily complex.  eg:
13 - - 1 of 13  shold just be:
13 of 13


38
Oh boy....you haven't heard of MouseImp?

Does just what you want. Make sure you use the proper DLL if you want Firefox functionality. Or you can use the Grab and Drag extension for Firefox.
Thanx Nighted!

That's exactly what I'm looking for.
Here's an AHK script that gives basic, vertical hand tool functionality when holding CAPS + right mouse button + dragging. It should work for all programs that use mousewheel up/down to scroll up/down. Change the sensitivity through the xsens variable in the code if needed. It's very limited though: no horizontal scrolling, no drag hand icon. So if you already have a mouse with a scrollwheel then it's not so very useful. Still it lets you do long scrolls a bit faster and with more "flow" I think.

By the way, Easy Window Dragging (that I built this upon) is extremely useful - try it anyone who hasn't yet.
Nod5, that script is largely unresponsive for me.  Rather than troubleshoot, I'll stick with MouseImp for now.  But, thanx for taking the time to write post that.

39
General Software Discussion / Re: Custom Folder v1.2
« on: August 13, 2007, 08:40 AM »
Didn't know that.

If Vista automatically assigns the date & time as the new folder's name I'll go out & buy it right now.

40
General Software Discussion / Re: how to reduce pagefile usage?
« on: August 12, 2007, 10:12 AM »
Windows defaults a pagefiles size to 1.5 times that of the memory because the pagefile is used as the memory dump if something crashes.  Personally this waste of disk space & activity serves no purpose.

If you have large amounts of RAM you don't want Windows to be swapping memory to disk.

So unless you are using a program that is dependent by design to use the swapfile won't your PC run smoother without?  I can find no reason to have one?  Or have I missed something?

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 51next
Go to full version