Opened on Mar 30, 2009 at 10:06:33 AM
Closed on Mar 31, 2009 at 5:07:52 PM
Last modified on Apr 1, 2009 at 8:23:37 AM
#883 closed Feature Request (Rejected)
ScrollBox
| Reported by: | hunt | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Hello. Whether really to add ScrollBox in Autoit?
Attachments (0)
Change History (6)
comment:1 by , on Mar 30, 2009 at 12:00:02 PM
| Version: | 3.3.0.0 |
|---|
comment:2 by , on Mar 30, 2009 at 2:18:36 PM
Can you describe how it is different from using an Edit control to display info?
You can even set the state to disable if you don't want to have modification.
follow-up: 4 comment:3 by , on Mar 31, 2009 at 9:00:56 AM
In edit Control it is possible to add only the text, but in ScrollBox it is possible also others controls. If in ScrollBox do not hold controls then on the right appears ScrollBar. Usually it will occupy about 200 lines of a code to achieve ideal scrollbox .
comment:4 by , on Mar 31, 2009 at 2:48:11 PM
Replying to hunt:
In edit Control it is possible to add only the text, but in ScrollBox it is possible also others controls. If in ScrollBox do not hold controls then on the right appears ScrollBar. Usually it will occupy about 200 lines of a code to achieve ideal scrollbox .
Just PM me them so I can have an idea how to add them to AutoIt code.
Thanks
comment:5 by , on Mar 31, 2009 at 5:07:52 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
It appears the user is talking about a Delphi control called ScrollBox. The native Windows API has no equivalent outside of a window itself.
There's nothing here for us to implement.

Automatic ticket cleanup.