Hot Topic (More than 10 Replies) Tabs have become invisible (Read 1556 times)
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Tabs have become invisible
May 3rd, 2010 at 2:15pm
Print Post Print Post  
I must have clicked on something by mistake, but cannot figure it out.

A simple menu form with an image and a Tab Page section with four tabs.  Each tab has multiple command buttons.

This has been working fine until my last design and reconciliation.  Now when the page opens, both in Preview and Run Time, the only thing visible is the image at the top.  Cannot see the Tab section, cannot see any tabs.

Looking at the Form Attributes section, I do see an object named "TabButtonsPage2".  It is a Box Type 2 element and it's visibility is set to 0, and all the tab pages are set to 1. This seems like it might be the issue,.but I cannot find out how to change the visibiltiy to 1.

It may not be important, but this form was imported as an XML using 2.50, but I am running with 2.5.1 again.  Was working fine for a few days. 

Any idea how to restore the visibility?

(Hmmm, after all these years of wanting to change visibility on individual buttons, I have now found a method to make them all invisible!) Roll Eyes
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Tabs have become invisible
Reply #1 - May 3rd, 2010 at 2:19pm
Print Post Print Post  
Did you accidentally move the Tab Group enough to make it go behind the form, and onto the canvas?
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Tabs have become invisible
Reply #2 - May 3rd, 2010 at 2:21pm
Print Post Print Post  
BTW, right-clicking and selecting "Select All Elements On Form" will not make it display, but you can rubber-band the entire area to see things that are behind the form.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Tabs have become invisible
Reply #3 - May 3rd, 2010 at 3:01pm
Print Post Print Post  
Quote:
BTW, right-clicking and selecting "Select All Elements On Form" will not make it display, but you can rubber-band the entire area to see things that are behind the form.

You can also right-click on the canvas (gray area outside the edges of the Form) and choose Select All Ghosted Elements.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Tabs have become invisible
Reply #4 - May 3rd, 2010 at 3:18pm
Print Post Print Post  
Everything is visible and OK in Designer, it is in Preview and Run Time that I cannot see the tabs/pages.

No code in any OnFormEntry triggers that would do anything to these tabs.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Tabs have become invisible
Reply #5 - May 3rd, 2010 at 3:43pm
Print Post Print Post  
It is sometimes possible to be off the form area "just a hair" without the element appearing to be ghosted to the canvas. Please try repositioning your tab-group and make sure that it is parented to your form.
  
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Tabs have become invisible
Reply #6 - May 3rd, 2010 at 3:54pm
Print Post Print Post  
Form is in good position.  Not near edges of canvas. 

When moving it, I get message that is parented to frmMainMenu

Need the files?
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Tabs have become invisible
Reply #7 - May 3rd, 2010 at 4:00pm
Print Post Print Post  
Please send in the files, we'll look into what is causing the issue.
  
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Tabs have become invisible
Reply #8 - May 3rd, 2010 at 4:30pm
Print Post Print Post  
They have just been sent.  Thanks.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Ben
Lantica Support
*****
Offline



Posts: 218
Joined: Apr 7th, 2005
Re: Tabs have become invisible
Reply #9 - May 3rd, 2010 at 5:40pm
Print Post Print Post  
Your issue appears to have been caused by the Visibility (Visible setting in Property Editor) being set to "No".

To correct the issue follow the steps below:
1) Rubberband select around your entire tab group.
2) Set the 'Visible' option in Property Editor to "Yes"

** Repeat for each tab page just in-case your elements were also set to be non-visible.
  
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Tabs have become invisible
Reply #10 - May 3rd, 2010 at 6:33pm
Print Post Print Post  
Thanks Ben.

Trying to follow your instructions, at first I drew a rubber band around the entire TabPage element, that resulted in all of items on page 1 being visible on all the other pages, like a different level that overlaid the others.  I quickly canceled without saving.

Then, I was not able to rubber band elements on the pages, it only resulted in dragging the entire page item.  So I went to each page, tagged the items individually, and made sure I selected YES on visibility.  I did this on each tab page.  (Then, when done doing manually, I remembered the right click option to select all items on the page ... aargh!)

When done, I checked the Attributes Table, and saw that the element TabButtonsPage2, now had visibility to 1 vs. the 0 I saw earlier. Went into Preview mode, the Page/Tabs are back again. Grin

It appears to be good now, but let me submit a followup question.
You wrote: Quote:
the Visibility (Visible setting in Property Editor) being set to "No".

Where did you see the Visibility was set to NO, on which element in the Property Viewer?  

I could only see the TabButtonsPage2 in the Attribute Viewer.  I was unable to tag any individual item on the form/page with that name, or anything similar.  What/where is the element TabButtonsPage2, and how could I see it in the Property Viewer and/or Property Editor?

Thanks again for the quick solution.  That is more important than the explanation right now.

  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged