#115851 - 04/18/05 10:57 PM
Button layering problem
|
journeyman
Registered: 03/09/05
Posts: 173
|
ARS 6.3 MidTier patch: 005 Windows 2000 Adv Server SQL 2000
I have a large button field that we are using as a background image. On top of this button, I have placed a page field. On the Windows Client, everything shows up as it should. On midtier, the button shows up on top of the pagefield blocking out the pagefield! This is something that we have been doing for months. It only is a problem on this form.
Any ideas?
-- Warren R. Baltimore II Remedy Developer UW Medicine IT Services School of Medicine University of Washington Box 358220 1325 Fourth Ave, Suite 2000 Seattle, WA 98101 Office E: warrenb@u.washington.edu Personal E: warrenbaltimore@gmail.com V: 206-543-7392 F: 206-221-4745
The opinions expressed in this e-mail are in no way those of the University of Washington, or the State of Washington. They are my own.
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org (Support: mailto:support@arslist.org)
|
|
Top
|
|
|
|
|
#115853 - 04/18/05 11:08 PM
Re: Button layering problem
[Re: zeon1223]
|
old hand
Registered: 07/10/04
Posts: 851
|
Warren,
Does the button do anything other than add a background?
If it is just a background... I would turn to some web skills and not use a button. I would try to work out a better HTML/CSS/DHTML solution than using a Remedy button.
Details as to how... well... I would have to leave that for the student. :)
if it does more than just a button... try playing with the "bring to front"/"send to back" for the page holder/button. Maybe shuffling the z order and getting the Mid-Tier to re-cache will be enough to resolve the issue?
-- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy)
Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. Never ascribe to malice, that which can be explained by incompetence.
http://www.fellowshipchurch.com
On 4/19/05, Warren Baltimore wrote: > ARS 6.3 > MidTier patch: 005 > Windows 2000 Adv Server > SQL 2000 > > I have a large button field that we are using as a background image. > On top of this button, I have placed a page field. On the Windows > Client, everything shows up as it should. On midtier, the button > shows up on top of the pagefield blocking out the pagefield! This is > something that we have been doing for months. It only is a problem on > this form. > > Any ideas? > > -- > Warren R. Baltimore II > Remedy Developer > UW Medicine IT Services > School of Medicine > University of Washington > Box 358220 > 1325 Fourth Ave, Suite 2000 > Seattle, WA 98101 > Office E: warrenb@u.washington.edu > Personal E: warrenbaltimore@gmail.com
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org (Support: mailto:support@arslist.org)
|
|
Top
|
|
|
|
|
#115854 - 04/18/05 11:30 PM
Re: Button layering problem
[Re: zeon1223]
|
journeyman
Registered: 03/09/05
Posts: 173
|
It just doesn't make any sense! We have been using this method for 6 months! I have Lots of forms that all have a button with fields/trim/pagefields etc. stacked on top of it!
I did try screwing around with the pagefield page order with no luck!
People ask me why I drink.....
Warren
On 4/19/05, Carey Matthew Black wrote: > Warren, > > Does the button do anything other than add a background? > > If it is just a background... I would turn to some web skills and not > use a button. I would try to work out a better HTML/CSS/DHTML solution > than using a Remedy button. > > Details as to how... well... I would have to leave that for the student. :) > > if it does more than just a button... try playing with the "bring to > front"/"send to back" for the page holder/button. Maybe shuffling the > z order and getting the Mid-Tier to re-cache will be enough to resolve > the issue? > > -- > Carey Matthew Black > Remedy Skilled Professional (RSP) > ARS = Action Request System(Remedy) > > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > Never ascribe to malice, that which can be explained by incompetence. > > http://www.fellowshipchurch.com > > > On 4/19/05, Warren Baltimore wrote: > > ARS 6.3 > > MidTier patch: 005 > > Windows 2000 Adv Server > > SQL 2000 > > > > I have a large button field that we are using as a background image. > > On top of this button, I have placed a page field. On the Windows > > Client, everything shows up as it should. On midtier, the button > > shows up on top of the pagefield blocking out the pagefield! This is > > something that we have been doing for months. It only is a problem on > > this form. > > > > Any ideas? > > > > -- > > Warren R. Baltimore II > > Remedy Developer > > UW Medicine IT Services > > School of Medicine > > University of Washington > > Box 358220 > > 1325 Fourth Ave, Suite 2000 > > Seattle, WA 98101 > > Office E: warrenb@u.washington.edu > > Personal E: warrenbaltimore@gmail.com > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > (Support: mailto:support@arslist.org) >
-- Warren R. Baltimore II Remedy Developer UW Medicine IT Services School of Medicine University of Washington Box 358220 1325 Fourth Ave, Suite 2000 Seattle, WA 98101 Office E: warrenb@u.washington.edu Personal E: warrenbaltimore@gmail.com V: 206-543-7392 F: 206-221-4745
The opinions expressed in this e-mail are in no way those of the University of Washington, or the State of Washington. They are my own.
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org (Support: mailto:support@arslist.org)
|
|
Top
|
|
|
|
|
#115855 - 04/18/05 11:38 PM
Re: Button layering problem
[Re: zeon1223]
|
enthusiast
  
Registered: 03/11/04
Posts: 259
|
** I would try just putting in an IMG tag with an absolutely positioned embedded style. Something like: Just change the src URL and the top and left to the position you want (it's measured in pixels from the visible portion of the page). HTH, Chris Woyton -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]On Behalf Of Brian Goralczyk Sent: Tuesday, April 19, 2005 2:08 PM To: arslist@ARSLIST.ORG Subject: Re: [ARSLIST] Button layering problem ** Warren, On the web the buttons have the highest z-level. I don't recall their being a solution short of finding another way to display the image. Maybe use a view field. Sorry I can't offer you more. Warren Baltimore wrote:
ARS 6.3 MidTier patch: 005 Windows 2000 Adv Server SQL 2000 I have a large button field that we are using as a background image. On top of this button, I have placed a page field. On the Windows Client, everything shows up as it should. On midtier, the button shows up on top of the pagefield blocking out the pagefield! This is something that we have been doing for months. It only is a problem on this form. Any ideas? -- Warren R. Baltimore II Remedy Developer UW Medicine IT Services School of Medicine University of Washington Box 358220 1325 Fourth Ave, Suite 2000 Seattle, WA 98101 Office E: warrenb@u.washington.edu Personal E: warrenbaltimore@gmail.com V: 206-543-7392 F: 206-221-4745 The opinions expressed in this e-mail are in no way those of the University of Washington, or the State of Washington. They are my own. UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org (Support: mailto:support@arslist.org)
Brian Goralczyk Mobile 574-249-0018 Email: bdg0584@yahoo.com Website: www.acegolfclubs.com "If we let the opinions of others keep us from doing what we know is right, than we have betrayed both ourselves as well as those we interact with" This posting was submitted via the Web interface
This posting was submitted via the Web interface
|
|
Top
|
|
|
|
|
#115856 - 04/18/05 11:51 PM
Re: Button layering problem
[Re: zeon1223]
|
journeyman
Registered: 03/09/05
Posts: 173
|
Well, As I said before, people wonder why I drink! The reason why it wouldn't work was a "front to back" issue. The problem that I was having is that I would click on the page field and look for the front and back buttons on the toolbar. They would remain gray. However, had I clicked on the button instead, the buttons would have appeared! Once I turned it over to Remedy, they quickly found the problem. I clicked on the image/button first and Voila! Thanks for everyone's assist! Warren On 4/19/05, Chris Woyton wrote: > ** > I would try just putting in an IMG tag with an absolutely positioned > embedded style. Something like: > >  > > Just change the src URL and the top and left to the position you want (it's > measured in pixels from the visible portion of the page). > > HTH, > > Chris Woyton > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:arslist@ARSLIST.ORG]On Behalf Of Brian Goralczyk > Sent: Tuesday, April 19, 2005 2:08 PM > To: arslist@ARSLIST.ORG > Subject: Re: [ARSLIST] Button layering problem > > ** > Warren, > > On the web the buttons have the highest z-level. I don't recall their being > a solution short of finding another way to display the image. Maybe use a > view field. > > Sorry I can't offer you more. > > > > Warren Baltimore wrote: > ARS 6.3 > MidTier patch: 005 > Windows 2000 Adv Server > SQL 2000 > > I have a large button field that we are using as a background image. > On top of this button, I have placed a page field. On the Windows > Client, everything shows up as it should. On midtier, the button > shows up on top of the pagefield blocking out the pagefield! This is > something that we have been doing for months. It only is a problem on > this form. > > Any ideas? > > -- > Warren R. Baltimore II > Remedy Developer > UW Medicine IT Services > School of Medicine > University of Washington > Box 358220 > 1325 Fourth Ave, Suite 2000 > Seattle, WA 98101 > Office E: warrenb@u.washington.edu > Personal E: warrenbaltimore@gmail.com > V: 206-543-7392 > F: 206-221-4745 > > The opinions expressed in this e-mail are in no way those of the > University of Washington, or the State of Washington. They are my > own. > > > UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org > (Support: mailto:support@arslist.org) > > > Brian Goralczyk > Mobile 574-249-0018 > Email: bdg0584@yahoo.com > Website: www.acegolfclubs.com > > "If we let the opinions of others keep us from doing what we know is right, > than we have betrayed both ourselves as well as those we interact > with"This posting was > submitted via the Web > interfaceThis posting was > submitted via the Web interface
-- Warren R. Baltimore II Remedy Developer UW Medicine IT Services School of Medicine University of Washington Box 358220 1325 Fourth Ave, Suite 2000 Seattle, WA 98101 Office E: warrenb@u.washington.edu Personal E: warrenbaltimore@gmail.com V: 206-543-7392 F: 206-221-4745
The opinions expressed in this e-mail are in no way those of the University of Washington, or the State of Washington. They are my own.
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org (Support: mailto:support@arslist.org)
|
|
Top
|
|
|
|
|
|
|