Jump to content

DeborahVanDerLinden

+Premium Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by DeborahVanDerLinden

  1. Thank you so much! I will adjust my cartridge accordingly.
  2. A geocacher contacted me and told me the required answer (input, question requires and answer in text format) cannot be given, because the answer is too long. I don't have this problem when I test the cartridge. I use a smartphone. The geocacher is using a Garmin Oregon GPS. How many fields can the given answer be when playing a cartridge on a Garmin Oregon?
  3. I was communicating with another user. The text she send me back was probably too long. When I click on her name, I get the message: "The conversation failed to load. Please refresh the page to try again." Needless to say that refreshing the page results in the same error. Now I cannot access any of the messages we have send to each other. How to solve this issue?
  4. Place the Input earlier, in the On clicked instead of after the On clicked of the message. Otherwise the program will simultaneously do the message and the input.
  5. Thank you for your answer. I will keep doing it like that.
  6. The problem is, that I want to open the same input again. That is bad programming. It will cause the program to crash if it takes multiple tries. I would like the program to perform a while-do or repeat-until contruction, instead of calling the same input from within that input again and again. To make it more stable. But when I try that, the program does not wait for the answer.
  7. It is even worse. When I test the cartridge on my telephone, it does not have the same results as the emulator. The result on the telephone is worse. It shows things horizontal that are vertical in the emulator. And it does not show all the letters on the buttons on the telephone, while it does on the emulator. I cannot get the emulator bigger, but my telephone is also that limited, so I don't mind about that part.
  8. I would like to use an input, and repeat the question until the correct answer is given. When I call the input from the input, I will get a stack overflow after a few tries. I am trying to solve this issue, by using Lua. I tried a "repeat until", but then the input is called indefinitely. The program does not stop and wait for the answer / entry by the user. Does anyone know how I can program this (with Lua or just in the Urwigo builder), without having the input loop to itself, but repeat until the correct answer is given? I just cannot get the program to wait for a second answer.
  9. I am so happy that I can edit my cartridge details again, it is much appreciated!
  10. Thank you very much! That is great news!
  11. That's bad, because I have to archive one of my geocaches. I want to deactivate the cartridge, but that doesn't work any more. Is there no support at all for the website?
  12. There is HTML in the description, but I cannot remove it, because I cannot edit the details. I send a message to HQ, but the response was, that there is no technical support and I should try the forum. How can I edit the details when I am unable to edit the details???? Hmmm, I don't know. Anyone who does?
  13. I have the same problem. I cannot edit the details, and therefor I am unable to take a page offline.
  14. I certainly hope that the CO can respond and prevent the cache to be archived, before the cache is removed from the game. Some problems can be solved by the CO. I would not like to have a cache removed, because somebody would just post a log like that for whatever reason.
  15. In Urwigo, you can create a variable. You can click at value and choose true or false. In the program, you can change this by using "set" variable true or false. You can use the if/else action, to check whether the variable is currently true or false.
  16. OPGELOST I created a cartridge with Urwigo. I am pleased with it. I created a GWZ-file and uploaded it to the Wherigo.com website. It uploaded fine, but I cannot download it. The error message is: Error During Upload System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Exception of type 'System.ApplicationException' was thrown. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Wherigo.GSPCartridgeService.CartridgeService.GetCompiledCartridgeWithMetaData(GWZMetaData gwzMetaData, String CartridgeFileName, String CartridgeId, Int64 PlayerId, String PlayerName, DeviceType deviceType, String CompletionCode) at cartridge_download.btnDownload_Click(Object sender, EventArgs e)
×
×
  • Create New...