bugDenemo - Bugs: bug #30541, Push Position/Pop Position don't...

 
 

bug #30541: Push Position/Pop Position don't work when scrolling needed

Submitter:  None
Submitted:  Sat 24 Jul 2010 05:00:42 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  rshann
Originator Name:  Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Jul 2010 09:20:54 PM UTC, comment #1: 

note you have to make your window narrow enough so the inserted whole notes are enough that the window scrolls.

Richard Shann <rshann>
Group administrator
Sat 24 Jul 2010 05:00:42 PM UTC, original submission:  

There's a problem with Push/Pop position which I uncovered while troubleshooting the Quick Preview (which is basically not working, contrary to how it seemed to me earlier).  Namely, it seems that if it needs to scroll to go back to earlier cursor position when you Pop, it doesn't quite get all the way there.
Try this script and you should see it create a score of 7 bars of whole notes, and return to the beginning, where it pushes the position and waits for you to hit enter.  Then it jumps ahead to bar 6 and waits to show you where it is.  Popping position should return you to the beginning, but it only gets back to measure 5.  It seems that pushing and popping work when it doesn't have to scroll (i.e., usually for small displacements) -DW

(let ((N 4))
(define (Wait) (d-GetUserInput "" "" "" ))
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-Insert0)
(d-MoveToBeginning)
(d-PushPosition)
(Wait)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(d-MoveToMeasureRight)
(Wait)
(d-PopPosition)
(Wait)
)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by steele (Updated the item)
  • -email is unavailable- added by rshann (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-12-04 steele Open/ClosedOpen Closed
    2010-07-25 rshann StatusIn Progress Fixed
    2010-07-24 rshann StatusNone In Progress
        Assigned toNone rshann

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code