Project

General

Profile

Bug #5398

Fix UNDERLINE and COLOR don't convert to valid Java code for default frame

Added by Hynek Cihlar about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:

History

#1 Updated by Hynek Cihlar about 3 years ago

The following code sample should convert the UNDERLINE and COLOR statements (with or without the FORM statement) to valid Java methods on default frame. The result is an NPE.

default-window:visible = true.
//form "Hello".
underline.
color display normal.
wait-for close of this-procedure.

When the conversion is fixed, make sure the converted UNDERLINE and COLOR are no-ops when default frame has no widgets. Similarly as for UP, DOWN, ENABLE ALL and others.

Also available in: Atom PDF