scroll of ControllBar or Palettes

Started by Emiliano, February 09, 2012, 02:02:45 AM

Previous topic - Next topic

Emiliano

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

owenwengerd

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.