Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Maintain : sending a grid to background

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Maintain : sending a grid to background
 Login/Join
 
Platinum Member
posted
Hi,

I want to do the following :

When a user pushes a certain button , i show an large image but when i show it , the underlying grid stays on top , is there a way to avoid this?
 
Posts: 206 | Registered: February 25, 2005Report This Post
Expert
posted Hide Post
Hi Pete,

Could you set the grid lines off during the display of the image?

WINFORM SET form.control.GRIDLINES TO 0

Must have a look at maintain one day ..........
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Hi Tony,

I just tried it , but the grid still popup above the image

P.
 
Posts: 206 | Registered: February 25, 2005Report This Post
Expert
posted Hide Post
how about a z-index on your image?
<IMG STYLE="position:absolute; top:10 ; left: 10 ;z-index:+1" ...
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Platinum Member
posted Hide Post
To be honest susannah , i'm not sure i can do that in maintain
 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
Morning Pete
I'm afraid I cannot make a button / image appear on top of a grid. I do not believe there is any way to do this. The only thing I came up with was to hide the grid and show the image. Then if the user clicks on the image, hide the image and show the grid:

-* To Show the image
Winform set form.grid.visible to no;
winform set form.image.visible to yes;

-* to reverse the process
winform set form.grid.visible to yes;
winform set form.image.visible to no;

Mark
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Platinum Member
posted Hide Post
Hi Mark,

thats what i'm doing now ,but if you say that there is no other way , well i'll have to stick to it .

Thanks for confirming that,mark

Thanks for the input Tony and Susannah
 
Posts: 206 | Registered: February 25, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Maintain : sending a grid to background

Copyright © 1996-2020 Information Builders