topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 11:02 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Uncle Larry [ switch to compact view ]

Pages: [1]
1
Hi - I use hotkeys to automate stuff at work, where we all (120+ employees) work on an IE app that requires entry of data, waiting for screen changes, switching to other apps and pasting data, etc.  I've got some things well-automated on my machine.  Problem is everyone has a slightly different configuration and most all have zero native ability to re-configure a script to their machine.  

What I'm looking for is the rough shell of a script, that on first-run on user's machine, it would ask simple questions or give simple instructions as it progressed, to obtain the references it needs to "gel" into a workable code on that users machine.  

Sounds much more complicated than a "snack", but wanted to get the idea in writing so it could be fleshed out.  Hopefully, this is not something long ago figured out by folks smarter than me!

Larry

2
Living Room / Re: Show us the View Outside Your Window
« on: July 19, 2011, 04:34 PM »
Standing up and taking a step toward my west-facing window just north of Tampa, Florida

IMAG0020.jpgIMAG0020.jpg

3
Finished Programs / Re: IDEA - lock window positions on startup
« on: May 12, 2011, 12:20 PM »
Furthermore, look up CoordMode in the AHK docs.  Specifically: CoordMode, Mouse, Relative

Good luck!   :Thmbsup:

That's what I'm looking for!  Thank you very much!

Larry

4
Finished Programs / SOLVED - lock window positions on startup
« on: May 12, 2011, 10:20 AM »
Hi - forgive me if this is a done-deal, but could not find anything so thought I'd ask for it. 

I use AHK scripts for lots of stuff, and want to expand to some new areas.  Most of what I do involves copy/pasting from IE to Lotus Notes or other IE windows, sending keys and such like that.  I'm aware it would be more elegant to use the object model to get into whatever I'm working with, but I'm not that smart.   :tellme:  So I usually end up with coordinates to which I'm sending left downclick action.  If I move my windows, obviously that kills the code.  I open the same windows at work every day, and would like them to always open in exactly the same place, so that macros I write will find links where they should be.

Any ideas? 

Thanks - Larry

5
Finished Programs / Re: IDEA (silly help really)
« on: February 09, 2011, 08:12 AM »
 :Thmbsup:  Thanks - it worked!  I used to do some fairly elaborate VB scripts in the past, but apparently if you don't use it, you lose it. 

6
Finished Programs / DONE: IDEA (silly help really)
« on: February 08, 2011, 03:43 PM »
Guys this is so lame I'm embarrassed to even ask.  I'm using autohotkey to write a stay-resident macro to kill a #$%#$(# message box our app developers put into an IE based application we all use every day.  It is a notice box that pops up on nearly every file we work on, and we have to click it "ok" to make it go away before proceeding.

What I've written works ... once.  I cannot get the stupid thing to loop and twiddle its thumbs until the next instance pops up.  Here is what I have:

#Persistent
WinWait, Windows Internet Explorer, There are APP data/U
IfWinNotActive, Windows Internet Explorer, There are APP data/U, WinActivate, Windows Internet Explorer, There are APP data/U
WinWaitActive, Windows Internet Explorer, There are APP data/U
Send {Enter}
Sleep, 100

The actual error box says "There are APP data/info related errors, Click the App Data Error tab to get full details" but by using macro recorder I wrote the above and it works.  I suppose I need to put this into some kind of while ... loop or something, but I'm just too tired at night when I get to play with this stuff to think it through.

A little help?  Please?

7
General Software Discussion / Re: PC Monitoring - Need Help
« on: July 14, 2010, 07:39 AM »
Hello Gwen7:

I rather disagree with this < "rather rude response don't you think? ">.  In fact, I believe arshadbh showed remarkable restraint.  His or her original post was clear, and was a request for something specific.  The initial response from 40hz was (IMHO) rather rude.  If you asked a mechanic friend of yours how to fix a concern with your vehicle, which happened to be a pick-up truck, and instead of assistance you received a lengthly lecture on saving the planet and gas guzzling and such, would you maybe think the response was presumptuous and rude?

Speaking as a father here -- when my middle son was 15 (he's now 24 and a firefighter) I found out he was planning on sneaking out with his buddies by logging his chat activity with NetNanny.  I was able to intervene and keep him home.  That night, two of his friends broke into a high school and stole computer equipment and one was later apprehended.  Brad was completely pissed at the time, hated my guts and all that.  I would do it again in a heartbeat.  We have a great relationship now.  The 2 buddies are no longer friends of his, one is a stoner who lives at home with his parents and the other has significant criminal record. 

As a kid in the 70's I personally dabbled in things which could have killed me - these days its not pot and acid and free love, its meth and crack, HIV and herpes and simply dabbling can result in catastrophic outcomes.  I'm only saying any parent doing his or her best to keep their child from making a permanent mistake has my sympathy and understanding.  I'm not comfortable shooting off glib and rather patronizing commentary.  This is not a Disney movie here - it is life, and death.

Just my 2 ยข


8
I don't know if this is a rant or request for help (some measure of both probably).  I'm involved in a project which is publishing a user manual to a large company's portal.  Unfortunately, the company uses Vignette 6 (with embedded Ewebedit Pro version 2.6) which is sort of a lobotomized Dreamweaver wannabe.  When we attempt to use CSS the code is stripped out, and we are forced to use sort of the old style HTML practice of using tables for everything.  I have been able to get the CMA (content management application) to accept in-line Java such as onmouseover and things like that, but no code which requires declarations in the head of the document is allowed to remain - obviously the company is hyper-worried about security concerns. 

I understand their concerns but it sure limits what we can do.  I want to write calculators which accepts input and returns output - can't.  I would like to create tool-tip type of additional info boxes which pop up and stay up (not disappearing in six seconds like the normal HTML "title" does) but so far no joy.   

Anyone with great ideas about how I can work within these restraints?  So far, pure HTML and in-line Java seem to be the only tools I have available.

Thanks for reading, and any thoughts

Uncle Larry

Pages: [1]