--- In [email protected], miinx <[EMAIL PROTECTED]> wrote: > One thing tho, hitting Ctrl key doesn't close the balloon for me > anymore, is it still meant to do that?
I removed Ctrl key as now the script is supposed to run multiple times like: http://groups.yahoo.com/group/power-pro/files/0_TEMP_/gvim.jpg You can still add Ctrl key if you want to use it by replacing the last line before quit in the script with event.create(1,0,"win.close("++hWnd++")",;;+ "Ctrl || !win.visible("++hWnd++")",1) Then, pressing ctrl key would close all the balloons. You may use 'Alt-F4' or 'Alt-Space then C' to close an individual balloon. > Also, I can't figure out how to copy to clipboard, I've set n to -2 > for RGB colour as in your example: > clip.set(word(nColor,-2,esc("0r0n0t ()",0))) > but I'm not getting anything on the clipboard? I suppose you'd like it to be captured by PP too, right? Then, use the following instead: clip.set(word(nColor,-2,esc("0r0n0t ()",0)),1) Sean 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/
