Hello and Thanks
It doesn't get rid of Markers that are there without a name. They still are 
place holders.
Put a few markers in a fake movie and then
while in the score move the cursor to the top of the score
window ( as though you are going to make a marker) but don't write anything 
in.
YOu will see that the little triangle is there in the score. Make a couple 
of these and
then open the Markers window and you will see they are holding places there.

My reason for getting rid of them is because I have a projector which adds
framelabels but when I do certain things it makes a framelabel which is 
blank.
Then when I use a drop down list of the frame labels to go to that frame it
goes to the frame of the empty labels and keeps adding blank space to the 
dropdown list.

I really need to correct this one.
Thanks
Dave


>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: <lingo-l> Marker deletion by lingo?
>Date: Thu, 12 Apr 2001 18:15:35 +0530
>
>
>Dear David,
>
>Mare is right, you have to do this only using score recording but you don't
>need to delete frame and recreate the frame. Here is an update script to
>Mare's  which sets the frameLabel to 0 without deleting the frame itself.
>
>on cleanlabels
>   beginRecording
>     go frame 1
>     tMarkerList = the markerList
>     repeat with i = 1 to tMarkerList.count
>       go tMarkerList[i]
>       if the frameLabel = "" then
>         the frameLabel = 0
>       end if
>     end repeat
>   endRecording
>end cleanlabels
>
>
>best regards
>------------------------------------------
>Ramesh CT
>http://www.lingoman.net/
>------------------------------------------
> >>>
>I think you could do it with scorerecording. But AFAIK the only way to
>delete a marker is by using deleteFrame. So you might need to recreate the
>deleted frame
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to