Scripting

  • 1.  Hi there does any one happen to know the UI name f

    Posted 01-04-2018 09:07
    Hi there does any one happen to know the UI name for rebuild sort files? I'm trying to make a script that automates rebuilding sorts currently I'm having success through coupling the calls with autohotkey for the keyboard strikes however I can't seem to find that ui panel to invoke (Ie. SY_Rebuild_ui for key files).


  • 2.  RE: Hi there does any one happen to know the UI name f

    Posted 01-04-2018 09:47
      |   view attached
    I don't have any details for you, but...


  • 3.  RE: Hi there does any one happen to know the UI name f

    Posted 01-04-2018 10:01
    @JeremyFox when @AlnoorCassim and I were brainstorming this, it I believe it ended up having to be done in PVX because there weren't UI/BUS objects.


  • 4.  RE: Hi there does any one happen to know the UI name f

    Posted 01-04-2018 10:09
    @RobertWood interesting I would love to know more if you have any documents/things to look at. everything i have is done via trial and error/looking through others posts. here are what I'm currently doing the AHK file relies on the program autohotkey (this also starts the .vbs just open both in notepad). and the other is a normal VBS thing. personally I'd love to be able to do this without installing anything on the client side. @SteveIwanowski the attached files are what I'm doing currently (it's hitting another utility though with SY_rebuild_UI you could change the AHK to step through a rebuild keys)

    Attachment(s)



  • 5.  RE: Hi there does any one happen to know the UI name f

    Posted 01-04-2018 10:11
    SVSORT is the program (where SVSORT.lib is the panel) but I'm not sure if that would help you get far enough to use autohotkey but try it. It's not written as a Framework program (no UI / BUS or other objects) because it still has to support ""legacy modules"" (as Sage calls it).


  • 6.  RE: Hi there does any one happen to know the UI name f

    Posted 01-04-2018 10:16
    @AlnoorCassim awesome worked like a charm. Just used sUI = ""svsort"" in my earlier post.