Re: Changing the window size when initialising a Service Activity. by NobbyG
NobbyG
Mon Apr 23 04:33:55 CDT 2007
On Apr 23, 2:10 am, MDV1457 <MDV1...@discussions.microsoft.com> wrote:
> You can apply this code on the OnLoad event of the Service Activity (this is
> for 1024x768 but you can adjust it to whatever you'd like.
>
> //====Re-Size Windows to 1024 x 768======
> {
> window.resizeTo(1024, 768)
>
>
>
> }
> "NobbyG" wrote:
> > Does anybody know how i can change the window size when you open up an
> > Service Activity
>
> > Basically at the moment the screen opens up in the middle of the
> > screen at a set size, and i am looking for a full screen when opening
> > a brand new service activity so the user can get straight down to
> > putting the data down rather than having to manipulate the screen to
> > see all the information beforehand.- Hide quoted text -
>
> - Show quoted text -
A quick search on the web allowed me to sort the screen size, but i am
now have another problem, when we go to the service activity screen
and we click on a scheduled task in the preview pane it automatically
shows us the General tab - which is not much use - when we wish for
the end user to see the Service Activity, do you know any way how we
can get it to automatically show the Service activity tab when the
scheduled task is highlighted,