Topic Options
Rate This Topic
#133662 - 03/17/06 04:31 AM Re: Sizing of Web Views
caruso_frank Offline
journeyman

Registered: 07/20/05
Posts: 152
** You have to size the form in the admin tool - believe it or not!

Open the form view in the Admin tool and actually re size the entire form to the size you want and then save the form. Flush your midtier cache and check the size.



On 3/17/06, Elmo Gentry wrote:

ARS 5.1.2 patch 1313/Mid Tier 6.3

I having a problem with a lot of extra unused area on my web view forms.

Have a Dialog window type being open on a button. Basically a yes or no
dialog confirmation window to delete a record. I've created a fixed web
view of the default form and the web/Midi Tier settings are set to use the
web view versus standard window. In the client the windows opens a little
window to focus only on the displayed fields, however, in Mid Tier it opens
this hugh window for this little box. Any hidden fields on the web view are
put on hidden page field and minimized to the smaillest possible size.

So why the extra space????

Elmo



2-TIGHT
Q

"There is a difference between interest and commitment. When you are
interested in doing something, you do it only when it is convenient. When
you are committed to something you accept no excuses, ONLY RESULTS."


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org





--
Frank Caruso
Specific Integration, Inc.
Senior Remedy Engineer
www.specificintegration.com
703-879-6465 20060125This posting was submitted with HTML in it

Top
#133663 - 03/17/06 04:34 AM Re: Sizing of Web Views [Re: smeedjg]
frederick w grooms67 Offline
old hand

Registered: 06/12/01
Posts: 930
It should use the size of the form's view as you save it in the Admin
tool. This may be a case of where you have to open the form in the 6.3
Admin tool (since you are using 6.3 Mid-Tier), select the correct view,
adjust the size of the view, and save the form.

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Elmo Gentry
Sent: Friday, March 17, 2006 10:14 AM
To: arslist@ARSLIST.ORG
Subject: Sizing of Web Views

ARS 5.1.2 patch 1313/Mid Tier 6.3

I having a problem with a lot of extra unused area on my web view forms.

Have a Dialog window type being open on a button. Basically a yes or no
dialog confirmation window to delete a record. I've created a fixed web
view of the default form and the web/Midi Tier settings are set to use
the web view versus standard window. In the client the windows opens a
little window to focus only on the displayed fields, however, in Mid
Tier it opens this hugh window for this little box. Any hidden fields
on the web view are put on hidden page field and minimized to the
smaillest possible size.

So why the extra space????

Elmo



2-TIGHT
Q

"There is a difference between interest and commitment. When you are
interested in doing something, you do it only when it is convenient.
When you are committed to something you accept no excuses, ONLY
RESULTS."


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133664 - 03/17/06 04:13 AM Sizing of Web Views [Re: smeedjg]
elmo_gentry Offline
newbie

Registered: 03/17/06
Posts: 1
ARS 5.1.2 patch 1313/Mid Tier 6.3

I having a problem with a lot of extra unused area on my web view forms.

Have a Dialog window type being open on a button. Basically a yes or no
dialog confirmation window to delete a record. I've created a fixed web
view of the default form and the web/Midi Tier settings are set to use the
web view versus standard window. In the client the windows opens a little
window to focus only on the displayed fields, however, in Mid Tier it opens
this hugh window for this little box. Any hidden fields on the web view are
put on hidden page field and minimized to the smaillest possible size.

So why the extra space????

Elmo



2-TIGHT
Q

"There is a difference between interest and commitment. When you are
interested in doing something, you do it only when it is convenient. When
you are committed to something you accept no excuses, ONLY RESULTS."


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top
#133665 - 03/17/06 08:02 AM Re: Sizing of Web Views [Re: smeedjg]
rockwell Offline
journeyman

Registered: 06/12/01
Posts: 122
You can always try and Active Link that fires on window load and a run
process of
javascript:window.resizeTo(800,835);

I had issue with size because of font size differences between Window IE
and Unix Mozilla. For me I added $BROWSER$ to find out if it was IE or
Mozilla and $CLIENTTYPE$ so it fires on the web only.

Hope this helps also.

*Rocky*

Rocky Rockwell
eMA Team – Remedy Developer
rockwell@ti.com
Ph#1: 214-567-8874
Ph#2: 325-884-1263



Grooms, Frederick W wrote:
> It should use the size of the form's view as you save it in the Admin
> tool. This may be a case of where you have to open the form in the 6.3
> Admin tool (since you are using 6.3 Mid-Tier), select the correct view,
> adjust the size of the view, and save the form.
>
> -----Original Message-----
> From: Action Request System discussion list(ARSList)
> [mailto:arslist@ARSLIST.ORG] On Behalf Of Elmo Gentry
> Sent: Friday, March 17, 2006 10:14 AM
> To: arslist@ARSLIST.ORG
> Subject: Sizing of Web Views
>
> ARS 5.1.2 patch 1313/Mid Tier 6.3
>
> I having a problem with a lot of extra unused area on my web view forms.
>
> Have a Dialog window type being open on a button. Basically a yes or no
> dialog confirmation window to delete a record. I've created a fixed web
> view of the default form and the web/Midi Tier settings are set to use
> the web view versus standard window. In the client the windows opens a
> little window to focus only on the displayed fields, however, in Mid
> Tier it opens this hugh window for this little box. Any hidden fields
> on the web view are put on hidden page field and minimized to the
> smaillest possible size.
>
> So why the extra space????
>
> Elmo
>
>
>
> 2-TIGHT
> Q
>
> "There is a difference between interest and commitment. When you are
> interested in doing something, you do it only when it is convenient.
> When you are committed to something you accept no excuses, ONLY
> RESULTS."
>
>
> UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
>
>


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org

Top