--- In [email protected], "forxtra" <forx...@...> wrote:
>
> --- In [email protected], "Sheri" <sherip99@> wrote:
> >
> > Thanks. I was not able to replicate what happened for you, but I
> > changed the method for showing open notes and some other things.
> > Now matches the open note window based on up to 63 characters of
> > the file vs the window's gettext instead of 2nd line of file vs
> > beginning of caption. I hope it will work better, please let me
> > know.
> > 
> > <http://tech.groups.yahoo.com/group/power-
> pro/files/0_TEMP_/NoteMenuUpdates/NoteMenu_205.zip>
> > 
> 
> Thanks. this version is better.
> 
> but, there're still problem about reshowing two more hidden notes.

Did it again fail with original test notes? There could be a
difference between 4906 and 4907. I've been running 4906 and the
updated win plugin only.

> 
> I guess that DoNote(nfile) function should use Note.Open(nfile) 
> instead of using note.show(opennotehandle,1). 
> 
> If there're two more long filenames in "PowerPro\Notes\Open\" 
> folder, then trucated notecaption might be a same string. thus, 
> opennotehandle might be a same handle.

I think the notes have to have unique notecaption text or PowerPro
would give them the same file name.
> 
> ; ------------------------------------
> ; line 202~218
> if (file.folder(nfile)==ppronotesfolder++?"Open") do
>       /**
>       ...
>         note.show(opennotehandle,1) ;;1 does not activate
>       **/
>       local opennotehandle = Note.Open(nfile)
> else
> ; ------------------------------------
>

I had tried that before. It makes a second note window of the same
note, at least in 4906. And if date is added to the file name, you end
up with a second file as well.

Regards,
Sheri

Reply via email to