Results 1 to 25 of 25

Thread: SMART Organizer

  1. #1
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SMART Organizer

    This little tool will let you organize your SMARTs in tabs, so you can watch them all in a single window.
    Picture:


    Once you start a script, press Grab SMART to add it to a tab. When you need to close a tab, Delete Tab of course.
    Source(Lazarus) is attached, exe can be downloaded here.
    Last edited by Cazax; 02-12-2011 at 06:03 PM.


  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Very nice Cazax!

    About to test it out now.

    Edit: Work's great!

    Edit2: [suggestion] Perhaps make a tab that will display all SMART's up to 6 or something. Then they can just be displayed in little 100x80px boxes or something. [/suggestion]
    Last edited by NCDS; 10-10-2010 at 10:57 PM.

  3. #3
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Downloaded Lazarus, but when I open the .lpr file I can't compile it
    There's an error telling me that it's unable to write to a file
    EDIT: Not that I don't trust you or anything, but I want to do some changes on it
    Last edited by Zyt3x; 10-10-2010 at 10:37 PM.

  4. #4
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Is there anyway that you could port this into an extension for simba?

  5. #5
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Very nice Cazax!

    About to test it out now.

    Edit: Work's great!

    Edit2: [suggestion] Perhaps make a tab that will display all SMART's up to 6 or something. Then they can just be displayed in little 100x80px boxes or something. [/suggestion]
    Thanks good suggestion
    Quote Originally Posted by Zyt3x View Post
    Downloaded Lazarus, but when I open the .lpr file I can't compile it
    There's an error telling me that it's unable to write to a file
    EDIT: Not that I don't trust you or anything, but I want to do some changes on it
    Did you extract all the files in the same folder?
    Quote Originally Posted by mormonman View Post
    Is there anyway that you could port this into an extension for simba?
    I think it is posible if you use the Windows API.


  6. #6
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Did you extract all the files in the same folder?
    Yes

  7. #7
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Yes
    Idk what could be wrong... What does it say? We probably have different Lazarus, but that shouldn't be the problem .


  8. #8
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Very nice Cazax!

    About to test it out now.

    Edit: Work's great!

    Edit2: [suggestion] Perhaps make a tab that will display all SMART's up to 6 or something. Then they can just be displayed in little 100x80px boxes or something. [/suggestion]
    Great suggestion. Nice work Cazax!

  9. #9
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    I have v0.9.28.2 beta and it says "Unable to write "C:\Lazarus\projects\SMART Organizer\lib\i386-win32\unit1.lrs"

    EDIT:
    windres: can't open file `TForm1': No such file or directory
    Hint: Start of reading config file C:\Lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
    Hint: End of reading config file C:\Lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
    Free Pascal Compiler version 2.2.4 [2009/10/25] for i386
    Copyright (c) 1993-2008 by Florian Klaempfl
    Target OS: Win32 for i386
    Compiling project1.lpr
    Compiling unit1.pas
    unit1.pas(19,28) Hint: Parameter "Sender" not used
    unit1.pas(20,28) Hint: Parameter "Sender" not used
    unit1.pas(21,26) Hint: Parameter "Sender" not used
    Compiling resource C:\Lazarus\projects\SMART Organizer\unit1.lfm
    C:\Lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `TForm1': No such file or directory
    unit1.pas(70,1) Error: Error while linking
    unit1.pas(70,1) Fatal: There were 1 errors compiling module, stopping

  10. #10
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Added a check too the Delete button and a MessageDlg too the other button.
    Also changed some settings in Lazarus.

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  11. #11
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    This looks great. I haven't used it yet, but I'll see what I can do about it going into SRL/Tools.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  12. #12
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Cazax, good job

  13. #13
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    Added a check too the Delete button and a MessageDlg too the other button.
    Also changed some settings in Lazarus.
    That looks fine, updated to first post.
    Quote Originally Posted by Sir R. Magician View Post
    This looks great. I haven't used it yet, but I'll see what I can do about it going into SRL/Tools.

    ~RM
    Thanks


  14. #14
    Join Date
    May 2007
    Location
    Everywhere
    Posts
    1,428
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Now this is cool, I need something for me to run a million accts with
    Need to get in randoms to solve them

  15. #15
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Wow, this is actually awesome, very handy! Can't believe I missed it months ago. The only thing that may be an issue is switching between tabs as the SMART "black screen" appears. I'm not sure if anything can be done about that, though.

    Was anything else ever done with this?

    Oh, and I really like NCDS's idea.

    E: Another suggestion. What do you think about being able to have the Simbas tabbed as well?
    Last edited by Coh3n; 02-11-2011 at 11:01 PM.

  16. #16
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Wow, this is actually awesome, very handy! Can't believe I missed it months ago. The only thing that may be an issue is switching between tabs as the SMART "black screen" appears. I'm not sure if anything can be done about that, though.

    Was anything else ever done with this?

    Oh, and I really like NCDS's idea.

    E: Another suggestion. What do you think about being able to have the Simbas tabbed as well?
    Black screen? I think that's SMART related - can't do much. About NCDS's idea I thought of it, but you wouldn't be able to watch it live. Just a picture of the SMART screen of all bots. Reducing the SMART size will affect the script because you're changing the canvas size. Simba's tabbed... What would be the point? You can run many scripts from one Simba can't you? Or did you mean to have the Simba along with its SMART on a tab?

    EDIT: Here's the new link for the exe... I forgot to strip that's why the size is so big : http://www.mediafire.com/?3dc7vjvx3bfuim3


  17. #17
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Cazax View Post
    Black screen? I think that's SMART related - can't do much. About NCDS's idea I thought of it, but you wouldn't be able to watch it live. Just a picture of the SMART screen of all bots. Reducing the SMART size will affect the script because you're changing the canvas size. Simba's tabbed... What would be the point? You can run many scripts from one Simba can't you? Or did you mean to have the Simba along with its SMART on a tab?
    AFAIK you can't run multiple SMARTs in the same Simba, so I always have 2-3 Simbas running.

    The black screen thing is actually really annoying. I can't get a run without it, and I'm not sure why. It never used to happen. But yeah, it's not your organizer, it happened when I wasn't using it too.

    Quote Originally Posted by Cazax View Post
    EDIT: Here's the new link for the exe... I forgot to strip that's why the size is so big : http://www.mediafire.com/?3dc7vjvx3bfuim3
    Thanks.

  18. #18
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Bumpity bump bump bump bump...

    Talk on irc brought up this useful tool

    Edit: Bump...
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  19. #19
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Bumping this just because/it's a nice tool/would like to see more development on it etc.
    Also: Does this still work?

  20. #20
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Bumping this just because/it's a nice tool/would like to see more development on it etc.
    Also: Does this still work?
    Yes it does.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  21. #21
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    This should be included into the SRL include! Seems worth it.

  22. #22
    Join Date
    Nov 2011
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Was forwarded to this thread..... thank you so much this is very very helpful!!

  23. #23
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    bump. this never got enough attention. I'd like to see this streamlined and included (:

  24. #24
    Join Date
    Nov 2011
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Question

    An update... is there a way to take back control of the window you are observing if there is a random or some other problem? I could not seem to.

  25. #25
    Join Date
    Oct 2011
    Location
    England
    Posts
    401
    Mentioned
    10 Post(s)
    Quoted
    176 Post(s)

    Default

    This is awesome and as said above, it should be streamlined. Really useful for me (on w7) because it seperates my smart windows from the simba ones

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
  •