Project

General

Profile

Bug #264

Flash compiles, but does not function.

Added by Brian Flanagan about 4 years ago. Updated 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/28/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

Description

Example: The 2nd bar (white) should be flashing (fading white to black)

#manifest: "amiga"
#speed: "safe"
Screen Open 0,320,200,32,Lowres
Flash 2,"(FFF,2)(DDD,2)(BBB,2)(999,2)(777,2)(555,2)(333,2)(111,2)(000,2)(333,2)(555,2)(777,2)(999,2)(BBB,2)(DDD,2)"
Get Fonts : Set Font 6
P=0 : Cls P : Pen 0
For P=1 To 31
    Paper P
    Ink P
    Bar P*10,0 To P*10+9,199
Next P
'
' Label the first 9 bars.
'
For P=0 To 9
    S$=Str$(P) : S$=Right$(S$,Len(S$)-1)
    Ink 9,P : Text P*10,10,S$
Next P

Files

#1

Updated by Brian Flanagan about 4 years ago

  • Affected version changed from 0.9.5.1 to 0.9.6

Changed affected version to 0.9.6 (from 0.9.5.1). Problem still exists.
Modified example to simple black & white flashing.

#manifest: "amiga"
#speed: "safe"
Screen Open 0,320,200,32,Lowres
Flash 2,"(FFF,20)(000,20)"
Get Fonts : Set Font 6
P=0 : Cls P : Pen 0
For P=1 To 31
    Paper P
    Ink P
    Bar P*10,0 To P*10+9,199
Next P
'
' Label the first 10 bars.
'
For P=0 To 9
    S$=Str$(P) : S$=Right$(S$,Len(S$)-1)
    Ink 9,P : Text P*10,10,S$
Next P
#2

Updated by Brian Flanagan about 4 years ago

Re-tested in 0.9.8.1. Still fails, but worse. Now it won't compile, since Get Fonts causes an Internal Error . (This worked before!)

#3

Updated by Brian Flanagan about 4 years ago

  • Affected version changed from 0.9.6 to 0.9.8.1
#4

Updated by Brian Flanagan over 3 years ago

  • Estimated time set to 2:00 h
  • Affected version changed from 0.9.8.1 to Beta RC2

Still Fails on both the Get Fonts and the flashing error.
Fails in both Amiga and AOZ manifests. NOT Amiga-specific.

#5

Updated by malcolm harvey 12 months ago

No errors now...
It does look as though its fading to black ok now when code runs (flash), no? Or should it achieve also something else?
Flash 2,"(FFF,2)(DDD,2)(BBB,2)(999,2)(777,2)(555,2)(333,2)(111,2)(000,2)(333,2)(555,2)(777,2)(999,2)(BBB,2)(DDD,2)"
..
Daves notes though on the subject...
'The bottom line with that one is, until we have an Amiga specific renderer and screen class, flash is never going to work like it did on the Amiga on a true colour screen'.

Also available in: Atom PDF