| Author |
ComboBox component not displaying
|
Suhas Mohamedali
Greenhorn
Joined: Jun 05, 2012
Posts: 27
|
|
Hi the requirement is
Enter emails separated by comma.
Save the data and Show the emails in a combo box while retrieving (spiting the mails separated by comma).
I made the textbox invisible and made the combo box visible after the search is performed.
But the no component is visible after the search is performed.
Kindly help to solve the issue
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
|
To get better help sooner, post a SSCCE (Short, Self Contained, Correct (Compilable), Example) that demonstrates the problem.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Suhas Mohamedali
Greenhorn
Joined: Jun 05, 2012
Posts: 27
|
|
In simple words
how to display components dynamically at same co-ordinates???
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
|
Did you go through the page I gave you a link for?
|
 |
venkata vinay bysani
Greenhorn
Joined: Feb 09, 2010
Posts: 17
|
|
|
Once you make the components in a particular co-ordinates invisible and visible and if its still not getting refreshed then call the pannel.revalidate() method it revalidates all the components states which are present in that pannel, i think the same can also be done by making the pannel visibility false and true once
|
 |
 |
|
|
subject: ComboBox component not displaying
|
|
|