![]() | ![]() | ![]() |
The Makedir Information Page |
Computing Home | WimpBasic Home |
![]() |
Back |
On Risc OS computers it is not easy to assign a different coloured sprite to an individual directory folder, nor to have a filer window open in a specific layout. There are two ways to "fix" this :
The simplest method is to create a pseudo application that allows the display of an alternate sprite. !Makedir does all the hardwork. It creates the directory,the sub directory where you store your files and, also the necessary, !boot and !run files.
The software also creates an individual system variable to ensure no problems are encountered. If you want to create several applications with a similar name you can enter a 3 digit tag to ensure the named variable doesn't clash.
The only thing the software doesn't do is produce some fancy artwork for your sprites!. You can however tick the open on creation option to allow editing of the sprites.
The use of Setselect
is used to ensure that the first icon is already selected at the start (it's always a good idea to start from a set point).
The two main buttons on the window are cancel and create. The RISC OS Style Guide makes it clear that the main active button should have a clear meaning and not be something meaningless such as go or start. Create was chosen because it is clear that you will create the directory.
![]() |
Back |