VDKBuilder Tutorial
STEP 3
Return to Index

In this chapter we learn  how use fixed and auto-layout capability togheter

Here the final result:


 
1. ABOUT FIXED WIDGET
The fixed widget   (icon is showed on the main toolbar under containers),
is a container widget that does not implement automatic layout feauture.
Widgets contained into a fixed do not expand and can be resized/moved
programmatically by the user.
 
Fixed widget moving/Resizing operations
These operations can be done both with the mouse and the keyboard

Keyboard

Mouse Warning:
Unfortunately moving/resizing with the mouse does not work perfectly , with a "gummy"
behaviour and in some case do not move at all. In these cases i suggest to move/resize
using keyboard that  is assured to work near perfectly.
 

2. NOW LET'S BEGIN

Tip: grid can be removed and/or customized using WI 3. CONNECTING TO QUIT APPLICATION
  You will see the editor popup showing your signal response defintion into source code.