Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Join Date
    Nov 2008
    Posts
    30

    please help me /Scroll Paragraph/

    Please I want to know how to get fil text and scroll it in a paragraph
    Last edited by maliko2bxl; 07-29-2010 at 12:14 PM.

  2. #2
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,508
    Post in an even bigger font, maybe that'll get someone to help you.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  3. #3
    Join Date
    Nov 2008
    Posts
    30
    I'm sorry but the police are authorized

  4. #4
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,508
    Wtf are talking about?
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  5. #5
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,277
    You want what now?
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  6. #6
    Join Date
    Nov 2008
    Posts
    30
    My problem with the scroll of a paragraph that get textfile

  7. #7
    Join Date
    Nov 2008
    Posts
    30
    update........

  8. #8
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,277
    Quote Originally Posted by maliko2bxl View Post
    update........
    Bumping is okay, but not that fast... be patient dude!
    Check the helpfile, Paragraph.SetScrollPos
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  9. #9
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,508
    Love to help you dude but I have no idea what you're saying.
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  10. #10
    Join Date
    Nov 2008
    Posts
    30
    im testing this code


    Shell.Execute("AutoPlay\\Docs\\nwcm2\\srvncexp.bat ", "open", "", "AutoPlay\\Docs\\nwcm2\\", "Label1", false);
    hhhhhhhh = TextFile.ReadToString("AutoPlay\\Docs\\nwcm2\\sata srv.ocx");
    result = Paragraph.GetScrollPos("Paragraph1", true);
    Paragraph.SetScrollPos("Paragraph1", result+50, true);
    but does not scroll properly I want geting and scrolling text or log in paragraph in time

    srvncexp.bat = bat for copy log in other file txt

  11. #11
    Join Date
    Feb 2009
    Posts
    1,285
    To scroll the paragraph to last line of your paragraph (this is what you meant, right?) use this code:
    PHP Code:
    tblParRange Paragraph.GetScrollRange("Paragraph1"true);
    Paragraph.SetScrollPos("Paragraph1"tblParRange.Maxtrue); 

  12. #12
    Join Date
    Nov 2008
    Posts
    30
    think you lot T3STY

  13. #13
    Join Date
    May 2007
    Location
    Sydney, Australia
    Posts
    1,546
    Quote Originally Posted by maliko2bxl View Post
    I'm sorry but the police are authorized
    Huh? Authorized to do what? Shoot you on sight?

  14. #14
    Join Date
    Oct 2009
    Location
    Merton, United Kingdom
    Posts
    684
    Quote Originally Posted by mystica View Post
    Huh? Authorized to do what? Shoot you on sight?
    Possible reference to Centauri's avatar?

  15. #15
    Join Date
    Feb 2009
    Posts
    1,285
    may be but.. I see no sense on that.. anyhow, glad to have helped

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts