Displaying 1 result from an estimated 1 matches for "plotterwindow".
2005 Dec 01
1
Can''t add text to FXCanvas
...e to terminate it in an
unusual way.
Please contact the application''s support team for more information.
>Exit code: 3
I also get this error if I try to set the font of the FXCanvas or the
FXDCWindow.
I have a short sample program that shows this problem. Thanks for any help.
class PlotterWindow < FXMainWindow
def initialize(app)
# Invoke base class initialize first
super(app, "Plotter", nil, nil, DECOR_ALL, 0, 0, 500, 700)
@color4 = FXColor::LightBlue1
@color5 = FXColor::Blue
@font = FXFont.new(app,"times",14)
dumpFontDesc("Initial Fon...