Code: Select all
- Fix [Doc]: Rnd() and RndF() were both documented as being inclusive whereas they were exclusive in
reality; for RndF() the documentation was wrong since Hollywood 1.5, for Rnd() only Hollywood 7.1's
manual was wrong
Code: Select all
- Fix [Doc]: Rnd() and RndF() were both documented as being inclusive whereas they were exclusive in
reality; for RndF() the documentation was wrong since Hollywood 1.5, for Rnd() only Hollywood 7.1's
manual was wrong
Code: Select all
Function _handleMouseClickEvents(msg)
DebugPrint("msg.id", msg.id)
DebugPrint("msg.layername", msg.layername) ; this is not documented
; ...
EndFunction
mouseEventTable = {OnMouseUp = handleMouseClickEvents, OnMouseDown = handleMouseClickEvents}
MakeButton(Nil, #LAYERBUTTON, layername, True, True, mouseEventTable)
Code: Select all
- Fix [Doc]: MakeButton() didn't mention that buttons of type #LAYERBUTTON would receive two additional
message parameters named "Layer" and "LayerName" since Hollywood 4.5