Jump to content
Macro Express Forums

canadian_coder

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by canadian_coder

  1. Picture running Windows Explorer. On the left side you have a tree view and on the right you have a list. The product I'm working with has pretty much the same layout and in fact, they are the same type of components (SysTreeView32 on the left, SysListView32 on the right). The past incarnation of the automation could simply take in the element of a list (or tree) and would select it. Unfortunately it's not that fast and I'm not sure how well it would work with Macro Express, which with the aformentioned functionality, would be superior to what I'm using now.

  2. I've posted a couple times on this topic but looking through the product itself I discovered that it may very well have what I'm looking for but I'm just missing it.

     

    The Explorer stuff uses the Windows components I need for my automation: SysListView32 and SysTreeView32. Obviously the product has that functionality in there but I don't know how to make it work with non-Explorer programs.

     

    So my question to this forum (and any Macro Express developers that may be watching) is; does anyone know how I can take that funtionality from the Explorer command and reuse it for my needs (which are to do the same things but not in programs other than Explorer)? Or, can anyone tell me if there is some command/control that will allow me to traverse a tree or a list (like you could do with the Explorer command)?

  3. Hi Folks;

     

    I'm trying to decide whether or not this tool is right for me. I downloaded the demo of it and it seems quite interesting, however there is a lot to wade through. So instead of spending a few hours looking through this I wanted to know a couple things I hope the community can help me with.

     

    I'm trying to do some automation, but that requires that I be able to pass variables. For example; selecting an item from a tree or a list. If I'm using the same tree (or list) and I'm selecting different values each time, I don't want to have to write more than a couple scripts to accomplish this. So is there a way to do this?

     

    Thanks in advance!

×
×
  • Create New...