Project

General

Profile

Bug #405

Display Width displaying Display Height

Added by David Baldwin almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
06/29/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Simple one:-

Function "Display Width"
{
}
End Function( {this.aoz.displayHeight()} ) <---- OOPS!

#1

Updated by Brian Flanagan almost 4 years ago

  • Affected version changed from 0.9.9.1 to 0.9.9.3

Changed affected version to 0.9.9.3 (tested in 0.9.9.3 Test2 with same results)

#2

Updated by Brian Flanagan almost 4 years ago

I successfully applied the following patch to my display.aoz, per this bug report.
I recommend this patch be applied in the next release of AOZ.

@name:Display Width
@description:Return the width of the display canvas in PC mode, and the width of the emulated TV set in retro-machine emulation mode
api*/
Function "Display Width"
{
}
End Function( { this.aoz.displayWidth()} )    // BJF Fixed 7/2 - per Dave Baldwin's bug report```
#3

Updated by Brian Flanagan almost 4 years ago

Sorry, the first line got chopped off on my previous update:

/**api
@name:Display Width
@description:Return the width of teh display canvas in PC mode, and the width of the emulated TV set in retro-machine emulation mode
api*/
Function "Display Width"
{
}
End Function( { this.aoz.displayWidth()} )    // BJF Fixed 7/2 - per Dave Baldwin's bug report
#4

Updated by Brian Flanagan over 3 years ago

  • Status changed from New to Closed

Fixed! BJF

#5

Updated by Brian Flanagan over 3 years ago

  • Target version set to 0.9.9.4

Also available in: Atom PDF