From skip at skipcomer.com Mon Sep 1 12:49:04 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 12:46:32 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <20030901030306.2964.qmail@web41105.mail.yahoo.com> Message-ID: <325916AD-DC9C-11D7-B12A-000393A575D2@skipcomer.com> Hi Xiaoqiu, I've made another map movie that will save the votes when you click the arrow. It's in the mail server custom folder as map9_1.swf. I can't test it, so see what you can tell about it. It sends the votes to a method called "save_votes" (Is that the name we agreed on?) The format is: {obj_id:"map",answerSet:{76:'5',62:'2',...}} I'll modify the questions next. --Skip On Sunday, August 31, 2003, at 11:03 PM, xq bao wrote: > Hi Skip, > > Thanks for the message! > I will keep working on it. Can you please call or email me if Steve can > have a cellphone meeting tomorrow? So I can go to your home office and > work on the keypad issue. > > See you! > > Xiaoqiu > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I put the current version of the dataMap movie on the mail server, >> at: >> >> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ >> portal_skins/custom/dataMap.swf >> >> It uses the get_votes_info method, which is a "return" script. I'll >> >> paste the code in below. Just overwrite it with your method, and use >> >> the Flash movie for testing. I'll send you the voting info a little >> >> later. >> >> --Skip >> >> >> return[ >> {'obj_id':'questionInfo','questions':[ >> {'obj_id':'question1','answers':[ >> {'ansText':'Coffee/Tea','url':'coffeeTea.swf'}, >> {'ansText':'Water','url':'waterGlass.swf'}, >> {'ansText':'Both','url':'coffeeTeaWater.swf'}, >> {'ansText':'None','url':'emptyClip'}]}, >> {'obj_id':'question2','answers':[ >> {'ansText':'Juice','url':'ojGlass.swf'}, >> {'ansText':'Grapes','url':'grape.swf'}, >> {'ansText':'Both','url':'ojGrapes.swf'}, >> {'ansText':'None','url':'emptyClip'}]}, >> {'obj_id':'question3','answers':[ >> {'ansText':'Croissant','url':'2croissant.swf'}, >> {'ansText':'Bread','url':'frenchbread.swf'}, >> {'ansText':'Both','url':'bothBreads.swf'}, >> {'ansText':'None','url':'emptyClip'}]}, >> {'obj_id':'question4','answers':[ >> {'ansText':'Milk','url':'milk.swf'}, >> {'ansText':'Yogurt','url':'yogurt.swf'}, >> {'ansText':'Both','url':'milkYogurt.swf'}, >> {'ansText':'None','url':'emptyClip'}]}, >> ] >> }, >> {'obj_id':'Southeast','questions':[ >> {'obj_id':'question1','answers':[8,4,4,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[8,4,6,3]}, >> {'obj_id':'question4','answers':[2,8,6,3]}] >> }, >> {'obj_id':'Northeast','questions':[ >> {'obj_id':'question1','answers':[8,4,6,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[8,4,6,3]}, >> {'obj_id':'question4','answers':[2,4,6,3]}] >> }, >> {'obj_id':'Midwest','questions':[ >> {'obj_id':'question1','answers':[2,4,6,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[2,4,6,3]}, >> {'obj_id':'question4','answers':[2,4,6,3]}] >> }, >> {'obj_id':'South Central','questions':[ >> {'obj_id':'question1','answers':[8,4,4,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[8,4,6,3]}, >> {'obj_id':'question4','answers':[2,8,6,3]}] >> }, >> {'obj_id':'Great Plains','questions':[ >> {'obj_id':'question1','answers':[8,4,6,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[8,4,6,3]}, >> {'obj_id':'question4','answers':[2,4,6,3]}] >> }, >> {'obj_id':'West','questions':[ >> {'obj_id':'question1','answers':[2,4,6,3]}, >> {'obj_id':'question2','answers':[2,4,6,3]}, >> {'obj_id':'question3','answers':[2,4,6,3]}, >> {'obj_id':'question4','answers':[2,4,6,3]}] >> } >> ] >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Mon Sep 1 12:50:13 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 12:47:38 2003 Subject: [Hecdev] New Background for Make a Meal Screen/SuperFoods In-Reply-To: <1062390542.3f52cb0e2feb5@webmail.iu.edu> Message-ID: <5B49E280-DC9C-11D7-B12A-000393A575D2@skipcomer.com> Thanks! I got it, and it looks good. I'll work with it later today. --Skip On Monday, September 1, 2003, at 12:29 AM, jkernick@iupui.edu wrote: > Skip, > > I have uploaded the cafeteria background design I was working on for > the Make a > Meal screen. Feel free to play with it, I tried to keep it as > uncluttered as > possible to make room for the foods. The filename is cafeteria.swf - > it is in > the custom folder. Also, I uploaded the two superfood movies that > Veryln > wanted to include: super_oj.swf and super_yogurt.swf. The .fla files > are > there too. These are the animated versions of the foods, with sound > effects. > I wasn't sure if you still wanted to use them or not. Let me know if > you have > any questions or need anything else. Thanks! > > Jolene > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Mon Sep 1 11:45:57 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Sep 1 13:46:41 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <325916AD-DC9C-11D7-B12A-000393A575D2@skipcomer.com> Message-ID: <20030901184557.57439.qmail@web41104.mail.yahoo.com> Hi Skip, map9_1.swf looks very good! I have finished the '.../custom/save_votes'. It takes an argument: votes_info. The format is: votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} I tested map9_1.swf. I can see the data in the database (using .../custom/keypad_info/select_keypad_event, all args are optional). I used the .../custom/sendEventsForm to send the votes. It worked. I am working on 'get_votes_info'. It will done soon. Please let me know if you need me to work on the Cappuccino today. If not, can you please take my laptop to the school tomorrow? Thanks! Xiaoqiu --- Skip Comer wrote: > Hi Xiaoqiu, > > I've made another map movie that will save the votes when you click > the > arrow. It's in the mail server custom folder as map9_1.swf. I can't > > test it, so see what you can tell about it. It sends the votes to a > method called "save_votes" (Is that the name we agreed on?) The > format > is: > > {obj_id:"map",answerSet:{76:'5',62:'2',...}} > > I'll modify the questions next. > > --Skip __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From skip at skipcomer.com Mon Sep 1 14:18:51 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 14:16:17 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <20030901184557.57439.qmail@web41104.mail.yahoo.com> Message-ID: Hi Xiaoqiu, I've got the questions set up to send you the votes now. Here's the url: http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/question_nahec_sleep.swf The first question will link to the other three. It will send you votes when you click the "result" button. The format is: {obj_id:"question1",answerSet{74:"2",62:"3",...}} The questions are named "question1", "question2", "question3", etc. It might make more sense to name them with the file name, segment name, etc. Let me know if you want to change that. Again, I can't test them, so let me know if they work or not. If we get the vote thing working, I'd like to move it to the cappucino. I don't know whether that is something I can do, or if you will need to come over and set it up. If we hear from Steve, I'd definitely like to get the keypads working. We might be able to do it by telephone. Maybe we should plan to work here for a while late this afternoon or this evening? --Skip On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: > Hi Skip, > > map9_1.swf looks very good! > > I have finished the '.../custom/save_votes'. It takes an argument: > votes_info. The format is: > votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} > I tested map9_1.swf. I can see the data in the database (using > .../custom/keypad_info/select_keypad_event, all args are optional). > > I used the .../custom/sendEventsForm to send the votes. It worked. > > I am working on 'get_votes_info'. It will done soon. > > Please let me know if you need me to work on the Cappuccino today. If > not, can you please take my laptop to the school tomorrow? > > Thanks! > > Xiaoqiu > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I've made another map movie that will save the votes when you click >> the >> arrow. It's in the mail server custom folder as map9_1.swf. I can't >> >> test it, so see what you can tell about it. It sends the votes to a >> method called "save_votes" (Is that the name we agreed on?) The >> format >> is: >> >> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >> >> I'll modify the questions next. >> >> --Skip > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Mon Sep 1 14:30:18 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 14:27:44 2003 Subject: [Hecdev] I heard from Steve In-Reply-To: <20030901184557.57439.qmail@web41104.mail.yahoo.com> Message-ID: <5671EA18-DCAA-11D7-B12A-000393A575D2@skipcomer.com> Hi Xiaoqiu, I heard from Steve. He's on the road, and should be getting in about 5:00. He's going to call to let me know when he's back. I'll let you know when he calls. Can you come over then and sort out the keypads with Steve on the phone? --Skip On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: > Hi Skip, > > map9_1.swf looks very good! > > I have finished the '.../custom/save_votes'. It takes an argument: > votes_info. The format is: > votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} > I tested map9_1.swf. I can see the data in the database (using > .../custom/keypad_info/select_keypad_event, all args are optional). > > I used the .../custom/sendEventsForm to send the votes. It worked. > > I am working on 'get_votes_info'. It will done soon. > > Please let me know if you need me to work on the Cappuccino today. If > not, can you please take my laptop to the school tomorrow? > > Thanks! > > Xiaoqiu > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I've made another map movie that will save the votes when you click >> the >> arrow. It's in the mail server custom folder as map9_1.swf. I can't >> >> test it, so see what you can tell about it. It sends the votes to a >> method called "save_votes" (Is that the name we agreed on?) The >> format >> is: >> >> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >> >> I'll modify the questions next. >> >> --Skip > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From verlynw at rlhec.org Mon Sep 1 14:39:21 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Mon Sep 1 14:40:02 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <68EB8E20-DBFF-11D7-B12A-000393A575D2@skipcomer.com> Message-ID: *This message was transferred with a trial version of CommuniGate(tm) Pro* Just clicked on a few links---things are looking good! Thanks for all of your after hours work to pull this off! Verlyn On Sunday, August 31, 2003, at 05:06 PM, Skip Comer wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Xiaoqiu, > > I put the current version of the dataMap movie on the mail server, at: > > http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ > portal_skins/custom/dataMap.swf > > It uses the get_votes_info method, which is a "return" script. I'll > paste the code in below. Just overwrite it with your method, and use > the Flash movie for testing. I'll send you the voting info a little > later. > > --Skip > > > return[ > {'obj_id':'questionInfo','questions':[ > {'obj_id':'question1','answers':[ > {'ansText':'Coffee/Tea','url':'coffeeTea.swf'}, > {'ansText':'Water','url':'waterGlass.swf'}, > {'ansText':'Both','url':'coffeeTeaWater.swf'}, > {'ansText':'None','url':'emptyClip'}]}, > {'obj_id':'question2','answers':[ > {'ansText':'Juice','url':'ojGlass.swf'}, > {'ansText':'Grapes','url':'grape.swf'}, > {'ansText':'Both','url':'ojGrapes.swf'}, > {'ansText':'None','url':'emptyClip'}]}, > {'obj_id':'question3','answers':[ > {'ansText':'Croissant','url':'2croissant.swf'}, > {'ansText':'Bread','url':'frenchbread.swf'}, > {'ansText':'Both','url':'bothBreads.swf'}, > {'ansText':'None','url':'emptyClip'}]}, > {'obj_id':'question4','answers':[ > {'ansText':'Milk','url':'milk.swf'}, > {'ansText':'Yogurt','url':'yogurt.swf'}, > {'ansText':'Both','url':'milkYogurt.swf'}, > {'ansText':'None','url':'emptyClip'}]}, > ] > }, > {'obj_id':'Southeast','questions':[ > {'obj_id':'question1','answers':[8,4,4,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[8,4,6,3]}, > {'obj_id':'question4','answers':[2,8,6,3]}] > }, > {'obj_id':'Northeast','questions':[ > {'obj_id':'question1','answers':[8,4,6,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[8,4,6,3]}, > {'obj_id':'question4','answers':[2,4,6,3]}] > }, > {'obj_id':'Midwest','questions':[ > {'obj_id':'question1','answers':[2,4,6,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[2,4,6,3]}, > {'obj_id':'question4','answers':[2,4,6,3]}] > }, > {'obj_id':'South Central','questions':[ > {'obj_id':'question1','answers':[8,4,4,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[8,4,6,3]}, > {'obj_id':'question4','answers':[2,8,6,3]}] > }, > {'obj_id':'Great Plains','questions':[ > {'obj_id':'question1','answers':[8,4,6,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[8,4,6,3]}, > {'obj_id':'question4','answers':[2,4,6,3]}] > }, > {'obj_id':'West','questions':[ > {'obj_id':'question1','answers':[2,4,6,3]}, > {'obj_id':'question2','answers':[2,4,6,3]}, > {'obj_id':'question3','answers':[2,4,6,3]}, > {'obj_id':'question4','answers':[2,4,6,3]}] > } > ] > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From xqbao at yahoo.com Mon Sep 1 12:43:10 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Sep 1 14:43:54 2003 Subject: [Hecdev] get_votes_info In-Reply-To: Message-ID: <20030901194310.61185.qmail@web41105.mail.yahoo.com> Hi Skip, I tested question_nahec_sleep.swf. All question segments can send votes to the database. I am still working on get_votes_info. I am almost done. I will email you after I test the get_votes_info. Thanks! Xiaoqiu --- Skip Comer wrote: > Hi Xiaoqiu, > > I've got the questions set up to send you the votes now. Here's the > > url: > > http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ > portal_skins/custom/question_nahec_sleep.swf > > The first question will link to the other three. It will send you > votes when you click the "result" button. The format is: > > {obj_id:"question1",answerSet{74:"2",62:"3",...}} > > The questions are named "question1", "question2", "question3", etc. > It > might make more sense to name them with the file name, segment name, > > etc. Let me know if you want to change that. Again, I can't test > them, so let me know if they work or not. > > If we get the vote thing working, I'd like to move it to the > cappucino. > I don't know whether that is something I can do, or if you will > need > to come over and set it up. If we hear from Steve, I'd definitely > like > to get the keypads working. We might be able to do it by telephone. > > Maybe we should plan to work here for a while late this afternoon or > > this evening? > > --Skip > > On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: > > > Hi Skip, > > > > map9_1.swf looks very good! > > > > I have finished the '.../custom/save_votes'. It takes an argument: > > votes_info. The format is: > > votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} > > I tested map9_1.swf. I can see the data in the database (using > > .../custom/keypad_info/select_keypad_event, all args are optional). > > > > I used the .../custom/sendEventsForm to send the votes. It worked. > > > > I am working on 'get_votes_info'. It will done soon. > > > > Please let me know if you need me to work on the Cappuccino today. > If > > not, can you please take my laptop to the school tomorrow? > > > > Thanks! > > > > Xiaoqiu > > > > --- Skip Comer wrote: > >> Hi Xiaoqiu, > >> > >> I've made another map movie that will save the votes when you > click > >> the > >> arrow. It's in the mail server custom folder as map9_1.swf. I > can't > >> > >> test it, so see what you can tell about it. It sends the votes to > a > >> method called "save_votes" (Is that the name we agreed on?) The > >> format > >> is: > >> > >> {obj_id:"map",answerSet:{76:'5',62:'2',...}} > >> > >> I'll modify the questions next. > >> > >> --Skip > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From skip at skipcomer.com Mon Sep 1 15:02:00 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 14:59:30 2003 Subject: [Hecdev] More from Steve... In-Reply-To: <20030901194310.61185.qmail@web41105.mail.yahoo.com> Message-ID: Hi Xiaoqiu, Steve called again, and he says we need to update the cappucino's CVS directories from the mail server's Health Theater Product Directory CVS. Since we can't go online from the cappucino, he thought we could make a tarball and move it to the cappucino. Is that something you can look at this afternoon? --Skip On Monday, September 1, 2003, at 03:43 PM, xq bao wrote: > Hi Skip, > > I tested question_nahec_sleep.swf. All question segments can send votes > to the database. I am still working on get_votes_info. I am almost > done. > > I will email you after I test the get_votes_info. > > Thanks! > > Xiaoqiu > > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I've got the questions set up to send you the votes now. Here's the >> >> url: >> >> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ >> portal_skins/custom/question_nahec_sleep.swf >> >> The first question will link to the other three. It will send you >> votes when you click the "result" button. The format is: >> >> {obj_id:"question1",answerSet{74:"2",62:"3",...}} >> >> The questions are named "question1", "question2", "question3", etc. >> It >> might make more sense to name them with the file name, segment name, >> >> etc. Let me know if you want to change that. Again, I can't test >> them, so let me know if they work or not. >> >> If we get the vote thing working, I'd like to move it to the >> cappucino. >> I don't know whether that is something I can do, or if you will >> need >> to come over and set it up. If we hear from Steve, I'd definitely >> like >> to get the keypads working. We might be able to do it by telephone. >> >> Maybe we should plan to work here for a while late this afternoon or >> >> this evening? >> >> --Skip >> >> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: >> >>> Hi Skip, >>> >>> map9_1.swf looks very good! >>> >>> I have finished the '.../custom/save_votes'. It takes an argument: >>> votes_info. The format is: >>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} >>> I tested map9_1.swf. I can see the data in the database (using >>> .../custom/keypad_info/select_keypad_event, all args are optional). >>> >>> I used the .../custom/sendEventsForm to send the votes. It worked. >>> >>> I am working on 'get_votes_info'. It will done soon. >>> >>> Please let me know if you need me to work on the Cappuccino today. >> If >>> not, can you please take my laptop to the school tomorrow? >>> >>> Thanks! >>> >>> Xiaoqiu >>> >>> --- Skip Comer wrote: >>>> Hi Xiaoqiu, >>>> >>>> I've made another map movie that will save the votes when you >> click >>>> the >>>> arrow. It's in the mail server custom folder as map9_1.swf. I >> can't >>>> >>>> test it, so see what you can tell about it. It sends the votes to >> a >>>> method called "save_votes" (Is that the name we agreed on?) The >>>> format >>>> is: >>>> >>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >>>> >>>> I'll modify the questions next. >>>> >>>> --Skip >>> >>> >>> __________________________________ >>> Do you Yahoo!? >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>> http://sitebuilder.yahoo.com >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Mon Sep 1 13:58:51 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Sep 1 15:59:35 2003 Subject: [Hecdev] More from Steve... In-Reply-To: Message-ID: <20030901205851.73624.qmail@web41110.mail.yahoo.com> Hi Skip, I don't know which folder I should use to make a tarball. I guess it's the /usr/local/HECApp/Z261-Products/HealthTheatre/CVS folder. Do you think we can have a telephone meeting with Steve after he gets back today and test the system tomorrow morning with Mary and Steve until Steve boards the plane? Thanks! Xiaoqiu --- Skip Comer wrote: > Hi Xiaoqiu, > > Steve called again, and he says we need to update the cappucino's CVS > > directories from the mail server's Health Theater Product Directory > CVS. Since we can't go online from the cappucino, he thought we > could > make a tarball and move it to the cappucino. Is that something you > can > look at this afternoon? > > --Skip > > > On Monday, September 1, 2003, at 03:43 PM, xq bao wrote: > > > Hi Skip, > > > > I tested question_nahec_sleep.swf. All question segments can send > votes > > to the database. I am still working on get_votes_info. I am almost > > done. > > > > I will email you after I test the get_votes_info. > > > > Thanks! > > > > Xiaoqiu > > > > > > --- Skip Comer wrote: > >> Hi Xiaoqiu, > >> > >> I've got the questions set up to send you the votes now. Here's > the > >> > >> url: > >> > >> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ > >> portal_skins/custom/question_nahec_sleep.swf > >> > >> The first question will link to the other three. It will send you > >> votes when you click the "result" button. The format is: > >> > >> {obj_id:"question1",answerSet{74:"2",62:"3",...}} > >> > >> The questions are named "question1", "question2", "question3", > etc. > >> It > >> might make more sense to name them with the file name, segment > name, > >> > >> etc. Let me know if you want to change that. Again, I can't test > >> them, so let me know if they work or not. > >> > >> If we get the vote thing working, I'd like to move it to the > >> cappucino. > >> I don't know whether that is something I can do, or if you will > >> need > >> to come over and set it up. If we hear from Steve, I'd definitely > >> like > >> to get the keypads working. We might be able to do it by > telephone. > >> > >> Maybe we should plan to work here for a while late this afternoon > or > >> > >> this evening? > >> > >> --Skip > >> > >> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: > >> > >>> Hi Skip, > >>> > >>> map9_1.swf looks very good! > >>> > >>> I have finished the '.../custom/save_votes'. It takes an > argument: > >>> votes_info. The format is: > >>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} > >>> I tested map9_1.swf. I can see the data in the database (using > >>> .../custom/keypad_info/select_keypad_event, all args are > optional). > >>> > >>> I used the .../custom/sendEventsForm to send the votes. It > worked. > >>> > >>> I am working on 'get_votes_info'. It will done soon. > >>> > >>> Please let me know if you need me to work on the Cappuccino > today. > >> If > >>> not, can you please take my laptop to the school tomorrow? > >>> > >>> Thanks! > >>> > >>> Xiaoqiu > >>> > >>> --- Skip Comer wrote: > >>>> Hi Xiaoqiu, > >>>> > >>>> I've made another map movie that will save the votes when you > >> click > >>>> the > >>>> arrow. It's in the mail server custom folder as map9_1.swf. I > >> can't > >>>> > >>>> test it, so see what you can tell about it. It sends the votes > to > >> a > >>>> method called "save_votes" (Is that the name we agreed on?) The > >>>> format > >>>> is: > >>>> > >>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} > >>>> > >>>> I'll modify the questions next. > >>>> > >>>> --Skip > >>> > >>> > >>> __________________________________ > >>> Do you Yahoo!? > >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software > >>> http://sitebuilder.yahoo.com > >>> _______________________________________________ > >>> Hecdev mailing list > >>> Hecdev@spvi.com > >>> http://mailman.spvi.com/mailman/listinfo/hecdev > >> > >> _______________________________________________ > >> Hecdev mailing list > >> Hecdev@spvi.com > >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From skip at skipcomer.com Mon Sep 1 16:13:10 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 16:10:38 2003 Subject: [Hecdev] More from Steve... In-Reply-To: <20030901205851.73624.qmail@web41110.mail.yahoo.com> Message-ID: Yes, I think that's the thing to do. Let's get it working as well as we can with the phone conversation, then tomorrow morning, we should set it all up at the PT lab, find any troubles, then pack up the various parts for travelling. Can you come over around 6:00? --Skip On Monday, September 1, 2003, at 04:58 PM, xq bao wrote: > Hi Skip, > > I don't know which folder I should use to make a tarball. I guess it's > the /usr/local/HECApp/Z261-Products/HealthTheatre/CVS folder. Do you > think we can have a telephone meeting with Steve after he gets back > today and test the system tomorrow morning with Mary and Steve until > Steve boards the plane? > > Thanks! > > Xiaoqiu > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> Steve called again, and he says we need to update the cappucino's CVS >> >> directories from the mail server's Health Theater Product Directory >> CVS. Since we can't go online from the cappucino, he thought we >> could >> make a tarball and move it to the cappucino. Is that something you >> can >> look at this afternoon? >> >> --Skip >> >> >> On Monday, September 1, 2003, at 03:43 PM, xq bao wrote: >> >>> Hi Skip, >>> >>> I tested question_nahec_sleep.swf. All question segments can send >> votes >>> to the database. I am still working on get_votes_info. I am almost >>> done. >>> >>> I will email you after I test the get_votes_info. >>> >>> Thanks! >>> >>> Xiaoqiu >>> >>> >>> --- Skip Comer wrote: >>>> Hi Xiaoqiu, >>>> >>>> I've got the questions set up to send you the votes now. Here's >> the >>>> >>>> url: >>>> >>>> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ >>>> portal_skins/custom/question_nahec_sleep.swf >>>> >>>> The first question will link to the other three. It will send you >>>> votes when you click the "result" button. The format is: >>>> >>>> {obj_id:"question1",answerSet{74:"2",62:"3",...}} >>>> >>>> The questions are named "question1", "question2", "question3", >> etc. >>>> It >>>> might make more sense to name them with the file name, segment >> name, >>>> >>>> etc. Let me know if you want to change that. Again, I can't test >>>> them, so let me know if they work or not. >>>> >>>> If we get the vote thing working, I'd like to move it to the >>>> cappucino. >>>> I don't know whether that is something I can do, or if you will >>>> need >>>> to come over and set it up. If we hear from Steve, I'd definitely >>>> like >>>> to get the keypads working. We might be able to do it by >> telephone. >>>> >>>> Maybe we should plan to work here for a while late this afternoon >> or >>>> >>>> this evening? >>>> >>>> --Skip >>>> >>>> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: >>>> >>>>> Hi Skip, >>>>> >>>>> map9_1.swf looks very good! >>>>> >>>>> I have finished the '.../custom/save_votes'. It takes an >> argument: >>>>> votes_info. The format is: >>>>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} >>>>> I tested map9_1.swf. I can see the data in the database (using >>>>> .../custom/keypad_info/select_keypad_event, all args are >> optional). >>>>> >>>>> I used the .../custom/sendEventsForm to send the votes. It >> worked. >>>>> >>>>> I am working on 'get_votes_info'. It will done soon. >>>>> >>>>> Please let me know if you need me to work on the Cappuccino >> today. >>>> If >>>>> not, can you please take my laptop to the school tomorrow? >>>>> >>>>> Thanks! >>>>> >>>>> Xiaoqiu >>>>> >>>>> --- Skip Comer wrote: >>>>>> Hi Xiaoqiu, >>>>>> >>>>>> I've made another map movie that will save the votes when you >>>> click >>>>>> the >>>>>> arrow. It's in the mail server custom folder as map9_1.swf. I >>>> can't >>>>>> >>>>>> test it, so see what you can tell about it. It sends the votes >> to >>>> a >>>>>> method called "save_votes" (Is that the name we agreed on?) The >>>>>> format >>>>>> is: >>>>>> >>>>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >>>>>> >>>>>> I'll modify the questions next. >>>>>> >>>>>> --Skip >>>>> >>>>> >>>>> __________________________________ >>>>> Do you Yahoo!? >>>>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>>>> http://sitebuilder.yahoo.com >>>>> _______________________________________________ >>>>> Hecdev mailing list >>>>> Hecdev@spvi.com >>>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>>> >>>> _______________________________________________ >>>> Hecdev mailing list >>>> Hecdev@spvi.com >>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>> >>> >>> __________________________________ >>> Do you Yahoo!? >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>> http://sitebuilder.yahoo.com >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Mon Sep 1 15:05:03 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Sep 1 17:05:47 2003 Subject: [Hecdev] More from Steve... In-Reply-To: Message-ID: <20030901220503.88843.qmail@web41104.mail.yahoo.com> Hi Skip, Could I come over around 6:30? Thanks! Xiaoqiu --- Skip Comer wrote: > Yes, I think that's the thing to do. Let's get it working as well > as > we can with the phone conversation, then tomorrow morning, we should > set it all up at the PT lab, find any troubles, then pack up the > various parts for travelling. Can you come over around 6:00? > > --Skip > > On Monday, September 1, 2003, at 04:58 PM, xq bao wrote: > > > Hi Skip, > > > > I don't know which folder I should use to make a tarball. I guess > it's > > the /usr/local/HECApp/Z261-Products/HealthTheatre/CVS folder. Do > you > > think we can have a telephone meeting with Steve after he gets back > > today and test the system tomorrow morning with Mary and Steve > until > > Steve boards the plane? > > > > Thanks! > > > > Xiaoqiu > > > > --- Skip Comer wrote: > >> Hi Xiaoqiu, > >> > >> Steve called again, and he says we need to update the cappucino's > CVS > >> > >> directories from the mail server's Health Theater Product > Directory > >> CVS. Since we can't go online from the cappucino, he thought we > >> could > >> make a tarball and move it to the cappucino. Is that something > you > >> can > >> look at this afternoon? > >> > >> --Skip > >> > >> > >> On Monday, September 1, 2003, at 03:43 PM, xq bao wrote: > >> > >>> Hi Skip, > >>> > >>> I tested question_nahec_sleep.swf. All question segments can send > >> votes > >>> to the database. I am still working on get_votes_info. I am > almost > >>> done. > >>> > >>> I will email you after I test the get_votes_info. > >>> > >>> Thanks! > >>> > >>> Xiaoqiu > >>> > >>> > >>> --- Skip Comer wrote: > >>>> Hi Xiaoqiu, > >>>> > >>>> I've got the questions set up to send you the votes now. Here's > >> the > >>>> > >>>> url: > >>>> > >>>> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ > >>>> portal_skins/custom/question_nahec_sleep.swf > >>>> > >>>> The first question will link to the other three. It will send > you > >>>> votes when you click the "result" button. The format is: > >>>> > >>>> {obj_id:"question1",answerSet{74:"2",62:"3",...}} > >>>> > >>>> The questions are named "question1", "question2", "question3", > >> etc. > >>>> It > >>>> might make more sense to name them with the file name, segment > >> name, > >>>> > >>>> etc. Let me know if you want to change that. Again, I can't > test > >>>> them, so let me know if they work or not. > >>>> > >>>> If we get the vote thing working, I'd like to move it to the > >>>> cappucino. > >>>> I don't know whether that is something I can do, or if you > will > >>>> need > >>>> to come over and set it up. If we hear from Steve, I'd > definitely > >>>> like > >>>> to get the keypads working. We might be able to do it by > >> telephone. > >>>> > >>>> Maybe we should plan to work here for a while late this > afternoon > >> or > >>>> > >>>> this evening? > >>>> > >>>> --Skip > >>>> > >>>> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: > >>>> > >>>>> Hi Skip, > >>>>> > >>>>> map9_1.swf looks very good! > >>>>> > >>>>> I have finished the '.../custom/save_votes'. It takes an > >> argument: > >>>>> votes_info. The format is: > >>>>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} > >>>>> I tested map9_1.swf. I can see the data in the database (using > >>>>> .../custom/keypad_info/select_keypad_event, all args are > >> optional). > >>>>> > >>>>> I used the .../custom/sendEventsForm to send the votes. It > >> worked. > >>>>> > >>>>> I am working on 'get_votes_info'. It will done soon. > >>>>> > >>>>> Please let me know if you need me to work on the Cappuccino > >> today. > >>>> If > >>>>> not, can you please take my laptop to the school tomorrow? > >>>>> > >>>>> Thanks! > >>>>> > >>>>> Xiaoqiu > >>>>> > >>>>> --- Skip Comer wrote: > >>>>>> Hi Xiaoqiu, > >>>>>> > >>>>>> I've made another map movie that will save the votes when you > >>>> click > >>>>>> the > >>>>>> arrow. It's in the mail server custom folder as map9_1.swf. > I > >>>> can't > >>>>>> > >>>>>> test it, so see what you can tell about it. It sends the > votes > >> to > >>>> a > >>>>>> method called "save_votes" (Is that the name we agreed on?) > The > >>>>>> format > >>>>>> is: > >>>>>> > >>>>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} > >>>>>> > >>>>>> I'll modify the questions next. > >>>>>> > >>>>>> --Skip > >>>>> > >>>>> > >>>>> __________________________________ > >>>>> Do you Yahoo!? > >>>>> Yahoo! SiteBuilder - Free, easy-to-use web site design software > >>>>> http://sitebuilder.yahoo.com > >>>>> _______________________________________________ > >>>>> Hecdev mailing list > >>>>> Hecdev@spvi.com > >>>>> http://mailman.spvi.com/mailman/listinfo/hecdev > >>>> > >>>> _______________________________________________ > >>>> Hecdev mailing list > >>>> Hecdev@spvi.com > >>>> http://mailman.spvi.com/mailman/listinfo/hecdev > >>> > >>> > >>> __________________________________ > >>> Do you Yahoo!? > >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software > >>> http://sitebuilder.yahoo.com > >>> _______________________________________________ > >>> Hecdev mailing list > >>> Hecdev@spvi.com > >>> http://mailman.spvi.com/mailman/listinfo/hecdev > >> > >> _______________________________________________ > >> Hecdev mailing list > >> Hecdev@spvi.com > >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From skip at skipcomer.com Mon Sep 1 17:15:42 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 1 17:13:09 2003 Subject: [Hecdev] More from Steve... In-Reply-To: <20030901220503.88843.qmail@web41104.mail.yahoo.com> Message-ID: <71D03364-DCC1-11D7-B12A-000393A575D2@skipcomer.com> Sure, whatever time will work for you is fine. On Monday, September 1, 2003, at 06:05 PM, xq bao wrote: > Hi Skip, > > Could I come over around 6:30? > > Thanks! > > Xiaoqiu > > --- Skip Comer wrote: >> Yes, I think that's the thing to do. Let's get it working as well >> as >> we can with the phone conversation, then tomorrow morning, we should >> set it all up at the PT lab, find any troubles, then pack up the >> various parts for travelling. Can you come over around 6:00? >> >> --Skip >> >> On Monday, September 1, 2003, at 04:58 PM, xq bao wrote: >> >>> Hi Skip, >>> >>> I don't know which folder I should use to make a tarball. I guess >> it's >>> the /usr/local/HECApp/Z261-Products/HealthTheatre/CVS folder. Do >> you >>> think we can have a telephone meeting with Steve after he gets back >>> today and test the system tomorrow morning with Mary and Steve >> until >>> Steve boards the plane? >>> >>> Thanks! >>> >>> Xiaoqiu >>> >>> --- Skip Comer wrote: >>>> Hi Xiaoqiu, >>>> >>>> Steve called again, and he says we need to update the cappucino's >> CVS >>>> >>>> directories from the mail server's Health Theater Product >> Directory >>>> CVS. Since we can't go online from the cappucino, he thought we >>>> could >>>> make a tarball and move it to the cappucino. Is that something >> you >>>> can >>>> look at this afternoon? >>>> >>>> --Skip >>>> >>>> >>>> On Monday, September 1, 2003, at 03:43 PM, xq bao wrote: >>>> >>>>> Hi Skip, >>>>> >>>>> I tested question_nahec_sleep.swf. All question segments can send >>>> votes >>>>> to the database. I am still working on get_votes_info. I am >> almost >>>>> done. >>>>> >>>>> I will email you after I test the get_votes_info. >>>>> >>>>> Thanks! >>>>> >>>>> Xiaoqiu >>>>> >>>>> >>>>> --- Skip Comer wrote: >>>>>> Hi Xiaoqiu, >>>>>> >>>>>> I've got the questions set up to send you the votes now. Here's >>>> the >>>>>> >>>>>> url: >>>>>> >>>>>> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ >>>>>> portal_skins/custom/question_nahec_sleep.swf >>>>>> >>>>>> The first question will link to the other three. It will send >> you >>>>>> votes when you click the "result" button. The format is: >>>>>> >>>>>> {obj_id:"question1",answerSet{74:"2",62:"3",...}} >>>>>> >>>>>> The questions are named "question1", "question2", "question3", >>>> etc. >>>>>> It >>>>>> might make more sense to name them with the file name, segment >>>> name, >>>>>> >>>>>> etc. Let me know if you want to change that. Again, I can't >> test >>>>>> them, so let me know if they work or not. >>>>>> >>>>>> If we get the vote thing working, I'd like to move it to the >>>>>> cappucino. >>>>>> I don't know whether that is something I can do, or if you >> will >>>>>> need >>>>>> to come over and set it up. If we hear from Steve, I'd >> definitely >>>>>> like >>>>>> to get the keypads working. We might be able to do it by >>>> telephone. >>>>>> >>>>>> Maybe we should plan to work here for a while late this >> afternoon >>>> or >>>>>> >>>>>> this evening? >>>>>> >>>>>> --Skip >>>>>> >>>>>> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: >>>>>> >>>>>>> Hi Skip, >>>>>>> >>>>>>> map9_1.swf looks very good! >>>>>>> >>>>>>> I have finished the '.../custom/save_votes'. It takes an >>>> argument: >>>>>>> votes_info. The format is: >>>>>>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} >>>>>>> I tested map9_1.swf. I can see the data in the database (using >>>>>>> .../custom/keypad_info/select_keypad_event, all args are >>>> optional). >>>>>>> >>>>>>> I used the .../custom/sendEventsForm to send the votes. It >>>> worked. >>>>>>> >>>>>>> I am working on 'get_votes_info'. It will done soon. >>>>>>> >>>>>>> Please let me know if you need me to work on the Cappuccino >>>> today. >>>>>> If >>>>>>> not, can you please take my laptop to the school tomorrow? >>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> Xiaoqiu >>>>>>> >>>>>>> --- Skip Comer wrote: >>>>>>>> Hi Xiaoqiu, >>>>>>>> >>>>>>>> I've made another map movie that will save the votes when you >>>>>> click >>>>>>>> the >>>>>>>> arrow. It's in the mail server custom folder as map9_1.swf. >> I >>>>>> can't >>>>>>>> >>>>>>>> test it, so see what you can tell about it. It sends the >> votes >>>> to >>>>>> a >>>>>>>> method called "save_votes" (Is that the name we agreed on?) >> The >>>>>>>> format >>>>>>>> is: >>>>>>>> >>>>>>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >>>>>>>> >>>>>>>> I'll modify the questions next. >>>>>>>> >>>>>>>> --Skip >>>>>>> >>>>>>> >>>>>>> __________________________________ >>>>>>> Do you Yahoo!? >>>>>>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>>>>>> http://sitebuilder.yahoo.com >>>>>>> _______________________________________________ >>>>>>> Hecdev mailing list >>>>>>> Hecdev@spvi.com >>>>>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>>>>> >>>>>> _______________________________________________ >>>>>> Hecdev mailing list >>>>>> Hecdev@spvi.com >>>>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>>>> >>>>> >>>>> __________________________________ >>>>> Do you Yahoo!? >>>>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>>>> http://sitebuilder.yahoo.com >>>>> _______________________________________________ >>>>> Hecdev mailing list >>>>> Hecdev@spvi.com >>>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>>> >>>> _______________________________________________ >>>> Hecdev mailing list >>>> Hecdev@spvi.com >>>> http://mailman.spvi.com/mailman/listinfo/hecdev >>> >>> >>> __________________________________ >>> Do you Yahoo!? >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>> http://sitebuilder.yahoo.com >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From steve at spvi.com Tue Sep 2 05:36:20 2003 From: steve at spvi.com (Steve Spicklemire) Date: Tue Sep 2 05:37:02 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <20030901194310.61185.qmail@web41105.mail.yahoo.com> Message-ID: <4ADCA746-DD31-11D7-92AA-000393468020@spvi.com> Hi Folks, I'm looking at the code on the server.. and I'm confused. Was there some problem with get getEvents method? It looks like you've set up a completely separate system. Did something break? thanks, -steve On Monday, September 1, 2003, at 02:43 PM, xq bao wrote: > Hi Skip, > > I tested question_nahec_sleep.swf. All question segments can send votes > to the database. I am still working on get_votes_info. I am almost > done. > > I will email you after I test the get_votes_info. > > Thanks! > > Xiaoqiu > > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I've got the questions set up to send you the votes now. Here's the >> >> url: >> >> http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ >> portal_skins/custom/question_nahec_sleep.swf >> >> The first question will link to the other three. It will send you >> votes when you click the "result" button. The format is: >> >> {obj_id:"question1",answerSet{74:"2",62:"3",...}} >> >> The questions are named "question1", "question2", "question3", etc. >> It >> might make more sense to name them with the file name, segment name, >> >> etc. Let me know if you want to change that. Again, I can't test >> them, so let me know if they work or not. >> >> If we get the vote thing working, I'd like to move it to the >> cappucino. >> I don't know whether that is something I can do, or if you will >> need >> to come over and set it up. If we hear from Steve, I'd definitely >> like >> to get the keypads working. We might be able to do it by telephone. >> >> Maybe we should plan to work here for a while late this afternoon or >> >> this evening? >> >> --Skip >> >> On Monday, September 1, 2003, at 02:45 PM, xq bao wrote: >> >>> Hi Skip, >>> >>> map9_1.swf looks very good! >>> >>> I have finished the '.../custom/save_votes'. It takes an argument: >>> votes_info. The format is: >>> votes_info={'obj_id':'map','answerSet':{76:'5',62:'2',...}} >>> I tested map9_1.swf. I can see the data in the database (using >>> .../custom/keypad_info/select_keypad_event, all args are optional). >>> >>> I used the .../custom/sendEventsForm to send the votes. It worked. >>> >>> I am working on 'get_votes_info'. It will done soon. >>> >>> Please let me know if you need me to work on the Cappuccino today. >> If >>> not, can you please take my laptop to the school tomorrow? >>> >>> Thanks! >>> >>> Xiaoqiu >>> >>> --- Skip Comer wrote: >>>> Hi Xiaoqiu, >>>> >>>> I've made another map movie that will save the votes when you >> click >>>> the >>>> arrow. It's in the mail server custom folder as map9_1.swf. I >> can't >>>> >>>> test it, so see what you can tell about it. It sends the votes to >> a >>>> method called "save_votes" (Is that the name we agreed on?) The >>>> format >>>> is: >>>> >>>> {obj_id:"map",answerSet:{76:'5',62:'2',...}} >>>> >>>> I'll modify the questions next. >>>> >>>> --Skip >>> >>> >>> __________________________________ >>> Do you Yahoo!? >>> Yahoo! SiteBuilder - Free, easy-to-use web site design software >>> http://sitebuilder.yahoo.com >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From steve at spvi.com Thu Sep 4 11:00:53 2003 From: steve at spvi.com (Steve Spicklemire) Date: Thu Sep 4 11:01:01 2003 Subject: [Hecdev] Forwarded message Re: NAHEC conference In-Reply-To: Message-ID: On Thursday, September 4, 2003, at 09:43 AM, Comer, Robert Skipworth wrote: > Hi Steve, > > I'm trying get the message pasted in below sent out to the HEC list, > but I can't seem to get to the iquest mail server from here, and I > don't have a message from the list on my web mail account. Could you > please forward this out for me and copy Dr.Bailey( dbailey@iupui.edu > ), and Polly Baker ( baker@iupui.edu ) > > Thanks goes double for you! > > --Skip > ------------------------------------------------------- > > Hi, > > I just wanted to send a message to everyone on the team to let you > know that the presentation was a great success, and to thank all of > you for the good work, long hours, help with equipment, software, and > much more! > > For those of you who didn't see the finished product, here are the > URLs for the various parts of the project: > > The Region Map: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > map9_1.swf > > The questions: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > question_nahec_sleep.swf > > The "cafeteria" food display: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > foodPushTest_8_28a.swf > > The map with the breakfast voting results: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > dataMap.swf > > The voting data display: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > dataDetail.swf > > > --If you want to interact with on-screen keypads, open a new window > with: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > keypads.swf > Click the "New Keypad" button a few times to open some keypads. Leave > this in a separate window. > > --If you want to push foods to the food display application, open a > new window with: > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ > asyncFoodTest8_27.swf > Click the "New InstantXML Window" button, and Click "connect" when the > new window opens. > > Thanks again! > > --Skip > From skip at skipcomer.com Thu Sep 4 09:37:34 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 8 08:55:33 2003 Subject: [Hecdev] NAHEC conference In-Reply-To: <4ADCA746-DD31-11D7-92AA-000393468020@spvi.com> Message-ID: Hi, I just wanted to send a message to everyone on the team to let you know that the presentation was a great success, and to thank all of you for the good work, long hours, help with equipment, software, and much more! For those of you who didn't see the finished product, here are the URLs for the various parts of the project: The Region Map: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ map9_1.swf The questions: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ question_nahec_sleep.swf The "cafeteria" food display: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ foodPushTest_8_28a.swf The map with the breakfast voting results: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ dataMap.swf The voting data display: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ dataDetail.swf --If you want to interact with on-screen keypads, open a new window with: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ keypads.swf Click the "New Keypad" button a few times to open some keypads. Leave this in a separate window. --If you want to push foods to the food display application, open a new window with: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/custom/ asyncFoodTest8_27.swf Click the "New InstantXML Window" button, and Click "connect" when the new window opens. Thanks again! --Skip From skip at skipcomer.com Mon Sep 8 11:46:22 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 8 11:43:52 2003 Subject: [Hecdev] Life after NAHEC... In-Reply-To: Message-ID: <9900B40A-E213-11D7-9EB3-000393A575D2@skipcomer.com> Hi, As we re-focus our work beyond the NAHEC conference, I wanted to lay out the next set of upcoming goals and objectives. We have another conference coming up the 2nd week of October (the Internet2 Fall Applications Meeting). I'd like to plan a strategy for that conference as early as possible. These conferences are a mixed blessing: the amount of effort required to "get there" causes our work to become demo-centered, which detracts from the primary mission of our work. On the other hand, the focus generated by the deadline accelerates development, and we make a lot of progress toward our eventual goals. With the NAHEC conference behind us, it's important to: (1) Revisit our primary goals. (2) Find ways to use leverage with what we've just accomplished to move toward the primary goals, and to make the Internet2 demo easier to do. (3) Use good strategy for new features of the Internet2 demo, so that we can use it to further the overall goals. The obvious way to repurpose the NAHEC demo is to re-style it from a breakfast session to something more appropriate for the Internet2 evening session. We should find out what the catering plans are, and start compiling a list of foods we want to use in the demo. It would be good to compare the catering list to the list of 50 foods (used by the nutrition teachers) Kathy compiled for us a few months back. We need to start building a library of graphics/food models, etc., that are a subset of that list. Another consideration is that the Indiana Humanities Council has expressed interest in participating in the Internet2 event. We should compare notes with them to see if there is a way to collaborate on a demo, and make progress on the meta-data project at the same time. The focus of the Internet2 group is primarily on high-speed/high-bandwidth networks and applications, but it is also an organization that places a high value on collaboration between member organizations. The RLHEC meeting is for the K-20 working group, and the work we are doing --especially if it is in the context of collaborations with other Health Ed. centers and schools-- should be of great interest. There was a lot of response from the other organizations at the NAHEC conference, so we might find another center willing to do a demonstration project with us. This could be very valuable to the overall project on a number of fronts, so some creative thinking here would be good. I would also like to give some attention to infrastructure issues. Underneath the NAHEC project is a database structure for defining the questions/answers, and the presentation format. There is a crude UI --built in Flash-- and another UI/metadata/database structure in CMF. We need to develop this soon, so that we can quickly develop question presentations for the demo and the classroom. We need to have a question authoring UI, so that teachers and other "mere mortals" can easily author questions and answer sets. We also need to look at UI's for CMF so that we can use it more effectively. This will require some research. I've heard some discussion of existing software called "Plone" that might give us some benefit. HTML, Flash, or Director might be useful, also. Here are some working assignments, so you can be thinking about how to proceed. We can get started on these things at tomorrow's meeting. Ren: Start making food graphics. Use Kathy's 50-food list as a guide. Get input from Verlyn and Anita Ray about what foods we might use for the demo. Also, let's look at what we want to use as the background for the food display. We should brainstorm in Tuesday's meeting. Should we leave it as a cafeteria? --make it a grocery store? --restaurant? --picnic table? etc. It might be good to do a set of backgrounds. They are easily interchanged, and we could build a library of them. Jolene: I want you to get acquainted with CMF. Get Pete Knopf's list of metadata fields and get together with Xiaoqiu and Steve. We want to create database tables and a "form" from the fields he gave us. The initial form will probably be in CMF. Be sure any field names you use are descriptive and understandable. Get Steve to take you through CMF, then start looking at alternative UI's for it. Get Steve's input about how to plug in Flash/HTML/Director "skins" for the UI. Talk to Mary about Plone, and do some research on the web about it. Also, let's look at where things stand with the question authoring UI and CMF. You and I should collaborate on the UI for that. It's in Flash now, but it might be better to take it into Director. Check in with Pete, let him know what you're doing, see if he wants to proceed with working sessions on metadata topics, and see if he has any thoughts/interest about collaborating on the Internet2 demo. Xiaoqiu: Work with Jolene on the metadata project (above). If Pete wants to start the metadata working sessions, you should be involved with that. Let's get the Zope methods working for running the questions out of CMF. Also, work with Steve with the related issues with the programs/sections/sessions, etc. Once that is working, we will certainly want to put a UI on top of it, so you should stay current with the "skins" work I've asked Jolene to do. Let's revisit parsing the Keynote XML data. That may be one of the ways to go with the UI issue. You should probably find out what you can about Plone, also. Work with Ren and Mary to get any new foods set up in the database. Also, let's start working on moving things to the Media Library, and out of the Custom folder. Steve: We need some education about CMF for Jolene and myself, so if you could help us understand how it works, that would be great. How do we make a "skin"? Can it be done with Flash/Director, or should we stick with HTML? Can you (or Mary?) tell us anything about Plone? An update on where you are with the program/section/session structures would also be good. Verlyn: Check in with Anita and start thinking about how we could convert our breakfast over to the Internet2 event. Would we want to do the same format as last week, or would we be splitting it into more than one session? Are there other presentations from other teachers happening? If so, can we integrate keypads, etc. into those presentations? Is there something we can put together with another center that would be compelling? Updated lists of meals, questions, etc. will be needed soon. Vince: Will you be doing updated Flash presentations for the questions? I should show you how we broke the Flash movies apart, so you can build them with similar modules. Any ideas for new or collaborative presentations? Mary: Let's start thinking about additional interesting ways to interact with the system using RFID. Could we find a good way to do a collaborative project with another center using RFID? Also, could you keep us updated on Rob/Albert's progress with the stereo videos? Keep current with Ren/Verlyn/Xiaoqiu about foods, tags, etc., and if you can help us with the Plone info, that's appreciated. ------------------------------------ Thanks again to all of you for the great work! See you tomorrow... --Skip From jared at mail2000.com.tw Tue Sep 9 06:12:17 2003 From: jared at mail2000.com.tw (Ren-Jiun) Date: Mon Sep 8 17:38:22 2003 Subject: [Hecdev] Life after NAHEC... Message-ID: <1063059137.64425.jared@mail2000.com.tw> Yes sir, Boss! :) >Here are some working assignments, so you can be thinking about how to >proceed. We can get started on these things at tomorrow's meeting. >Ren: Start making food graphics. Use Kathy's 50-food list as a guide. > Get input from Verlyn and Anita Ray about what foods we might use for >the demo. Also, let's look at what we want to use as the background >for the food display. We should brainstorm in Tuesday's meeting. >Should we leave it as a cafeteria? --make it a grocery store? >--restaurant? --picnic table? etc. It might be good to do a set of >backgrounds. They are easily interchanged, and we could build a >library of them. From steve at spvi.com Tue Sep 9 08:32:00 2003 From: steve at spvi.com (Steve Spicklemire) Date: Tue Sep 9 08:32:08 2003 Subject: [Hecdev] preschool... Message-ID: I forgot to mention.. Clay has preschool this year on Tuesday and Thursday mornings.. so it's not a great time for me to meet. Maybe someone could post minutes or notes afterward? thanks! -steve From rscomer at iupui.edu Tue Sep 9 13:16:10 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Sep 9 13:17:17 2003 Subject: [Hecdev] preschool... Message-ID: Hi Steve, Should we look at changing the meeting time? Also, Vince doesn't seem to be getting the list postings. I believe he is vinnie@sonar.com. Could you add him in? We discussed the various working assignments I'd sent out yesterday, and how we want to proceed with the Internet2 demo. We need to move ahead quickly with the Nutrition Theater material (questions and the finalized food calculator/display). This affects you in two main areas: we need to get the program/section/segment function working, and Jolene and I will be working on wrangling the questions into CMF, and need some instruction about CMF, skins, etc. Could we get together this week to look at that? Friday sounds like the best day, but if we have to do it tomorrow(Wednesday), I think we could make that work. (I'm assuming Thursday morning is out due to preschool) --Skip -----Original Message----- From: Steve Spicklemire [mailto:steve@spvi.com] Sent: Tuesday, September 09, 2003 8:32 AM To: hecdev@spvi.com Cc: Steve Spicklemire Subject: [Hecdev] preschool... I forgot to mention.. Clay has preschool this year on Tuesday and Thursday mornings.. so it's not a great time for me to meet. Maybe someone could post minutes or notes afterward? thanks! -steve _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Tue Sep 9 11:27:59 2003 From: xqbao at yahoo.com (xq bao) Date: Tue Sep 9 13:28:48 2003 Subject: [Hecdev] preschool... In-Reply-To: Message-ID: <20030909182759.41451.qmail@web41111.mail.yahoo.com> Hi Steve, I got Vince's email address from a mailing list. His email on the list is "Vince Freeman ". Thanks! See you! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From steve at spvi.com Tue Sep 9 13:44:44 2003 From: steve at spvi.com (Steve Spicklemire) Date: Tue Sep 9 13:44:54 2003 Subject: [Hecdev] preschool... In-Reply-To: Message-ID: Hi Skip, On Tuesday, September 9, 2003, at 01:16 PM, Comer, Robert Skipworth wrote: > Hi Steve, > > Should we look at changing the meeting time? I hate to be the one who forces everybody else to adjust. I'd say that since school is back in gear, it's going to be harder for me to meet at any time every week. It has also seemed to me that my contributions to the Tuesday morning meetings has been pretty limited. It might work better to set up a time when a small group of developers could meet and work on specific issues. At this point Tuesday, Wednesday and (early) Friday afternoons are most open for me. > Also, Vince doesn't seem > to be getting the list postings. I believe he is vinnie@sonar.com. > Could you add him in? I guess he never signed up in the CMF. I just added him. He should get this email. > > We discussed the various working assignments I'd sent out yesterday, > and > how we want to proceed with the Internet2 demo. We need to move ahead > quickly with the Nutrition Theater material (questions and the > finalized > food calculator/display). This affects you in two main areas: we need > to get the program/section/segment function working, and Jolene and I > will be working on wrangling the questions into CMF, and need some > instruction about CMF, skins, etc. Could we get together this week to > look at that? Friday sounds like the best day, but if we have to do it > tomorrow(Wednesday), I think we could make that work. (I'm assuming > Thursday morning is out due to preschool) This Friday would work. I have a class at 9am, and I'm free after 10am, until around 2:30 or so. Where would you like to meet? thanks, -steve > > --Skip > > -----Original Message----- > From: Steve Spicklemire [mailto:steve@spvi.com] > Sent: Tuesday, September 09, 2003 8:32 AM > To: hecdev@spvi.com > Cc: Steve Spicklemire > Subject: [Hecdev] preschool... > > I forgot to mention.. Clay has preschool this year on Tuesday and > Thursday mornings.. so it's not a great time for me to meet. Maybe > someone could post minutes or notes afterward? > > thanks! > -steve > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From vinnie at sonarstudios.com Tue Sep 9 14:25:47 2003 From: vinnie at sonarstudios.com (Vincent Freeman) Date: Tue Sep 9 14:34:17 2003 Subject: [Hecdev] preschool... In-Reply-To: Message-ID: <6A13E363-E2FB-11D7-B633-00039364C736@sonarstudios.com> *This message was transferred with a trial version of CommuniGate(tm) Pro* On Tuesday, September 9, 2003, at 01:44 PM, Steve Spicklemire wrote: > >> Also, Vince doesn't seem >> to be getting the list postings. I believe he is vinnie@sonar.com. >> Could you add him in? > > I guess he never signed up in the CMF. I just added him. He should get > this email. > > Thanks Steve! vnce From skip at skipcomer.com Wed Sep 10 09:05:49 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 10 09:03:02 2003 Subject: [Hecdev] preschool... In-Reply-To: Message-ID: <80108D8B-E38F-11D7-8DFE-000393A575D2@skipcomer.com> Hi Steve, Let's meet at the Polis Center. Jolene, plan to meet us about 10:00. Ren, we will be looking at CMF, so it might be good for you to come over, too. --Skip On Tuesday, September 9, 2003, at 02:44 PM, Steve Spicklemire wrote: > Hi Skip, > > On Tuesday, September 9, 2003, at 01:16 PM, Comer, Robert Skipworth > wrote: > >> Hi Steve, >> >> Should we look at changing the meeting time? > > I hate to be the one who forces everybody else to adjust. I'd say that > since school is back in gear, it's going to be harder for me to meet > at any time every week. It has also seemed to me that my contributions > to the Tuesday morning meetings has been pretty limited. It might work > better to set up a time when a small group of developers could meet > and work on specific issues. At this point Tuesday, Wednesday and > (early) Friday afternoons are most open for me. > >> Also, Vince doesn't seem >> to be getting the list postings. I believe he is vinnie@sonar.com. >> Could you add him in? > > I guess he never signed up in the CMF. I just added him. He should get > this email. > >> >> We discussed the various working assignments I'd sent out yesterday, >> and >> how we want to proceed with the Internet2 demo. We need to move ahead >> quickly with the Nutrition Theater material (questions and the >> finalized >> food calculator/display). This affects you in two main areas: we >> need >> to get the program/section/segment function working, and Jolene and I >> will be working on wrangling the questions into CMF, and need some >> instruction about CMF, skins, etc. Could we get together this week to >> look at that? Friday sounds like the best day, but if we have to do >> it >> tomorrow(Wednesday), I think we could make that work. (I'm assuming >> Thursday morning is out due to preschool) > > This Friday would work. I have a class at 9am, and I'm free after > 10am, until around 2:30 or so. Where would you like to meet? > > thanks, > -steve > >> >> --Skip >> >> -----Original Message----- >> From: Steve Spicklemire [mailto:steve@spvi.com] >> Sent: Tuesday, September 09, 2003 8:32 AM >> To: hecdev@spvi.com >> Cc: Steve Spicklemire >> Subject: [Hecdev] preschool... >> >> I forgot to mention.. Clay has preschool this year on Tuesday and >> Thursday mornings.. so it's not a great time for me to meet. Maybe >> someone could post minutes or notes afterward? >> >> thanks! >> -steve >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Wed Sep 10 10:26:20 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 10 10:23:31 2003 Subject: [Hecdev] question movie structure In-Reply-To: <6A13E363-E2FB-11D7-B633-00039364C736@sonarstudios.com> Message-ID: Hi Vince, Here's how the question movies were set up: questionMovie(_root timeline) |-questionIllustration (sleepingSun.swf) loaded from URL |-backgroundGraphic (sky.swf) loaded from URL |-questionText ...sent from server as html |-answers....empty movieClip attached from Library | |-answer1 ...structured placeholder (answerClip) attached from Library | | |-answerText ...sent from server as html | | |-answerGraphic (not used) loaded from URL | | |-graph (frame2 of answerClip) | | |-graphColor ...rgb triplet sent from server, loaded into "slider" | | |-dataBar (databar.swf) loaded from URL | | | |-answer2 ..structure as shown above... | : | : | |-voteUI ...structured placeholder, attached from library |-voteUI functions, 1st frame of voteUI clip |-startBtn (startBtnGraphic.swf) loaded from URL |-progressBar background (progressGraphic.swf) loaded from URL |-progress data bar (prDataGraphic.swf) loaded from URL |-clock (timer.swf) loaded from URL |-reveal answer button (not used) loaded from URL |-show results button (showResultsGraphic.swf) loaded from URL Here's the URL for the folder that contains the swf files, and some of the .fla source, as well: http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/ You may have to login to CMF to view the folder. Once you are in the CMF environment, look at the left side for "ZMI" (Zope Management Interface) The ZMI has an explorer-type directory tree to the left side, and you can find the path using the URL above --or just enter it in your browser window once you are logged in. When you click on a file name, you will see an interface for using the file. Click the View tab to see the swf movie, or ctrl-click the view tab to download a .fla or .swf file to your disk. Alternatively, you can append the swf file names to the URL above, and just view them directly in your browser. The swf files that attach to voteUI need to call functions in voteUI to work: --the start button calls startvote() when it's pressed. --the timer calls timeExpired(); when it runs out. --the reveal answer button calls revealAnswer() when it's pressed. --the show votes button calls showVotes() when it's pressed The timer needs a little more setup: The animation should have a stop() action in its first frame, and it needs to store a reference to itself in a variable (voteUI.clockMovie), so the start button knows how to start the animation playing. That way I don't have to know how deeply nested the animation timeline might be. Try not to reference the _root when targeting voteUI, since there is no way to be sure the question movie is not playing on some other timeline. The working versions of the question movies are: question_nahec_sleep.swf question_nahec_active.swf question_nahec_sneeze.swf question_nahec_teeth.swf If you play the first one, each one will link to the next. There is a .fla movie (question_view_nahec.fla) that is our start at generalizing the question display. The only difference between the question movie swf's listed above is that they ask for a different data file. The new version gets the data from a Zope method, and should be able to display any question it gets asked to show. I'll be working on a way to structure the parts into a question with a reasonable interface, but for now it's not simple. I made a hack to generate python code out of a Flash movie, which gets pasted into a Zope method, etc, etc. More to come on that later. --Skip From vinnie at sonarstudios.com Wed Sep 10 10:30:41 2003 From: vinnie at sonarstudios.com (Vincent Freeman) Date: Wed Sep 10 10:31:24 2003 Subject: [Hecdev] question movie structure In-Reply-To: Message-ID: *This message was transferred with a trial version of CommuniGate(tm) Pro* Thanks Skip. We will review it. vince On Wednesday, September 10, 2003, at 09:26 AM, Skip Comer wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Vince, > > Here's how the question movies were set up: > > questionMovie(_root timeline) > |-questionIllustration (sleepingSun.swf) loaded from URL > |-backgroundGraphic (sky.swf) loaded from URL > |-questionText ...sent from server as html > |-answers....empty movieClip attached from Library > | |-answer1 ...structured placeholder (answerClip) attached from > Library > | | |-answerText ...sent from server as html > | | |-answerGraphic (not used) loaded from URL > | | |-graph (frame2 of answerClip) > | | |-graphColor ...rgb triplet sent from server, loaded into > "slider" > | | |-dataBar (databar.swf) loaded from URL > | | > | |-answer2 ..structure as shown above... > | : > | : > | > |-voteUI ...structured placeholder, attached from library > |-voteUI functions, 1st frame of voteUI clip > |-startBtn (startBtnGraphic.swf) loaded from URL > |-progressBar background (progressGraphic.swf) loaded from URL > |-progress data bar (prDataGraphic.swf) loaded from URL > |-clock (timer.swf) loaded from URL > |-reveal answer button (not used) loaded from URL > |-show results button (showResultsGraphic.swf) loaded from URL > > Here's the URL for the folder that contains the swf files, and some of > the .fla source, as well: > > http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ > portal_skins/custom/ > > You may have to login to CMF to view the folder. Once you are in the > CMF environment, look at the left side for "ZMI" (Zope Management > Interface) The ZMI has an explorer-type directory tree to the left > side, and you can find the path using the URL above --or just enter > it in your browser window once you are logged in. When you click on a > file name, you will see an interface for using the file. Click the > View tab to see the swf movie, or ctrl-click the view tab to download > a .fla or .swf file to your disk. > > Alternatively, you can append the swf file names to the URL above, and > just view them directly in your browser. > > The swf files that attach to voteUI need to call functions in voteUI > to work: > > --the start button calls startvote() when it's pressed. > --the timer calls timeExpired(); when it runs out. > --the reveal answer button calls revealAnswer() when it's pressed. > --the show votes button calls showVotes() when it's pressed > > The timer needs a little more setup: The animation should have a > stop() action in its first frame, and it needs to store a reference to > itself in a variable (voteUI.clockMovie), so the start button knows > how to start the animation playing. That way I don't have to know how > deeply nested the animation timeline might be. Try not to reference > the _root when targeting voteUI, since there is no way to be sure the > question movie is not playing on some other timeline. > > The working versions of the question movies are: > > question_nahec_sleep.swf > question_nahec_active.swf > question_nahec_sneeze.swf > question_nahec_teeth.swf > > If you play the first one, each one will link to the next. > > There is a .fla movie (question_view_nahec.fla) that is our start at > generalizing the question display. The only difference between the > question movie swf's listed above is that they ask for a different > data file. The new version gets the data from a Zope method, and > should be able to display any question it gets asked to show. > > I'll be working on a way to structure the parts into a question with a > reasonable interface, but for now it's not simple. I made a hack to > generate python code out of a Flash movie, which gets pasted into a > Zope method, etc, etc. More to come on that later. > > --Skip > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > From jkernick at iupui.edu Wed Sep 10 13:39:32 2003 From: jkernick at iupui.edu (jkernick@iupui.edu) Date: Wed Sep 10 13:40:12 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday Message-ID: <1063219172.3f5f6fe4eaa9e@webmail.iu.edu> Steve and Xiauquiu (and Ren, too!), Since Skip won't be able to meet with us Friday, when would be a good time to discuss CMF? I have another weekly meeting on Friday at 11, but I am usually done by 1 or so. I am free for the rest of the afternoon. I can meet up with you guys at Polis, just let me know what time! Thanks, Jolene ----- Forwarded message from Skip Comer ----- Date: Wed, 10 Sep 2003 13:21:09 -0400 From: Skip Comer Reply-To: Skip Comer Subject: Re: meeting on Friday To: jkernick@iupui.edu Hi Jolene, I've just learned that I will have to go out of town for a funeral, and won't be here on Friday. Why don't you and Xiaoqiu work out a time directly with Steve that makes sense for all of you. I'm mainly interested in getting you introduced to CMF, so set it up to fit your availability. Update Ren in case he wants to join you. --Skip On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu wrote: > > Hey Skip, > > Just wanted to remind you that I have a T.A. meeting on Fridays at 11 > am. > They usually don't last long, but I will have to cut out for it. I > have the > rest of the afternoon free, though, to keep working on the Flash > movies. > > Jolene ----- End forwarded message ----- From skip at skipcomer.com Wed Sep 10 13:54:33 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 10 13:51:43 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday In-Reply-To: <1063219172.3f5f6fe4eaa9e@webmail.iu.edu> Message-ID: Hi, As Jolene just mentioned, I will not be here on Friday. I just learned that I will need to leave for Kansas City tomorrow to attend a funeral. I'd like for the rest of you to go ahead and meet and work with CMF if you can work out a good time to do it. I should be coming back to town over the weekend. --Skip On Wednesday, September 10, 2003, at 02:39 PM, jkernick@iupui.edu wrote: > Steve and Xiauquiu (and Ren, too!), > > Since Skip won't be able to meet with us Friday, when would be a good > time to > discuss CMF? I have another weekly meeting on Friday at 11, but I am > usually > done by 1 or so. I am free for the rest of the afternoon. I can meet > up with > you guys at Polis, just let me know what time! Thanks, > > Jolene > > > > ----- Forwarded message from Skip Comer ----- > Date: Wed, 10 Sep 2003 13:21:09 -0400 > From: Skip Comer > Reply-To: Skip Comer > Subject: Re: meeting on Friday > To: jkernick@iupui.edu > > Hi Jolene, > > I've just learned that I will have to go out of town for a funeral, and > won't be here on Friday. Why don't you and Xiaoqiu work out a time > directly with Steve that makes sense for all of you. I'm mainly > interested in getting you introduced to CMF, so set it up to fit your > availability. Update Ren in case he wants to join you. > > --Skip > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > wrote: > >> >> Hey Skip, >> >> Just wanted to remind you that I have a T.A. meeting on Fridays at 11 >> am. >> They usually don't last long, but I will have to cut out for it. I >> have the >> rest of the afternoon free, though, to keep working on the Flash >> movies. >> >> Jolene > > > > ----- End forwarded message ----- > > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From steve at spvi.com Wed Sep 10 15:00:18 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Sep 10 15:00:31 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday In-Reply-To: <1063219172.3f5f6fe4eaa9e@webmail.iu.edu> Message-ID: <6715B44B-E3C9-11D7-B324-000393468020@spvi.com> Hi Guys.. I have a 9am class, and will be done by 10am, thought it will likely be 10:30 or 10:45 before I can get to polis. Maybe Xaiuquiu/Ren/??? and I could meet at 10:30 and Jolene can come when she's able? take care, -steve On Wednesday, September 10, 2003, at 01:39 PM, jkernick@iupui.edu wrote: > Steve and Xiauquiu (and Ren, too!), > > Since Skip won't be able to meet with us Friday, when would be a good > time to > discuss CMF? I have another weekly meeting on Friday at 11, but I am > usually > done by 1 or so. I am free for the rest of the afternoon. I can meet > up with > you guys at Polis, just let me know what time! Thanks, > > Jolene > > > > ----- Forwarded message from Skip Comer ----- > Date: Wed, 10 Sep 2003 13:21:09 -0400 > From: Skip Comer > Reply-To: Skip Comer > Subject: Re: meeting on Friday > To: jkernick@iupui.edu > > Hi Jolene, > > I've just learned that I will have to go out of town for a funeral, and > won't be here on Friday. Why don't you and Xiaoqiu work out a time > directly with Steve that makes sense for all of you. I'm mainly > interested in getting you introduced to CMF, so set it up to fit your > availability. Update Ren in case he wants to join you. > > --Skip > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > wrote: > >> >> Hey Skip, >> >> Just wanted to remind you that I have a T.A. meeting on Fridays at 11 >> am. >> They usually don't last long, but I will have to cut out for it. I >> have the >> rest of the afternoon free, though, to keep working on the Flash >> movies. >> >> Jolene > > > > ----- End forwarded message ----- > > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Wed Sep 10 13:11:52 2003 From: xqbao at yahoo.com (xq bao) Date: Wed Sep 10 15:12:36 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday In-Reply-To: <6715B44B-E3C9-11D7-B324-000393468020@spvi.com> Message-ID: <20030910201152.27049.qmail@web41109.mail.yahoo.com> Hi Steve, Friday 10:30 or 10:45 is good. See you! Xiaoqiu --- Steve Spicklemire wrote: > Hi Guys.. > > I have a 9am class, and will be done by 10am, thought it will likely > be > 10:30 or 10:45 before I can get to polis. Maybe Xaiuquiu/Ren/??? and > I > could meet at 10:30 and Jolene can come when she's able? > > take care, > -steve > > On Wednesday, September 10, 2003, at 01:39 PM, jkernick@iupui.edu > wrote: > > > Steve and Xiauquiu (and Ren, too!), > > > > Since Skip won't be able to meet with us Friday, when would be a > good > > time to > > discuss CMF? I have another weekly meeting on Friday at 11, but I > am > > usually > > done by 1 or so. I am free for the rest of the afternoon. I can > meet > > up with > > you guys at Polis, just let me know what time! Thanks, > > > > Jolene > > > > > > > > ----- Forwarded message from Skip Comer ----- > > Date: Wed, 10 Sep 2003 13:21:09 -0400 > > From: Skip Comer > > Reply-To: Skip Comer > > Subject: Re: meeting on Friday > > To: jkernick@iupui.edu > > > > Hi Jolene, > > > > I've just learned that I will have to go out of town for a funeral, > and > > won't be here on Friday. Why don't you and Xiaoqiu work out a time > > directly with Steve that makes sense for all of you. I'm mainly > > interested in getting you introduced to CMF, so set it up to fit > your > > availability. Update Ren in case he wants to join you. > > > > --Skip > > > > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > > wrote: > > > >> > >> Hey Skip, > >> > >> Just wanted to remind you that I have a T.A. meeting on Fridays at > 11 > >> am. > >> They usually don't last long, but I will have to cut out for it. > I > >> have the > >> rest of the afternoon free, though, to keep working on the Flash > >> movies. > >> > >> Jolene > > > > > > > > ----- End forwarded message ----- > > > > > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From jared at mail2000.com.tw Thu Sep 11 04:03:14 2003 From: jared at mail2000.com.tw (Ren-Jiun) Date: Wed Sep 10 15:14:52 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday Message-ID: <1063224194.86165.jared@mail2000.com.tw> Hi, Yes, Firday afternoon is OK to me. Would you guys want to meet in Pervasive lab? Or you perfer to meet in Poli center? BTW, I am doing the food item graphics and already done some stuff. Ren -----Original message----- From:Skip Comer To:HEC Development Date:Wed, 10 Sep 2003 13:54:33 -0400 Subject:Re: [Hecdev] Fwd: Re: meeting on Friday Hi, As Jolene just mentioned, I will not be here on Friday. I just learned that I will need to leave for Kansas City tomorrow to attend a funeral. I'd like for the rest of you to go ahead and meet and work with CMF if you can work out a good time to do it. I should be coming back to town over the weekend. --Skip On Wednesday, September 10, 2003, at 02:39 PM, jkernick@iupui.edu wrote: > Steve and Xiauquiu (and Ren, too!), > > Since Skip won't be able to meet with us Friday, when would be a good > time to > discuss CMF? I have another weekly meeting on Friday at 11, but I am > usually > done by 1 or so. I am free for the rest of the afternoon. I can meet > up with > you guys at Polis, just let me know what time! Thanks, > > Jolene > > > > ----- Forwarded message from Skip Comer ----- > Date: Wed, 10 Sep 2003 13:21:09 -0400 > From: Skip Comer > Reply-To: Skip Comer > Subject: Re: meeting on Friday > To: jkernick@iupui.edu > > Hi Jolene, > > I've just learned that I will have to go out of town for a funeral, and > won't be here on Friday. Why don't you and Xiaoqiu work out a time > directly with Steve that makes sense for all of you. I'm mainly > interested in getting you introduced to CMF, so set it up to fit your > availability. Update Ren in case he wants to join you. > > --Skip > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > wrote: > >> >> Hey Skip, >> >> Just wanted to remind you that I have a T.A. meeting on Fridays at 11 >> am. >> They usually don't last long, but I will have to cut out for it. I >> have the >> rest of the afternoon free, though, to keep working on the Flash >> movies. >> >> Jolene > > > > ----- End forwarded message ----- > > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From renhuang at iupui.edu Thu Sep 11 04:29:17 2003 From: renhuang at iupui.edu (RenJiun) Date: Wed Sep 10 15:30:01 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday Message-ID: <1063225757.92847.jared@mail2000.com.tw> Hi, OK, I will be polis at Friday 10:30. RenJiun -----Original message----- From:xq bao To:HEC Development Date:Wed, 10 Sep 2003 13:11:52 -0700 (PDT) Subject:Re: [Hecdev] Fwd: Re: meeting on Friday Hi Steve, Friday 10:30 or 10:45 is good. See you! Xiaoqiu --- Steve Spicklemire wrote: > Hi Guys.. > > I have a 9am class, and will be done by 10am, thought it will likely > be > 10:30 or 10:45 before I can get to polis. Maybe Xaiuquiu/Ren/??? and > I > could meet at 10:30 and Jolene can come when she's able? > > take care, > -steve > > On Wednesday, September 10, 2003, at 01:39 PM, jkernick@iupui.edu > wrote: > > > Steve and Xiauquiu (and Ren, too!), > > > > Since Skip won't be able to meet with us Friday, when would be a > good > > time to > > discuss CMF? I have another weekly meeting on Friday at 11, but I > am > > usually > > done by 1 or so. I am free for the rest of the afternoon. I can > meet > > up with > > you guys at Polis, just let me know what time! Thanks, > > > > Jolene > > > > > > > > ----- Forwarded message from Skip Comer ----- > > Date: Wed, 10 Sep 2003 13:21:09 -0400 > > From: Skip Comer > > Reply-To: Skip Comer > > Subject: Re: meeting on Friday > > To: jkernick@iupui.edu > > > > Hi Jolene, > > > > I've just learned that I will have to go out of town for a funeral, > and > > won't be here on Friday. Why don't you and Xiaoqiu work out a time > > directly with Steve that makes sense for all of you. I'm mainly > > interested in getting you introduced to CMF, so set it up to fit > your > > availability. Update Ren in case he wants to join you. > > > > --Skip > > > > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > > wrote: > > > >> > >> Hey Skip, > >> > >> Just wanted to remind you that I have a T.A. meeting on Fridays at > 11 > >> am. > >> They usually don't last long, but I will have to cut out for it. > I > >> have the > >> rest of the afternoon free, though, to keep working on the Flash > >> movies. > >> > >> Jolene > > > > > > > > ----- End forwarded message ----- > > > > > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From jkernick at iupui.edu Wed Sep 10 16:44:13 2003 From: jkernick at iupui.edu (jkernick@iupui.edu) Date: Wed Sep 10 16:44:51 2003 Subject: [Hecdev] Fwd: Re: meeting on Friday In-Reply-To: <1063225757.92847.jared@mail2000.com.tw> References: <1063225757.92847.jared@mail2000.com.tw> Message-ID: <1063230253.3f5f9b2d09d5a@webmail.iu.edu> I can meet you guys at 10:30 but would have to leave by 5 till 11, or should I just come straight over when I get out of my other meeting? Jolene Quoting RenJiun : > Hi, > > OK, I will be polis at Friday 10:30. > > > RenJiun > > -----Original message----- > From:xq bao > To:HEC Development > Date:Wed, 10 Sep 2003 13:11:52 -0700 (PDT) > Subject:Re: [Hecdev] Fwd: Re: meeting on Friday > > Hi Steve, > > Friday 10:30 or 10:45 is good. > See you! > > Xiaoqiu > > --- Steve Spicklemire wrote: > > Hi Guys.. > > > > I have a 9am class, and will be done by 10am, thought it will likely > > be > > 10:30 or 10:45 before I can get to polis. Maybe Xaiuquiu/Ren/??? and > > I > > could meet at 10:30 and Jolene can come when she's able? > > > > take care, > > -steve > > > > On Wednesday, September 10, 2003, at 01:39 PM, jkernick@iupui.edu > > wrote: > > > > > Steve and Xiauquiu (and Ren, too!), > > > > > > Since Skip won't be able to meet with us Friday, when would be a > > good > > > time to > > > discuss CMF? I have another weekly meeting on Friday at 11, but I > > am > > > usually > > > done by 1 or so. I am free for the rest of the afternoon. I can > > meet > > > up with > > > you guys at Polis, just let me know what time! Thanks, > > > > > > Jolene > > > > > > > > > > > > ----- Forwarded message from Skip Comer ----- > > > Date: Wed, 10 Sep 2003 13:21:09 -0400 > > > From: Skip Comer > > > Reply-To: Skip Comer > > > Subject: Re: meeting on Friday > > > To: jkernick@iupui.edu > > > > > > Hi Jolene, > > > > > > I've just learned that I will have to go out of town for a funeral, > > and > > > won't be here on Friday. Why don't you and Xiaoqiu work out a time > > > directly with Steve that makes sense for all of you. I'm mainly > > > interested in getting you introduced to CMF, so set it up to fit > > your > > > availability. Update Ren in case he wants to join you. > > > > > > --Skip > > > > > > > > > On Wednesday, September 10, 2003, at 02:10 PM, jkernick@iupui.edu > > > wrote: > > > > > >> > > >> Hey Skip, > > >> > > >> Just wanted to remind you that I have a T.A. meeting on Fridays at > > 11 > > >> am. > > >> They usually don't last long, but I will have to cut out for it. > > I > > >> have the > > >> rest of the afternoon free, though, to keep working on the Flash > > >> movies. > > >> > > >> Jolene > > > > > > > > > > > > ----- End forwarded message ----- > > > > > > > > > _______________________________________________ > > > Hecdev mailing list > > > Hecdev@spvi.com > > > http://mailman.spvi.com/mailman/listinfo/hecdev > > > > _______________________________________________ > > Hecdev mailing list > > Hecdev@spvi.com > > http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > > > From steve at spvi.com Thu Sep 11 08:42:38 2003 From: steve at spvi.com (Steve Spicklemire) Date: Thu Sep 11 08:42:55 2003 Subject: [Hecdev] versions etc.. Message-ID: Hi Folks, I guess we need to update the xserve with the changes made on the cappuccino. Where is it now? Has anybody worked on that? thanks! -steve From verlynw at rlhec.org Thu Sep 11 09:00:31 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Thu Sep 11 09:01:06 2003 Subject: [Hecdev] versions etc.. In-Reply-To: Message-ID: <4EB58C94-E460-11D7-8E57-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* Steve, Do you need any of the MAC Experience guys to make changes on the X-serve or can you make them? Verlyn On Thursday, September 11, 2003, at 08:42 AM, Steve Spicklemire wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Folks, > > I guess we need to update the xserve with the changes made on the > cappuccino. Where is it now? Has anybody worked on that? > > thanks! > -steve > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From steve at spvi.com Thu Sep 11 09:19:23 2003 From: steve at spvi.com (Steve Spicklemire) Date: Thu Sep 11 09:19:31 2003 Subject: [Hecdev] versions etc.. In-Reply-To: <4EB58C94-E460-11D7-8E57-000A95A0007C@rlhec.org> Message-ID: Hi Verlyn, I wrote them a while ago.. http://mailman.spvi.com/pipermail/hecdev/2003-August/000129.html But I never got a response. Is the correct email dougthurston@mac.exp.com ? I do need to be sure that they set up our software to start automatically on reboot, and apache needs to be configured to allow folks through to our software from outside the firewall. thanks, -steve On Thursday, September 11, 2003, at 09:00 AM, Verlyn C. Wilson wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Steve, > Do you need any of the MAC Experience guys to make changes on the > X-serve or can you make them? Verlyn > On Thursday, September 11, 2003, at 08:42 AM, Steve Spicklemire wrote: > >> *This message was transferred with a trial version of CommuniGate(tm) >> Pro* >> Hi Folks, >> >> I guess we need to update the xserve with the changes made on the >> cappuccino. Where is it now? Has anybody worked on that? >> >> thanks! >> -steve >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev >> > Verlyn C. Wilson, Technology Coordinator > Ruth Lilly Health Education Center > 2055 N Senate Ave > Indianapolis,IN 46202 Phone: 317-924-0904 > > e-mail: verlynw@rlhec.org > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From verlynw at rlhec.org Thu Sep 11 09:34:21 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Thu Sep 11 09:34:58 2003 Subject: [Hecdev] versions etc.. In-Reply-To: Message-ID: <08A9E404-E465-11D7-8E57-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* Steve, Doug's e-mail does not have a dot in it after the mac. His correct e-mail is dougthurston@macexp.com. That's probably why you never heard from him. Try the new e-mail. If you don't get a response, let me know, and I'll call them. Verlyn On Thursday, September 11, 2003, at 09:19 AM, Steve Spicklemire wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi Verlyn, > > I wrote them a while ago.. > > http://mailman.spvi.com/pipermail/hecdev/2003-August/000129.html > > But I never got a response. Is the correct email > dougthurston@mac.exp.com ? > > I do need to be sure that they set up our software to start > automatically on reboot, and apache needs to be configured to allow > folks through to our software from outside the firewall. > > thanks, > -steve > > On Thursday, September 11, 2003, at 09:00 AM, Verlyn C. Wilson wrote: > >> *This message was transferred with a trial version of CommuniGate(tm) >> Pro* >> Steve, >> Do you need any of the MAC Experience guys to make changes on the >> X-serve or can you make them? Verlyn >> On Thursday, September 11, 2003, at 08:42 AM, Steve Spicklemire >> wrote: >> >>> *This message was transferred with a trial version of >>> CommuniGate(tm) Pro* >>> Hi Folks, >>> >>> I guess we need to update the xserve with the changes made on the >>> cappuccino. Where is it now? Has anybody worked on that? >>> >>> thanks! >>> -steve >>> >>> _______________________________________________ >>> Hecdev mailing list >>> Hecdev@spvi.com >>> http://mailman.spvi.com/mailman/listinfo/hecdev >>> >> Verlyn C. Wilson, Technology Coordinator >> Ruth Lilly Health Education Center >> 2055 N Senate Ave >> Indianapolis,IN 46202 Phone: 317-924-0904 >> >> e-mail: verlynw@rlhec.org >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From xqbao at yahoo.com Thu Sep 11 07:42:49 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Sep 11 09:43:31 2003 Subject: [Hecdev] versions etc.. In-Reply-To: Message-ID: <20030911144249.73457.qmail@web41115.mail.yahoo.com> Hi Steve, The cappuccino is here with me. I think we can update the xserve together tomorrow. Since both cappuccino and xserve have new files. See you tomorrow! Xiaoqiu --- Steve Spicklemire wrote: > Hi Folks, > > I guess we need to update the xserve with the changes made on the > cappuccino. Where is it now? Has anybody worked on that? > > thanks! > -steve > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From jkernick at iupui.edu Fri Sep 12 15:27:05 2003 From: jkernick at iupui.edu (jkernick@iupui.edu) Date: Fri Sep 12 15:56:59 2003 Subject: [Hecdev] ATTN: Ren (the AI files) In-Reply-To: <9900B40A-E213-11D7-9EB3-000393A575D2@skipcomer.com> References: <9900B40A-E213-11D7-9EB3-000393A575D2@skipcomer.com> Message-ID: <1063398425.3f622c1966cdd@webmail.iu.edu> Hey Ren, Here are the Illustrator files missing from that CD. These should be the most current versions of the graphics. Jolene -------------- next part -------------- A non-text attachment was scrubbed... Name: apple.ai Type: application/postscript Size: 45569 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030912/c8f27d22/apple-0001.ai -------------- next part -------------- A non-text attachment was scrubbed... Name: banana.ai Type: application/postscript Size: 113937 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030912/c8f27d22/banana-0001.ai -------------- next part -------------- A non-text attachment was scrubbed... Name: cream_sugar Type: application/x-macbinary Size: 270464 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030912/c8f27d22/cream_sugar-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: orange.ai Type: application/postscript Size: 21545 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030912/c8f27d22/orange-0001.ai From maryp at iupui.edu Wed Sep 17 10:09:06 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Wed Sep 17 10:10:04 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork Message-ID: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> Hi, We're missing a few things from the trip. If anyone has seen the items below, please reply. I'm missing my networking hub and cables. We used them in the lab during integration, and they went to Philly with the cappuccino. It was such a scramble getting out of the room after the presentation. I use the hub/cables in my office and need to have them back. Also, Verlyn needs the documentation and FCC paperwork for the keypads and base stations. Has anyone seen these? Thanks, Mary From skip at skipcomer.com Wed Sep 17 11:32:23 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 17 11:21:59 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork In-Reply-To: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> References: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> Message-ID: I'm the culprit... I have both things --although I don't know whether I have the FCC paperwork. I have the CD with the documentation. I'll get them to you tomorrow! --Skip >Hi, > >We're missing a few things from the trip. If anyone has seen the >items below, please reply. > >I'm missing my networking hub and cables. We used them in the lab >during integration, and they went to Philly with the cappuccino. It >was such a scramble getting out of the room after the presentation. >I use the hub/cables in my office and need to have them back. > >Also, Verlyn needs the documentation and FCC paperwork for the >keypads and base stations. Has anyone seen these? > >Thanks, >Mary > > >_______________________________________________ >Hecdev mailing list >Hecdev@spvi.com >http://mailman.spvi.com/mailman/listinfo/hecdev -- From skip at skipcomer.com Wed Sep 17 11:49:02 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 17 11:38:15 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork In-Reply-To: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> References: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> Message-ID: I did a quick double-check --I do have the CD for the receiver, but not the FCC docs. I remember looking at them in the meeting room at the hotel, but I don't think I took them with me, since the CD had the info I was interested in. Did anyone pack them up after the demo? --Skip >Hi, > >We're missing a few things from the trip. If anyone has seen the >items below, please reply. > >I'm missing my networking hub and cables. We used them in the lab >during integration, and they went to Philly with the cappuccino. It >was such a scramble getting out of the room after the presentation. >I use the hub/cables in my office and need to have them back. > >Also, Verlyn needs the documentation and FCC paperwork for the >keypads and base stations. Has anyone seen these? > >Thanks, >Mary > > >_______________________________________________ >Hecdev mailing list >Hecdev@spvi.com >http://mailman.spvi.com/mailman/listinfo/hecdev -- From verlynw at rlhec.org Wed Sep 17 11:45:43 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Wed Sep 17 11:46:19 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork In-Reply-To: Message-ID: <6106D75E-E92E-11D7-A78D-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* I am going to double check at home--maybe it got mixed in with the goodies that NAHEC gave us. Skip, just bring the CD on Thursday. Thanks Verlyn On Wednesday, September 17, 2003, at 11:49 AM, Skip Comer wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > I did a quick double-check --I do have the CD for the receiver, but > not the FCC docs. I remember looking at them in the meeting room at > the hotel, but I don't think I took them with me, since the CD had the > info I was interested in. Did anyone pack them up after the demo? > > --Skip > >> Hi, >> >> We're missing a few things from the trip. If anyone has seen the >> items below, please reply. >> >> I'm missing my networking hub and cables. We used them in the lab >> during integration, and they went to Philly with the cappuccino. It >> was such a scramble getting out of the room after the presentation. I >> use the hub/cables in my office and need to have them back. >> >> Also, Verlyn needs the documentation and FCC paperwork for the >> keypads and base stations. Has anyone seen these? >> >> Thanks, >> Mary >> >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > -- > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From maryp at iupui.edu Wed Sep 17 11:46:10 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Wed Sep 17 11:55:04 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork In-Reply-To: References: <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> <5.1.1.6.0.20030917094928.00b46038@magiclamp.org> Message-ID: <5.1.1.6.0.20030917113530.00b46038@imap0.iupui.edu> Thanks! At 11:32 AM 9/17/2003 -0500, you wrote: >I'm the culprit... I have both things --although I don't know whether I >have the FCC paperwork. I have the CD with the documentation. I'll get >them to you tomorrow! > >--Skip > >>Hi, >> >>We're missing a few things from the trip. If anyone has seen the items >>below, please reply. >> >>I'm missing my networking hub and cables. We used them in the lab during >>integration, and they went to Philly with the cappuccino. It was such a >>scramble getting out of the room after the presentation. I use the >>hub/cables in my office and need to have them back. >> >>Also, Verlyn needs the documentation and FCC paperwork for the keypads >>and base stations. Has anyone seen these? >> >>Thanks, >>Mary >> >> >>_______________________________________________ >>Hecdev mailing list >>Hecdev@spvi.com >>http://mailman.spvi.com/mailman/listinfo/hecdev > > >-- >_______________________________________________ >Hecdev mailing list >Hecdev@spvi.com >http://mailman.spvi.com/mailman/listinfo/hecdev > > From robert at macexp.com Wed Sep 17 15:31:00 2003 From: robert at macexp.com (Robert Freeman-Day) Date: Wed Sep 17 15:37:42 2003 Subject: [Hecdev] rlhec servers Message-ID: *This message was transferred with a trial version of CommuniGate(tm) Pro* Steve, My name is Robert. We met when the Xserve was just getting set up. I have modified the rc script that you sent Doug so that it matches more with OS X's StartupItems method. I feel that we should test it to make sure it works well, but I foresee no real problems with it. The location of the script is in "/Library/StartupItems/HECApp/". In this directory is two files: --Begin HECApp script #!/bin/sh . /etc/rc.common APP_ROOT="/usr/local/HECApp" PG_ROOT="$APP_ROOT/PG_ROOT" PGDATA="$PG_ROOT/data" MYSQL_ROOT="$APP_ROOT/mysql" export APP_ROOT PG_ROOT PGDATA MYSQL_ROOT if [ "${HECAPP:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting HECApp postgres" # start postgres su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l $PG_ROOT/var/log/postgresql/logfile start' ConsoleMessage "Starting HECApp mysql" #start mysql cd $MYSQL_ROOT ./bin/safe_mysqld & ConsoleMessage "Starting HECApp zope" # start Zope. su hecdev -c '$APP_ROOT/Z261-IH/start' fi --End HECApp script --Begin StartupParameters.plist { Description = "HECApp"; Provides = ("HECAPP"); Requires = ("Resolver"); OrderPreference = "None"; Messages = { start = "Starting HECApp bundle"; stop = "Stopping HECApp bundle"; }; } --End StartupParameters.plist I also placed an entry for HECAPP in /etc/hostconfig We may be able to modify things further if needed, I just wanted OS X to be a little more chatty with what it is launching and keep it like the typical StartupItems method. Email myself or Doug with any questions. Robert Freeman-Day ________________________________________________________ Chaos is the score on which reality is written, A timeless, swirling gyroscopic horde. -Bad Religion Robert Freeman-Day Mac Experience robert@macexp.com From robert at macexp.com Wed Sep 17 15:35:44 2003 From: robert at macexp.com (Robert Freeman-Day) Date: Wed Sep 17 15:37:49 2003 Subject: [Hecdev] StartupItem test Message-ID: <82D6F9CE-E94E-11D7-8348-000393C5D9FE@macexp.com> *This message was transferred with a trial version of CommuniGate(tm) Pro* Steve, I did a test run on the live system and this was the results. Tell me what you think after analyzing the script from the previous email. [Xserve:/Library/StartupItems/HECApp] admin# ./HECApp Starting HECApp postgres pg_ctl: no operation mode specified Try 'pg_ctl --help' for more information. /usr/local/HECApp/PG_ROOT/var/log/postgresql/logfile: Permission denied. Starting HECApp mysql Starting HECApp zope A mysqld process already exists IH=/usr/local/HECApp/Z261-IH BDir=/usr/local/HECApp/Z261 [Xserve:/Library/StartupItems/HECApp] admin# ________________________________________________________ Chaos is the score on which reality is written, A timeless, swirling gyroscopic horde. -Bad Religion Robert Freeman-Day Mac Experience robert@macexp.com From maryp at iupui.edu Mon Sep 22 10:20:51 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Mon Sep 22 10:21:30 2003 Subject: [Hecdev] G4 Mac in RLHEC Library is Needed for Omni Theater Message-ID: <5.1.1.6.0.20030922100945.00b46898@magiclamp.org> Hi, The G4 Mac which was sitting on the table in the library, is needed to fix a problem in the Omni theater. We aren't using it to drive the RFID tablet at this point. Was anyone using this machine? Please contact Verlyn right away if you are using it. Mary From rscomer at iupui.edu Mon Sep 22 10:41:02 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Mon Sep 22 10:42:13 2003 Subject: [Hecdev] G4 Mac in RLHEC Library is Needed for Omni Theater Message-ID: I think it should be fine to move the G4. For tomorrow's meeting, we need to set up our system and test it. We will be doing a repeat of the Philadelphia demo on Thursday night at the function honoring Marjorie Meier. We need to set things up in the auditorium for the Thursday night demo, but I don't think we will be able to leave it set up until then. But let's do a full scale test, using the Xserve this time, and we can set it up for the real event on Thursday afternoon. --Skip -----Original Message----- From: Pietrowicz, Mary Sent: Monday, September 22, 2003 10:21 AM To: hecdev@spvi.com Subject: [Hecdev] G4 Mac in RLHEC Library is Needed for Omni Theater Hi, The G4 Mac which was sitting on the table in the library, is needed to fix a problem in the Omni theater. We aren't using it to drive the RFID tablet at this point. Was anyone using this machine? Please contact Verlyn right away if you are using it. Mary _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From xqbao at yahoo.com Mon Sep 22 14:14:02 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Sep 22 16:14:46 2003 Subject: [Hecdev] postgresql database for demo 9180 In-Reply-To: Message-ID: <20030922211402.95445.qmail@web41109.mail.yahoo.com> Hi Steve, The 9080 zope can only have one database connection to the postgresql database. All other zope 9180, 9380, etc. cannot connect to the postgres. I wonder if you could have some time to fix it and email me the commands you use. Thanks! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From rscomer at iupui.edu Tue Sep 23 15:29:02 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Sep 23 15:29:50 2003 Subject: [Hecdev] flash code for defining a question object Message-ID: Jolene and Ren, I've uploaded a Flash movie to the custom folder called questionObject.fla. Inside the movie's library is a movie clip with code to create a question object variable in the _root timeline (_root.qObj). You can pull this movie clip into any movie you are authoring to create a "template" question. For example, if you have a dynamic text field for the question text called "qText", you can put a script in the main timeline that says: qText.html = true; qText.htmlText = _root.qObj.question1.displayText.html; You will see the contents of the question object's question text displayed in qText. (Setting the html property to true is the same as clicking the little html box in the properties window.) To get the answer text: ans1Text.htmlText = _root.qObj.question1.answers[0].displayText.html; ans2Text.htmlText = _root.qObj.question1.answers[1].displayText.html; etc... The answers are in an array, and the index for the first element of the array is always 0. To save a text field's contents to the object, you can do this: _root.qObj.question1.answers[0].displayText.html = ans1Text.htmlText; The question object will contain the new html formatted text, but you won't be able to see it unless you trace it out. The next step will be to send the object to Xiaoqiu, with the question's name info, etc. We'll get into that on Friday. You can look at the code to see what the properties of the various parts of the questions/answers are. The answers have graph information, which makes them complicated. The voteUI section defines the six or so Flash movies that make up the voting displays, buttons, etc. Try it out, and let me know if you have any trouble. Xiaoqiu has "processed" the file with Mozilla, so you should be able to download it and open it on a PC without problems. --Skip From skip at skipcomer.com Tue Sep 23 20:05:49 2003 From: skip at skipcomer.com (Skip Comer) Date: Tue Sep 23 20:02:33 2003 Subject: [Hecdev] saving the question In-Reply-To: Message-ID: Jolene, Ren, Xiaoqiu: I've just uploaded a movie named questionSave.fla to the custom folder. Xiaoqiu, if you could do your Mozilla treatment and get it PC friendly, that will help. This version has the same question object as the previous movie, but it has the text fields that display the questions/answers, plus a "save" button that sends the question, a title, and an id to the server. Xiaoqiu will write a method that allows this to store the question in the database. Jolene and Ren, use this as a starting point for the question authoring UI. --Skip From verlynw at rlhec.org Wed Sep 24 10:19:52 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Wed Sep 24 10:20:33 2003 Subject: [Hecdev] Missing networking hub, keypad base station paperwork In-Reply-To: Message-ID: <8B8DEFBA-EEA2-11D7-9A0E-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* Hi everyone-- This is a quick way to make sure that everyone gets the message--Julian wanted me to be sure to invite everyone who is working on the project (including spouses or significant others) to come to the Donor Recognition Reception tomorrow from 5:30pm-7:30pm at RLHEC. As you know we will be presenting in the auditorium and the theaters will be open. There will be good food, spirits, and fun. Let me know who will be attending. Thanks. Verlyn On Wednesday, September 17, 2003, at 11:32 AM, Skip Comer wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > I'm the culprit... I have both things --although I don't know > whether I have the FCC paperwork. I have the CD with the > documentation. I'll get them to you tomorrow! > > --Skip > >> Hi, >> >> We're missing a few things from the trip. If anyone has seen the >> items below, please reply. >> >> I'm missing my networking hub and cables. We used them in the lab >> during integration, and they went to Philly with the cappuccino. It >> was such a scramble getting out of the room after the presentation. I >> use the hub/cables in my office and need to have them back. >> >> Also, Verlyn needs the documentation and FCC paperwork for the >> keypads and base stations. Has anyone seen these? >> >> Thanks, >> Mary >> >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > -- > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev > Verlyn C. Wilson, Technology Coordinator Ruth Lilly Health Education Center 2055 N Senate Ave Indianapolis,IN 46202 Phone: 317-924-0904 e-mail: verlynw@rlhec.org From skip at skipcomer.com Wed Sep 24 13:06:02 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Sep 24 13:02:43 2003 Subject: [Hecdev] saving the question as a segment... In-Reply-To: Message-ID: <604FBF8B-EEB1-11D7-B43B-000393A575D2@skipcomer.com> Jolene, Ren, Xiaoqiu: I've uploaded a new version of the question saving movie called "questionSegmentSave.fla" The main features: --The text is now editable, so you can edit and save the questions, and other info. --I've been looking back at some of the work done during the summer and realized the questions needed more information to actually be segments: --time duration (you can put that in now) --notes (which can be edited and added) --presentation UI --name (display title for the question) --ID These things can be edited and sent to the server with this version. The presentation UI part (the BIG buttons for the presenter to use) still needs to be defined further, but for now, I'm sending the server an object with a ui_type property, which we can consider to be a placeholder for now. --Skip From skip at skipcomer.com Thu Sep 25 13:34:25 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Sep 25 13:30:38 2003 Subject: [Hecdev] saveSegment flash movies In-Reply-To: <20030922211402.95445.qmail@web41109.mail.yahoo.com> Message-ID: <81ED6CB2-EF7E-11D7-B43B-000393A575D2@skipcomer.com> Hi Xiaoqiu, I made a folder for the "saveSegment" movies so they would all be grouped together. It's called "saveSegment", and it's in the custom folder. Also, I found a mistake in the activitySave movie, and uploaded a corrected version. There is now a flashSegment movie, and I should be uploading a video segment movie in a few minutes. --Skip From skip at skipcomer.com Thu Sep 25 13:46:13 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Sep 25 13:42:23 2003 Subject: [Hecdev] Flash/video saveSegments In-Reply-To: <81ED6CB2-EF7E-11D7-B43B-000393A575D2@skipcomer.com> Message-ID: <27A8C22C-EF80-11D7-B43B-000393A575D2@skipcomer.com> Hi Xiaoqiu, I just made a correction/upload with the Flash saveSegment, and uploaded the videoSaveSegment... Look at the way the methods are being called, and let me know if you would rather call one method with a parameter for the segment type, so we don't need to have so many similar methods to update. --Skip From xqbao at yahoo.com Thu Sep 25 11:49:43 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Sep 25 13:50:25 2003 Subject: [Hecdev] Flash/video saveSegments In-Reply-To: <27A8C22C-EF80-11D7-B43B-000393A575D2@skipcomer.com> Message-ID: <20030925184943.86590.qmail@web41108.mail.yahoo.com> Hi Skip, It would be great if you call add_segment with a 'segment_type' in the server_info and get_segment with a 'segment_type'. Thanks! Xiaoqiu --- Skip Comer wrote: > Hi Xiaoqiu, > > I just made a correction/upload with the Flash saveSegment, and > uploaded the videoSaveSegment... > > Look at the way the methods are being called, and let me know if you > would rather call one method with a parameter for the segment type, > so > we don't need to have so many similar methods to update. > > --Skip > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From skip at skipcomer.com Fri Sep 26 09:43:30 2003 From: skip at skipcomer.com (Skip Comer) Date: Fri Sep 26 09:39:40 2003 Subject: [Hecdev] Flash/video saveSegments In-Reply-To: <20030925184943.86590.qmail@web41108.mail.yahoo.com> Message-ID: <69CFFC28-F027-11D7-B7EA-000393A575D2@skipcomer.com> Hi Xiaoqiu, I've updated all the "segmentSave" .fla files. It now calls the add_segment method, and there is an objType property (with "question", "flash", "activity", "video", etc.) at the top level of the dictionary I send to the method. --Skip On Thursday, September 25, 2003, at 02:49 PM, xq bao wrote: > Hi Skip, > > It would be great if you call add_segment with a 'segment_type' in the > server_info and get_segment with a 'segment_type'. > > Thanks! > > Xiaoqiu > > > --- Skip Comer wrote: >> Hi Xiaoqiu, >> >> I just made a correction/upload with the Flash saveSegment, and >> uploaded the videoSaveSegment... >> >> Look at the way the methods are being called, and let me know if you >> would rather call one method with a parameter for the segment type, >> so >> we don't need to have so many similar methods to update. >> >> --Skip >> >> _______________________________________________ >> Hecdev mailing list >> Hecdev@spvi.com >> http://mailman.spvi.com/mailman/listinfo/hecdev > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From jared at mail2000.com.tw Fri Sep 26 03:20:50 2003 From: jared at mail2000.com.tw (Ren-Jiun) Date: Mon Sep 29 11:15:46 2003 Subject: [Hecdev] flash code for defining a question object Message-ID: <1064517650.97913.jared@mail2000.com.tw> Hi, Skip, I didn't see a file named questionObject.fla in custom folder. Did it be deleted? RenJiun -----Original message----- From:Comer, Robert Skipworth To:HEC Development Cc:Steve Spicklemire Date:Tue, 23 Sep 2003 15:29:02 -0500 Subject:[Hecdev] flash code for defining a question object Jolene and Ren, I've uploaded a Flash movie to the custom folder called questionObject.fla. Inside the movie's library is a movie clip with code to create a question object variable in the _root timeline (_root.qObj). You can pull this movie clip into any movie you are authoring to create a "template" question. For example, if you have a dynamic text field for the question text called "qText", you can put a script in the main timeline that says: qText.html = true; qText.htmlText = _root.qObj.question1.displayText.html; You will see the contents of the question object's question text displayed in qText. (Setting the html property to true is the same as clicking the little html box in the properties window.) To get the answer text: ans1Text.htmlText = _root.qObj.question1.answers[0].displayText.html; ans2Text.htmlText = _root.qObj.question1.answers[1].displayText.html; etc... The answers are in an array, and the index for the first element of the array is always 0. To save a text field's contents to the object, you can do this: _root.qObj.question1.answers[0].displayText.html = ans1Text.htmlText; The question object will contain the new html formatted text, but you won't be able to see it unless you trace it out. The next step will be to send the object to Xiaoqiu, with the question's name info, etc. We'll get into that on Friday. You can look at the code to see what the properties of the various parts of the questions/answers are. The answers have graph information, which makes them complicated. The voteUI section defines the six or so Flash movies that make up the voting displays, buttons, etc. Try it out, and let me know if you have any trouble. Xiaoqiu has "processed" the file with Mozilla, so you should be able to download it and open it on a PC without problems. --Skip _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From jkernick at iupui.edu Sun Sep 28 16:55:22 2003 From: jkernick at iupui.edu (jkernick@iupui.edu) Date: Mon Sep 29 11:15:54 2003 Subject: [Hecdev] ATTN: Ren - Q&A Interface In-Reply-To: <69CFFC28-F027-11D7-B7EA-000393A575D2@skipcomer.com> References: <69CFFC28-F027-11D7-B7EA-000393A575D2@skipcomer.com> Message-ID: <1064786122.3f7758ca83e82@webmail.iu.edu> Ren, Here is the file I was working on Friday for the Q&A interface design. Jolene -------------- next part -------------- A non-text attachment was scrubbed... Name: addQA Type: application/octet-stream Size: 703077 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030928/ef59ab41/addQA-0001.exe From rscomer at iupui.edu Mon Sep 29 11:29:48 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Mon Sep 29 11:31:10 2003 Subject: [Hecdev] flash code for defining a question object Message-ID: Hi, I moved several files to the saveSegments folder. Try there. Also, stay tuned for updates... I'm planning to revise the object structure slightly today. You should check with Xiaoqiu about the XML_ZMX files if you haven't spoken with her this morning. She has the include files working on her windows machine, so you should see how she did it. --Skip -----Original Message----- From: Ren-Jiun [mailto:jared@mail2000.com.tw] Sent: Thursday, September 25, 2003 2:21 PM To: hecdev@spvi.com Subject: Re: [Hecdev] flash code for defining a question object Hi, Skip, I didn't see a file named questionObject.fla in custom folder. Did it be deleted? RenJiun -----Original message----- From:Comer, Robert Skipworth To:HEC Development Cc:Steve Spicklemire Date:Tue, 23 Sep 2003 15:29:02 -0500 Subject:[Hecdev] flash code for defining a question object Jolene and Ren, I've uploaded a Flash movie to the custom folder called questionObject.fla. Inside the movie's library is a movie clip with code to create a question object variable in the _root timeline (_root.qObj). You can pull this movie clip into any movie you are authoring to create a "template" question. For example, if you have a dynamic text field for the question text called "qText", you can put a script in the main timeline that says: qText.html = true; qText.htmlText = _root.qObj.question1.displayText.html; You will see the contents of the question object's question text displayed in qText. (Setting the html property to true is the same as clicking the little html box in the properties window.) To get the answer text: ans1Text.htmlText = _root.qObj.question1.answers[0].displayText.html; ans2Text.htmlText = _root.qObj.question1.answers[1].displayText.html; etc... The answers are in an array, and the index for the first element of the array is always 0. To save a text field's contents to the object, you can do this: _root.qObj.question1.answers[0].displayText.html = ans1Text.htmlText; The question object will contain the new html formatted text, but you won't be able to see it unless you trace it out. The next step will be to send the object to Xiaoqiu, with the question's name info, etc. We'll get into that on Friday. You can look at the code to see what the properties of the various parts of the questions/answers are. The answers have graph information, which makes them complicated. The voteUI section defines the six or so Flash movies that make up the voting displays, buttons, etc. Try it out, and let me know if you have any trouble. Xiaoqiu has "processed" the file with Mozilla, so you should be able to download it and open it on a PC without problems. --Skip _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From jared at mail2000.com.tw Tue Sep 30 00:38:49 2003 From: jared at mail2000.com.tw (Ren-Jiun) Date: Mon Sep 29 11:56:10 2003 Subject: [Hecdev] ATTN: Ren - Q&A Interface Message-ID: <1064853529.69666.jared@mail2000.com.tw> Hi, Jolene, Thanks, But the file you sent to me can not be opende in Photoshop. Is it the .psd file or some other format? Ren -----Original message----- From:jkernick@iupui.edu To:HEC Development Date:Sun, 28 Sep 2003 16:55:22 -0500 Subject:[Hecdev] ATTN: Ren - Q&A Interface Ren, Here is the file I was working on Friday for the Q&A interface design. Jolene _______________________________________________ Hecdev mailing list Hecdev@spvi.com http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Mon Sep 29 13:16:00 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 29 13:12:32 2003 Subject: [Hecdev] ATTN: Ren - Q&A Interface In-Reply-To: <1064853529.69666.jared@mail2000.com.tw> Message-ID: <98C6F2FC-F2A0-11D7-B7EA-000393A575D2@skipcomer.com> Xiaoqiu, Ren, Jolene: I've updated the "saveSegment" flash movies in the custom>saveSegments folder. Xiaoqui, if you could re-format the updated movies for Ren, and check what I've done to make sure it all works properly. Here's the highlights: --Previously, image,video, and flash objects did not have an objID property, but I've had to add it (this provides a way to name cast members or attached movie clips when we import Flash movieClips or Director cast members). --The structure of the segment objects sent to Xiaoqiu is now simplified (and consistent). All segment objects arrive with one less level of nesting, and with the property name of "segment". The objID property is inside "segment". --there is a new movie that saves a "screenSegment" with text, graphics, and bullets --although the screen elements can only be edited by changing the code for now. --the questionObject.fla and saveQuestion.fla movies have been deleted, since the question object is in the saveQuestionSegment.fla movie, and we don't need to be updating so many movies. --there are some problems I've found: for a while it looked like we might be able to move the entire presentation interface over to Flash, since actionScript was working so well with the server set-up and XML protocols. Unfortunately, we can't import video into a Flash movie (unless it has first been converted to a SWF file), and I've hit some problems with using bullets for the screens. When we create text fields with dynamic text, rotation and alpha settings don't work, which eliminates two of the Keynote bullet transition styles --the dissolve style (which needs alpha) was one of the transitions we expected to use a lot. So, we will still plan to use Director as the theater presentation interface, with Flash being used to provide XML communication, the question presentation, and any other content created as a Flash movie. We will show video, power-point style screens and similar content using Director. --Skip From skip at skipcomer.com Mon Sep 29 18:00:03 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Sep 29 17:57:03 2003 Subject: [Hecdev] get_segments method In-Reply-To: Message-ID: <4742BADC-F2C8-11D7-B7EA-000393A575D2@skipcomer.com> Hi Xiaoqiu, I'm having trouble getting anything back from the get_segments method. I tried the Zope interface, the browser URL, and a Flash method call, but nothing has come back so far. I uploaded a pair of SWF/FLA files to the custom folder named "getSegments" Take a look at the code and let me know whether I'm sending what you need. --Skip From rscomer at iupui.edu Tue Sep 30 13:46:14 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Sep 30 13:47:35 2003 Subject: [Hecdev] presentation UI Message-ID: Hi Jolene, I rushed out and forgot to discuss the instantXML code with you this morning --sorry! For now, you should just make the flash movies with buttons that call placeholder functions. Script the button like this: on(press){ askForNextScreen(); } Then write a function in the main timeline first frame that looks like this: askForNextScreen = function(){ trace("askForNextScreen"); } Make a similar function for each button, and test to see if the output window shows your traces. When I get back, I'll show you how to connect to the instantXML setup, and send the messages to the rest of the system. --Skip