Jump to content

SchedulerPro -- AutoIt Class Scheduling Utility


orange
 Share

Recommended Posts

I am an undergrad at Case Western Reserve University. As I am sure most undergrads at most universities would agree, scheduling classes each semester is not trivial; it takes some effort to find the classes that should be taken, then seeing if they all fit into a schedule is daunting.

So, I have spend the last few months working on a scheduling utility that will schedule classes visually, so that undergrad students, graduate students, and professors can make schedules.

Currently I have released Beta Version 3.0.xx that is available as an *.exe on my limited webpage schedulerpro.case.edu

scheduler.au3

This program is written completely in AutoIt.

This setup file will establish the filestructure needed by the program:

Setup File (Main Source is Below)

However, there is something unique about this that I hope is useful to many other people. I have set up the schedule as an HTML file that is displayed by _IECreate($file), and because of that, the schedule can be colorful and editable without graphics handling on the part of AutoIt, but rather by Internet Explorer.

Posted Image

Posted Image

Posted Image

There are a few things that I need forum help with. If anyone has code updates, and/or changes, post them here, or email me at schedulerpro@case.edu

------------------------------------------------

Notes:

------------------------------------------------

This, of course, only works for people affiliated with Case Western Reserve University

I am pleased with the functionality of the code, but it is relatively unorganized. For that I apologize. I work on this one function at a time, and over months, it gets less and less organized.

It is meant to seamlessly interact with Scheduler Jones (another scheduling utility that students use)Scheduler Jones

------------------------------------------------

Bugs that I need help on:

------------------------------------------------

GUI_EVENT_CLOSE does not close the dialogs

Tab does not cycle through controls (notice the replacement of this in the function tabforward()

Edited by orange
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...