? request-file
to see details, and play in the console with it, to see how the refinements work. You can also do ? request
to see the other requestors that are available.
; get console face
cons: first head system/view/screens/1/pane
; add to console menu
append last cons/menu ["Check for updates" check-update]
; modify the body of the on-menu actor function
body: body-of :cons/actors/on-menu
insert third body [check-update [do %check-update.red]]
; rebuild the function from the spec and the modified body
cons/actors/on-menu: func spec-of :cons/actors/on-menu body
style
doesn't work correctly for the size of the button - the y
part of the pair is not taken into consideration in Win 8.1. Here, on my Win 10 at work it's working correctly.
init-board
func, where it belongs.