Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



AppBar Image Maximo 6.2.5

From: Ron Scott (2011-09-15 08:29)

Using Maximo 6.2.5 and would like a way to display a static appbar image instead of the associated individual app images. Wondering if anyone has an idea on how to do this as we would like to retain a consist look and feel as user move from one maximo application to another.
 
V/R
Ron


From: Chris Lawless (2011-09-15 08:40)

I would think the "easy" way would be to locate the various app images and
replace them all with you rgeneric one, my concern however would be that
this would then appear in the application shortcuts and quick insert portals
on the start center too.
The code that builds up the displayed pages should be available on the app
server, you may be able to customize it such that instead of being dynamic
it always uses the same image file, I'm not sure offhand whether the
selection of the app-specific image is done in java or within the JSP file.
On Thu, Sep 15, 2011 at 8:29 AM, Ron Scott <sfc_ret_scott@yahoo.com> wrote:
> **
>
>
> Using Maximo 6.2.5 and would like a way to display a static appbar image
> instead of the associated individual app images. Wondering if anyone has an
> idea on how to do this as we would like to retain a consist look and feel as
> user move from one maximo application to another.
>
> V/R
> Ron
>
>
>
>
>


From: Raf Van Camp | GMAIL (2011-09-16 10:31)

Hi,
I think the easiest way of doing this is to update the maxmenu table to
refer to the image you want to be displayed. The maxmenu table contains all
the module and application menus and the associated images.
Try this to get all the applications of module ASSET:
select * from maxmenu where menutype = 'MODULE' and moduleapp = 'ASSET';
To set all the images of these applications to the same image, update the
image column so all the applications use the same image file. You can do
this for all modules.
Regards,
Raf Van Camp
ZNAPZ BV
2011/9/15 Ron Scott <sfc_ret_scott@yahoo.com>
> **
>
>
> Using Maximo 6.2.5 and would like a way to display a static appbar image
> instead of the associated individual app images. Wondering if anyone has an
> idea on how to do this as we would like to retain a consist look and feel as
> user move from one maximo application to another.
>
> V/R
> Ron
>
>
>
>
>
--
Kind regards,
Raf Van Camp
Maximo Consultant


From: Ron Scott (2011-09-16 02:22)

Chris,
 
You are correct in that if I replace the app image name in the maxmenu table to use my static image file, it effects the image used in the favorite applications portlet etc.
 
I've been digging into the JSP files and such but haven't found the right combination to hard code the image file I'd like to display.
 
Thanks for the assist.
 
V/R
Ron
--- On Thu, 9/15/11, Chris Lawless <lawlessc@gmail.com> wrote:
From: Chris Lawless <lawlessc@gmail.com>
Subject: Re: [MAXIMO List] AppBar Image Maximo 6.2.5
To: MAXIMO@yahoogroups.com
Date: Thursday, September 15, 2011, 11:40 AM
I would think the "easy" way would be to locate the various app images and
replace them all with you rgeneric one, my concern however would be that
this would then appear in the application shortcuts and quick insert portals
on the start center too.
The code that builds up the displayed pages should be available on the app
server, you may be able to customize it such that instead of being dynamic
it always uses the same image file, I'm not sure offhand whether the
selection of the app-specific image is done in java or within the JSP file.
On Thu, Sep 15, 2011 at 8:29 AM, Ron Scott <sfc_ret_scott@yahoo.com> wrote:
> **
>
>
> Using Maximo 6.2.5 and would like a way to display a static appbar image
> instead of the associated individual app images. Wondering if anyone has an
> idea on how to do this as we would like to retain a consist look and feel as
> user move from one maximo application to another.
>
> V/R
> Ron
>
>
>
>
>
------------------------------------
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join   : MAXIMO-subscribe@yahoogroups.com
Leave  : MAXIMO-unsubscribe@yahoogroups.com
Cry    : MAXIMO-owner@yahoogroups.com
Group  : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links


From: Ron Scott (2011-09-16 02:28)

Raf,
 
Thanks, but doing the update in the MAXMENU table it effects what image is being displayed in other parts of maximo (i.e. Favorite Applications portlet on a start center).  The image I wish to use is one that I need only to be displayed at the top if the browser window in the app bar.  This way our user's get a consistent look when moving from one maximo application/module to another.  Personnally I don't think most user's even noticed that the image in the upper left corner of the browser window changes as they go from app to app.
 
Thanks for the information.
 
V/R
Ron
 
--- On Fri, 9/16/11, Raf Van Camp | GMAIL <raf.vancamp@gmail.com> wrote:
From: Raf Van Camp | GMAIL <raf.vancamp@gmail.com>
Subject: Re: [MAXIMO List] AppBar Image Maximo 6.2.5
To: MAXIMO@yahoogroups.com
Date: Friday, September 16, 2011, 4:31 AM
Hi,
I think the easiest way of doing this is to update the maxmenu table to
refer to the image you want to be displayed. The maxmenu table contains all
the module and application menus and the associated images.
Try this to get all the applications of module ASSET:
select * from maxmenu where menutype = 'MODULE' and moduleapp = 'ASSET';
To set all the images of these applications to the same image, update the
image column so all the applications use the same image file. You can do
this for all modules.
Regards,
Raf Van Camp
ZNAPZ BV
2011/9/15 Ron Scott <sfc_ret_scott@yahoo.com>
> **
>
>
> Using Maximo 6.2.5 and would like a way to display a static appbar image
> instead of the associated individual app images. Wondering if anyone has an
> idea on how to do this as we would like to retain a consist look and feel as
> user move from one maximo application to another.
>
> V/R
> Ron
>
>
>
>
>
--
Kind regards,
Raf Van Camp
Maximo Consultant
------------------------------------
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join   : MAXIMO-subscribe@yahoogroups.com
Leave  : MAXIMO-unsubscribe@yahoogroups.com
Cry    : MAXIMO-owner@yahoogroups.com
Group  : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links