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


Joined: 30 Jun 2001 Posts: 60
|
Posted: Mon Jan 14, 2002 1:03 pm Post subject: Add a horizontal scrollbar on a part of a dialog... |
|
|
Is there a way to add a horizontal scrollbar on a part of a dialog...
I explain my problem :
I have a dialog with this dialog I want to have a part of it to place
dynamic elements (list) where the user can add a list in this part but the trouble is the place is limited by the main dialog witdh
So I search how can I add elements only in the part of the screen where the user could select element ?
Maybe a bitmap ?
Any idea _________________ Thanks |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Mon Jan 14, 2002 4:43 pm Post subject: |
|
|
Hi Laurent,
I'm not sure I completely understand but to add a scroll bar to your list you can use this API command:
%z = @sendmsg(@winexists(~ListName),$0194,1000,0) |
|
| Back to top |
|
 |
laurent_H Contributor


Joined: 30 Jun 2001 Posts: 60
|
Posted: Mon Jan 14, 2002 4:56 pm Post subject: |
|
|
And for another element ?
like a bitmap or a dialog _________________ Thanks |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Jan 30, 2002 4:30 pm Post subject: |
|
|
Hi All,
I am working on a DLL that will add a scroll bar control to VDS. Please bear with me....It is being a bear Anyway I will be releasing the DLL soon. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
laurent_H Contributor


Joined: 30 Jun 2001 Posts: 60
|
Posted: Wed Jan 30, 2002 4:33 pm Post subject: |
|
|
ok I'm waiting for you !
 _________________ Thanks |
|
| Back to top |
|
 |
|