[Oberon] test/confirm alpha 2001

cglur at onwe.co.za cglur at onwe.co.za
Tue Jul 23 21:39:20 CEST 2002


> >Please, some users of n-o alpha (2001) do the following brief test:
> >
> >1. Desktops.OpenDoc  GfxHowto.html  to open in the UserTrack
> >
> >2. scroll down about 50%
> >
> >3. Grow to full screen size.
> >
> >Do you get (like me) ?
> >
> >TRAP -14  NIL reference ( 00000000H ) (PC Native 11.10.2001)
> >TextGadgets.FrameHandler  PC = 24235
> >         F =  00187520H
> >         F0 =  00000000H
> >         L =  00000000H
> >         M =  00000040H
> >         M0 =  00000054H
> >         beg = 0

Felix wrote:
> indeed I get the same Trap (Windows Native Oberon), solution:
> 
> In TextGadgets.FrameHandler replace the line
> 
>          ELSIF (beg < F.org)  (FindStyle(F.text, F.org) # 
> F.trailer.next.obj) THEN
> by
>          ELSIF (beg < F.org) & (F.trailer # NIL) & (F.trailer.next # NIL) & 
> (FindStyle(F.text, F.org) # F.trailer.next.obj) THEN

Thanks for testing this.
Where did you get the patch ?
Is it generally known ?
Did you ever see my previous complaint(s) about this problem ?

   Chris Glur.





More information about the Oberon mailing list