I'm experiencing a drawLine() problem in only the Edge 1000 series in one of my datafields. The following code works in the simulator but reports back from Edge 1000 users state the lines in my data field are not present. The code I use is shared among other devices and those other devices work properly.
I thought it might be a supported color thing so I changed colors and I also tried different PenWidths.
Here is a snip
dc.setColor(Graphics.COLOR_RED, Graphics.COLOR_WHITE);
dc.setPenWidth(3);
dc.drawLine(0, 50, 193, 50);