On Mon, 4 Feb 2002, Luinrandir Hernson wrote:

> The last question had to do with X,Y placement for alphanumerics...
> I ask, what about .gifs?
> can they be moved across the screen using some command.

That is very dependent upon the OS and the graphics capabilities of the
system in use.  Are you talking about displaying on an X desktop, or
Windows, or what?

That said, the Tk module for Perl gives you the capability to manipulate
GUI widgets on most systems (X, Windows, Mac, etc).  You can manipulate
bitmapped images through that.

> Also is there a command to find out the persons screen Height/width?

There are several ways to do this, again, based on the OS & graphical
capabilities of the system you are doing this on.  The text-only Curses
module can do this, as can many of the Term::* modules, but they work only
with terminal screens and not bitmapped GUI screens.  Again, Tk can help
here, or similar Perl modules like PerlGTK.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
genlock, n.:
        Why he stays in the bottle.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to