Hi Cüneyt. --- In [email protected], Cüneyt <[EMAIL PROTECTED]> wrote: > If I understood you correctly, you kind > of miniaturize and roll up windows to a corner. Any screenshots?
Sort of. I uploaded some to 0_TEMP_, live from my desktop :-) > > Also I was to lazy tor write an alignment routine...;-) > Well, take mine ;) I'll think about it ;-) > What about using transparency for mouseover? 150 for normal and 0 for > hovered images? Yes, exactly my settings :-) > ..._e = event.createms(25, 0, ;;+... Events turned out to be too unreliable in this case for me. Too many mouseovers and mouseouts didn't get caught. I use something like this now (with HoverClick of corse): local han = win.handle(cl.GetLastBar) han.trans(0) wait.for(win.mainhandlefrompoint(xmouse, ymouse) != han) han.trans(150) > What I'd ideally have is to preserve the original aspect ratio, and fill > the rest with transparent but still clickable area. Hmm, why does it have to be clickable? > It looked > deceptively easy until I've realized I can't have a skin and * as > background at the same time, and that magic pink doesn't get transparent > if you use it with allbmp, facebmp, etc. Cropping the surplus to make > everything fit into 4:3 ratio is the best way I found so far. I see. Well, I give the whole bar the size of the resized image (and then put another bar in same size as a dropshadow behind it). Saves me from transparency problems. > The only problem is my escapechar is not \. Maybe Bruce could introduce > a new function to return special chars and values under "Advanced Setup". You can define a variable like: br = esc(?"\r\n", ?"\") This will work everywhere. > Well, I didn't notice any last on my PC using MMV MMV tries to run the script on every move. This can lead to problems. Mockey 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/
