<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Jun 2015 14:37:00 Z</lastBuildDate><pubDate>3 Jun 2015 09:02:00 Z</pubDate><description>Hi,&#13;
&#13;
I am using a static control in my application to show logs. I want to assoscialte a sroll bar so that it will automatically scroll down if data becomes large.&#13;
&#13;
Is there any UI item in WinDev better than static control and scroll bar to implement logger window.&#13;
&#13;
Thanks and Regards,&#13;
Naveen Rathan</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp</link><title>How to assosciate a scroll bar to the static control</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52536/read.awp</comments><pubDate>4 Jun 2015 14:37:00 Z</pubDate><description>HI Naveen&#13;
&#13;
without seeing your code ?&#13;
&#13;
good luck with that</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52536/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52536/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52534/read.awp</comments><pubDate>4 Jun 2015 14:13:00 Z</pubDate><description>Hi Bart,&#13;
&#13;
It works on click of a button. But my code is in the initilization part of a window. In this scenario it doesnt beha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52534/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52534/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52533/read.awp</comments><pubDate>4 Jun 2015 14:04:00 Z</pubDate><description>Yes...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52533/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52533/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52532/read.awp</comments><pubDate>4 Jun 2015 13:12:00 Z</pubDate><description>Hi,&#13;
&#13;
As someone said before, using the cursor property could work.&#13;
&#13;
This piece of code seems to work in the click event of a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52532/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52532/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52531/read.awp</comments><pubDate>4 Jun 2015 12:10:00 Z</pubDate><description>Naveen,&#13;
&#13;
when using a tablecontrol you can use TablePosition() to make sure the last lines are shown "as visible"&#13;
&#13;
For the s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52531/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52531/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52530/read.awp</comments><pubDate>4 Jun 2015 11:59:00 Z</pubDate><description>Hi all,&#13;
&#13;
Most of you guys didnot understand my problem. M yproblem is with the scroll bar. As you keep on adding logs/text the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52530/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52530/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52528/read.awp</comments><pubDate>4 Jun 2015 08:29:00 Z</pubDate><description>Hi&#13;
&#13;
If you use a table instead as Paulo suggested you get everything you discribe and a lot more. You can print line by line a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52528/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52528/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52526/read.awp</comments><pubDate>4 Jun 2015 07:21:00 Z</pubDate><description>Hello all,&#13;
&#13;
With "LOGEDIT = [RC] + NewText + LOGEDIT" I am able to print my logs line by line, how ever if I add more logs scr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52526/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52526/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52513/read.awp</comments><pubDate>3 Jun 2015 16:19:00 Z</pubDate><description>Hi, just add the log-entries in different sequence!&#13;
&#13;
If the log-Edit-Control is named LOGEDIT and the new Text comes in then&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52513/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52513/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52512/read.awp</comments><pubDate>3 Jun 2015 15:46:00 Z</pubDate><description>Hallo,&#13;
&#13;
do you mean :&#13;
&#13;
Win_Win1.EDT_logger = [RC]+"sample message" + Win_Win1.EDT_logger&#13;
&#13;
Christoph</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52512/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52512/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52511/read.awp</comments><pubDate>3 Jun 2015 15:43:00 Z</pubDate><description>for this why not one table control instead?&#13;
&#13;
It's simpler to fill, manage the scroll bars, sort, position and you can take adv…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52511/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52511/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52510/read.awp</comments><pubDate>3 Jun 2015 15:35:00 Z</pubDate><description>By the way I am using below snippet to append data&#13;
&#13;
Win_Win1.EDT_logger += [RC]+"sample message"&#13;
&#13;
Any help is appreciated!&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52510/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52510/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52509/read.awp</comments><pubDate>3 Jun 2015 15:32:00 Z</pubDate><description>Hi,&#13;
&#13;
No, cursor property is not solving the issue.&#13;
My problem scenario: I have implemented a logger using edit control. Now I…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52509/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52509/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52494/read.awp</comments><pubDate>3 Jun 2015 12:00:00 Z</pubDate><description>Naveen,&#13;
&#13;
It's not the scroll bar that you need to set. I think you're looking for ..cursor to place the cursor at the end of t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52494/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52494/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52492/read.awp</comments><pubDate>3 Jun 2015 11:18:00 Z</pubDate><description>Hi,&#13;
&#13;
Thanks for the input. It worked; but automatic scroll is not as expected. Now scroll bar is visible but the log is not th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52492/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52492/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52489/read.awp</comments><pubDate>3 Jun 2015 09:42:00 Z</pubDate><description>Hi, just use a multiline Edit control instead of a static control! You can prevent input by defining it as 'read only'.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52489/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control-52489/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52486-how-assosciate-scroll-bar-static-control/read.awp">How to assosciate a scroll bar to the static control</source><title>Re: How to assosciate a scroll bar to the static control</title></item></channel></rss>
