« [Movies] Set font and replace | Main | [Tip] new pc's and network drivers »
February 14, 2005
[Article] Making any progress?
by Marcel Trapman
www.it2be.com
A lot of people asked me if it was possible to bend the splash plugin a little so they could use it as a screen showing while tasks are performed by their solution.
Well, the job is done! I created a new function called hide() (how surprising) which hides the splash via a method. The rest is untouched and I did that deliberately. Untouched means you still have to give in a number of seconds after which the window closes. The reason is simple, you don't want to freeze the interface when something goes wrong. If you do want to do that simple fill in something like 3600 seconds and it will hang in there for an hour.
Also included are two functions that don't belong there but I didn't want to rename the thing.
1. setWindowFullScreen(): does what it says, it sets the solution window to full screen;
2. setFullScreen(true/false): this one set the solution window to full screen and hides the menu/taskbar (dock on mac). One would think this is something like kiosk mode but that isn't true. It looks like it but it isn't.
Hope this fullfills some more needs. Beware, this is not freeware anymore but beerware! When you like it send me a couple of local beers and I will be very happy!!!!
Oh, you can get it at my website...
Cheers,
Marcel
| Posted by IT2Be on February 14, 2005 at 05:53 AM in Articles | Permalink
TrackBack
TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341c8d8153ef00d834780a1369e2
Listed below are links to weblogs that reference [Article] Making any progress?:
Comments
Great job, Marcel!
I have already implemented it, works great!
Thanks a lot,
Stef
Posted by: Stef | Feb 15, 2005 4:55:42 AM