Hello everyone,
I'm creating my first application with OpenDCL
OpenDCL is fantastic! I am very enthusiastic about this software, but I can not do a thing.
I have to make ControllBar or Palettes with many controls and the screen height is not sufficient to contain them all. :'(
You can insert a scroll?
If so, how can I do? can you give me some advice or a practical example to follow
You have to implement scrolling controls yourself using a scroll bar control. Scrolling controls is a lot of work and you end up with a slow and poorly designed interface. A good interface uses few controls in smaller pages, either on separate forms or on separate tab pages.