Mike Meyer;545750 Wrote: > Hi Greg. > > Things are going pretty good with the Extras menu now for the golf > plugin. Still tweaking it though. This weeks tournament will start > tomorrow so I'll need to see how it behaves during the tournament. > > Looks like I need to call delCustomSport every time my plugin refreshes > to clear out the previous data. Currently I'm not and now I see that > last weeks tournament still shows up in the menu in addition to this > weeks. I suppose that could be considered a 'feature' but I think I'd > rather clean up the previous weeks tournament. Otherwise I'd have to > restart SBS to get rid of the old data. > > As far as getting my data into the Custom Clock world, what are my > options? Are the custom macros my best bet? Will my scores by able to > be scrolled along with the other sports scores that you provide? Yes, currently you need to call delCustomSport if you want to wipe out previous additions. I decided to do it that way to allow additional flexibility. It's a simple call.
Three options- They'll already be in miscData if you're doing an addDisplayItem call. You can add them to sports via the addCustomSport call. You can also make elements available via custom macros. -Greg -- GoCubs ------------------------------------------------------------------------ GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
