Jump to content
Macro Express Forums

Cory

Members
  • Posts

    4,207
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Cory

  1. If you disable your network then there is no path an an ICMP ping will complete quickly and tell you there's no route. Kevin: Please explain how ICMP Ping can access a resource only accessible with HTTP. In the Help for MEP is clearly shows an example of a URI pointing to "support.htm". Also it says to omit the scheme. HTTP requires a scheme to access a resource. It needs to know if it's HTTP, HTTPS, FTP, SMTP, or whatever protocol to use. It seems contradictory to omit she scheme suggests ICMP ping as it is a protocol (IMCP is a protocol like HTTP) and doesn't use it, but having a path suffest HTTP or other protocol that uses a path to resources.
  2. Also I tried a URL without the https:// that I know takes a long time. It just happens to be a thorn in my side for some software I'm developing right now. Their response times are typically around 30 seconds as their back end servers are slow as molasses in a Montana winter. I tried with a 5 second parameter in the Ping Site command and it returned as failed immediately. I also increased the parameter to 5000 in case there was a mistake in units, milliseconds instead of seconds, but it came back immediately also. Once we know the mechanism being used we can judge if it's behaving normally or not.
  3. In my test in the last paragraph I forgot to mention I disabled my network.
  4. I have some ideas, but I think I need some explanation from ISS. ISS: Is Ping using ICMP or and HTTP request? I don't think this is a "ping", I think it's a HTTP HEAD Request. Ping uses ICMP packets and is below the HTTP protocol. If memory serves, it's a part of the Internet Protocol. You might have seen the initialism TCP/IP before. I think it's part of the "IP" suite. But ISS shoudl be able to tell us. You see a ping only accepts a domain or subdomain as a parameter, one can't ping to a resource. That is, no path or resource name like "support.html" and this is what they show in their help file. Assuming it's using something like an HTTP HEAD, you need to be more specific about your terms. What do you mean by "no connection"? Do you mean you disabled your internet connection? I created a macro and set the wait time to 10 seconds but the macro showed me the fail message immediately. I also used Slowly to simulate a 10 second response delay, but that came back immediately as failed also. This isn't making sense to me. If it was an HTTP request and the server was slow to respond, my test shoudl have worked. But then that doesn't explain why it fails if it's ICMP ping. Hopefully ISS can shed some light on what's happening behind the scenes, but it does appear something is broken.
  5. I think it can be done in the registry also. Probably would need to logout and back in though. Better yet the Taskbar section in Settings and change it there. The "Taskbar location on screen" is a drop-down where you can choose bottom, top, left, or right.
  6. The only way I can of with MEP would be to do so with the mouse drag and drop. It would have to be unlocked first.
  7. I never muck about in the GUI of the Save-As dialog. I use MEP's commands. In this case I'd take the path from the nav bar at top using control commands and then create the folder in MEP. Then, alternatively, navigate to that folder.
  8. I don't have time to do a proper review of your samples, sorry, but did you try changing the shortkey sequence on the one that doesn't work to somehting simple as a test?
  9. http://user:password@domain.com/ THis is how it's done if you want to try.
  10. Come to think of it, I don't think the credentials in the URI will work either as the MEP command doesn't create a session.
  11. There is no way. I write my own scrapers in .NET that use HTTP Request/Response and one needs to have the credentials in the request. They don't magically transfer over to another. However you can add credentials to a URL but that's basic authentication and not secure. I know Chrome and MS browsers stopped supporting it, however you won't be using them. You can see my other post here where in your browser you can use a "view-source" protocol in Chrome to get the HTML. So see my web page for instance you enter "view-source:http://bluepointdesign.com/" in the address bar. I'm available for hire making scrapers that do HTTP Req/Resp type scraping if you have a need.
  12. Sometimes the software for your mouse will let you assign programs to buttons. You could try there.
  13. acantor: I already suggested using window activation but the OP said he doesn't know what the window title will be. OP: I assume that the window title is so different that the partial match or wildcard option will not work. Is that correct? Can you give us some examples? Screen shots? I'm confused. How do you know the app if every time the window appears is has a radically different window title? Another thought: How about being proactive instead of reactive? Instead of launching the program and then trying to detect it, have MEP launch the program and then you can get the window title of the active window. Create a shortcut or whatever to MeProc.exe. CHeck out the help section "Command Line Parameters".
  14. Sure. Just Repeat with Windows command and when you find the one you want, change it. Also why don't you have a macro for each window title that activates by Window Title instead of HotKey? Then it would happen automatically. What command do you use to change them? I remember this from long ago, but have forgotten.
  15. I just figured out that's the Quick Launch folder of Internet Explorer it's trying to access. Do you have macros that are trying to access these shortcuts? If so, you probably need to run MEP in administrator mode.
  16. Insight Software Solutions makes MEP. YOu shoudl have read this sticky post at the top of the forum about reporting bugs, requesting features, and requesting support. The link is in there. Since you are licensed you will get prompt and effective support. Interesting choice in Windows user name "383321". I wonder what you're using this for. It is possible your macro is trying to access files in that folder. Try closing your MEX and creating a new blank MEX. If the problem goes away, then the problem lies in one of your macros. Normally MEP would not access temporary files of Internet Explorer.
  17. I doubt that's an MEP problem. That path points to Internet Explorer. Have you filled a support ticket with ISS?
  18. If you did my idea of navigating to the bookmarks page directly, you wouldn't have to deal with default pages. If you don't trust MEP, try it manually. Open chrome and paste in this address. "chrome://bookmarks". It will not be painful, I swear. As for the last line, I can't remember the last time I used Program Shut Down. As I remember one should only use this when Windows Close doesn't suit your needs. Try Window Close. Since you have it focussed, you just use the basic command. <WINDOW CLOSE Option="\x00" Partial="TRUE" Wildcards="FALSE" _IGNORE="0x0006"/>
  19. I was wrong. MEP works fine in UWP apps. I've been doing my activations incorrectly. I apologize for the misinformation.
  20. I think you need to work on some fundamentals like controls. Also I think I have failed to explain to you things like not using my repeat, but rather the code under it. Also I don't think you are understanding the direct editor code and I don't think you are pasting my code into a macro. And I don't think you are using my first code to get to the bookmarks. And you're not showing me your code. It seems you want to do this differently than all the methods I've shown you. Good luck.
  21. You can't type my code in. You need to paste the raw 'direct editor' code in. And then do a save-as to force it to prompt you to create the variables.
×
×
  • Create New...