swzoh | 1 Jul 2006 03:17
Picon

Re: CRYPTOW PLUGIN: Mockey can't load

--- In power-pro@..., "mockey_a" <mockey <at> ...> wrote:
>
> Hi Alan.
> 
> --- In power-pro@..., "entropyreduction" <powerp <at> > 
> wrote:
> > When cryptow.dll loads up (and does a login) the following dlls load:
> > rsaenh.dll
> > ...
> > samlib.dll
> > Have you got all those?
> 
> Yes.
> Is it possible to find out which services must be running?

Then, OllyDbg may be of help. It can load dll as a standalone module,
through loaddll.exe. I hope it could give some hint...
http://www.ollydbg.de/

Sean

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

evewebber | 1 Jul 2006 10:43
Picon
Favicon

Re: Taskbar buttons

Alan, yes that's it. That's how I did it before. I was thinking I'd 
achieved it with PowerPro and a plugin and I couldn't see how.
Thanks to you and Bruce (I'm using 4.5 by the way) for replying.
And thanks to both of you for replying to my restart programs 
question. Now I know the limitations I can work out some solutions.
--- In power-pro@..., Alan Martin <alan_au <at> ...> wrote:
>
> I gather this can be done with a simple registry tweak.
> 
> I Googled: windows "task bar" button size
> and the second item was:
> http://www.kellys-korner-xp.com/xp_tweaks.htm
> 
> which provides 4 vbs scripts which:
> - increase the Task Bar button size
> - undo that increase
> - decrease the Task Bar button size
> - undo that decrease
> 
> The 2 undo scripts are identical, setting MinWidth to -2310
> which must be the default setting I assume.
> 
> The Increase and Decrease scripts are also identical except 
> they set MinWidth to -285 (small) or -2700 (increase).
> 
> So it looks like you can use only one of the .vbs scripts
> and simply edit the line:  n = "-2310"
> depending what minimum button width you desire.
> So I'll only paste one complete .vbs script here:
> 
(Continue reading)

Cüneyt | 1 Jul 2006 21:11
Favicon

Keytrap-related question

Hi people,

Can someone show me some Keytrap entries which define a Win-key-only 
action and Win+SOMEKEY (such as Win+N) actions? I want to disable 
Windows' own Win+X combinations (e.g. with TweakUI) and mimic Windows' 
default behaviour by using Keytrap, i.e. launch some custom menu if I 
press and depress Win-key but launch some program with Win+X without 
showing that custom menu. I've tried KTConfig and experimented with 
Eatkey, etc with no luck.

Thanks in advance,
Cüneyt

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

evanascott2002 | 2 Jul 2006 00:03
Picon

Difference between a click and a hover event?

Before I start this I want to thank Bruce for the change to
cl.GetLastPressed() machinery that made it work with dropped files.
That put me back on the road. Hoorah! Thank you, thank you!

Anyway, onward. It appears to me that when I click a button that has a
show menu command, it displays a menu and I can cause the menu display
to abort by clicking anywhere outside the menu.

When I trigger a menu display using the hover machinery, however, the
menu will not go away unless I click something in the menu.

Is that by design?

------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

(Continue reading)

evanascott2002 | 2 Jul 2006 01:39
Picon

Re: Difference between click and hover?

Ahhh... I take it all back. Sorry about that. After I rebooted the XP
system the behavior was no longer apparent? My bad.

evan

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

swzoh | 2 Jul 2006 02:54
Picon

Re: Keytrap-related question

--- In power-pro@..., Cüneyt <cy_lists <at> ...> wrote:
>
> Hi people,
> 
> Can someone show me some Keytrap entries which define a Win-key-only 
> action and Win+SOMEKEY (such as Win+N) actions? I want to disable 
> Windows' own Win+X combinations (e.g. with TweakUI) and mimic Windows' 
> default behaviour by using Keytrap, i.e. launch some custom menu if I 
> press and depress Win-key but launch some program with Win+X without 
> showing that custom menu. I've tried KTConfig and experimented with 
> Eatkey, etc with no luck.

It may be helpful to read the posts under this thread:
http://groups.yahoo.com/group/power-pro/message/24486

To make it short, just prefix the commands of Win+X by Ctrl Dn & Up:
Keytrap.SendKeys(29,162,0)++Keytrap.SendKeys(29,162,1)

To use Win as a stand-alone hotkey could become tricky. You may not
set EAT mode to 1 as then you may not be able to use whole hotkeys
with Win as one of the modifiers. You should experiment it a little.
(I myself use tap Win, i.e., ONKEY to 5, without a problem with other
Win-modified hotkeys, but I don't use Explorer shell either, I'm not
sure whether it'll cause the symptom of bringing up the Start menu or not)

BTW, I wish PP allows tap (left/right) Win hotkeys, as I have a small
problem with these KeyTrap's tap Win hotkeys, strangely, left/right
Win hotkeys interfere with the other: for example, after triggering
successfully tap left Win hotkey, then I always tap twice, not once,
the right Win to trigger it successfully. This behaviour is also
(Continue reading)

mockey_a | 2 Jul 2006 14:26
Picon

Re: Keytrap-related question

Hi.

--- In power-pro@..., Cüneyt <cy_lists <at> ...> wrote:
> Can someone show me some Keytrap entries which define a Win-key-
only 
> action and Win+SOMEKEY (such as Win+N) actions?

I once wrote a script which does this, after some experimenting. I 
don't recall exactly ATM, what it does and why, cause it's a long 
time ago, but it works for me. Have a look. Script is called 
keys.powerpro:

;;; functions for redefining the Win-key,
;;; can be used as modifier-key and also alone
 <at> Win
static WinMod
;;; using Shift to avoid the Win-Menu onkeyup:
keytrap.sendkeys(42, 160, 0)
if (not WinMod) do
	win.debug("win key alone!")
else
	WinMod = 0
endif
;;; resetting the Win-key (stays pressed otherwise):
keytrap.resetKeys(91)
;;; resetting the Shift-key:
keytrap.sendkeys(42, 160, 1)
quit

;;; Win-key as modifier:
(Continue reading)

nospam0123456us | 2 Jul 2006 17:56
Picon
Favicon

Re: Field Loses Focus and Send Keys, Paste...Does NOT Work

Hi,

First, does your hotkey contain [alt] or [ctrl] key that can make your
application loose the focus ?

Try a hotkey with *key MyTextToPaste if it works your hotkey is valid !

Try a hotkey with a menu using :
*Keys {filemenu PathToMenu/menuDefGen.txt} can be a solution for your pb !

I did some test and it seem that it is the fastest way to send info
from a menu to a specific field and if work with all the application i
tried.

You can specify icon, separator, ... MaxColumnCount .... background
see help file or powerpro.doc

To have Specific application menu entries, you can use the :

*Keys {filemenu PathToMenu/menuDefGen.txt, PathToMenu/*.txt} 
or
*Keys {filemenu PathToMenu/menuDefGen.txt; PathToMenu/*.txt} 
to get a separator between the GenericMenu and the MyApp.txt menu file
 (if we assume MyApp is the lauched Application).

OR
 <at> "ctxMyApp" *Format Context =MyAppName
sep
include PathToMenu/menu.MyDomain.txt
 <at> "ctxMyApp" *Format EndContext
(Continue reading)

evanascott2002 | 3 Jul 2006 01:36
Picon

Why does the cl.insert() always execute?

In this code:

local clname="newlistb"
if ("x" == "y")
  do ("K:\\Identity\\SoundBank\\checkend.wav")
  cl.insert(clname, 5)
endif

the cl.insert() always executes. I put the sound in there just to make
sure I wasn't hallucinating. I also contrived an if statement that
could never be true just to be sure I wasn't hallucinating. I should
be obvious that somewhere in my PowerPro setup I have a command list
called 'newlistb'. I do. And a button that executes the script (which,
FTR, is in a script file called clinsert.powerpro). 

And when I execute the script, I always get an item inserted at
location 5 and I never hear the sound in checkend.wav.

What am I missing?

evan

PS: This time I rebooted before I composed this message :)>

------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
(Continue reading)

Alan Martin | 3 Jul 2006 02:56
Favicon

Re: Why does the cl.insert() always execute?

Hi evan,

It needs "do" on the same line as the if()

if ("x" == "y")do

"If(...)"  without "do" only applies to one following line.

"If(...)do"  applies to all following lines until an "endif" line

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    power-pro-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Gmane