| Author |
Message |
Forum: Offtopic Topic: Something to Child-Proof Windows Environment? |
| JeremysDad |
|
Posted: September 26th, 2010, 9:47 pm
|
|
Replies: 3 Views: 415
|
| Hey Myrk, In either case, does anyone know of software that's already written, or along the lines of (small packs or tools etc, or an entire suit etc, free or not). That properly allows you to restrict XP users on a user or group basis. Things like Not allowing desktop, or start menu, etc. I'm more ... |
|
 |
Forum: Offtopic Topic: EPIC typo. |
| JeremysDad |
|
Posted: September 26th, 2010, 9:33 pm
|
|
Replies: 7 Views: 585
|
| I meant to type "Location". I work in social services and have university students do their field placements with me. Several years ago, one student wrote the funniest typo of all time in a case report. Our computer system allows us to edit notes but only before the end of the business da... |
|
 |
Forum: Support Topic: "Strategy" question: Multiple scripts vs single o |
| JeremysDad |
|
Posted: March 21st, 2010, 9:14 pm
|
|
Replies: 3 Views: 284
|
| My existing app has worked well for 50 users the past 4-5 years, but I am now looking at rewriting it so I am evaluating my original design. I use one script to display a GUI that provides users with a selection of about 15 buttons. When selected, each button runs a totally separate script which the... |
|
 |
Forum: Support Topic: Help- Testers needed |
| JeremysDad |
|
Posted: July 24th, 2009, 1:25 am
|
|
Replies: 5 Views: 333
|
sitz58 wrote: Please test this and comment your OS, Processor (32 or 64), Privilege of account (administrator or limited user)
32 Bit
XP with SP3
Administrator |
|
 |
Forum: Support Topic: Need ideas for storing boilerplate text |
| JeremysDad |
|
Posted: June 10th, 2009, 12:18 am
|
|
Replies: 0 Views: 232
|
| I have about 50 users for an app that stores & inputs "boilerplate text" we use frequently into client documents and letters. I work in municipal government and while I developed the tool for something I was doing on my own, I soon realized it would be useful for my job as well. Brough... |
|
 |
Forum: Support Topic: Force selection of a submenu? |
| JeremysDad |
|
Posted: February 15th, 2009, 2:30 am
|
|
Replies: 3 Views: 335
|
| Hey Jaco, Won't you be incrementing counters for each item in the submenu? In that case you could sum those counters to get a total for the submenu itself. That won't be required actually. Each of the submenus simply serves to display a series of items based on a common theme. Examples include deadl... |
|
 |
Forum: Support Topic: Force selection of a submenu? |
| JeremysDad |
|
Posted: February 15th, 2009, 2:15 am
|
|
Replies: 3 Views: 335
|
| The default behaviour of sub-menus seems to be that they are displayed when the user hovers their mouse over the submenu name. I need to be able to track useage statistics on menu selections so am wondering if there is any way possible to force the user to click on the submenu name in order to open ... |
|
 |
Forum: Support Topic: Tracking Menu Use |
| JeremysDad |
|
Posted: February 11th, 2009, 3:14 am
|
|
Replies: 1 Views: 299
|
| Just wondering if anyone has an idea of how I might track how often a menu item is selected by a user? The menus are part of a GUI I have created. I have a series of menu items that provide users with various job specific codes and want to track what is being checked. Those that are not, I plan to r... |
|
 |
Forum: Support Topic: sending emails/info from autohotkey to an email address/site |
| JeremysDad |
|
Posted: November 26th, 2008, 4:01 am
|
|
Replies: 12 Views: 6074
|
socom18800 wrote: hmm would it be possible to just send a message (without using outlook) through a gui?
The MailTo command activates the default email client. I haven't tried to do so by any other method. |
|
 |
Forum: Support Topic: sending emails/info from autohotkey to an email address/site |
| JeremysDad |
|
Posted: November 25th, 2008, 6:45 pm
|
|
Replies: 12 Views: 6074
|
socom18800 wrote: ok so if i wanted to simply send an email to an adress with just a body message (mabye a subject line) what would i do?
Check out this page for a simple tutorial on the MailTo command. I use it for a series of routines I employ daily.
Hope that helps
Gary |
|
 |
Forum: Support Topic: Help With Repetition |
| JeremysDad |
|
Posted: November 25th, 2008, 5:27 am
|
|
Replies: 1 Views: 373
|
| I'm looking to get a better grasp of how to simplify repetitive code and am hoping you will make some suggestions. I have a series of routines that need to be recorded when run for stats purposes. The logging will all be captured in an .INI file with a series of 4 sections. Currently I have repeated... |
|
 |
Forum: Support Topic: Next Month's Name |
| JeremysDad |
|
Posted: August 16th, 2008, 7:08 pm
|
|
Replies: 16 Views: 1260
|
| So when I started this string 2 years ago, the help I received did everything I needed. Now, I have a new wrinkle to grasp.... The original requirement was for me to determine the name of next month. That was resolved by this very simple and elegant solution from Laszlo: FormatTime, NextMonth, % A_Y... |
|
 |
Forum: Scripts Topic: Scheduler |
| JeremysDad |
|
Posted: June 7th, 2008, 10:12 pm
|
|
Replies: 2 Views: 873
|
Krogdor wrote: Well, I decided to add a wrapper to it and a couple more options,
Please forgive my ignorance. What exactly is meant by a "wrapper". I have heard this term many other times but have no idea what it means
Thanks |
|
 |
Forum: Support Topic: Prevent sub-menus from auto open |
| JeremysDad |
|
Posted: May 28th, 2008, 1:25 am
|
|
Replies: 2 Views: 402
|
| Hey Enguneer, hack: instead of submenus, have each menu clicked (that should have a submenu) bring up another menu via g labels instead of setting up submenus (first menu would disappear and "submenu" would pup up under mouse) I hadn't thought of that idea. Thanks for pointing to the possi... |
|
 |
Forum: Support Topic: Prevent sub-menus from auto open |
| JeremysDad |
|
Posted: May 27th, 2008, 11:15 pm
|
|
Replies: 2 Views: 402
|
Just wondering if anyone has a suggestion to prevent sub-menus from opening when the mouse is hovered over them?
I need to track useage of items on a sub-menu and am trying to do so via g-label when people select the sub.
Any thoughts would be appreciated  |
|
 |
| Sort by: |