Opposite of [tag::hidden] or [tag::invisible] depending upon context.
Questions tagged [visible]
956 questions
-2
votes
1 answer
Trying to Make mini Jeopardy flash game button help pls
Hey im a noob in flash cs3 and i want to create a jeopardy game where when a button is pressed we go in to the main question scene and when we come back the button the we pressed is now disabled via 'button._visible=flase'...pls any help...any…

Jinnra
- 1
-2
votes
2 answers
SSIS: Make Excel Visible In Script Task During SQL Server Agent Job Run
I built a package in SSIS that uses a script task to open an Excel file, format, and refresh some data in Excel. I would like to have Excel visible when the script task is running to see if Excel gets hung up which occurs all the time. Is this…

Schwimms
- 85
- 1
- 1
- 14
-2
votes
4 answers
JavaScript and OnClick Events, making classes hidden
I am trying to make a "calculator" as practice as I am learning Javascript. Basically, the user makes a password. After the password is made the user needs to enter the password again. If the passwords match, then a calculator will appear and the…

Matt
- 1
-2
votes
2 answers
select last visible field when function is used
This is my problem:
We have 5 input fields with the same class name, for example class="inputfield". By default, when the page is loaded, you only see the first. Next to the field you have a button to show the second field. When you click on it, the…

endeka
- 131
- 1
- 15
-3
votes
1 answer
How can i make button visible after i made it invisble?
I made a button Invisible in Java using On Click Listener.
Now I want to make the button visible again how can I do it?

Y.T.
- 1
-3
votes
2 answers
Is it possible to have hidden and window mode in same .exe in c++?
I wounder if is possible to have in same exe silent and window mode, which could be defined via command parameters in c++?

tonni
- 1,225
- 4
- 19
- 35
-3
votes
2 answers
Check if a label has visible property to true.c# winforms
How to check if a label is visible?This is not working...
if(labelFS.Visible = false)
{do sth}
else//labelFS.Visible = true
{do other}
solved

Apollon
- 311
- 7
- 29
-4
votes
2 answers
Make div2 visible after div1 is hidden || Javascript
I have two classes, div1 and div2. div1 is a countdown and div2 is a captcha. I want div2 to be visible in page only after div1 is hidden :
Now how can I make a javascript for that?

Zorba
- 41
- 1
- 4
-4
votes
1 answer
Visible Javascript Countdown Timer
I'm trying to build a javascript countdown timer.
I need a visible timer that lets appear a button when it has been finished.
Can anyone help me to build it?

Jamie
- 91
- 1
- 12
-5
votes
2 answers
I created an array of TImage but they aren't visible
I'm using Delphi and I created an array of ten elements of type TImage whit this name and structure:
Form3.images[1..max] of TImage.
I tried to initialize it in this way:
for x := 1 to max do
begin
images[x] := TImage.Create(Form3);
…

Black8AC
- 1
- 3