Displaying 2 results from an estimated 2 matches for "fxcolordialog".
2008 Feb 28
5
FXColorDialog slow UI update
Hi Lyle,
I have noticed a very small problem with the FXColorDialog class: when
changing the color with the color wheel, it takes quite a long time
(until 4 seconds, sometimes less) for the other panels of the dialog to
synchronize.
The opposite is also true: when changing the color with the sliders, it
may take sometimes until 4 seconds for the color wheel to ref...
2005 Dec 01
1
Can''t add text to FXCanvas
..., nil, DECOR_ALL, 0, 0, 500, 700)
@color4 = FXColor::LightBlue1
@color5 = FXColor::Blue
@font = FXFont.new(app,"times",14)
dumpFontDesc("Initial Font", at font.getFontDesc)
# @font.setFont("courier,140")
# Dialogs for later use
colorDialog = FXColorDialog.new(self, "Color Dialog")
# Create a font dialog for later use
@fontDialog = FXFontDialog.new(self, "Axis Font Dialog")
# Create a tooltip so we get tool tips for things in this window
FXToolTip.new(self.getApp())
statusbar = FXStatusBar.new(self,
LAYOU...