From xqbao at yahoo.com Mon Aug 4 08:38:28 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Aug 4 10:38:40 2003 Subject: [Hecdev] RFID system In-Reply-To: <09BA8DC6-C113-11D7-B928-000393468020@spvi.com> Message-ID: <20030804153828.30122.qmail@web41108.mail.yahoo.com> Hello Mary, I wonder if you will bring your RFID system to tomorrow morning's meeting. 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 Aug 5 13:43:34 2003 From: steve at spvi.com (Steve Spicklemire) Date: Tue Aug 5 13:43:45 2003 Subject: [Hecdev] new code in food push movie.. Message-ID: Hi Skip, here is the async handler I'm using... onAsync = function (args) { trace("async TEST"); var foodInfo = args[0].foodInfo; this.showResult("async "+_global.serializeObject(args)); if (foodInfo == null) { this.showResult("dang.. null food info.. "); } else { this.displayText.text = "..."; this.showResult("got real food info! "+_global.serializeObject(foodInfo)); this.responder.callMethod('getFoodsData', [foodInfo]); } }; -steve From steve at spvi.com Tue Aug 5 13:43:34 2003 From: steve at spvi.com (Steve Spicklemire) Date: Tue Aug 5 14:17:31 2003 Subject: [Hecdev] new code in food push movie.. Message-ID: Hi Skip, here is the async handler I'm using... onAsync = function (args) { trace("async TEST"); var foodInfo = args[0].foodInfo; this.showResult("async "+_global.serializeObject(args)); if (foodInfo == null) { this.showResult("dang.. null food info.. "); } else { this.displayText.text = "..."; this.showResult("got real food info! "+_global.serializeObject(foodInfo)); this.responder.callMethod('getFoodsData', [foodInfo]); } }; -steve From steve at spvi.com Fri Aug 8 14:24:15 2003 From: steve at spvi.com (Steve Spicklemire) Date: Fri Aug 8 14:24:23 2003 Subject: [Hecdev] New class in ZMX.. Message-ID: Hi Folks, There's a new class in ZMX that I *think* should simplfy some of the labor it takes to make a movieclip that talks to XMLRPC. There is an example in the 'examples' folder (in the zmx CVS) and there is documentation (wow!) here: http://hecxs.spvi.net:9080/HEC_Control/HEC/HECProjectWiki/ZMXClip Let me know if it works for you! thanks, -steve From skip at skipcomer.com Sun Aug 10 19:29:52 2003 From: skip at skipcomer.com (Skip Comer) Date: Sun Aug 10 19:27:25 2003 Subject: [Hecdev] Latest food calculator Message-ID: <8AD84D0C-CB8A-11D7-95BA-000393A575D2@skipcomer.com> ok..... here's the latest food calculator/info: open a browser window and go to: http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/asyncFoodTest8_9.swf (be sure line wraps haven't put a RETURN in the middle of the URL) click the "connect" button and wait for the message that says you have "async". You can use this to put anywhere from zero to four items in the food calculator. Open a second browser window, and go to: http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/foodPushTest_8_9.swf (note the RETURN-in-the-URL warning above) You should be able to click on one of the food buttons (or put foods on the RFID pad) and see the items appear in the food calculator. If you have more than two items, you will notice they are laid out in a circular arrangement. The arrows on either side allow you to rotate them in a "Lazy Susan" fashion. Where Xiaoqiu has set up a "superfood", you should be able to mouse over the food and see a "superfood" graphic pop up. The one you see now is a placeholder until Jolene and Ren do the real ones. The labels for the foods have black backgrounds now, but when Xiaoqiu gives us a color property with an RGB triplet, they will be whatever color gets assigned. If you click on a food, a bar graph with a color to match the label will appear. This will be much easier to see when we have label colors, but it's working now with black. Xiaoqiu: You will need to set up the color property for the food data. It should simply be called "color", and it should be a string like "FF0000" for red, etc. We can either assign each food a color, or assign the colors sequentially -- although it would be better if the foods did not get reassigned a different color every time something changes on the RFID pad. If we assign a color to each food, the trick will be to have enough different colors that don't look too similar. Also, I'm going to need a way to get the 100%USRDA amounts for the nutrients so I can do the math for the chart. I can get the chart to ask for the info, so it needs to be a method that just sends the USRDA amounts for each nutrient. Verlyn: You should decide which foods you would like to be designated as "Superfoods" and get that info to Xiaoqiu, Jolene, and Ren. Also, you should give Jolene and Ren some input for what you want the pop-ups to look like, whether they should animate, what they should say, etc. Also direction on the chart, backgrounds, etc. would be good, too. Jolene and Ren: Try a few experimental Superfoods pop-ups, and upload them. At the moment, only apple2.swf and broccoli2.swf (on the Zope server) will work. It doesn't matter what the file you upload is named, as long as you are uploading it into those two files in the ZMI (Zope Management Interface). You should size the files at 200x200, and try to keep them small. I'd recommend creating them inside Flash (Fireworks or Illustrator are 2nd choices), and avoid bitmaps. Do the background pop-up only, without the food image. --Also, the chart can be re-styled, as the individual items in the chart are modular movie clips, which we can drop into a chart with different dimensions, graphics, etc. Start thinking about alternates, and I'll get the files to you to so you can experiment. We should be able to change the width of the chart if we want to (the item movie clips will scale), and the items we are showing can be customized to any group/number of nutrients, as long as there is vertical room. Each item is currently 18 pixels tall. The vertical dimension doesn't scale, since it would become unreadable if we made them smaller. Steve: I've been so busy with this that I haven't looked at your ZMX clips, but I'll try to get to that this evening and give you some feedback. --Skip From skip at skipcomer.com Mon Aug 11 16:57:04 2003 From: skip at skipcomer.com (Skip Comer) Date: Tue Aug 12 07:31:17 2003 Subject: [Hecdev] flash movies for Ren and Jolene Message-ID: <5CF1DF16-CC3E-11D7-95BA-000393A575D2@skipcomer.com> A non-text attachment was scrubbed... Name: appleMask.fla Type: application/octet-stream Size: 33792 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030811/812acba8/appleMask-0001.exe -------------- next part -------------- A non-text attachment was scrubbed... Name: nutrGraph.fla Type: application/octet-stream Size: 23552 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030811/812acba8/nutrGraph-0001.exe -------------- next part -------------- here are some flash movies for you to play with... if you open the two windows as before: http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/asyncFoodTest8_9.swf http://mail.healtheducationcenter.org:9080/HEC_Control/HEC/ portal_skins/custom/foodPushTest_8_9.swf You can click on the apple, and as long as the mouse stays over the apple, bites come out of it. appleMask.fla shows how this was done: --First, get the graphic (with an alpha channel) in a layer. --Create a new layer above the graphic in the timeline. --Using the new layer, cover the graphic in the first layer with some sort of fill (not a bitmap). --Right click the layer and choose mask from the pop-up menu. --Now, only the area covered by the fill in the mask layer will show, so you can animate "bites" coming out of it. --The main display movie is set up to go to the 2nd frame and play when a mouseDown happens, so put a stop(); action in the first and last frames. --The main movie is set to goToAndStop(1); when a rollOut occurs, so as soon as the mouse comes out of the graphic (even if a "bite" happens under the mouse), we see the first frame again. We can just replace the graphics on the server with the animated versions, and they should work. The nutrGraph movie is the graph in the main display movie. I've commented the code so you can see how it works, but you should be able to replace the graphics with anything you want, and it should work. I'll be adding some code for making the USRDA amounts work, so a new version soon.... Ren, I just got your message about the flash movies, I'll have a look. --Skip From rscomer at iupui.edu Tue Aug 12 15:20:29 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Aug 12 15:21:04 2003 Subject: [Hecdev] Indiana Humanities Council meeting Message-ID: Hi, Here's the info for the Indiana Humanities Council regarding tomorrow's meeting: Agenda: we will be discussing the progress to-date the IHC has made on meta-data and database issues for their system, and compare notes about the progress being made by partner organizations. Time: 9:00am-12:00noon on Wednesday, Aug 15 Location: 1500 Delaware Ave. On the southwest corner of Delaware and 16th St. Delaware is one-way (going north), so you should get on Delaware somewhere south of 16th. IHC is in a large older house on the left side of the street. There is parking on the street, with some parking behind IHC. --Skip From rscomer at iupui.edu Tue Aug 12 15:20:49 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Aug 12 15:21:24 2003 Subject: [Hecdev] Indiana Humanities Council meeting Message-ID: Hi, Here's the info for the Indiana Humanities Council regarding tomorrow's meeting: Agenda: we will be discussing the progress to-date the IHC has made on meta-data and database issues for their system, and compare notes about the progress being made by partner organizations. Time: 9:00am-12:00noon on Wednesday, Aug 15 Location: 1500 Delaware Ave. On the southwest corner of Delaware and 16th St. Delaware is one-way (going north), so you should get on Delaware somewhere south of 16th. IHC is in a large older house on the left side of the street. There is parking on the street, with some parking behind IHC. --Skip From rscomer at iupui.edu Tue Aug 12 15:20:56 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Tue Aug 12 15:21:30 2003 Subject: [Hecdev] Indiana Humanities Council meeting Message-ID: Hi, Here's the info for the Indiana Humanities Council regarding tomorrow's meeting: Agenda: we will be discussing the progress to-date the IHC has made on meta-data and database issues for their system, and compare notes about the progress being made by partner organizations. Time: 9:00am-12:00noon on Wednesday, Aug 15 Location: 1500 Delaware Ave. On the southwest corner of Delaware and 16th St. Delaware is one-way (going north), so you should get on Delaware somewhere south of 16th. IHC is in a large older house on the left side of the street. There is parking on the street, with some parking behind IHC. --Skip From maryp at iupui.edu Thu Aug 14 11:14:15 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Thu Aug 14 11:14:37 2003 Subject: [Hecdev] Updates to database IDs to support NAHEC Breakfast Foods Message-ID: <5.1.1.6.0.20030814110359.02826290@magiclamp.org> Hi, Here are database ID updates for the NAHEC breakfast. They include all the foods which are used in the make-a-meal example (meal comparison), the quiz questions, and the breakfast itself. Please see the "NAHEC Breakfast Foods" section in the attachment. Additions include: * Yogurt * Grapes Changes include: * Different weight value for croissant, jam, marmalade, bagel to reflect values used in the make-a-meal example and the actual food model size * Different NDBs and weights for grapefruit juice and orange juice to match the make-a-meal example Mary -------------- next part -------------- A non-text attachment was scrubbed... Name: food_ids_mapping.xls Type: application/octet-stream Size: 20480 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030814/b852a879/food_ids_mapping-0001.exe From maryp at iupui.edu Thu Aug 14 11:42:40 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Thu Aug 14 11:43:06 2003 Subject: [Hecdev] Database IDs for NAHEC - forgot sugar and cream Message-ID: <5.1.1.6.0.20030814113550.00b42630@magiclamp.org> Hi, Shoot. Forgot the sugar and cream. Updated NAHEC Breakfast food IDs with sugar and cream. Please see attached. Mary -------------- next part -------------- A non-text attachment was scrubbed... Name: food_ids_mapping.xls Type: application/octet-stream Size: 20992 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030814/f1f876f9/food_ids_mapping.exe From skip at skipcomer.com Thu Aug 14 13:17:03 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Aug 14 13:14:36 2003 Subject: [Hecdev] map with keypad input In-Reply-To: Message-ID: <1FBE5294-CE7B-11D7-95BA-000393A575D2@skipcomer.com> Try this out and give me some feedback: If you don't have any keypads handy, open a browser window and go to: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/keypads.swf Click the "New Keypad" button a few times to get some keypads. You can drag them around to position them conveniently. If you have trouble with the URL, remember to check to see if a line wrap "broke" it. Now, open a new browser window and go to: http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/map8_13.swf Enter a number for a region on a keypad, and a small icon appears to represent a person from that region. Each keypad produces only one icon, but you can change where it appears. The idea is that the attendees at the conference will be given a keypad when the session starts, and they will tell us which region they are from. We'll store this information and use it when they answer the questions about what they had for breakfast. Xiaoqiu and Steve: Any suggestions about the best way to store the data? Can we do it on the server? Steve, would it be simpler to store it in a Flash global variable? From xqbao at yahoo.com Thu Aug 14 11:46:55 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Aug 14 13:47:10 2003 Subject: [Hecdev] map with keypad input In-Reply-To: <1FBE5294-CE7B-11D7-95BA-000393A575D2@skipcomer.com> Message-ID: <20030814184655.41963.qmail@web41110.mail.yahoo.com> Hi Skip, I tried the map movie. It is great! I think we can store the data in the database and the flash movie. So we can use the data in the future if needed. Thanks! Xiaoqiu --- Skip Comer wrote: > Try this out and give me some feedback: > If you don't have any keypads handy, open a browser window and go to: > > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/keypads.swf > > Click the "New Keypad" button a few times to get some keypads. You > can > drag them around to position them conveniently. If you have trouble > with the URL, remember to check to see if a line wrap "broke" it. > > Now, open a new browser window and go to: > > http://hecxs.spvi.net:9080/HEC_Control/HEC/portal_skins/map8_13.swf > > Enter a number for a region on a keypad, and a small icon appears to > represent a person from that region. Each keypad produces only one > icon, but you can change where it appears. > > The idea is that the attendees at the conference will be given a > keypad > when the session starts, and they will tell us which region they are > from. We'll store this information and use it when they answer the > questions about what they had for breakfast. > > Xiaoqiu and Steve: Any suggestions about the best way to store the > data? Can we do it on the server? Steve, would it be simpler to > store > it in a Flash global variable? > > > _______________________________________________ > 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 skipcomer at iquest.net Thu Aug 14 06:25:55 2003 From: skipcomer at iquest.net (skip comer) Date: Thu Aug 14 17:16:54 2003 Subject: [Hecdev] Database IDs for NAHEC - forgot sugar and cream In-Reply-To: <5.1.1.6.0.20030814113550.00b42630@magiclamp.org> Message-ID: <001001c36256$d43a35c0$85622bd1@VALUED2CAD4949> Hi Mary, We are on for tomorrow with Steve and Xiaoqiu, at your office. Ren and Jolene will be meeting as well. Steve, Xiaoqiu and I will be there about 10:00. --Skip -----Original Message----- From: hecdev-bounces@spvi.com [mailto:hecdev-bounces@spvi.com] On Behalf Of Mary Pietrowicz Sent: Thursday, August 14, 2003 11:43 AM To: hecdev@spvi.com Subject: [Hecdev] Database IDs for NAHEC - forgot sugar and cream Hi, Shoot. Forgot the sugar and cream. Updated NAHEC Breakfast food IDs with sugar and cream. Please see attached. Mary From maryp at iupui.edu Fri Aug 15 11:16:00 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Fri Aug 15 11:16:22 2003 Subject: [Hecdev] Xml message format and tag names Message-ID: <5.1.1.6.0.20030815101125.02829c50@magiclamp.org> Hi, Here is the format of the xml message with all of the control tag options and activation options I send now. There could be any number of foodInfo, controlInfo, or activationInfo tags. The tags we need for the demo are MagicWand and NutGraph. [{ 'foodInfo': [{'weightID: '3647', 'foodID': '1811'}], 'controlInfo':[{'controlID': 'FoodCalculator'}, {'controlID': 'FoodPyramid'}, {'controlID': 'NutGraph'}, {'controlID': 'TagAutoDetector'}, {'controlID': 'VoiceActivator'}], 'activationInfo': [{'activationID': 'MagicWand'}]}] I thought I had sent this info out earlier, but hadn't. Sorry about that! Mary From xqbao at yahoo.com Sun Aug 17 11:59:49 2003 From: xqbao at yahoo.com (xq bao) Date: Sun Aug 17 14:00:02 2003 Subject: [Hecdev] Monday meeting In-Reply-To: <5.1.1.6.0.20030815101125.02829c50@magiclamp.org> Message-ID: <20030817185949.61215.qmail@web41104.mail.yahoo.com> Hi Steve, Please let me know what time is good for you to have a meeting on Monday. Thanks! Hi Mary, Could we meet at your place, please? Thanks! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From steve at spvi.com Mon Aug 18 08:28:27 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 08:28:39 2003 Subject: [Hecdev] Monday meeting In-Reply-To: <20030817185949.61215.qmail@web41104.mail.yahoo.com> Message-ID: Hi Xiaoqui! It's hard to say right now... I have an appt at 10 am, and I need to come downtown before 1pm to talk with some folks before they go into a meeting. Maybe 1pm would work? I'll know more in a bit when my childcare responsibitlies become clear. ;-) thanks, -steve On Sunday, August 17, 2003, at 01:59 PM, xq bao wrote: > Hi Steve, > > Please let me know what time is good for you to have a meeting on > Monday. > > Thanks! > > > Hi Mary, > > Could we meet at your place, please? > > Thanks! > > Xiaoqiu > > > > __________________________________ > 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 Aug 18 09:10:10 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Aug 18 09:07:54 2003 Subject: [Hecdev] Monday meeting In-Reply-To: Message-ID: <4C270A19-D17D-11D7-95BA-000393A575D2@skipcomer.com> Hi all, I'll listen out to hear when/if there is a meeting... meanwhile I'm going to focus on doing some of the development work I'd hoped to get to over the weekend. We had a little plumbing disaster that kept me occupied. Did you know that copper drain pipes last about 35 years? That's why you should always sell your copper-plumbed home to an unsuspecting buyer during the first 30 years. I'm working on: -- refining and documenting the object model for the questions. The idea is to make the structures consistent with what had been done with other areas --especially the Director code. The objID and objType properties had been interchanged randomly, and the format object had been inconsistent --sometimes containing rotation and alpha information, other times not. Also, the graph display information needs some thought and development. I'll attach the current python version of the question object, and the docs I have so far. -------------- next part -------------- Skipped content of type multipart/appledouble-------------- next part -------------- A non-text attachment was scrubbed... Name: HEC21objDoc.rtf Type: application/rtf Size: 10129 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030818/71b7b685/HEC21objDoc-0001.rtf -------------- next part -------------- I've been feeling the need for a good shorthand acronym for "Health Education for the 21st Century" for some time now, and haven't found anything quite right, so I'm going to start using HEC21 for now. -- related to the first item, I'm developing a flash movie that will generate the python code you will see in the attachment. We should be able to put text and graphics into placeholder movie clips, play the movie, and get a nice chunk of code that can be sent to the server. Vince, you should be able to use this for the questions you are doing, or I can take what you've already done and quickly reformat it for the server. -- I'm also working on modifying the food display to use the control items, such as the control for showing the graph, etc. Please send any comments you have about the attachments! --Skip On Monday, August 18, 2003, at 09:28 AM, Steve Spicklemire wrote: > Hi Xiaoqui! > > It's hard to say right now... I have an appt at 10 am, and I need to > come downtown before 1pm to talk with some folks before they go into a > meeting. Maybe 1pm would work? I'll know more in a bit when my > childcare responsibitlies become clear. ;-) > > thanks, > -steve > > On Sunday, August 17, 2003, at 01:59 PM, xq bao wrote: > >> Hi Steve, >> >> Please let me know what time is good for you to have a meeting on >> Monday. >> >> Thanks! >> >> >> Hi Mary, >> >> Could we meet at your place, please? >> >> Thanks! >> >> Xiaoqiu >> >> >> >> __________________________________ >> 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 Mon Aug 18 09:53:19 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 09:53:27 2003 Subject: [Hecdev] Today... Message-ID: Hi Folks, Well.. today is getting pretty crammed. I might be able to drop by for a bit, but it couldn't be for very long. Xiaoqui, If I build an ISO file and upload it to the server, can you burn a CD from that? I do have all day tomorrow available... sorry! -steve From xqbao at yahoo.com Mon Aug 18 08:08:33 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Aug 18 10:08:47 2003 Subject: [Hecdev] Today... In-Reply-To: Message-ID: <20030818150833.6902.qmail@web41106.mail.yahoo.com> Hi Steve, I will try to burn a CD from the ISO file. Can you email me the link to the ISO file, please? Thanks! Xiaoqiu --- Steve Spicklemire wrote: > Hi Folks, > > Well.. today is getting pretty crammed. I might be able to drop by > for > a bit, but it couldn't be for very long. > > Xiaoqui, If I build an ISO file and upload it to the server, can you > burn a CD from that? > > I do have all day tomorrow available... > > sorry! > -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 skip at skipcomer.com Mon Aug 18 10:13:54 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Aug 18 10:11:08 2003 Subject: [Hecdev] is the server down? In-Reply-To: <20030818150833.6902.qmail@web41106.mail.yahoo.com> Message-ID: <3378DF2C-D186-11D7-95BA-000393A575D2@skipcomer.com> I'm trying to work with Zope, but I can't seem to get through to the server? Are there problems? --Skip From steve at spvi.com Mon Aug 18 10:48:33 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 10:48:41 2003 Subject: [Hecdev] is the server down? In-Reply-To: <3378DF2C-D186-11D7-95BA-000393A575D2@skipcomer.com> Message-ID: <6C4E6FE2-D193-11D7-BED8-000393468020@spvi.com> Looks OK to me.. I restarted it a couple hours ago so I could trim the log file before making a tarball to build the systems for the meeting. When did you start having trouble? -steve On Monday, August 18, 2003, at 09:13 AM, Skip Comer wrote: > I'm trying to work with Zope, but I can't seem to get through to the > server? Are there problems? > > --Skip > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From steve at spvi.com Mon Aug 18 10:48:57 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 10:49:05 2003 Subject: [Hecdev] Today... In-Reply-To: <20030818150833.6902.qmail@web41106.mail.yahoo.com> Message-ID: <7A25EB42-D193-11D7-BED8-000393468020@spvi.com> Hi Xiaoqiu, I will.. as soon as it's ready! -steve On Monday, August 18, 2003, at 10:08 AM, xq bao wrote: > Hi Steve, > > I will try to burn a CD from the ISO file. Can you email me the link to > the ISO file, please? > > Thanks! > > Xiaoqiu > > --- Steve Spicklemire wrote: >> Hi Folks, >> >> Well.. today is getting pretty crammed. I might be able to drop by >> for >> a bit, but it couldn't be for very long. >> >> Xiaoqui, If I build an ISO file and upload it to the server, can you >> burn a CD from that? >> >> I do have all day tomorrow available... >> >> sorry! >> -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 > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From skip at skipcomer.com Mon Aug 18 10:58:53 2003 From: skip at skipcomer.com (Skip Comer) Date: Mon Aug 18 10:56:11 2003 Subject: [Hecdev] is the server down? In-Reply-To: <6C4E6FE2-D193-11D7-BED8-000393468020@spvi.com> Message-ID: <7C000E7C-D18C-11D7-95BA-000393A575D2@skipcomer.com> I started around 10:00 --it still won't connect. I tried both URLs: http://hecxs.spvi.net:9080 http://mail.healtheducationcenter.org:9080 ?? On Monday, August 18, 2003, at 11:48 AM, Steve Spicklemire wrote: > Looks OK to me.. I restarted it a couple hours ago so I could trim > the log file before making a tarball to build the systems for the > meeting. When did you start having trouble? > > -steve > > On Monday, August 18, 2003, at 09:13 AM, Skip Comer wrote: > >> I'm trying to work with Zope, but I can't seem to get through to the >> server? Are there 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 xqbao at yahoo.com Mon Aug 18 08:59:29 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Aug 18 10:59:43 2003 Subject: [Hecdev] is the server down? In-Reply-To: <7C000E7C-D18C-11D7-95BA-000393A575D2@skipcomer.com> Message-ID: <20030818155929.39824.qmail@web41101.mail.yahoo.com> Hi Skip, I can connect to them. Xiaoqiu --- Skip Comer wrote: > I started around 10:00 --it still won't connect. I tried both URLs: > > http://hecxs.spvi.net:9080 > > http://mail.healtheducationcenter.org:9080 > > ?? > > > On Monday, August 18, 2003, at 11:48 AM, Steve Spicklemire wrote: > > > Looks OK to me.. I restarted it a couple hours ago so I could trim > > > the log file before making a tarball to build the systems for the > > meeting. When did you start having trouble? > > > > -steve > > > > On Monday, August 18, 2003, at 09:13 AM, Skip Comer wrote: > > > >> I'm trying to work with Zope, but I can't seem to get through to > the > >> server? Are there 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 > > _______________________________________________ > 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 maryp at iupui.edu Mon Aug 18 11:04:13 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Mon Aug 18 11:05:18 2003 Subject: [Hecdev] is the server down? In-Reply-To: <20030818155929.39824.qmail@web41101.mail.yahoo.com> References: <7C000E7C-D18C-11D7-95BA-000393A575D2@skipcomer.com> Message-ID: <5.1.1.6.0.20030818110307.00b62788@imap0.iupui.edu> Hi, I sent some messages to the server today and received responses... Mary At 08:59 AM 8/18/2003 -0700, you wrote: >Hi Skip, > >I can connect to them. > >Xiaoqiu > > >--- Skip Comer wrote: > > I started around 10:00 --it still won't connect. I tried both URLs: > > > > http://hecxs.spvi.net:9080 > > > > http://mail.healtheducationcenter.org:9080 > > > > ?? > > > > > > On Monday, August 18, 2003, at 11:48 AM, Steve Spicklemire wrote: > > > > > Looks OK to me.. I restarted it a couple hours ago so I could trim > > > > > the log file before making a tarball to build the systems for the > > > meeting. When did you start having trouble? > > > > > > -steve > > > > > > On Monday, August 18, 2003, at 09:13 AM, Skip Comer wrote: > > > > > >> I'm trying to work with Zope, but I can't seem to get through to > > the > > >> server? Are there 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 > > > > _______________________________________________ > > 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 Mon Aug 18 11:06:51 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 11:07:02 2003 Subject: [Hecdev] is the server down? In-Reply-To: <7C000E7C-D18C-11D7-95BA-000393A575D2@skipcomer.com> Message-ID: Wierd.. anybody else having trouble? I can get there with both URLs, and ssh. Skip.. can you try something other than IE? You'll get better diagnostics that way... -steve On Monday, August 18, 2003, at 09:58 AM, Skip Comer wrote: > I started around 10:00 --it still won't connect. I tried both URLs: > > http://hecxs.spvi.net:9080 > > http://mail.healtheducationcenter.org:9080 > > ?? > > > On Monday, August 18, 2003, at 11:48 AM, Steve Spicklemire wrote: > >> Looks OK to me.. I restarted it a couple hours ago so I could trim >> the log file before making a tarball to build the systems for the >> meeting. When did you start having trouble? >> >> -steve >> >> On Monday, August 18, 2003, at 09:13 AM, Skip Comer wrote: >> >>> I'm trying to work with Zope, but I can't seem to get through to the >>> server? Are there 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 maryp at iupui.edu Mon Aug 18 11:21:55 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Mon Aug 18 11:22:37 2003 Subject: [Hecdev] Monday meeting In-Reply-To: <20030817185949.61215.qmail@web41104.mail.yahoo.com> References: <5.1.1.6.0.20030815101125.02829c50@magiclamp.org> Message-ID: <5.1.1.6.0.20030818110457.00b42e18@imap0.iupui.edu> Hi, We have some visitors in the lab today, and I'm not sure how long they are going to be in. We could meet in my office, though, if it's just a few of us. I'm putting together an install CD with all of the RFID components, java extensions, etc.. It should be ready later today. Also, I took the RLHEC rfid reader back to my desk for stress testing. It's firmware version is different from mine, and I wanted to make sure it could deal with the number of simultaneous tag detections that will be required for the demo. Looks good sofar. Mary At 11:59 AM 8/17/2003 -0700, you wrote: >Hi Steve, > >Please let me know what time is good for you to have a meeting on >Monday. > >Thanks! > > >Hi Mary, > >Could we meet at your place, please? > >Thanks! > >Xiaoqiu > > > >__________________________________ >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 Mon Aug 18 15:11:34 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 15:11:44 2003 Subject: [Hecdev] MacOSX distribution.. Message-ID: <2A2DB156-D1B8-11D7-8A90-000393468020@spvi.com> Hi Folks... If you are wanting to test the system on a MacOSX box... I'm finding that my macosx binary is currently linking to some fink (http://fink.sf.net) libraries. It would help if we could just use those libraries rather than building everything from scratch.. Is there any reason why that would be a problem? You can dowload fink for MacOSX here: http://fink.sf.net/ thanks, -steve From steve at spvi.com Mon Aug 18 17:34:03 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 17:34:28 2003 Subject: [Hecdev] MacOSX binary.... Message-ID: <11CAEFE0-D1CC-11D7-8A90-000393468020@spvi.com> OK.. I have a binary built which seems pretty self-contained. I'm uploading it to the server now. More soon! -steve From steve at spvi.com Mon Aug 18 18:47:32 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 18 18:47:43 2003 Subject: [Hecdev] tarball of MacOSX binary is on hecxs.. Message-ID: <55B53FE4-D1D6-11D7-8A90-000393468020@spvi.com> You can get it with scp: scp hecxs.spvi.net:/usr/local/HECApp/hec-app.tgz . it's 100+ MB let me know if you have trouble! (use gnutar to unpack as root.. sudo gnutar -xzvf hec-app.tgz ) -steve From maryp at iupui.edu Tue Aug 19 16:04:38 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Tue Aug 19 16:05:20 2003 Subject: [Hecdev] Database import working Message-ID: <5.1.1.6.0.20030819154814.00b43318@magiclamp.org> Hi, I just got the database installed - UPPER case names for usda database - onto another linux machine here in the lab, no problem. I must have messed something up editing for case back at rlhec. Everything installed as expected, and indexes were correct. I'll snag some network cables and a hub and install it on the cappuccino tonight or first thing in the am. Can the cappuccino stay at rlhec for a while? Mary From verlynw at rlhec.org Tue Aug 19 16:43:06 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Tue Aug 19 17:07:02 2003 Subject: [Hecdev] Database import working In-Reply-To: <5.1.1.6.0.20030819154814.00b43318@magiclamp.org> Message-ID: <1E7676E7-D28E-11D7-B3C0-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* no problem in keeping it here for a while. Verlyn On Tuesday, August 19, 2003, at 04:04 PM, Mary Pietrowicz wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi, > > I just got the database installed - UPPER case names for usda database > - onto another linux machine here in the lab, no problem. I must have > messed something up editing for case back at rlhec. Everything > installed as expected, and indexes were correct. > > I'll snag some network cables and a hub and install it on the > cappuccino tonight or first thing in the am. Can the cappuccino stay > at rlhec for a while? > > Mary > > _______________________________________________ > 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 Wed Aug 20 10:05:16 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Aug 20 10:05:28 2003 Subject: [Hecdev] Database import working In-Reply-To: <5.1.1.6.0.20030819154814.00b43318@magiclamp.org> Message-ID: Great! Let me know if you have any trouble. If you guys are going to be at the health center today.. I can join you for a while, during the middle of the day. thanks! -steve On Tuesday, August 19, 2003, at 04:04 PM, Mary Pietrowicz wrote: > Hi, > > I just got the database installed - UPPER case names for usda database > - onto another linux machine here in the lab, no problem. I must have > messed something up editing for case back at rlhec. Everything > installed as expected, and indexes were correct. > > I'll snag some network cables and a hub and install it on the > cappuccino tonight or first thing in the am. Can the cappuccino stay > at rlhec for a while? > > Mary > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From maryp at iupui.edu Wed Aug 20 10:08:20 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Wed Aug 20 10:08:52 2003 Subject: [Hecdev] Cappuccino database set up Message-ID: <5.1.1.6.0.20030820100235.00b435e0@magiclamp.org> Hi, The cappuccino usda database has been installed and configured. The machine, however, isn't starting up the networking support correctly on boot. Steve - would you please send email or give me a call with instructions for starting up the networking services? Also, what is the URL for testing the interface between the rfid tags? Should we get together today to try it out? Thanks, Mary 278-8173 From xqbao at yahoo.com Wed Aug 20 08:21:54 2003 From: xqbao at yahoo.com (xq bao) Date: Wed Aug 20 10:22:09 2003 Subject: [Hecdev] Database import working In-Reply-To: Message-ID: <20030820152154.50181.qmail@web41105.mail.yahoo.com> Hi Steve, Please let me know what time is good for you to start the meeting. Thanks! Xiaoqiu --- Steve Spicklemire wrote: > Great! > > Let me know if you have any trouble. If you guys are going to be at > the > health center today.. I can join you for a while, during the middle > of > the day. > > thanks! > -steve > > On Tuesday, August 19, 2003, at 04:04 PM, Mary Pietrowicz wrote: > > > Hi, > > > > I just got the database installed - UPPER case names for usda > database > > - onto another linux machine here in the lab, no problem. I must > have > > messed something up editing for case back at rlhec. Everything > > installed as expected, and indexes were correct. > > > > I'll snag some network cables and a hub and install it on the > > cappuccino tonight or first thing in the am. Can the cappuccino > stay > > at rlhec for a while? > > > > 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 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From steve at spvi.com Wed Aug 20 10:30:20 2003 From: steve at spvi.com (Steve Spicklemire) Date: Wed Aug 20 10:30:28 2003 Subject: [Hecdev] Cappuccino database set up In-Reply-To: <5.1.1.6.0.20030820100235.00b435e0@magiclamp.org> Message-ID: <358E4D1E-D323-11D7-A48F-000393468020@spvi.com> Hi Mary, Are you at RLHEC or Pervasive? I can be there in an hour or so... thanks, -steve On Wednesday, August 20, 2003, at 10:08 AM, Mary Pietrowicz wrote: > Hi, > > The cappuccino usda database has been installed and configured. > > The machine, however, isn't starting up the networking support > correctly on boot. > Steve - would you please send email or give me a call with > instructions for starting up the networking services? Also, what is > the URL for testing the interface between the rfid tags? > > Should we get together today to try it out? > > Thanks, > Mary > 278-8173 > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From maryp at iupui.edu Wed Aug 20 10:37:49 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Wed Aug 20 10:38:21 2003 Subject: [Hecdev] Cappuccino database set up In-Reply-To: <358E4D1E-D323-11D7-A48F-000393468020@spvi.com> References: <5.1.1.6.0.20030820100235.00b435e0@magiclamp.org> Message-ID: <5.1.1.6.0.20030820103344.00b435e0@imap0.iupui.edu> Hi, Thanks! I'll be at RLHEC in about an hour (I'm at pervasive now). I'll also bring a network hub with cables. :-) Mary At 10:30 AM 8/20/2003 -0500, Steve Spicklemire wrote: >Hi Mary, > >Are you at RLHEC or Pervasive? > >I can be there in an hour or so... > >thanks, >-steve > >On Wednesday, August 20, 2003, at 10:08 AM, Mary Pietrowicz wrote: > >>Hi, >> >>The cappuccino usda database has been installed and configured. >> >>The machine, however, isn't starting up the networking support correctly >>on boot. >>Steve - would you please send email or give me a call with instructions >>for starting up the networking services? Also, what is the URL for >>testing the interface between the rfid tags? >> >>Should we get together today to try it out? >> >>Thanks, >>Mary >>278-8173 >> >>_______________________________________________ >>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 rscomer at iupui.edu Wed Aug 20 10:43:34 2003 From: rscomer at iupui.edu (Comer, Robert Skipworth) Date: Wed Aug 20 10:44:54 2003 Subject: [Hecdev] Database import working Message-ID: Hi, I'm going to focus on getting the questions working today, so I will not join you at RLHEC, unless there's a need for me to be there. I'll plan to be there tomorrow midday to test things for the 2:00 meeting. --Skip -----Original Message----- From: xq bao [mailto:xqbao@yahoo.com] Sent: Wed 8/20/2003 10:21 AM To: HEC Development Cc: Subject: Re: [Hecdev] Database import working Hi Steve, Please let me know what time is good for you to start the meeting. Thanks! Xiaoqiu --- Steve Spicklemire wrote: > Great! > > Let me know if you have any trouble. If you guys are going to be at > the > health center today.. I can join you for a while, during the middle > of > the day. > > thanks! > -steve > > On Tuesday, August 19, 2003, at 04:04 PM, Mary Pietrowicz wrote: > > > Hi, > > > > I just got the database installed - UPPER case names for usda > database > > - onto another linux machine here in the lab, no problem. I must > have > > messed something up editing for case back at rlhec. Everything > > installed as expected, and indexes were correct. > > > > I'll snag some network cables and a hub and install it on the > > cappuccino tonight or first thing in the am. Can the cappuccino > stay > > at rlhec for a while? > > > > 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 __________________________________ 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 Thu Aug 21 17:47:52 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Aug 21 22:10:48 2003 Subject: [Hecdev] a little mystery.... In-Reply-To: <358E4D1E-D323-11D7-A48F-000393468020@spvi.com> Message-ID: <1D578A03-D421-11D7-B82E-000393A575D2@skipcomer.com> A non-text attachment was scrubbed... Name: ojTest.fla Type: application/octet-stream Size: 56832 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030821/604c2fe5/ojTest-0001.exe -------------- next part -------------- A non-text attachment was scrubbed... Name: 0815orangejuice.swf Type: application/octet-stream Size: 2709 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030821/604c2fe5/0815orangejuice-0001.exe -------------- next part -------------- A non-text attachment was scrubbed... Name: milk.swf Type: application/octet-stream Size: 5796 bytes Desc: not available Url : http://mailman.spvi.com/pipermail/hecdev/attachments/20030821/604c2fe5/milk-0001.exe -------------- next part -------------- Here's a little puzzle for you all.... The attached movie (the .fla file) is a simplified version of the problem I'm having with the graphics coming out of Illustrator. In the main movie there is an empty movie clip called "answerGraphic", with an attached clip called "graphic". If you double click "answerClip", you will be at the 'graphic' level (although it will not look any different). The "graphic" clip has a script attached, which traces "this", (a reference to itself), then sets its width and height according to values stored in its parent (answerGraphic). The main timeline has a script in its first frame which sets the width/height values in answerGraphic, then loads a new movie into 'graphic'. I've commented out a loadMovie statement that loads "milk.swf", and left the version of the loadMovie statement that loads in "0815orangejuice.swf" If you run this movie both ways from Flash, you will see that in the output window, 0815orangejuice.swf has no idea what it is. The "this" value is undefined, and no widths/heights get set. The milk.swf movie behaves the usual way. "this" traces out with the path we would expect to see, and it sets its own width/height. Ren, I understand you exported 0815orangejuice.swf from Adobe Illustrator with an export plug-in? The "milk.swf" was pulled into Flash as a TIFF file, then exported as a swf from Flash. Steve, could there be some problem with the file structure coming out of Illustrator? Could it be an older version of shockwave? Should we run the Illustrator files through Fireworks or Flash to get better swf behavior? I'd like to leave the graphics in vector form, but they have to work with the type of script you see in this test. Ren and Jolene: do some tests with your Illustrator files to see what we have to do to get them to work with this test. Just edit the "loadMovie" statement to use an url for your test files. Start by exporting them as EPS files, and see if you can pull them into Flash or Fireworks to make swf files. Let me know when you plan to meet tomorrow and whether you want me to meet with you to work on this. --Skip From maryp at iupui.edu Fri Aug 22 13:17:36 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Fri Aug 22 13:18:18 2003 Subject: [Hecdev] Instructions for running the rfid app from the Mac Laptop Message-ID: <5.1.1.6.0.20030822105642.00b43ac8@magiclamp.org> Hi - Here are the steps for running and configuring the rfid application on the MAC laptop. 1. Hook everything up. Connect the keyspan adapter to one of the usb ports. Connect the serial cable between the rfid reader and the keyspan adapter, and connect the antenna cable to the reader. Apply power. Watch the reader start up. Each light on the top should blink, and when it's done, the "transmit" light should be green, and the "power" light should be orange. If you get a fault, cycle power to reset. 2. Log in as hecdev, and open some shells 3. In one shell, start up mysql as root user (if it isn't running already) hecdev% sudo su # cd /HECApp/mysql # ./bin/mysqld_safe 4. Remove all food items from the range of the reader. The reader has to be configured when it comes up. Tag detection may interfere with configuration. 5. Check the configuration file in ~/rfid_reader/smartenv/build/rlhec_rfid_listener/dist/RfidConfig.txt By default, it assumes use of local mysql database, local Zope server, and tag auto detection enabled, and no voice. You shouldn't have to change this much if at all. *Conn_URL variable points to the database To use local database: Conn_URL jdbc:mysql://localhost/rfid_foods To use database on cappuccino: Conn_URL jdbc:mysql://heczope.hecdemo.net/rfid_foods *XmlRpcUrl is the destination of the xmlrpc message To use local Zope: XmlRpcUrl http://localhost:9080/HEC_Control/HEC/HTheatre/Peripherals/RID1 To use Zope on cappuccino: XmlRpcUrl http://heczope.hecdemo.net/HEC_Control/HEC/HTheatre/Peripherals/RID1 *FreeTTSEnable turns voice on and off (default is off) Voice off: FreeTTSEnable false Voice on: FreeTTSEnable true *TagAutoDetect turns autodetection on and off (default is on) Run with autodetect on: TagAutoDetect true Run with autodetec off (rely on magic wand): TagAutoDetect false 6. In another shell, start up the rfid stuff as hecdev user hecdev% cd ~/rfid_reader/smartenv/build/rlhec_rfid_listener/dist hecdev% ./run_rfid_listener_jar 7. Wait for the reader to be configured You'll see some debug scroll by showing the commands sent to the reader and the responses (in hex). When this is done, the debug output will stop. This should take just a few seconds. All set to go! Mary From xqbao at yahoo.com Mon Aug 25 11:48:46 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Aug 25 14:05:20 2003 Subject: [Hecdev] rlhec servers In-Reply-To: <358E4D1E-D323-11D7-A48F-000393468020@spvi.com> Message-ID: <20030825184846.58533.qmail@web41105.mail.yahoo.com> Hi Steve, The server at the rlhec is done. I tried to start Zope and mysql. It was ok. But I still can not login. I am wondering if I did something wrong. Please let me know what steps I am missing. Thanks! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From steve at spvi.com Mon Aug 25 14:09:13 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 25 14:09:58 2003 Subject: [Hecdev] rlhec servers In-Reply-To: <20030825184846.58533.qmail@web41105.mail.yahoo.com> Message-ID: <9D9C67C2-D72F-11D7-8B2C-000393468020@spvi.com> Hi Xiaoqiu, Strange.. it looks like postgres was shut down somehow on 8-22. From the postgres log file: LOG: query: END LOG: query: BEGIN; SET TRANSACTION ISOLATION LEVEL SERIALIZABLE LOG: query: select foodID, name, usda_food_id from Foods where usda_food_id = '1811' LOG: query: select nutrientID, name, tag from Nutrients LOG: query: select nutrientID, name, tag from Nutrients LOG: query: select foodID, name, usda_food_id from Foods where usda_food_id = '2358' LOG: query: select nutrientID, name, tag from Nutrients LOG: query: select nutrientID, name, tag from Nutrients LOG: query: END LOG: query: BEGIN; SET TRANSACTION ISOLATION LEVEL SERIALIZABLE LOG: query: select username, myPassword, myRoles, myDomains from users where username = 'xbao' LOG: query: ABORT FATAL: This connection has been terminated by the administrator. FATAL: This connection has been terminated by the administrator. FATAL: This connection has been terminated by the administrator. FATAL: This connection has been terminated by the administrator. LOG: smart shutdown request LOG: shutting down LOG: database system is shut down bootstrap_look_up() failed (ipc/mig) server died LOG: database system was shut down at 2003-08-22 16:52:13 EST Any idea what might've happened then? thanks, -steve On Monday, August 25, 2003, at 01:48 PM, xq bao wrote: > Hi Steve, > > The server at the rlhec is done. I tried to start Zope and mysql. It > was ok. But I still can not login. I am wondering if I did something > wrong. > > Please let me know what steps I am missing. > > Thanks! > > Xiaoqiu > > __________________________________ > 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 Aug 25 12:35:38 2003 From: xqbao at yahoo.com (xq bao) Date: Mon Aug 25 14:36:22 2003 Subject: [Hecdev] rlhec servers In-Reply-To: <9D9C67C2-D72F-11D7-8B2C-000393468020@spvi.com> Message-ID: <20030825193538.63437.qmail@web41109.mail.yahoo.com> Hi Steve, Verlyn said they restarted the server on Friday. Doug can make our servers automatically on if we email him the commands to start our servers. Doug's email: dougthurston@mac.exp.com I am wondering if you can send him the commands. Can you cc me, please? Because I do not know how to start the postgres (I tried this morning without any success. I think I did not type in the correct command). Thanks! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From steve at spvi.com Mon Aug 25 14:59:57 2003 From: steve at spvi.com (Steve Spicklemire) Date: Mon Aug 25 15:00:39 2003 Subject: [Hecdev] rlhec servers In-Reply-To: <20030825193538.63437.qmail@web41109.mail.yahoo.com> Message-ID: Sure! Hi Doug.. there are three things to do when starting our software. Start postgres, mysql, and Zope. I've just put this all in a script (startall.sh) in /usr/local/etc/HECApp. It's just this: #!/bin/sh 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 # start postgres su pgsql -c '$PG_ROOT/bin/pg_ctl -D $PGDATA -l $PG_ROOT/var/log/postgresql/logfile start' #start mysql cd $MYSQL_ROOT ./bin/safe_mysqld & # start Zope. su hecdev -c '$APP_ROOT/Z261-IH/start' Anyway... if you just run this script (maybe in /etc/rc.local) it should get us going. thanks! -steve On Monday, August 25, 2003, at 02:35 PM, xq bao wrote: > Hi Steve, > > Verlyn said they restarted the server on Friday. Doug can make our > servers automatically on if we email him the commands to start our > servers. > > Doug's email: dougthurston@mac.exp.com > > I am wondering if you can send him the commands. Can you cc me, please? > Because I do not know how to start the postgres (I tried this morning > without any success. I think I did not type in the correct command). > > Thanks! > > Xiaoqiu > > > __________________________________ > 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 maryp at iupui.edu Tue Aug 26 16:48:42 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Tue Aug 26 16:49:34 2003 Subject: [Hecdev] Combo tags ready to go Message-ID: <5.1.1.6.0.20030826164716.0289a310@magiclamp.org> Hi, The "2 croissant", "3 butter", and "2 jam" combo tags are ready to rock. Databases updated on mail and on my laptop. Mary From skip at skipcomer.com Wed Aug 27 08:30:09 2003 From: skip at skipcomer.com (Skip Comer) Date: Wed Aug 27 08:27:43 2003 Subject: [Hecdev] meeting at Pervasive Tech Lab In-Reply-To: <5.1.1.6.0.20030826164716.0289a310@magiclamp.org> Message-ID: <3299217C-D88A-11D7-B12A-000393A575D2@skipcomer.com> Hi all, Sorry, I forgot to send the message out about when we would meet at the Pervasive Tech lab today... but Xiaoqiu and I will plan to be there about 10. Steve says he will arrive after his class (about 11). I did not make much progress on the question updates or data display fronts yesterday due to some serious bugs in the food viewing software that became apparent. I tried putting the breakfast foods on the display all at once, and found more problems, which seem to be resolved now. Here's what's changed in the current version (foodsPushTest_8_27.swf). --All the foods that we have tags and graphics for are updated so that they are all in the database, with labels, label colors, and text colors that are readable, don't crop the name, etc. --Display problem with the initial sizing of the foods corrected. --The aspect ratio of the images is now preserved (no more forcing images to a square format). --Corrected problem with foods that were displayed on top of each other. --Corrected problem with graphics that never loaded in completely. Jolene and Ren: I'd like you to experiment with loading groups of foods onto the screen and identify/correct problems. Especially note: --size problems (i.e., the sugar is twice as big as the cup of coffee... let's look at putting a pixel in the corners of the sugar graphic to keep it from scaling so large, etc.) --simplifying images (plates, utensils, etc. start to clutter up things when are many images together) --perspective inconsistencies (when the images are seen together, the perspectives need to match) --additional graphics... a couple of foods are missing, and we need some quantity changes, like two croissants, 3 pats butter, etc. Thanks! --Skip From steve at spvi.com Thu Aug 28 10:39:32 2003 From: steve at spvi.com (Steve Spicklemire) Date: Thu Aug 28 10:40:09 2003 Subject: [Hecdev] Keypad/Event handling.. Message-ID: I'm working on keypad/event handling this morning.. I don't think I should be breaking anything.. but let me know if you see strange behavior! -steve From skip at skipcomer.com Thu Aug 28 10:53:33 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Aug 28 10:51:02 2003 Subject: [Hecdev] rlhec servers In-Reply-To: Message-ID: <65936E18-D967-11D7-B12A-000393A575D2@skipcomer.com> Hi all, the current version of the food display movie is foodPushTest_8_28a.swf I *think* I've solved the problems of foods not displaying correctly... The graph behavior did a few strange things that I can't seem to replicate. But I've dropped the "sky" background in, and put some "cafeteria trays" in behind the saved meals to organize them better. If some of you can test this and give me feedback on problems you see, I'd appreciate it. Here's how it *should* work: --Any number/combination of foods should display properly. --If you have the graph tag on the reader, the graph and data should show as soon as the foods display. Otherwise, you should see a food's data when you click on it. (if the food is in the main part of the window). -- If you save a meal, it should scale up to the top, and a tray should appear under it. --To see the meal again, you click on one of the foods (not the tray). If you have the graph tag on the reader, you should see all the data when the meal scales up. Otherwise, you click on a food to see the data. --Currently, there's no way to delete a meal, but any meal in the main part of the window should be replaced by whatever is done on the reader. --If you see a saved meal disappear when you do something with the reader, I need to know about it. You can reach me at 670-5452. I'll work on Flash movies the rest of the morning, and come down to the PT lab this afternoon. thanks for all the hard work! --Skip From maryp at iupui.edu Thu Aug 28 11:34:37 2003 From: maryp at iupui.edu (Mary Pietrowicz) Date: Thu Aug 28 11:35:18 2003 Subject: [Hecdev] Sending out the RFID reader FedEx Message-ID: <5.1.1.6.0.20030828113101.02883090@magiclamp.org> Hi, The RFID reader, antenna, and power supply from RLHEC are being shipped out for delivery to the Sofitel Hotel. The package will arrive at 10:30 on Tuesday morning, and it is being shipped attn: Skip Comer. Mary From skip at skipcomer.com Thu Aug 28 11:51:53 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Aug 28 11:49:22 2003 Subject: [Hecdev] Sending out the RFID reader FedEx In-Reply-To: <5.1.1.6.0.20030828113101.02883090@magiclamp.org> Message-ID: <8B372C64-D96F-11D7-B12A-000393A575D2@skipcomer.com> Hi Mary, The hotel has my reservation as Robert Comer, so you might want the attn notice to match On Thursday, August 28, 2003, at 12:34 PM, Mary Pietrowicz wrote: > Hi, > > The RFID reader, antenna, and power supply from RLHEC are being > shipped out for delivery to the Sofitel Hotel. The package will > arrive at 10:30 on Tuesday morning, and it is being shipped attn: Skip > Comer. > > Mary > > _______________________________________________ > Hecdev mailing list > Hecdev@spvi.com > http://mailman.spvi.com/mailman/listinfo/hecdev From cvs-repository at spvi.com Thu Aug 28 11:32:42 2003 From: cvs-repository at spvi.com (cvs-repository@spvi.com) Date: Thu Aug 28 11:55:14 2003 Subject: [Hecdev] CVS Checkin Message.... hecdev@spvi.com, HealthTheatre HEC_Wrapper.py, 1.1, 1.2 Message-ID: <200308281632.h7SGWgQv078529@obsidian.spvi.com> ---------------------------------------------------------------------- Update of /cvsroot/HealthTheatre In directory Xserve.local.:/Users/steve/HECApp/Z261-IH2/Products/HealthTheatre Modified Files: HEC_Wrapper.py Log Message: added miscdatauser to wrapper mixin class. ---------------------------------------------------------------------- From cvs-repository at spvi.com Thu Aug 28 11:34:35 2003 From: cvs-repository at spvi.com (cvs-repository@spvi.com) Date: Thu Aug 28 11:55:17 2003 Subject: [Hecdev] CVS Checkin Message.... hecdev@spvi.com, HealthTheatre/ObjCVS/Foods getWeightRatio.plain, NONE, 1.1 getWeightInfo.plain, NONE, 1.1 Message-ID: <200308281634.h7SGYZQv078597@obsidian.spvi.com> ---------------------------------------------------------------------- Update of /cvsroot/HealthTheatre/ObjCVS/Foods In directory Xserve.local.:/usr/local/HECApp/Z261-Products/HealthTheatre/ObjCVS/Foods Added Files: getWeightRatio.plain getWeightInfo.plain Log Message: steve: new method in App folder.. ---------------------------------------------------------------------- From cvs-repository at spvi.com Thu Aug 28 11:35:09 2003 From: cvs-repository at spvi.com (cvs-repository@spvi.com) Date: Thu Aug 28 11:55:21 2003 Subject: [Hecdev] CVS Checkin Message.... hecdev@spvi.com, HealthTheatre/ObjCVS/Programs/Sessions displayInsertForm_html.plain, NONE, 1.1 Message-ID: <200308281635.h7SGZ9Qv078625@obsidian.spvi.com> ---------------------------------------------------------------------- Update of /cvsroot/HealthTheatre/ObjCVS/Programs/Sessions In directory Xserve.local.:/usr/local/HECApp/Z261-Products/HealthTheatre/ObjCVS/Programs/Sessions Added Files: displayInsertForm_html.plain Log Message: steve: new method in App folder.. ---------------------------------------------------------------------- From cvs-repository at spvi.com Thu Aug 28 11:35:45 2003 From: cvs-repository at spvi.com (cvs-repository@spvi.com) Date: Thu Aug 28 11:55:23 2003 Subject: [Hecdev] CVS Checkin Message.... hecdev@spvi.com, HealthTheatre/ObjCVS/EventChannels checkSubscriptions.plain, NONE, 1.1 getBrowserIDs.plain, NONE, 1.1 Message-ID: <200308281635.h7SGZjQv078652@obsidian.spvi.com> ---------------------------------------------------------------------- Update of /cvsroot/HealthTheatre/ObjCVS/EventChannels In directory Xserve.local.:/usr/local/HECApp/Z261-Products/HealthTheatre/ObjCVS/EventChannels Added Files: checkSubscriptions.plain getBrowserIDs.plain Log Message: steve: new method in App folder.. ---------------------------------------------------------------------- From cvs-repository at spvi.com Thu Aug 28 11:43:10 2003 From: cvs-repository at spvi.com (cvs-repository@spvi.com) Date: Thu Aug 28 11:55:28 2003 Subject: [Hecdev] CVS Checkin Message.... hecdev@spvi.com, HealthTheatre/ObjCVS/EventChannels publishEvent.plain, 1.1, 1.2 Message-ID: <200308281643.h7SGhAQv078963@obsidian.spvi.com> ---------------------------------------------------------------------- Update of /cvsroot/HealthTheatre/ObjCVS/EventChannels In directory Xserve.local.:/usr/local/HECApp/Z261-Products/HealthTheatre/ObjCVS/EventChannels Modified Files: publishEvent.plain Log Message: steve: no need to unconditionally log all ansychronous events.. only exceptions are logged now. ---------------------------------------------------------------------- From skip at skipcomer.com Thu Aug 28 11:57:26 2003 From: skip at skipcomer.com (Skip Comer) Date: Thu Aug 28 11:55:34 2003 Subject: [Hecdev] Ren: can you make some PNG versions of the foods? In-Reply-To: <5.1.1.6.0.20030828113101.02883090@magiclamp.org> Message-ID: <51ED0E56-D970-11D7-B12A-000393A575D2@skipcomer.com> Ren, I'm thinking about using Shockwave 3D for the data results movie. Can you make PNG format graphics of the foods used in the questions? They need to be sized at 128x128, with alpha channels for the backgrounds. I'd like to map them to planes or boxes, positioned on the map graphic (I already have a good graphic for that). For questions that have "both", or "assortment" as options, we would need something for that, too. I'll be down there about 1:30. thanks! --Skip From xqbao at yahoo.com Thu Aug 28 10:00:26 2003 From: xqbao at yahoo.com (xq bao) Date: Thu Aug 28 12:01:08 2003 Subject: [Hecdev] rlhec servers In-Reply-To: <65936E18-D967-11D7-B12A-000393A575D2@skipcomer.com> Message-ID: <20030828170026.53450.qmail@web41105.mail.yahoo.com> Hi Skip, I tested the movie. It is very good. I can see all the foods and save meals. See you! Xiaoqiu --- Skip Comer wrote: > Hi all, > > the current version of the food display movie is > foodPushTest_8_28a.swf > > I *think* I've solved the problems of foods not displaying > correctly... > The graph behavior did a few strange things that I can't seem to > replicate. But I've dropped the "sky" background in, and put some > "cafeteria trays" in behind the saved meals to organize them better. > > If some of you can test this and give me feedback on problems you > see, > I'd appreciate it. > > Here's how it *should* work: > > --Any number/combination of foods should display properly. > --If you have the graph tag on the reader, the graph and data should > show as soon as the foods display. Otherwise, you should see a > food's > data when you click on it. (if the food is in the main part of the > window). > -- If you save a meal, it should scale up to the top, and a tray > should > appear under it. > --To see the meal again, you click on one of the foods (not the > tray). > If you have the graph tag on the reader, you should see all the data > when the meal scales up. Otherwise, you click on a food to see the > data. > --Currently, there's no way to delete a meal, but any meal in the > main > part of the window should be replaced by whatever is done on the > reader. > --If you see a saved meal disappear when you do something with the > reader, I need to know about it. > > You can reach me at 670-5452. I'll work on Flash movies the rest of > the morning, and come down to the PT lab this afternoon. > > thanks for all the hard work! > > --Skip > > _______________________________________________ > 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 steve at spvi.com Fri Aug 29 12:34:17 2003 From: steve at spvi.com (Steve Spicklemire) Date: Fri Aug 29 12:35:45 2003 Subject: [Hecdev] Segment setup.. and all that.. Message-ID: <0421C645-DA47-11D7-A06B-000393468020@spvi.com> I've got the segment setup pretty much finalized. If you look in my home directory you'll see a 'test' program, with one section. You can create your own if you like (new -> HEC_Program_Container.. then new -> HEC_Section_Container -> then new -> HEC_Segment_Object etc..). Each segment (4 questions and 1 map) has attributes that determine the order of the segments and how they are displayed. displayItem .. is the 'raw' display medium (e.g., a swf file: questionView.swf) sortID ... anything that sorts to determine which comes first (more about this in a bit.. ) behaviors ... this is an attribute that explains what interface(s) this segment has with the system (e.g., poll, question, quiz, map.. etc.) each behavior has a 'name' and 'peripheral' (e.g.,... takeVotes, and Keypad.. ) the 'segment_info' is an xmlrpc version of the data skip needs for rendering (e.g., like question_get_info used to be). When a flash movie wants its config info.. it should call hec_segment_get_info, this will return the stuff in XML in addition to nextSegmentURL (if there is one) and prevSegmentURL (if there is one). Here is a snippet from the questionView.fla file: this.responder = new _global.XMLRPCHelper(this); <-- same as before this.responder.callMethod('hec_segment_get_info'); <-- this is now 'hec_segment_get_info'. The same for all segments. this.responseSuccess = function(result) { // responseSuccess now get's a result that has a few more goodies. // // The stuff from the segment edit form's "xml" field is called 'segment_info'. // Since the rest of this movie is skip's original code I need to grab the // extra stuff that used to be hard coded first, then reset 'result' to be // the same thing it used to be. // if ((result.nextSegmentURL != null) and (result.nextSegmentURL.length > 0)) { _root.nextSegmentURL = result.nextSegmentURL; // save nextSegmentURL } else { _root.rtArrow._visible = false; // If there is no nextSegmentURL.. then this is the last.. } result = result.segment_info // set 'result' to be result.segment_info, which is the stuff from // the "xml" field of the segment edit form. This is the same as the // output of the old 'question_get_info' method. // Finally, I changed the 'next' button of questionView.fla to have a script of: on(press){ //getURL(_root.nextSegmentURL); _root.loadMovie(_root.nextSegmentURL); } so that it uses the saved value of nextSegmentURL to load the next segment. ;-) -steve From verlynw at rlhec.org Fri Aug 29 14:02:08 2003 From: verlynw at rlhec.org (Verlyn C. Wilson) Date: Fri Aug 29 14:02:43 2003 Subject: [Hecdev] Sending out the RFID reader FedEx In-Reply-To: <5.1.1.6.0.20030828113101.02883090@magiclamp.org> Message-ID: <49E640FA-DA53-11D7-A600-000A95A0007C@rlhec.org> *This message was transferred with a trial version of CommuniGate(tm) Pro* Mary, Where did you ship the reader from--what FED EX station? Somewhere here downtown? I just tested all the keypads, they work, as does the base station. Plan to ship it later today. Verlyn On Thursday, August 28, 2003, at 11:34 AM, Mary Pietrowicz wrote: > *This message was transferred with a trial version of CommuniGate(tm) > Pro* > Hi, > > The RFID reader, antenna, and power supply from RLHEC are being > shipped out for delivery to the Sofitel Hotel. The package will > arrive at 10:30 on Tuesday morning, and it is being shipped attn: Skip > Comer. > > Mary > > _______________________________________________ > 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 Sun Aug 31 18:06:45 2003 From: skip at skipcomer.com (Skip Comer) Date: Sun Aug 31 18:04:11 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <20030828170026.53450.qmail@web41105.mail.yahoo.com> Message-ID: <68EB8E20-DBFF-11D7-B12A-000393A575D2@skipcomer.com> 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]}] } ] From xqbao at yahoo.com Sun Aug 31 20:03:06 2003 From: xqbao at yahoo.com (xq bao) Date: Sun Aug 31 22:03:51 2003 Subject: [Hecdev] get_votes_info In-Reply-To: <68EB8E20-DBFF-11D7-B12A-000393A575D2@skipcomer.com> Message-ID: <20030901030306.2964.qmail@web41105.mail.yahoo.com> 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 From xqbao at yahoo.com Sun Aug 31 20:32:32 2003 From: xqbao at yahoo.com (xq bao) Date: Sun Aug 31 22:33:18 2003 Subject: [Hecdev] debug peripheral event error In-Reply-To: <0421C645-DA47-11D7-A06B-000393468020@spvi.com> Message-ID: <20030901033232.9331.qmail@web41108.mail.yahoo.com> Hi Steve, I tested the questionView movie in your folder at Friday night. After I sent the keypads value using sendEventsForm, I could see the events on the STACK. I tested it on Saturday. However, I could not see the events on the STACK. We connected the Cappuccino, the keypad receiver and the RFID receiver in Skip's home office. The keypad receiver seems ok. We could see the the keypad information in the keypad log file. But the movie could not get the keypad information. We saw some error message in the PeripheralEventLog. Please let me know what time is good for you to have a phone meeting. Thanks! Xiaoqiu __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From jkernick at iupui.edu Sun Aug 31 23:29:02 2003 From: jkernick at iupui.edu (jkernick@iupui.edu) Date: Sun Aug 31 23:29:43 2003 Subject: [Hecdev] New Background for Make a Meal Screen/SuperFoods In-Reply-To: <20030901030306.2964.qmail@web41105.mail.yahoo.com> References: <20030901030306.2964.qmail@web41105.mail.yahoo.com> Message-ID: <1062390542.3f52cb0e2feb5@webmail.iu.edu> 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