Jump to content

Shutdown - Nice GUI !


FireFox
 Share

Recommended Posts

Shutdown v1.1

Update :

CODE

Version 1.1

Replaced updown control by pictures

Added new tray menu !

the config button can show/hide the config window

Description :

Shutdown can let you shutdown, Reboot, Standby, Log-off for specified hour and minute

Screenshot :

Posted Image

Note : /!\ this script can't be compiled for the moment !

I've made an UDF function for animate a text from right or left of a control, it's included in this script !

All pictures and Includes are in the pack

Thanks to : MrCreator for his GUICtrlSetOnHover_UDF

Holger for his "Tray Menu UDF"

LIMITER for the background picture

Attachments :

Previous download(s) : 21

Shutdown : Shutdown_pack_link.txt

Enjoy ! :P

Edited by FireFox
Link to comment
Share on other sites

After wasting my time finding both of the includes that you should of included with the zip, I'm getting an error saying that OnAutoItExit is already defined or something like that. After fixing that I could finally run your program. Thoughts: The ... button should hide the option part as well as just showing it. If a person wants to go to 23 to 1 they have to click the down button 23 three times, you should change that (same for minutes). I decided to try testing it (times set was 4:05) and it automatically set the time to 00:05. Plus, you need to fix how it always flickers when you try changing the number after the Apply button has been pushed. In my opinion your tray shouldn't use all caps... And if you go to all the trouble to make graphics, why not at least have a custom icon for the tray?

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

@Achilles

Thanks for have tried my script...

Dont try to say its very hard to make it run, in the way ive added the link for the two includes needed :P

I dont know why youre getting OnAutoItExit error, perhaps MrCreator has updated his UDF and the function for exit is fighting with the second include :D

I will change many things, its just the beginning, but I want to make it simple...

I will take a look about your problem because it worked fine for me

what about the '...' button ? I dont understand you :unsure: but there is a problem, the config window is only showed when you click on the main GUI... perhaps this is what you wanted to say :D

Edit : I Read again your post and understood about the '...' button, I will make it as you said for show/hide the config window.

Edit2 : About the time goes to '00 : 04', its a count down before shudown, not the time for shutdown :(

Any bugs report, suggestions are welcome !

Cheers, FireFox.

Edited by FireFox
Link to comment
Share on other sites

the link dead

This webpage is not available.

The webpage at http://d3monautoit.free.fr/autoit3/Shutdown/shutdown.zip might be temporarily down or it may have moved permanently to a new web address.
Link to comment
Share on other sites

Hi Firefox,

Nice. It performs as expected. The nice GUI merits my Congrats!!!

Are you sure that the count down works above one hour? I have the impression that the count down stops at 01:0;

A few comments:

1. Add a _Singleton statement to avoid a duplicate launch.

2. Make it compileable. Not so useful if the script requires a full install of AutoIt. I like Autoit very much, but I ain't install AutoIt on every computer :P

3. The warning when closing the GUI is good but I would also add a visible (poping up) COUNT DOWN timer 30 seconds or so before shutdown. So, the user will known what event is coming up and will be able to abort it eventually.

Thanks for sharing,

GreenCan

Contributions

CheckUpdate - SelfUpdating script ------- Self updating script

Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple

MsgBox with CountDown ------------------- MsgBox with visual countdown

Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView

Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV)

USB Drive Tools ------------------------------ Tool to help you with your USB drive management

Input Period udf ------------------------------ GUI for a period input

Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette

Excel Chart UDF ----------------------------- Collaboration project with water 

GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm

TaskListAllDetailed --------------------------- List All Scheduled Tasks

Computer Info --------------------------------- A collection of information for helpdesk

Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only)

Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format

Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane

Oracle SQL Report Generator -------------  Oracle Report generator using SQL

SQLite Report Generator -------------------  SQLite Report generator using SQL

SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field

DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access

Animated animals ----------------------------- Fun: Moving animated objects

Perforated image in GUI --------------------- Fun: Perforate your image with image objects

UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ

Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool

Visual Image effect (GUI) -------------------- Visually apply effects on an image

 

 

 

Link to comment
Share on other sites

@GreenCan

Thanks for your feedback !!

I've some problems with the countdown timer, **** maths :unsure:

Im working on a "FileInstallFolder" UDF, and then, the compilable version will be available :D

For the other suggestions I will make it as you said for traytip advert :D, its not useful for me in the way I use this script when I set the shutdown to midnight and I go to sleep :P

Of course, any suggestions/ report/ feedback is welcome !

Cheers, FireFox.

Edited by FireFox
Link to comment
Share on other sites

he he, when I go to sleep I switch off my PC, you fall asleep before your PC, that's the difference :unsure::D

OK, now redo your maths :P

Sleep well,

GreenCan

Contributions

CheckUpdate - SelfUpdating script ------- Self updating script

Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple

MsgBox with CountDown ------------------- MsgBox with visual countdown

Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView

Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV)

USB Drive Tools ------------------------------ Tool to help you with your USB drive management

Input Period udf ------------------------------ GUI for a period input

Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette

Excel Chart UDF ----------------------------- Collaboration project with water 

GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm

TaskListAllDetailed --------------------------- List All Scheduled Tasks

Computer Info --------------------------------- A collection of information for helpdesk

Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only)

Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format

Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane

Oracle SQL Report Generator -------------  Oracle Report generator using SQL

SQLite Report Generator -------------------  SQLite Report generator using SQL

SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field

DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access

Animated animals ----------------------------- Fun: Moving animated objects

Perforated image in GUI --------------------- Fun: Perforate your image with image objects

UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ

Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool

Visual Image effect (GUI) -------------------- Visually apply effects on an image

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...