| View previous topic :: View next topic |
| Author |
Message |
webdaddy Contributor


Joined: 14 Nov 2004 Posts: 151 Location: Raleigh NC
|
Posted: Mon Feb 27, 2006 1:15 am Post subject: Wow now this has me stumped... |
|
|
OK I have been doing good with things, keeping to myself and not asking for help because I have been comfortable with what I have been doing in VDS... Until today. I have an application that I have been using for about 7 months now and things are working great with it. I decided that I would start adding some features now that its stable and working but ran into a bit of a problem.
The application has a table in it. What I decided to do with the new version is put tabs at the top of the application and put the table on the first tab, and then put other elements on the other tabs. The problem that I'm having is this. When I click on the tabs it changes to the tab and shows the dialogs on the new tab but even though data is going to the list (ie. Table) nothing ever displays on the table even though if I double click (ie. Have it pop up the information when I doubleclick) it shows the information. Its like its coloring it all white on the table even though I have told it to use a style that has a blue font. Now in the script if I disable the tab elements it begins working again. Can somebody tell me if you have run into this and if you did what you did to fix it. Its driving me nutz. Thanks.
Kevin Wetzel
ISP Toolz
http://www.isptoolz.com/ _________________ K Wetzel
Programming - Technology - Communications
"The Home of the SLC Security Console"
SLC now available for Linux... |
|
| Back to top |
|
 |
webdaddy Contributor


Joined: 14 Nov 2004 Posts: 151 Location: Raleigh NC
|
Posted: Mon Feb 27, 2006 1:17 am Post subject: Follow Up |
|
|
In the help file it shows something about group elements and the order being important. Where do I need to put the tab and table elements in the script? Is this what is happening do you think? _________________ K Wetzel
Programming - Technology - Communications
"The Home of the SLC Security Console"
SLC now available for Linux... |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Mon Feb 27, 2006 3:58 am Post subject: |
|
|
This is a known issue.
I think there was something like you need to put the table in a line element where the line element is contained in the tab element. Then you show/hide the line element instead of the table. |
|
| Back to top |
|
 |
webdaddy Contributor


Joined: 14 Nov 2004 Posts: 151 Location: Raleigh NC
|
Posted: Mon Feb 27, 2006 5:19 pm Post subject: Thanks |
|
|
Thank you. That is exactly what it was. Working great now. Have to remember that when working with group objects. _________________ K Wetzel
Programming - Technology - Communications
"The Home of the SLC Security Console"
SLC now available for Linux... |
|
| Back to top |
|
 |
|