Jump to content

Scrolling with edit box


Recommended Posts

hi

heres how I got my edit box set up

GUICtrlCreateEdit("" , 4, 4, 621, 369, $ES_READONLY + $WS_VSCROLL , 0)
oÝ÷ Øuçm+ºØ­Â¥v}ý¶Ç+¢Y]£  ðéíæèÆ
-~éei¦«­¢+Ø(ÀÌØíM}UQ=!M
I=10(oÝ÷ ÚÊ(¢(¢(*Þwú®¢×Ø«yÚ'y«­¢+ÙU%
Ñɱ
ÉѥРÅÕ½ÐìÅÕ½Ðì°Ð°Ð°ØÈÄ°ÌØä°ÀÌØíM}I=91d¬ÀÌØí]M}YM
I=10°´Ä¤

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

Link to comment
Share on other sites

:)

If you read the help:

$ES_AUTOVSCROLL - Scrolls text up one page when the user presses the ENTER key on the last line.

Suggest looking at:

_GUICtrlEditLineScroll

_GUICtrlEditScroll

Gary

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

If you read the help:

Suggest looking at:

_GUICtrlEditLineScroll

_GUICtrlEditScroll

Gary

aw yes the gui master is here :) still having trouble the problem is I want it to scroll down to the bottom I tried

_GUICtrlEditLineScroll ($mybox , 100 ,  0)
oÝ÷ Ù«­¢+Ø)}U%
Ñɱ¥ÑMɽ±° ÀÌØíµå½à°ÀÌØíM }1%9=]8¤oÝ÷ Ù«­¢+Ø)}U%
Ñɱ¥ÑMɽ±° ÀÌØíµå½à°ÀÌØíM }A=]8¤

want to post the code but will ruin my surprize

Link to comment
Share on other sites

_GUICtrlEditLineScroll ($mybox , 100 ,  0)
oÝ÷ Ûú®¢×«lrº%ÍtÐz+:'µ©eÉ©ÝÒ÷«¶'ç$¢ëmè^âꮢ׺Ú"µÍÑÕRPÝY]ØÜÛ
    ÌÍÛ^XÞ  ÌÍÔÐÓSQÕÓBoÝ÷ Ù«­¢+Ø)}U%
Ñɱ¥ÑMɽ±° ÀÌØíµå½à°ÀÌØíM }A=]8¤
Both of those values work correctly for me when I run the demo from the help file.

want to post the code but will ruin my surprize

Now you're starting to sound creepy...

:)

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

That scrolls 100 Horizontally, and 0 vertically (check out the help file).

Both of those values work correctly for me when I run the demo from the help file.

Now you're starting to sound creepy...

:)

whats so creepy about making a edit boxs scroll to move down and for your information its a console you happy but don't want to release source yet

Link to comment
Share on other sites

Look at the graphic under your user name:

Posted Image

and combine that with:

...want to post the code but will ruin my surprize

Sorry, still creepy... :)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Look at the graphic under your user name:

Posted Image

and combine that with:

Sorry, still creepy... :)

Jon him self put this picture up for people to use personally I like that guy from the movie a white guy liking a black actress is creepy as it gets I guess

Link to comment
Share on other sites

I fixed it now works the problem was I am a dumby the hotkey is ` and instead of typing I just kept pressing ` which makes > since there was no command entered.

I got another question/problem though say if I enter a few commands it would look like this

hello

test

but if I enter nothing in the command box it scrolls all the way up :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...