[Done] Visual Indicator of Encryption/Logging on Main Window

Ideas for new features & functions

Moderators: JRL, Dorian (MJT support)

Post Reply
User avatar
jpuziano
Automation Wizard
Posts: 1085
Joined: Sat Oct 30, 2004 12:00 am

[Done] Visual Indicator of Encryption/Logging on Main Window

Post by jpuziano » Thu May 11, 2006 8:42 pm

Hi Marcus,

How about adding something on the Macro Scheduler Main Window so that as we look at a long list of macros, we can tell at a glance whether a particular macro is encrypted or not... or if logging is presently turned on for that macro.

For example, with today's upgrade to 8.0.3, we had to remove encryption beforehand, upgrade, then encrypt again. Luckily, I had only a few encrypted macros and I remembered which ones they were. Others with many encrypted macros may have to go through them all manually. With a feature like this, we'd know just by looking at the main window.

Same goes for logging. Is it on? Off? It takes time to check.

I see you already use the little icon that appears next to a macro in the main window to differentiate between manually entered macros (shows a gear) and recorded macros (shows a video camera). Maybe a version of the icon with a key on it could indicate "encrypted"? Or maybe add another column? However you'd choose to show it, it would be nice to be able to tell just looking at the main window.

Thanks and keep up the great work!
Last edited by jpuziano on Sat Sep 27, 2008 7:11 am, edited 3 times in total.
jpuziano

Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post - :-)

User avatar
JRL
Automation Wizard
Posts: 3529
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Post by JRL » Fri May 12, 2006 10:17 pm

jpuziano and anyone else affected by the encrytion update issue.

I agree that main menu recognition would be nice. Since that does not currently exist and the task at hand is to upgrade and not lose encrypted macros. A quick way to find all of your encrypted macros is to look in the Macro Scheduler script directory for .pwd files. Here is a short script that will do this function for you.

If you are pre NT4.0, substitute "command" for "cmd" in line three.


Let>RP_WAIT=1
Let>RP_WINDOWMODE=2
Run>cmd /c dir "%SCRIPT_DIR%\*.pwd" /b > %TEMP_DIR%~encrscp~.tmp
ReadFile>%TEMP_DIR%~encrscp~.tmp,enclist
DeleteFile>%TEMP_DIR%~encrscp~.tmp
StringReplace>enclist,.pwd,,enclist
MDL>Encrypted Scripts%CRLF%%CRLF%%enclist%


Later,
Dick

User avatar
jpuziano
Automation Wizard
Posts: 1085
Joined: Sat Oct 30, 2004 12:00 am

Post by jpuziano » Fri Nov 03, 2006 8:30 am

Hi Marcus,

Thanks for adding a visual indication of logging on the Main Window (the Log File column).

Just wondering... is showing which macros are encrypted on the Main Window still on the Wish List? Might be a simple as changing the existing tiny icon to one with a key through it.
jpuziano

Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post - :-)

User avatar
jpuziano
Automation Wizard
Posts: 1085
Joined: Sat Oct 30, 2004 12:00 am

Post by jpuziano » Mon Nov 06, 2006 3:44 pm

Hi Marcus,

I just tried the latest beta. One of your fixes was:
mtettmar wrote:Beta 09 Build 034
- Added padlock icon in macro list to show if macro encrypted
Now the encrypted macros are easy to spot, thanks for this. :)
jpuziano

Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post - :-)

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts