| | #61 | |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) Quote:
__________________ | |
| | |
| | #62 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) Hooray!!! I made a slider for the back! Still need to JS it up though so it controls the color of the monorail... Also still working on the slider.
__________________ |
| | |
| | #63 | |
| Junior Member Join Date: Jan 2005
Posts: 213
![]() | Re: About monorail widget (Merged threads) Quote:
Sorry I haven't said much. I've been preparing to go out of town (DISNEYLAND!) so I've been staying late at work lately. When it comes to connecting the slider to the QC, you need publish the input in QC and then bind to it in JS. This Apple doc should help: Enhance Your Dashboard Widgets with Quartz Composer Compositions I do have a near-work, front-based user interface but I don't know when I'll have a version ready. The 10.4 doors compatibility issue is still high on my list...
__________________ Disney College Program, Spring 2008 Disney College Program Recruiter, Current | |
| | |
| | #64 |
| Not an Annual pAssholder ![]() ![]() Join Date: Jun 2006 Location: 4 miles from DL
Posts: 2,124
![]() | Re: About monorail widget (Merged threads) Good news! Photos of Monorail Orange have surfaced and my original art for the widget was a good guess so the graphic won't need to be redone!
__________________ So much for moving ahead.... "Save [insert attraction/show]" " Bring back [insert dead attraction/show]". |
| | |
| | #65 |
| Imagineer Join Date: Feb 2008
Posts: 36
![]() | Re: About monorail widget (Merged threads) How's the project coming? |
| | |
| | #66 |
| Junior Member Join Date: Jan 2005
Posts: 213
![]() | Re: About monorail widget (Merged threads) Hey everyone! Sorry its been so long since I've popped in on this. It's sort of slipped off my desk for a while as work has ramped up in preparation for the holidays. However, I still have plenty of notes and sketches to put into action just as soon as I can make the time. I'll try and get at least a little something done every week or so just so this thing isn't totally stagnant.
__________________ Disney College Program, Spring 2008 Disney College Program Recruiter, Current |
| | |
| | #67 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) DisneyImagineering, I think the project is going well! ![]() DVkid07: Don't worry about it ![]() To all, I may have found a way to connect the slider to the model... It may be a while before I can ¡Fin! though... I'm sort of stumbling through JavaScript now, picking up pieces like sharp rocks. That link was very helpful, DVkid, but I am still confused about the values, although I am most likely to figure it out soon, as I am doing a paper about JS...Good luck, everyone!
__________________ |
| | |
| | #68 |
| Junior Member Join Date: Jan 2005
Posts: 213
![]() | Re: About monorail widget (Merged threads) Haha sounds good. Basically what I would look towards is scaling the Interpolation for the Hue value to between 0 and 1. Then set the max value of the slider to 1. From there the JS should be basic mostly on what was in the Apple doc I linked to. I think. Again, most of my binding experience comes from standalone apps. Could come in handy when it comes time for me to devote a month to building that Monorail simulator :P.
__________________ Disney College Program, Spring 2008 Disney College Program Recruiter, Current |
| | |
| | #69 | |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Quote:
Wait? ![]() Isn't the interpolation the control to change the color every "x" seconds, not the color? After modifying your QC I disconnected HSL Color from interpolation, and it stopped the cross fade not the color. Don't we want to change HSL Color's hue? Did you simply misphrase your statement, or did I not catch something?
__________________ | |
| | |
| | #70 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) Oh, and by the way, my unfocused mind finally found the library and inspector buttons. Those would have saved soooooo much time!
__________________ |
| | |
| | #71 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) So, how's everyone doing?
__________________ |
| | |
| | #72 | |
| Junior Member Join Date: Jan 2005
Posts: 213
![]() | Re: About monorail widget (Merged threads) Quote:
__________________ Disney College Program, Spring 2008 Disney College Program Recruiter, Current | |
| | |
| | #73 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) I have kind of made a decision. Although I do like the changing color of the monorail, it has turned out to be too complicated and buggy. I may just opt out for the plain 3 color model. I do like the opening doors, though. I was at the DLR not too long ago, but I was having problems with the video camera for the background... I think this was mentioned before, but it would be cool if we kept the console idea, and had it honk, change the speed/direction of the background, and have it open/shut the doors. I think another cool thing would be if the monorails shimmered every couple of minutes. Just typing out loud... But, once again, good luck every one...
__________________ |
| | |
| | #74 |
| Professional Pumpkin Head ![]() Join Date: Mar 2008 Location: 33º48'35.38"N, 117º55'8.28"W
Posts: 1,010
![]() | Re: About monorail widget (Merged threads) So, Last night I did some experimenting, and I came up with the idea of using the keyboard patch. I set up hot keys: 'red', 'orange', 'yellow', 'blue', 'green', and 'purple' plus '[space]'. The only problem, QC does not recognize the keyboard strokes... ![]() Help please???
__________________ |
| | |
| | #75 | |
| Junior Member Join Date: Jan 2005
Posts: 213
![]() | Re: About monorail widget (Merged threads) Quote:
However, in the Dashboard, it becomes very difficult to use keystrokes. My understanding is that the mouse would have to be over this particular widget in order for the keystrokes to be received by the code. A simple solution might be to use the left and right passenger cars as control areas that let you cycle through the available colors. If the order was ROYBGP and the widget was showing red then pressing the right car would make it orange. Pressing again would make it blue, again green, again purple. The same would work in reverse using the left car. I've seen this sort of thing done on widgets, where the "instructions" are overlaid on the layout when the widget first loads (when dashboard is initiated each time) for a second or two before fading. That way, each time you see the widget you're reminded of the controls. I can implement this on the QC side pretty quickly and upload the .qtz somewhere. I still like the console idea, though implementation on a widget might be tough.
__________________ Disney College Program, Spring 2008 Disney College Program Recruiter, Current | |
| | |
![]() |
| Bookmarks |
| Tags |
| apple, mark vii, monorail, widget |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| V (Merged Threads) | SummerInFL | TV | 9 | 05-23-2009 07:17 AM |
| What do you want to see with HM? (Merged threads) | lazyboy97O | Walt Disney World Resort | 32 | 05-10-2006 08:26 AM |