In exploring Lazarus,
I put in Form1 component TCalcEdit and componet TDateEdit, side by side, adding no code at the editor.
Then I Run it and it executes just fine.
However, they both come up in the "closed" mode, so I click on the Calc icon and the Calculator appears and works perfect.
But, to my surprise, I can not open the Calendar by clicking on the Calendar icon, unless I first close the Calculator.
The questions are:
1. Is it possible to be able to have both open without the "toggle" behavior, of only ONE being allowed to run at a time?
2. Is it possible to have them BOTH come up open when one runs the .exe file? (Windows XP).
3. On the left of these components, each has its own little slot space where characters can be input by keyboard, but can't figure what the use of that text/numeric space is for. Well it seems to be a space to put a "message" to pass to the component when it is clicked upon..I noticed the calculator can take a number and start with that value, but just don't seem to see a use for those "messages". What'd it be?
I was thinking that these components can be useful in a little utility, and typically I'd want them to come up OPEN when the .exe is run, so how to do if possible? Properties or CODE?
Thanks!