DOS and Tracert

2002-10-19 Thread lucy >
Thanks for everyones' suggestions and tips, I am now officially on the case! :) -Lucy Clifford Digital Artist _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 [To re

DOS and Tracert

2002-10-19 Thread lucy >
Thanks for everyones' suggestions and tips, I am now officially on the case! :) -Lucy Clifford Digital Artist _ Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.msn.com/access/plans/2monthsfree.asp

Re: hit rect question.

2002-10-19 Thread Kurt Griffin
No, each screen has multiple rects. Ie the full presentation is a bigass proplist with each screen having a proplist of hitrects. Each rect actually has different things to do, so with the repeat loop returns the right one within the hitlist, the behavior knows what function to call. I think it's

Re: Clipboard functions?

2002-10-19 Thread Howdy-Tzi
On Saturday, October 19, 2002, at 04:30 AM, Robert Tweed wrote: You know I would *really* look at the idea of having a local-run, downloadable app rather than try to do it all in a browser. I really think you are stretching past the breaking point the limits of what can be done with a shockfile

Re: Clipboard functions?

2002-10-19 Thread Robert Tweed
- Original Message - From: "Howdy-Tzi" <[EMAIL PROTECTED]> > > You know I would *really* look at the idea of having a local-run, > downloadable app rather than try to do it all in a browser. I really > think you are stretching past the breaking point the limits of what can > be done with a

Re: Seraching in address book

2002-10-19 Thread Howdy-Tzi
On Saturday, October 19, 2002, at 03:56 AM, Shailendra Vijayvergia wrote: I've tried it with contains functions, but not getting desired result. Try starts instead of contains. -- WthmO [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: Clipboard functions?

2002-10-19 Thread Howdy-Tzi
On Saturday, October 19, 2002, at 03:55 AM, Robert Tweed wrote: Ah, the problem with the default clipboard handling is that it only treats text as plain text. Wow, I didn't know that. Oh wait, I did, back with Dir65; I forgot though. Been a while. :\ I'd rather limit the clipboard handling to

Re: Clipboard functions?

2002-10-19 Thread Robert Tweed
- Original Message - From: "Howdy-Tzi" <[EMAIL PROTECTED]> > > > application will automatically handle whetever the user pastes in. > > "Whatever" is just not feasible. Video? Flash? MP3? It doesn't have to handle /everything/ I just want to get as close to it as possible so that Joe Sixpa

Seraching in address book

2002-10-19 Thread Shailendra Vijayvergia
Hi all, I want to make a search (a sort of address book), where a persons search for a persond by entering inital letter of the person, that particular entry is highlited in the list. If there is no entry with those initials then a nearest entry will be selected and after clicking on that entr

Re: DOS and Tracert

2002-10-19 Thread Mark A. Boyd
At 23:41 2002-10-18, Robert Tweed wrote: No, there is a difference. > is the "standard" redirect operator in DOS, and overwrites the specified file. >> appends data, rather than overwriting the file. I've never encountered >> in DOS before Mark mentioned it, so I don't know if it works with old v

Re: Clipboard functions?

2002-10-19 Thread Howdy-Tzi
On Saturday, October 19, 2002, at 02:48 AM, Robert Tweed wrote: What is it, exactly, you want users to be able to paste? There could yet be workarounds. Anything the user has in their clipboard ;-) Welp, yer hosed. :D Actually, I want to get as close as possible to unobtrusive "it just work

Re: DOS and Tracert

2002-10-19 Thread Robert Tweed
- Original Message - From: "Howdy-Tzi" <[EMAIL PROTECTED]> > > > JFTR, DOS is modelled on CP/M not *nix. > > Really? Hmm... what was CP/M modeled on? OK, the CP/M interface was partly influenced by Unix, hence the fact that there are some similarities between *nix and DOS, but DOS certainl

Re: DOS and Tracert

2002-10-19 Thread Howdy-Tzi
On Saturday, October 19, 2002, at 01:41 AM, Robert Tweed wrote: No, there is a difference. > is the "standard" redirect operator in DOS, and overwrites the specified file. >> appends data, rather than overwriting the file. A. JFTR, DOS is modelled on CP/M not *nix. Really? Hmm... w

Re: Clipboard functions?

2002-10-19 Thread Robert Tweed
- Original Message - From: "Howdy-Tzi" <[EMAIL PROTECTED]> > > What is it, exactly, you want users to be able to paste? There could > yet be workarounds. Anything the user has in their clipboard ;-) Actually, I want to get as close as possible to unobtrusive "it just works" functionality,