Jump to content

Duvhök

+Premium Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Duvhök

  1. I have made my two first Wherigo and found out during BETA test taht the Colorado did not respond to "On click" events on Items and Characters. Have also tested the Origon 300 and Android player were it works fine. The way around it is to add a Command that gives a buttom to the player. A bit enyoing, because of mutipel clicks, but it works. How do I report this to Garmin? Do they read this thread?
  2. 1,4k in e few days. How do you do it? I'm prode of my 1060 in a few years. I uploaded my file and it looked very nice. This will help to debug during developent. Is it possible to get a Next/Preview timeline buttom?
  3. Hi. I’m getting to publicizes my orienteering WiG at any day now. I have walked the distains I few times and learned a lot. Last time I walked it with my HTC Hero Android (cell phone) and a friends Garmin Colorado. When I uploaded her log on your site it looked very nice. I will investigate it further to learn even more.. But… When I uploaded my Android log file it crashed. (every time or any Android-WhereYouGo log I tried) I’ll send you the two files and the screen dump I got to you in a mail.
  4. Duvhök

    Timer

    I have figured out a way. May be not the best but it is one way.
  5. Yes there are. Read through this thread and you will find many. You have at least three example just above. Good luck.
  6. Thats sound exactly like it. ...and thats sound fun to. Happy hunting.
  7. Thanks. It work nicely. I think it is a great tool for debugging so I love it. I will go from emulated to a physical BETA any day now. Plan is to do it with some friends. (Origon, Colorado and AndroidApp) Gathering logs and analyse them would be a great tool. Is there any distant statistics in the tool today. (couldn't see one) Any plan to add it? Love your work.
  8. You can take the Wherigo example "Zooventure Level Three.lua" from the Wherigo.com. Do a File->Import in Urwigo. By trying it in the emulator and investigate it, you will see and learn how that work. Or even more clean, Ranger Fox answered that in another tread. Download his/her Zip and you will see a nice and clean Character Input.urwigo. http://forums.Groundspeak.com/GC/index.php?showtopic=255223
  9. Duvhök

    Timer

    You can convert a number to seconds to an H:M:S string in Lua with os.date("%X",numberofseconds) But I'm not sure how you use that information with Urwigo. Thanks. I have added the question with your input to the Urwigo thread.
  10. Yes I wonder if there is a manual too... To make the first zone active and all other not: Simply set the value Active true or false per zone as a default. Mark the zone and the properties will appear on the right. I make all zones not active as default. Then at "On start" on the cartridge I make a SET Zone1.Active=TRUE. Tasks, what I know, is not related to zones. Items and characters are. Thats the problem I am having I cant figure out how to set active or not active? I drag the set to the command and then is says both left and right expressions need to be set? but I am clueless at that point? what expression do I use? thanks First drag SET. Then open the "Zones" on the lower left side. You will see all the zones you made. (Explorer-folder-look-a-like) Open the zone you interested in and drag the Active to the left of the just dropped SET command. Mark the right side of the same SET command, now saying FALSE, and tick in the TRUE in properties on the top right side.
  11. Forgot to include the media. A zip file is at http://sneakyinternational.net84.net/urwigoDemo.zip And where did you say it was? I can't find your URL.
  12. Yes I wonder if there is a manual too... To make the first zone active and all other not: Simply set the value Active true or false per zone as a default. Mark the zone and the properties will appear on the right. I make all zones not active as default. Then at "On start" on the cartridge I make a SET Zone1.Active=TRUE. Tasks, what I know, is not related to zones. Items and characters are.
  13. Hi. I'm working on a WiG that have a speed task. When you reach the end I display via a dialog the value of elapsed time. Now this is in seconds, but 2113 seconds may not say so much. I'v seen that you had a Time and DST discussion earlier so... How should I do to display it in Hours:Minutes:Seconds? ==== I just learned from sTeamTraen (Thank you). But how can I use that with Time.Elapsed parameter? I could put it in a Function, but how should that look like? Can I transport a number in and return a string from a Function? Or can I use a Variable to transport the input/output? ANY suggestions?
  14. Hi! Is this project worked on? I think is a great idea. But I can't see where I can put my GWL files to get information and knowledge of the log.
  15. Duvhök

    Timer

    Hi. I'm working on a WiG that have a speed task. When you reach the end I display via a dialog the value of elapsed time. Now this is in seconds. But 2113 seconds may not say so much. How should I do to display it in Hours:Minutes:Seconds?
×
×
  • Create New...