| View previous topic :: View next topic |
| Author |
Message |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Wed Dec 22, 2010 10:31 am Post subject: Table view help [SOLVED] |
|
|
Hi forum,
I need to show a table like this:
It's possible? and How?, I forget
Many tnx in advance
Last edited by Tdk161 on Thu Dec 23, 2010 7:18 am; edited 1 time in total |
|
| Back to top |
|
 |
uvedese Contributor


Joined: 21 Jan 2006 Posts: 169 Location: Spain
|
Posted: Wed Dec 22, 2010 4:04 pm Post subject: |
|
|
Hi Tdk161
You can use VdsObject.dll extension. In fact, FILELIST element makes what you want in LARGE SYTLE...
... I think
Enjoy... Greetings
______________
uVeDeSe
______________ |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Wed Dec 22, 2010 6:32 pm Post subject: |
|
|
Hi Uvedese,
thank you but I don't need to show a filelist but I need to show a table like the image (with large icon) I remember only how to show a list with little icons  |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Thu Dec 23, 2010 1:03 am Post subject: |
|
|
You can use my extTable DSU and use "ICON" for the style.
| Code: | REM Table STYLE,<table>,<style>
Table STYLE,Table1,ICON |
or with API
| Code: | | X = @SENDMSG(@WINEXISTS(~<table>),@SUM($1000,142),$0,0) |
The only problem is that you will have assign a "large" imagelist to the table else the icons won't show up. The imagelist can be created and assigned using the extTable DSU, unless you are already know to build it with API. |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Thu Dec 23, 2010 7:17 am Post subject: |
|
|
Aslan, thank's a lot, it's what I needed  |
|
| Back to top |
|
 |
|