Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default Controls in a frame within a frame are always invisible - What am I doing wrong

In Excel 2003 I had a a dialog box with a Frame1 containing, among other
things, two radio buttons (control buttons). Later I added what I wanted
to be a different set of three radio buttons, but (not surprisingly)
setting any of the five to True caused the other 4 to be set to false.

So .... I deleted the three new buttons and created a new Frame2 on top of
a portion of Frame1. Then in Frame2, I created three new buttons.

When I am editing the dialog I can see all the controls but when I load it
(DialogName.show), the three radio buttons are not visible. It seems
Frame2 is on top of the 3 buttons.

I have tried making Frame2 invisible which did not help. I have tried
using "Bring to Front" and "Send to Back" which seem to make no difference
at all.

How can I have controls in a frame within another frame and have those
visible?

Many thanks for any help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default Controls in a frame within a frame are always invisible - What am

Try using the GroupName property to group them. The ones that go together
get the same GroupName. Make as many groupings as you need with this method,
even within the same frame.

" wrote:

In Excel 2003 I had a a dialog box with a Frame1 containing, among other
things, two radio buttons (control buttons). Later I added what I wanted
to be a different set of three radio buttons, but (not surprisingly)
setting any of the five to True caused the other 4 to be set to false.

So .... I deleted the three new buttons and created a new Frame2 on top of
a portion of Frame1. Then in Frame2, I created three new buttons.

When I am editing the dialog I can see all the controls but when I load it
(DialogName.show), the three radio buttons are not visible. It seems
Frame2 is on top of the 3 buttons.

I have tried making Frame2 invisible which did not help. I have tried
using "Bring to Front" and "Send to Back" which seem to make no difference
at all.

How can I have controls in a frame within another frame and have those
visible?

Many thanks for any help.
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frame without background color (invisible)? [email protected] Excel Programming 0 July 25th 08 01:52 AM
about frame and screen shot of a frame Monte0682 Excel Programming 1 May 11th 07 05:48 AM
Controls in a Frame JIPS Excel Programming 5 May 2nd 06 09:10 PM
How to attach legend frame to chart frame? holg3r Charts and Charting in Excel 2 July 7th 05 11:41 PM
Creating Userform Controls on Frame David Myle Excel Programming 2 February 14th 05 02:51 PM


All times are GMT +1. The time now is 10:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"