|
Iniciado por Binu Mathew, 03,ago. 2007 16:24 - 1 respuesta |
| |
| | | |
|
| |
Publicado el 03,agosto 2007 - 16:24 |
Hello,
Development Tool: WinDev Mobile 10.0
I am using a table control with source as Memory and to be filled programmatically. Both the scroll bars are set to automatic. Now, when I populate this table with fewer records enough of fit on a page, the scroll bar does not come up (which correct). But, if the records populated is more than that can be see on the screen, the scroll bar appear. Now, if it do a TableDeleteAll, it is clearing the contents on the table, but the scroll bar remains visible.
Am I doing something wrong here or what OR is it a BUG?
Thanks,
Binu Mathew |
| |
| |
| | | |
|
| | |
| |
Publicado el 03,agosto 2007 - 16:45 |
Hi...
It looks like you did everything the right way, so I'm guessing it's a bug..
In fact, it looks like the scrolbar visiblity management is missing in the tabledeleteall function...
So probably adding a new line inthe table will make the scrollbar disappear.
If I'm guessing right, a solution for you if this scrollbar there on an empty table is really bothering you, is to add an empty line an delete it afterward.
Best regards
-- Fabrice Harari International WinDev, WebDev and WinDev mobile Consulting
More information on http://www.fabriceharari.com
skype:fabriceharari?add
Binu Mathew wrote:
Hello,
Development Tool: WinDev Mobile 10.0
I am using a table control with source as Memory and to be filled programmatically. Both the scroll bars are set to automatic. Now, when I populate this table with fewer records enough of fit on a page, the scroll bar does not come up (which correct). But, if the records populated is more than that can be see on the screen, the scroll bar appear. Now, if it do a TableDeleteAll, it is clearing the contents on the table, but the scroll bar remains visible.
Am I doing something wrong here or what OR is it a BUG?
Thanks,
Binu Mathew
|
| |
| |
| | | |
|
| | | | |
| | |
|