[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [StrongED] Unknown bitmap style
In message <3ea63da653.pittdj+@xxxxxxxxxxx>
David Pitt <pittdj@xxxxxxxxxxxx> wrote:
> In message <53a6054c75riscos@xxxxxxxxxxxxx>
> Richard Ashbery <riscos@xxxxxxxxxxxxx> wrote:
>
> > In article <22d4229c53.pittdj+@xxxxxxxxxxx>,
> > David Pitt <pittdj@xxxxxxxxxxxx> wrote:
>
> [snip]
>
> >> Fred's definitive answer, tried and tested here.
>
> >> - Make sure that there's no files loaded into StrongED
> >> - Ctrl-Drag the Modes directory to the iconbar icon
> >> - Change Pattern to: *,**.colours*
> >> - Click 'Load directory'
>
> >> - Open the SnR dialogue box (s-F4)
> >> - Set Search to 'CtrlTab' and Replace to 'Regular' (without quotes)
> >> - Ensure Engine is set to 'Simple' and Scope to 'All'
> >> - Click 'Go' and then 'Replace all' in the what next window
> >> - Open LoW window (Ctrl-L) and click Menu -> Save -> Save Changed
>
> > Although I have successfully carried out this procedure on an Iyonix
> > (RISC OS 5.18) I get an 'abort on data transfer at &00020408' on my
> > Raspberry Pi running RISC OS 5.21 (08-Jul-13). The error occurs when
> > typing a dot character after *,** in the 'Load directory' window.
>
> To my amazement I found exactly the same thing here which was
> particularly odd as I had done the conversion before on this Pi.
>
> Set the Pi to ARMv5 compatibility mode and it works again.
>
> A StrongDump is at :-
>
> http://www.pittdj.co.uk/temp/sd470a2.zip
>
> The same issue applies to SE4.69f3.
Thanks for the bug report guys, and thanks for the dump, David.
The validation string for the writable icon is incorrect. It's set to:
'R2;Pptr_write;Ktan' this needs to be: 'R2;Pptr_write;Kta'. Otherwise
the keypress will be sent to StrongED which tries to work out what
functions to execute but there's no text associated with the dbox. This
means a pointer of -1 will be used, okay on ARMv5 but not on ARMv7.
Cheers,
Fred.
--
StrongED Developer
http://www.stronged.iconbar.com/
--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx
List archives at http://www.Torrens.org.uk/RO/StrongED/index.html