Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Evaluating SmartClient, some doubts

    Hi,

    I would like to use SmartClient for my next project. However I have some question I hope you can answer.

    1. Up until now I was using a Grid layout to create my forms. It is great because I can easily create the form the way I like without too much code. And I can easily rearrange the labels and fields in the future. I noticed that there isn't a Grid or Table layout in SmartClient, is there any equivalent?

    2. The new tree that shows partial selections in the new v8.0 can be used with load-on-demand and be virtual (meaning: render just items that are visible to the user)? Is it part of the LGPL or the commercial version?

    3. All widgets like List, Tree, ListGrid, TileList are virtual (same meaning as q. number 2)? How can I turn it on or off? or is it automatically done by the framework?

    4. If my app is big enough to be divided in two or more parts. Is there a easy way to do that? Load parts when needed and not at once on the first load?

    Congratulations for the great product you have made.

    #2
    1. The DynamicForm implements a tabular layout with special support for laying out input fields.

    2 & 3. All these components render just items that are visible to the user when possible.

    4. See the SmartClient Architecture topic

    Comment

    Working...
    X