RVRodie
06-15-2005, 04:29 PM
In one of my earlier (failed) attempts to implement multiple waypoint routing in wayQue, I was programatically looking at the Que program screens and generating the events necessary to activate the controls.
It just occurred to me that I could use the same technique to capture the data on the QueTrip screen, and log it to a file.
It would go something like this. TripLog would have a menu item to Capture QueTrip. TripLog would then post an alarm and launch QueTrip. When the alarm triggers, TripLog would capture the QueTrip data, and write it to its database. It would then relaunch itself to display a list of all trip logs.
Anybody see a flaw in this approach. If I could figure out the QueTracks data, I could add that to the database.
It just occurred to me that I could use the same technique to capture the data on the QueTrip screen, and log it to a file.
It would go something like this. TripLog would have a menu item to Capture QueTrip. TripLog would then post an alarm and launch QueTrip. When the alarm triggers, TripLog would capture the QueTrip data, and write it to its database. It would then relaunch itself to display a list of all trip logs.
Anybody see a flaw in this approach. If I could figure out the QueTracks data, I could add that to the database.