[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [StrongED] StrongED 4.70a5 available
Chris Newman, on 12 Jun, wrote:
> In article <mpro.n71wy3002yko707db.pittdj@xxxxxxxxxxxx>,
> David Pitt <pittdj@xxxxxxxxxxxx> wrote:
> > Chris Newman, on 12 Jun, wrote:
>
> > [snip]
> >
> > > On another matter, in BaseMode, I can't seem to get Edit-> Sort to
> > > work. Yes, I have read all the instructions about ending with a new
> > > line etc but to no avail. Is it broke or is it just at my end?
>
> > Sort sorts here.
>
> > Is it any file?
>
> All that I've tried so far. Sort works in Techwriter so it's not a
> peculiarity of the machine.
Is the platform OS4.39?
Is it just a 4.70 alpha thing, that is is 4.69 or earlier OK?
If it is to do with the current alpha then try adding the following line to
!Run after the existing dynamic area set up lines.
Set StrongED$UseDA 0
The result should look like this.
| Don't use dynamic areas on RISC OS 3.1x or 5.xx.
If StrongED$OSVsn >= 350 Then Set StrongED$UseDA 1 Else Set StrongED$UseDA 0
If StrongED$OSVsn >= 500 AND StrongED$OSVsn < 600 Then Set StrongED$UseDA 0
Set StrongED$UseDA 0
I have had assorted wierdnesses with OS4.39 on VRPC which disabling the use
of dynamic areas has evaded. I did reproduce a sort problem but not exactly
as described, the attempted sort operation stiffed StrongED on OS4.39 on
VRPC on Windows 7.
--
David Pitt
--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx
List archives at http://www.Torrens.org.uk/RO/StrongED/index.html