home *** CD-ROM | disk | FTP | other *** search
- property Miembro, direccion
-
- on getPropertyDescriptionList
- lista = [:]
- addProp(lista, #Miembro, [#format: #member, #comment: "El texto a scrolear", #default: member("Descripcion")])
- addProp(lista, #direccion, [#format: #integer, #comment: "1 Avanzar; -1 Retroceder", #default: 1])
- return lista
- end
-
- on mouseDown
- repeat while the mouseDown
- scrollByLine(Miembro, direccion)
- updateStage()
- end repeat
- end
-