sgp wrote  (on 30.08.2006 14:20):

> [4]
> Label = lookup PPS&R
> Tooltip = copy and lookup selection in PPRS
> Icon = icons\ppsr.ico
> Lcmd1 = clip.copy
> LCmd2 = do("http://www.ppsr.info/new/builtin_commands/"++
> trim(replacechars(clip.get,". /")," ",3)++".htm")

What about the net plugin?

[EMAIL PROTECTED]("clip or whatever you want")
quit

@Lookup
; customize the way you want
Local net_status, _url
Args _keyword
_url = 
"http://www.ppsr.info/new/builtin_commands/"++trim(replacechars(clip.get,". 
/")," ",3)++".htm")
win.debug(_url)
net.fetch_webpage(_url)
MiscPlugin.sleep("5000")
net.stop_webpage
win.debug(net.get_webpage_result)
quit

It looks we have a perfect candidate for AJAX to do tiny keyword
lookups. I'll suggest it to Karen, maybe it's possible to integrate
this into the website. It also would save lots of bandwidth.

@Karen: Are you reading this?

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

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


Reply via email to