--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
>
> 
> > 
> > There is a problem with AutoRun,Brucexs.
> > 
> > It doesn't work everetime but good wiht 4.5.0.0.
> 
> Its possible the new unresponsive window detection was 
interfering.  
> Try 4.5.04.  If this does not help, try increases limit on setup 
> advanced limits "time PowerPro waits for window to return text or 
> icon:
> 
> 
> >> 
> > and I've no idea why some Chinese character can't be cautht too.
> 
> > 
> > The names can't be caught are from the program files,but powerpro 
> > can match the msgbox wiht the same name.
> 
> 
> I don't know.  I did not think it would ever work for Chinese 
> characters since PowerPro cannot handle unicode.
> 
> > 
> 
> > 
> > ----------------------------------------
> > 
> > sFileName = winamp.track("cur","filename")
> > sOutput = m.fileinfo("size:m")
> > Debug &(sOutput)
> 
> *info expr(m.fileinfo("size:m"))  expr(winamp.track
> ("cur","filename"))
> 
> 
> (one line above)
> > 
> >
>

Thanks Brucexs.

The first problem is ok now.but the second one is something wrong.

I copy this line below:

----------------------------------------------------------------
*info expr(m.fileinfo("size:m"))  expr(winamp.track("cur","filename"))
----------------------------------------------------------------
(yes, I am sure they are in one line.)

m.fileinfo("size:m")) = MiscPlugin.fileinfo("size:m"))


But it made Powerpro.exe & explorer.exe shutdown. OH, : (

so I have another idea.

in scheduler,I add a item 

------------
Event.Createms(1000,0,"[EMAIL PROTECTED]")
------------

the script file

----------------------
@mp3size
If (not anywindow "c=winamp v1.x") Do
cl.SetLabel(?"!!BAR!!TASKBAR!!","36","¡ª¡ª M")
else
sFileName = winamp.track("cur","filename")
sOutput = m.fileinfo("size:m")
cl.SetLabel(?"!!BAR!!TASKBAR!!","36",m.fileinfo("size:m") ++ " M")
endif
quit
----------------------

Now it's ok.but I don't konw if it is a better way to do this.

or is there a eays way?


Question 3:

win.settext(win.handle("=XXX"),"clip.get")

the tile now become "clip.get" but not the "clipboard".

if remove the quotation marks then get error.

I'am confused.

Thank you Brucexs.






------------------------ 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:
    [EMAIL PROTECTED]

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



Reply via email to