Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Fill Horizontal Form
Fill Horizontal Form [message #1795971] Wed, 03 October 2018 12:16 Go to next message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Hello,
I would like to know how I can make the form appear on all the nodepage.
I made a NodePage in with I added a Form

@Override
protected Class<? extends IForm> getConfiguredDetailForm() {
// TODO Auto-generated method stub
return CustomerForm.class;
}


How to make the form appear on all the Page and not like in the screenshot.
Kind Regards

Re: Fill Horizontal Form [message #1795972 is a reply to message #1795971] Wed, 03 October 2018 12:29 Go to previous messageGo to next message
Stephan Merkli is currently offline Stephan MerkliFriend
Messages: 40
Registered: April 2012
Member
I think the visible reserved space is from the label of the table field. Thus set getConfiguredLabelVisible() to false for the table field.

Kind regards
Stephan
Re: Fill Horizontal Form [message #1795976 is a reply to message #1795972] Wed, 03 October 2018 13:03 Go to previous messageGo to next message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Hello
I already removed that space using the LabelVisible as you said, but there still some space, please take a look on the screenshot Form.png
How to remove the right and Left spaces ?
Kind Regards
  • Attachment: Form.png
    (Size: 11.90KB, Downloaded 73 times)
Re: Fill Horizontal Form [message #1795979 is a reply to message #1795976] Wed, 03 October 2018 13:21 Go to previous messageGo to next message
Stephan Merkli is currently offline Stephan MerkliFriend
Messages: 40
Registered: April 2012
Member
If you only want to display a table, you should use an AbstractPageWithTable instead of a form containing only a table (see for example Persons table in https://scout.bsi-software.com/contacts).
For the node page with form, you may try to use getConfiguredStatusVisible to reduce the space on the right side. For what is left, you probably need to use CSS, but I wouldn't recommend that.

Kind regards
Stephan
Re: Fill Horizontal Form [message #1795981 is a reply to message #1795979] Wed, 03 October 2018 13:34 Go to previous message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Hello,
I know there is a specific Page for Tables but lets change the Table to a CalendarField, the only way is to use NodePage I guess, and then we would like to get all the Calendar fitting to the Page.
Kind Regards
Previous Topic:Witch Field supports Camera Capture
Next Topic:Hwo to execute an SQL Script File
Goto Forum:
  


Current Time: Thu Apr 25 22:53:06 GMT 2024

Powered by FUDForum. Page generated in 0.04156 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top