Results 1 to 3 of 3

Thread: Drawing boxes on screen

  1. #1
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default Drawing boxes on screen

    Hey guys, I have a quick question and I wish I could test it but I only have a mac right now and can't install wine or anything to run Simba.


    I am looking to draw boxes on the screen much like you would do with the program "Screen Marker"
    I have been looking at AL include to see what kind of paint functions there are and it looks to have what I need.
    However, I cannot test it as of now. Working on restoring a very old desktop I have and hopefully I will be back on windows.

    This is a little piece of code I wrote, would it simply just draw a box at the points, on whatever screen I set as the "Main" such as with Simbas cross hairs.



    Simba Code:
    program ScreenDraw;
    //{$DEFINE SMART} Currently not using SMART
    {$i AeroLib/AeroLib.Simba}


    begin
    TGraphics.DrawBox(intoToBox(50, 50, 350, 350), false, clRed);
    end.
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  2. #2
    Join Date
    Dec 2011
    Posts
    445
    Mentioned
    26 Post(s)
    Quoted
    256 Post(s)

    Default

    No. The AL Include only has SMART drawing.

    Use LibLayer by Olly, to draw on any client.

  3. #3
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    Ahhh okay. I will check that out! Thank you sir!
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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