On 11/6/2023 4:50 AM, Charlie wrote: > Thanks Mervyn... Yes I did move it on the second try. First try was a failure. I was confused as the container and entryfield were so large. I hope it is ok to resize them. I will try again. I installed these several years ago on another form. I don't remember it being like this. >
If the component is too big then perhaps you need to check the form's
metrics against the component metrics. If you open the file
:dUFLP:DateCalendar.cc in the source editor, at the very top of the file
you should see:
// Form Metric must be Pixels (6) for this
If your form is set to a different metric, then the component will be
the wrong size.
You should *always* check things like this when using code from the
dUFLP. Also, you should perhaps read the header comments, to be sure of
how to use them.