home *** CD-ROM | disk | FTP | other *** search
- on rightMouseUp
- global gSync
- if not (the visible of window "help") and not gSync then
- set numLine to the mouseLine
- putKeep(numLine)
- end if
- end
-
- on mouseUp
- global gTraccia, gOn, gpag, gDelUser, gPath, gSync, gFirstClick, keepList, audioList, virTracklIst
- set numLine to the mouseLine
- if gOn and not (the visible of window "help") then
- if not gSync or (gSync and gFirstClick) then
- set gFirstClick to 0
- if (numLine >= 1) and (numLine <= count(audioList)) then
- if the shiftDown then
- if (char 1 of getAt(audioList, numLine) = "u") and not getPos(virTracklIst, numLine) then
- set gDelUser to word 2 of line numLine of field "fieldAudio"
- openWin("YesNo")
- tell window "YesNo"
- go("delUser")
- end tell
- end if
- else
- clickNameAudio(numLine)
- end if
- end if
- end if
- end if
- set the editable of member "fieldBpm" to 0
- end
-