POV-Ray : Newsgroups : povray.off-topic : Auto-skipping in WinXP? Server Time
11 Oct 2024 11:11:32 EDT (-0400)
  Auto-skipping in WinXP? (Message 18 to 27 of 37)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Warp
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 18:23:28
Message: <47533e70@news.povray.org>
John VanSickle <evi### [at] hotmailcom> wrote:
> and the 
> programmerswho wrote Windows Explorer were too lazy to whip up a dialog 
> box with the necessary number of buttons.

  I perfectly understand that, knowing how extraordinaly difficult it is
to write even the simplest of dialogs using the Windows API...

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 19:29:32
Message: <47534dec$1@news.povray.org>
Warp wrote:
>   I perfectly understand that, knowing how extraordinaly difficult it is
> to write even the simplest of dialogs using the Windows API...

Especially when you have a huge overhead of (say) translating it to 100 
languages, formal QA, etc etc etc that you have to pay for. Bad decision 
anyway. :-)

-- 
   Darren New / San Diego, CA, USA (PST)
     It's not feature creep if you put it
     at the end and adjust the release date.


Post a reply to this message

From: Jim Henderson
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 19:41:43
Message: <475350c7@news.povray.org>
On Sun, 02 Dec 2007 18:06:05 -0300, Nicolas Alvarez wrote:

> *Apart* from cygwin, I have gnuwin32 tools on my PATH, so I actually
> type ls on the Windows command prompt and it works. Then when I'm
> removing malware from friends' computers over VNC (I do that often,
> sigh), I do the following:

Ah, now I hadn't even considered using the gnuwin32 tools (just because I 
so rarely use Windows anymore - in VMware when I need it, natively on one 
machine if I want to extract video from my DVR (because there's no 
current Linux analogue that I've found) and that machine runs Linux 
natively 99% of the time, and my kid's machine because he likes using the 
latest Windows games.

Was a time when I had a machine that ran Windows natively pretty 
constantly, but it's been several years since that machine was Windows-
only. :-)

But I'll definitely check out the gnuwin32 tools for my VM - that'll be 
very handy. :-)

Jim


Post a reply to this message

From: Darren New
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 19:43:53
Message: <47535149$1@news.povray.org>
Warp wrote:
> YaST is not Linux. You can't blame Linux for the problems of some
> third-party software you are running in it.

Sure I can. :-)   Especially since it's the installer for the version of 
Linux I use. Yes, yes, I've heard all the arguments, many times, thanks.

My point is that this is symptomatic. I'm not saying "YaST sucks."  I'm 
saying that huge bunches of Linux stuff is not user friendly in a 
variety of ways that anyone being *paid* to do the stuff would have 
fixed long before releasing it. Since I work with both professional and 
amateur operating systems, I find myself constantly stumbling over the 
little things that annoy me.  "Abort" buttons are also high on the list, 
along with incomprehensible or useless error messages, along with things 
reacting to the user very poorly when the machine is under load, to the 
point where the display is downright deceptive.

I'll grant you that of the major OSen, Linux is the OS most likely to 
improve, mind. :-)

>   In the Windows case in question it was a core feature of Windows.

Err, not more so than, say, X. :-) There are many replacements for 
Explorer. Not many people replace it on general-purpose desktop 
machines, because there aren't that many flaws with it.

>   And besides, if you don't like how YaST works, take the source and make
> it better. Attempt to do that with Windows core features...

... and you're fine. So? You just don't do it by patching source code 
and recompiling, any more than you install new device drivers by 
patching the kernel source.

You just write a plug-in for explorer, like (say) TortiseSVN uses, etc. 
Indeed, I just saw someone somewhere complain that copying several files 
at once thrashes the drive, and why don't OSes queue up the copies? 
Followed by someone the next day posting code that patches into explorer 
to do exactly that.  It isn't difficult, if you're immersed in how the 
system works. It's just that most programmers only have a very surface 
understanding of how Windows works and what you can do with it.

>   I always copypaste in the same way everywhere. I don't remember a
> program where it wouldn't work.

VI? I'll have to see if the middle mouse button works there to paste. 
The fact that some programs use one paste buffer and others use another 
is also annoying.

I'll grant it's more an issue of training fingers than anything.


>   (Sure, it's not immediately obvious how it's done, I admit that...)

It always throws me also that some programs will do the copy as soon as 
you highlight text. Or, if the text is still highlighted when you give 
the program focus, it'll replace whatever's in the copy buffer with 
whatever is highlighted.

-- 
   Darren New / San Diego, CA, USA (PST)
     It's not feature creep if you put it
     at the end and adjust the release date.


Post a reply to this message

From: Warp
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 20:30:46
Message: <47535c46@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> "Abort" buttons are also high on the list, 
> along with incomprehensible or useless error messages, along with things 
> reacting to the user very poorly when the machine is under load, to the 
> point where the display is downright deceptive.

  You can always demand a refund...

-- 
                                                          - Warp


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 21:46:32
Message: <47536e08@news.povray.org>
somebody wrote:

> "Darren New" <dne### [at] sanrrcom> wrote
>> Greg M. Johnson wrote:
> 
>> > How can I autoskip in Windoze?
> 
>> When it asks the first time if you want to clobber files with the same
>> name, and offers "Yes", "No", and "Yes to all", hold down the shift key
>> and click "No".  I think it's the shift key.
> 
> Correct. And it's a legitimate reason to berate MS. One would have thunk
> an OS would provide the very basic file management functions and options
> transparently. Similarly, the fact that up until Vista, a locked/missing
> file will abort the whole copy operation is also inexcusable.


I'm guessing it's a ploy dreamed up by finance: "Hey, if we hide some of the
slightly advanced features that folks might need to do their job, we can
then charge a little bit more for training!"


Post a reply to this message

From: Darren New
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 22:03:34
Message: <47537206$1@news.povray.org>
Warp wrote:
> Darren New <dne### [at] sanrrcom> wrote:
>> "Abort" buttons are also high on the list, 
>> along with incomprehensible or useless error messages, along with things 
>> reacting to the user very poorly when the machine is under load, to the 
>> point where the display is downright deceptive.
> 
>   You can always demand a refund...

You're so cute sometimes.

-- 
   Darren New / San Diego, CA, USA (PST)
     It's not feature creep if you put it
     at the end and adjust the release date.


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Auto-skipping in WinXP?
Date: 2 Dec 2007 23:33:03
Message: <475386ff$1@news.povray.org>

> Darren New <dne### [at] sanrrcom> wrote:
>> "Abort" buttons are also high on the list, 
>> along with incomprehensible or useless error messages, along with things 
>> reacting to the user very poorly when the machine is under load, to the 
>> point where the display is downright deceptive.
> 
>   You can always demand a refund...
> 

Or fix it yourself. It's open source after all. :)


Post a reply to this message

From: Warp
Subject: Re: Auto-skipping in WinXP?
Date: 3 Dec 2007 00:20:22
Message: <47539216@news.povray.org>
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> Or fix it yourself. It's open source after all. :)

  While this sounds far-fetched to most, it sometimes is actually very
true.

  For example, years ago, when mplayer was still in its infancy, I had
problems with video playback in a Sun Sparc machine: The red and blue
channels were swapped together. Something to do with a Sparc being
high-endian. Well, I took the source, searched for the place where the
pixels are written, and switched the red and blue channels. It worked.

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Auto-skipping in WinXP?
Date: 3 Dec 2007 02:29:21
Message: <4753b051$1@news.povray.org>
Nicolas Alvarez wrote:
> Or fix it yourself. It's open source after all. :)

Yep. And I do that, when it would actually take less time to track down 
and fix the bug than it would to just put up with it. That doesn't mean 
it isn't a bug. :-)

-- 
   Darren New / San Diego, CA, USA (PST)
     It's not feature creep if you put it
     at the end and adjust the release date.


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.