What steps will reproduce the problem?
Code:
(machine blah
(state foo
(machine inner
(state bleh)
)
(onentry (spawn inner bleh))
)
(state bar)
(ontime 5000 foo -> bar t1)
(ontime 500 bar -> foo t2)
)
(spawn blah foo)
visualize the 'inner' machine.
What is the expected output? What do you see instead?
The bleh state is never painted black. There is a bug in Roassal, put a self
halt in LRPProgramVisualization>>highlightNode: and step through it to see it
being colored.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by jfa...@gmail.com on 25 Aug 2014 at 8:33
Original issue reported on code.google.com by
jfa...@gmail.com
on 25 Aug 2014 at 8:33