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


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Fri Apr 09, 2004 12:16 am Post subject: I need a horizontal scroll bar on my DIALOG ADD,LIST box... |
|
|
I need a horizontal scroll bar on my DIALOG ADD,LIST box...
The data that I set to the LIST box is to long horizontally and is very important to be able to scroll to the right some way to see the end. |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Fri Apr 09, 2004 12:43 am Post subject: |
|
|
i think this is what you are looking for
| Quote: | The LIST dialog element does not have a style option for displaying a horizontal scroll bar. However, you can get Windows to display a horizontal scroll bar using the line:
%P = @sendmsg(@winexists(~LIST1),$0194,1000,0)
after the dialog has been created (where LIST1 is the name of the LIST dialog element).
|
_________________ Have a nice day  |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Fri Apr 09, 2004 1:00 am Post subject: |
|
|
cool
Is any of those numbers control the size of the horizontal scroll lengh?
Or is there a way to change its lengh, just curious while we're here  |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Fri Apr 09, 2004 1:18 am Post subject: |
|
|
the 1000 is the size number
play with it and you will see what i mean
edit - i edit this post so people that read it will get the right answer...this way if people don't read the whole thread.. they will get the right answer right away...if ya follow what i mean... _________________ Have a nice day 
Last edited by tim6389 on Fri Apr 09, 2004 4:34 am; edited 1 time in total |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Fri Apr 09, 2004 1:34 am Post subject: |
|
|
Hey thanks Tim
I gotta go no now...
...thats all so awesome  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Apr 09, 2004 2:30 am Post subject: |
|
|
sorry tim...the 0 must stay as a zero...the 1000 is the one that determines the length of the horizontal scroll bar
serge _________________
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Fri Apr 09, 2004 2:58 am Post subject: |
|
|
ahhhh i was close
thanks for clearing that up Serge
sorry about that vtol777 i was wrong  _________________ Have a nice day  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Apr 09, 2004 4:03 am Post subject: |
|
|
not wrong tim...half right
serge _________________
|
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Fri Apr 09, 2004 4:36 am Post subject: |
|
|
half right is better then all wrong
p.s i edit my post above..so people will get the right answer...cuase i know sometimes i don't read the whole thread..and then when i come back to the thread i find out there was more info...hehehehe _________________ Have a nice day  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Apr 09, 2004 8:42 am Post subject: |
|
|
serge _________________
|
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sat Apr 10, 2004 10:56 pm Post subject: |
|
|
I appreciate the greatness of the initial overall help, and appreciate the updated edits for future readers is also cool.
Thanks again Tim6389
and Thank you Serge..  |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Apr 12, 2004 1:03 pm Post subject: |
|
|
Hi All,
Can you do me a favor? When you post @SendMsg code can you please post the name of the Message ID along with the code. It makes it easier to find more information about the Message ID that you are using. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Apr 12, 2004 2:59 pm Post subject: |
|
|
mindpower
sorry but i don't understand what ya mean can you explain?
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Mon Apr 12, 2004 3:10 pm Post subject: |
|
|
Message API's are typically named by the message name: WM_CLOSE, EM_GETTEXT , etc.
Most vds api reference articles will give you the identifier number and the api sendmessage name.
Mindpower asked for the name so he can easily lookup the documentation and know the exact structure of what the API message expects. |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Apr 12, 2004 3:21 pm Post subject: |
|
|
pgware - you you talking within the help file?
I guess i didn't take my smart pills today cuase i don't see what ya mean for this thread
sorry _________________ Have a nice day  |
|
| Back to top |
|
 |
|