Calculator - any way to control dimensions?

The calculator in my application displays with half of it obscured. There are vertical and horizontal scrollbars displayed but they hinder more than they help.

Is there are way to set the default size for a calculator window so it renders properly?

Thanks

Re: Calculator - any way to control dimensions?

Can you send a screen of this? This is a bit hard to comment on as is.

Also, if you change to a default theme (if you are using a custom theme), does it fix things?

Sounds like your html/css is poluted.

Regards,
Scott.

Re: Calculator - any way to control dimensions?

The form cannot be resized and the same dimensions are displayed in any template selected.

However, I note the form will rescale if the browser window is rescaled (CTRL + or CTRL -), which won’t suit all users of course.

Re: Calculator - any way to control dimensions?

I would report this as a bug. A quick fix would be to view the code in firebug, find the code and make the changes to the modal window, but it would not help on if you re-generate.

Sorry I could not help.

Regards,
Scott.

Re: Calculator - any way to control dimensions?

[quote author=ScottMartin link=topic=5601.msg13759#msg13759 date=1319217581]
I would report this as a bug. A quick fix would be to view the code in firebug, find the code and make the changes to the modal window, but it would not help on if you re-generate.[/quote]

Seems to me that this is a reflection on all code that is generated for dialog and pop up forms; where the programmer can set the dimensions it is trial and error and in cases like the calculator form it is assumed that every browser will be set at the same “zoom” factor.

A better way, IMO & I don’t even know if it is practical, is that the form adjusts at run time to accommodate the objects to be displayed.

Anyway, I’ll tell our users CTRL+ or CTRL- for now. I’ll slot it in as a bug.

Cheers