Re: CopyToMemo feature

2001-10-24 Thread MATSUMOTO Masakazu
At Wed, 24 Oct 2001 20:27:27 +0100, Robert O'Connor wrote: > Perhaps "Export To Memo?" if the function ends up being written with it > being on the clipboard. This seems to be the most common term for this type > of program functionality. I agree. /matto

Re: CopyToMemo feature

2001-10-24 Thread Bill Janssen
> Maybe we should call 'em 'Chickens', since you Pluck a chicken before eating > it. Hahahaa... no. How about "Feathers"? That's what's plucked, isn't it? Bill

RE: CopyToMemo feature

2001-10-24 Thread Robert O'Connor
> > BTW: How about 'Plucker Destinations' instead of the dreaded > 'channels'?? > > Well, that sounds a little 'branded' - not sure if that's a bad thing, but > it seems to be implying that the sites need to be specifically tuned for > Pluckability. > > Maybe we should call 'em 'Chickens', since y

RE: CopyToMemo feature

2001-10-24 Thread aardvarko
call 'em 'Chickens', since you Pluck a chicken before eating it. Hahahaa... no. -- -aardvarko http://aardvarko.com webmaster at aardvarko dot com > -Original Message- > From: Chris Hawks [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 15:34 > To: [EMAIL PROTECTED] > Subject: Re: CopyToMemo feature

Re: CopyToMemo feature

2001-10-24 Thread Chris Hawks
---On Wed, 24 Oct 2001 22:01:05 +0200, Michael Nordström said > On Wed, Oct 24, 2001, Robert O'Connor wrote: > >> Perhaps "Export To Memo?" > > Fine with me. Me too! BTW: How about 'Plucker Destinations' instead of the dreaded

RE: CopyToMemo feature

2001-10-24 Thread Robert O'Connor
> If the option would say Copy then you really should expect the contents to > be copied to the clipboard (like for any other app). > > However, it says "Copy to Memo" and, rightly so, it doesn't use > the clipboard > for the copying. Perhaps "Export To Memo?" if the function ends up being writte

Re: CopyToMemo feature

2001-10-24 Thread Michael Nordström
On Wed, Oct 24, 2001, Robert O'Connor wrote: > Perhaps "Export To Memo?" Fine with me. /Mike

Re: Re: CopyToMemo feature

2001-10-22 Thread Gary Paulson
I downloaded the .prc file from your link - using /M - or the menu does not create a new memo for me?? On 21 Oct 2001 23:32 PDT you wrote: > Here is the refined patch. All the points Micke suggested must be > changed. > > You can also try this with > http://www.chem.nagoya-u.ac.jp/matto/plu

Re: CopyToMemo feature

2001-10-21 Thread MATSUMOTO Masakazu
A patch was missing. Sorry. document.c.diff.gz

Re: CopyToMemo feature

2001-10-21 Thread MATSUMOTO Masakazu
Here is the refined patch. All the points Micke suggested must be changed. You can also try this with http://www.chem.nagoya-u.ac.jp/matto/plucker/viewer_en_test.prc /matto hardcopy.tgz

Re: CopyToMemo feature

2001-10-21 Thread MATSUMOTO Masakazu
Thank you for your advices. I will modifiy the code (and style) in a week. And I'm looking forward to your linux version also. At Sun, 21 Oct 2001 22:03:25 +0200, Michael Nordstrvm wrote: > > - ScribeMemo should probably not be included in externalform.c. > I think all the functions involved i

Re: CopyToMemo feature

2001-10-21 Thread Michael Nordström
On Fri, Oct 19, 2001, Michael Nordström wrote: > On Fri, Oct 19, 2001, MATSUMOTO Masakazu wrote: > > Anyway i want your opinion. > > I might have time to take a closer look at the code on Sunday, I've been busy working on the Linux version of the viewer, but I have looked a little closer at your

Re: CopyToMemo feature

2001-10-20 Thread Larry W. Virden
Yikes - I was WRONG - that was not the app I meant at all. Instead, I meant ClipList - Giles Goddard. That one you get from PalmGear. I apologize - I looked in my hacks, saw the clip, and assumed that was the one. ClipList is a bit peculiar - it isnt a hackmaster managed hack. It is managed

Re: CopyToMemo feature

2001-10-20 Thread Larry W. Virden
From: "David A. Desrosiers" <[EMAIL PROTECTED]> > The other thing is, we should definately put some error trapping in > here so we don't inadvertantly wipe out anything that may already be in the > clipboard (a Plucker clipboard?). Example: I clip an address or phone > number, or "cut" it

Re: CopyToMemo feature

2001-10-19 Thread MATSUMOTO Masakazu
At Fri, 19 Oct 2001 17:25:20 +0900, MATSUMOTO Masakazu wrote: > > I put a compiled one at > http://www.chem.nagoya-u.ac.jp/matto/plucker/viewer_en_test.prc I replaced with the one compiled with newest CVS. /matto

Re: CopyToMemo feature

2001-10-19 Thread Michael Nordström
On Fri, Oct 19, 2001, MATSUMOTO Masakazu wrote: > I'm testing the feature to copy text and link URLs to memopad Cool! > I think there must be much better way to take snapshot without > redrawing full paragraph, I think that should be possible to fix... > Anyway i want your opinion. I might ha

Re: CopyToMemo feature

2001-10-19 Thread Michael Nordström
On Fri, Oct 19, 2001, David A. Desrosiers wrote: > Isn't there a way to do this without redrawing? We already know what > percentage down in the document we are, so can't we just take the equivalent > of that value (x,y) and stuff the contents into the clipboard? Well, you can't copy the contents

Re: CopyToMemo feature

2001-10-19 Thread MATSUMOTO Masakazu
I am sorry I included my private hack to fit the viewer for J-OS (Japanization Hack). I remade the patch (and also gzipped :P). diff-for-hardcopy.gz

Re: CopyToMemo feature

2001-10-19 Thread MATSUMOTO Masakazu
At Fri, 19 Oct 2001 01:30:11 -0700 (PDT), David A. Desrosiers <[EMAIL PROTECTED]> wrote: > > > HOLY Patch Batman! Can you gzip it and attach it as a compressed > file next time? Please =) Sorry. Really it is too big. > > When "Copy To Memo" in the menu is selected, it forces to redraw sc

Re: CopyToMemo feature

2001-10-19 Thread David A. Desrosiers
HOLY Patch Batman! Can you gzip it and attach it as a compressed file next time? Please =) > When "Copy To Memo" in the menu is selected, it forces to redraw screen > and copies the text in the viewport to the memo. URLs of the links in > the viewport is also added after the tag strings.

Re: CopyToMemo feature

2001-10-19 Thread MATSUMOTO Masakazu
I put a compiled one at http://www.chem.nagoya-u.ac.jp/matto/plucker/viewer_en_test.prc It is based on a little bit old i18n sources, so "Delete All" feature does not work well (that bug is fixed by Micke already in the main trunk.). Additionally, WriteLine() in paragraph.c is somewhat modified n

Re: CopyToMemo feature

2001-10-18 Thread Bill Janssen
Cool! Bill

CopyToMemo feature

2001-10-18 Thread MATSUMOTO Masakazu
I'm testing the feature to copy text and link URLs to memopad, which has been wanted on this list. When "Copy To Memo" in the menu is selected, it forces to redraw screen and copies the text in the viewport to the memo. URLs of the links in the viewport is also added after the tag strings. I th