gri6507 has asked for the wisdom of the Perl Monks concerning the following question:
I am in the process of of trying out a concept: Can Superkaramba "windows" be dynamically resized? As one of my steps in proving this concept, I stumbled over the fact that X does not change the cursor to the "resize" cursor when the mouse is moved over the border of a Superkaramba "window" (i.e. try moving your mouse to the edge of the web browser and notice that the cursor changes shape).
I believe I have found a way to do just that by writing a simple C program. Actually, so far, I am able to only move the cursor via this program, but I believe changing the image should be very similar. My question here is can such a task be done in perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Controlling X cursor
by gellyfish (Monsignor) on Jul 20, 2005 at 17:41 UTC | |
|
Re: Controlling X cursor
by Fletch (Bishop) on Jul 20, 2005 at 20:19 UTC |