On 2012-02-01 Zveroy <[email protected]> wrote: > > Is is possible to say something like: > > width = screenwidth-86 > > Yes, indeed. Just get necessary values from screen[s].workarea table > which have x, y, width and height properties. Use this peace of code > for example: > > width = screen[s].workarea.width - TRAYER_HEIGHT * MAX_NUMBER_OF_ICONS
Thanks for the snippet. Marco -- To unsubscribe, send mail to [email protected].
