Hi Manfred,
Thanks for the rapid reply.
In order to get a smaller gauge I've got some idea from the note of 'unit Flat':
"if you want to change the appearance of the widgets, you have the following posibilities:
C) create a copy of the widget classes within on of your units and adapt the implementation according your needs.
The bitmap resources within this unit are used to draw the different widgets.
If you want to change the bitmaps of the widgets, please do NOT modify this unit! Just create variants of these bitmap resources within one of your units and use the image files that meets your design ideas. The widgets take care on the new image sizes."
Therefore, I just copied 'class Core::group Gauge' into a new created 'unit UserResources' now it called 'UserResources::Gauge' but still under 'Class Core::Group' seen from Browser. However, I couldn't drag it into my GUI main screen (class Application:Application) . Similarly, any other widget like 'Flat::Gauge' in the Browser could not be dragged into my screen. I could only drag widgets from Templates in to my screen.
Please give me some advise, thank you very much.