NetTalk Central

Author Topic: Form Layout problem with graphs  (Read 2884 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Form Layout problem with graphs
« on: May 01, 2014, 12:55:04 AM »
Hi, I have three graphs that I want to display on a Form.  The layout is that first there is a Browse procedure then a button followed by three graphs.

If you look at LayoutPicture1 you will see how the Form looks if there are no records in the Browse (and therefore the Browse isn't actually present).  Then look at LayoutPicture2 and you will see the problem - the 'Speed' graph has left justified itself on the end of the Browse which is obviously not optimal.

Now I'm not convinced that I have fully got my head around how  'Span Prompt/Value/Comment', 'Last in Cell' and 'Last on Line' all conspire to interact but I have (in the absence of full knowledge) used brute ignorance to try many permutations but with no success.  This is perplexing because with other items (on another Form) I have managed to get buttons and fields in a row to nicely abut themselves without reference to fields that are in the row above.

So, I will be grateful if someone can explain what I am doing wrong.

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Form Layout problem with graphs
« Reply #1 on: May 02, 2014, 05:23:29 AM »
let's start with a question.

How are you including the Graph on the Form? There are a few possibilities, so the exact specifics are important.
(ie what Field Type are they, and so on.)

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Form Layout problem with graphs
« Reply #2 on: May 02, 2014, 02:21:32 PM »
Hi Bruce

The Graphs are on the Form as Type=Procedure.

I have included four pictures that show the fields on the Form and the settings for each of the three graphs.

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Form Layout problem with graphs
« Reply #3 on: May 05, 2014, 12:10:33 AM »
my guess is that when you want THE NEXT graph to be to the right of this graph, then on THIS GRAPH put

Last On Line, NO - Last in Cell, NO

Cheers
Bruce