|
| Re: A page with master detail [message #948018 is a reply to message #947976] |
Wed, 17 October 2012 13:21  |
Jeremie Bresson Messages: 265 Registered: October 2011 |
Senior Member |
|
|
You can open as many Forms you want as view:
How to Open a Form in a View
There are a lot of hints for SWT in the page, but opening a form as a View is also possible with SWING.
You will be responsible to handle the lifecycle of your detail form. (update content when selection change). This will be more complicated if you allow editing data in your detail form.
Usually Scout Application post changes with form displayed as dialog. But if you are ready to implement a custom lifecycle you are free to do it.
To link a detail form with a Table Page, you probably will be interested in:
Form in Page possible?
You could open your detail form with your table page and update the content when the selection changes in the Table.
I hope this will help you to start.
Do not hesitate to ask your question here.
.
|
|
|
Powered by
FUDForum. Page generated in 0.01710 seconds