|
-
Apr 29th, 2005, 04:34 PM
#1
Z-index
I'm trying to alter Z-INDEX on one of my labels to cover up other controls on my page. It covers textboxes and other labels, but not comboboxes. Any ideas on how to cover these guys up (temporarily). I'm not using the Visible property because several of the controls on my page are not visible by default, and it would be a pain to figure out wich controls to leave invisable when I need my main form back. I did attempt to make a seperate form, and pass back the value I need (1 string) but failed misserably.
-
Apr 29th, 2005, 04:39 PM
#2
I wonder how many charact
Re: Z-index
You won't be able to cover up a combobox. The way windows uses a combobox will always place it higher than anything else on the screen. Your only option is to implement sound logic to hide/show controls.
-
Apr 29th, 2005, 05:11 PM
#3
Re: Z-index
How difficult would it be to open a second window, consisting of a button and a listbox, then pass the selected listbox value back to the main page?
-
Apr 30th, 2005, 01:32 PM
#4
Re: Z-index
Not very difficult. You can access elements on the parent page by using javascript's window.opener object.
-
May 1st, 2005, 12:31 PM
#5
Re: Z-index
Thank you, I'll look into that. Temporarily I'm setting the ddl's back and for color to match the label's, as a kind of camoflauge. But it's still pretty hokey.
-
May 1st, 2005, 06:19 PM
#6
Re: Z-index
I've found a few examples, but they mostly deal with populating a text box with a selected calander value, and I couldn't get them to work. I would like to pass back a listbox value as a string, after a button click event.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|