Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: Group Height  (Read 8876 times)
.
Posts: 20


« on: June 03, 2008, 03:49:40 pm »

Hi,

In my per file I have declared a group like so

       <G status  >           #  I have other items on the left
           [s1]


radiogroup  s1 = formonly.lv_status,
                         comments="customer status",
                         orientation=vertical,
                         items=(("A","Active")),("I","InActive");

The problem I am facing is that the group takes the height of the  form which is uneccessarily big since it only has one item

looking at the 42f XML file generated after compling I manually changed gridHeight from 16 to 5 and I got it the size that I want
                                       
               <Group text="Status" posY="1" posX="83" gridWidth="11" gridHeight="16">

In the  .per file how can I set the height?
Reuben B.
Four Js
Posts: 1047


« Reply #1 on: June 04, 2008, 12:47:51 pm »

Hi,

In my per file I have declared a group like so

       <G status  >           #  I have other items on the left
           [s1]


radiogroup  s1 = formonly.lv_status,
                         comments="customer status",
                         orientation=vertical,
                         items=(("A","Active")),("I","InActive");

The problem I am facing is that the group takes the height of the  form which is uneccessarily big since it only has one item

looking at the 42f XML file generated after compling I manually changed gridHeight from 16 to 5 and I got it the size that I want
                                       
               <Group text="Status" posY="1" posX="83" gridWidth="11" gridHeight="16">

In the  .per file how can I set the height?


Try ...
Code
  1. <G status   >
  2. [s1]
  3. <           >

Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero
.
Posts: 20


« Reply #2 on: June 04, 2008, 02:30:47 pm »

Thanks Reuben, it works.
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines