--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> 
> 
> --- In [email protected], "philipp_l_kiefer" <philippkiefer@> wrote:
> 
> > I actually still use it sometimes to send key and mouse combinations as 
> > {shift}, {ctrl} and {alt} no longer work with Vista or Win7 and I could 
> > never find a native PowerPro substitute. (I tried {fast} and {sinp}.)
> 
> For those using autoit plugin:
> 
> Interface to latest version of autoit has changed rues: all incoming strings 
> are WCHARS (unicode strings).
> 
> 
> I can either 
> 
>   (1) new plugin could convert every powerpro ANSI string 
>       to unicode; any scripts now using autoit plugin should work 
>       unchanged
>       
>   (2) new plugin could expect only handles to unicode strings 
>       generated by unicode plugin; less wrok for me, but would
>       require user to get and master unicode plugin, and change
>       existing scripts
> 
>   (3) new plugin could check for handles to unicode strings;
>       if found, process, otherwise assume standard ANSI string and
>       convert to unicode.  This is most work for me.
> 
> Any preferences?
>
I would prefer aption 2 as:
     (1)  I dont want you to have to work too hard
     (2)  We users of you (free) efforts shouldnt mind working a bit  ourselvs
My only request would be that the time you saved on just doing option 2 - well 
in that case could you spend a little time including a simple text file with a 
bit of help + example?

Reply via email to