Background Changer

classic Classic list List threaded Threaded
3 messages Options
Daniel Galdames Daniel Galdames
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Background Changer

Hi,
  I tend change the background on Pharo a lot, so i made a little application to change the background using an image gallery, so you can see the image you want to put on the background.
You can load it with:

Gofer new
package: 'BackgroundChanger';
load.

It register on the World menu->System->Change Background
It will ask for a directory with images, and then show you a gallery with the images on that directory.
Then you can select an image, and select the layout for the background.
Greetings,
  Daniel Galdames G.
Felipe Bañados Schwerter Felipe Bañados Schwerter
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Background Changer

awesome!

2011/5/24 Lemuus <[hidden email]>
Hi,
  I tend change the background on Pharo a lot, so i made a little application to change the background using an image gallery, so you can see the image you want to put on the background.
You can load it with:

Gofer new
package: 'BackgroundChanger';
load.

It register on the World menu->System->Change Background
It will ask for a directory with images, and then show you a gallery with the images on that directory.
Then you can select an image, and select the layout for the background.
Greetings,
  Daniel Galdames G.



--
Felipe Bañados Schwerter
Estudiante de Ingeniería Civil en Computación
http://www.dcc.uchile.cl/~fbanados
Universidad de Chile
Alexandre Bergel-5 Alexandre Bergel-5
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Background Changer

In reply to this post by Daniel Galdames
Excellent!

Something cool would be to pick some backgrounds from a website, and change it automatically every hour or so.

Cheers,
Alexandre


On 24 May 2011, at 18:35, Lemuus wrote:

> Hi,
>   I tend change the background on Pharo a lot, so i made a little application to change the background using an image gallery, so you can see the image you want to put on the background.
> You can load it with:
>
> Gofer new
> url: 'http://lemuus.homelinux.org/lemuus/BackgroundChanger';
> package: 'BackgroundChanger';
> load.
>
> It register on the World menu->System->Change Background
> It will ask for a directory with images, and then show you a gallery with the images on that directory.
> Then you can select an image, and select the layout for the background.
> Greetings,
>   Daniel Galdames G.

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Loading...