Difference between revisions of "AROS Programs"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(Added descriptions for the two inital added tools)
(Added showwindows utility)
Line 1: Line 1:
 +
== GUI Utilities: ==
 +
* Show Windows [http://blog.alb42.de/2013/01/02/show-windows-program/]
 +
: A program to list the current windows on screen with parent relations. (included in distro, or as [http://blog.alb42.de/fpc-aros/ seperate download)].
 +
 
== Commandline Utilities: ==
 
== Commandline Utilities: ==
 
* SetPenColor [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=68146#forumpost68146]
 
* SetPenColor [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=68146#forumpost68146]

Revision as of 23:48, 24 September 2013

GUI Utilities:

  • Show Windows [1]
A program to list the current windows on screen with parent relations. (included in distro, or as seperate download).

Commandline Utilities:

  • SetPenColor [2]
Utility to manipulate colors of a screen. Started out as an example on how to parse commandline parameters AROS-style.
Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.