|
-
AS2 - ComboBox controlling multiple elements (used for booking/appointment program)
I am working on a booking/appointment program for a friend. The desired end result is this;
- A date picker is used to select the day.
- A combo box is used to pick a service.
- Based on the service selected, a MC will load in various options/additions to that service.
- Another MC displays a schedule showing business hours (8:00 to 5:00) in 15 minute increments - based on both the date picker and the service selected and the option(s) selected (which determines length of time needed), available time slots are unshaded, requested but not yet approved time slots are shaded color 'a' (let's say medium gray), and booked time slots (after being approved) are shaded color 'b' (let's say red).
I have the date picker working. I started a combobox which works, and controls the timeline of the options MC - where I am currently hard coding options as radio buttons and/or check boxes. I would much rather have this dynamically generated instead of picking a frame of a MC with hard coded choices. I haven't started on the scheduler yet.
Any suggestions?
-
just a bump, had set this project aside, need to pick it up again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|