| Next | Contents |
Availability
This release required for Dyalog 10.x It is available as a free update on the website. Further improvements will be available to CUSP subscribers as normal.
Updated Functions and Classes
Class.YN explicitly sets Bcol else Dyalog SOMETIMES draws them white. No idea why. Strange are the ways of the ducks.
Class.TM queues a RMM (right-mouse menu) event on right-button down on a grid cell. The message has (current row)(current col)(SelItems) and the users selection is left alone by the action.
Class.RGN was relying on the way nsfoo reports NSI (was ns up to the latest DSS build of Dyalog 10) which now reports the namespace where you ran the expression. I think the change is correct, so this now calls a different version of #.CPro.Make called #.CPro.MakeSub and passes the required namespace in directly as left argument. This should also be marginally faster, as it can skip lots of are we initialised checks, as it is never directly called by application code.
Designer #.Designer.Run had the same issue. Fix suggested by Georg Reichard which allows this to work correctly in 8.2 and in 10.x. Many thanks.