Screen resolution support and console output
Incident Properties
Question
Support
I have two slight issues:
1. None of my output is hitting the console using:
System.out.println(stringvalue);
2 I am trying to apply support for all screen resolutions but I cannot seem to launch the xlet in uWvga mode. It works fine in Wvga and Svga modes.
I am also having problems adding the following lines to the .dalp file:
<display-mode size=”HVGA”/>
<display-mode size=”WVGA”/>
<display-mode size=”SVGA”/>
<display-mode size=”uWVGA”/>
Once they are added the build fails complaining about:
Buildfile: P:\TFC\Development\Java\workspace\ROIRicohXlet\build.xml
BUILD FAILED
P:\TFC\Development\Java\workspace\ROIRicohXlet\build.xml:23: The following error occurred while executing this line:
P:\TFC\Development\Java\workspace\ROIRicohXlet\ant\build\10-xlet-targets.xml:188: Failed to load P:\TFC\Development\Java\workspace\ROIRicohXlet\ROIRicohXlet.dalp
Build.xml line 23 = <import file="${common.dir}/10-xlet-targets.xml"/>
10-xlet-targets.xml = <xmlproperty file="${xlet.dalp}" collapseAttributes="true"/>
Any light you can shed on this would be greatly appreciated. If you need anything further from me please let me know.
Many thanks