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

Joined: 21 Mar 2003 Posts: 175 Location: UK
|
Posted: Thu Feb 12, 2004 10:23 am Post subject: Horizontal list help. |
|
|
I have tried
%A = @sendmsg(@winexists(~HOSTEdit),$0194,400,0)
but it does not seem to work. It causes access violations. |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Feb 12, 2004 10:36 am Post subject: |
|
|
Here's the horizontal scroll I normally use:
| Code: |
DIALOG ADD,LIST,L1,4,4,320,300
rem -- Add horizontal scroll to list --
%z = @sendmsg(@winexists(~L1),$0194,2000,0)
|
The "2000" number (400 in your example) is the width
to scroll, and may cause problems if it isn't wider than
the listbox.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|