Memory section of iPhone app
-
- Posts: 43
- Joined: Mon Jan 30, 2012 10:02 pm
Memory section of iPhone app
This may be an ignorant question but how does the memory section work? When I go to that section of the app it has different parameters than I have programmed into the RA. Does it change the code I have written? Is it a temporary change or permanent?
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
Re: Memory section of iPhone app
The memory section allows you to update the values that are used. They only come into play when you use the internal memory functions. If you have hard coded values then the memory section is not applicable.
Re: Memory section of iPhone app
If the code was created automatically by the wizard is this hard code? Because I'm thinking maybe that's the reason why the functions in the memory won't work.
Thanks
Thanks
Re: Memory section of iPhone app
How do I switch from using hard code to internal memory without redoing all the code?
Re: Memory section of iPhone app
Technically it is just removing the parameters and leaving just the port number.
Can you post your code?
Can you post your code?
Roberto.
Memory section of iPhone app
I pmed it to you.
Memory section of iPhone app
I think I pmed it to you. Showed in my outbox.
Memory section of iPhone app
Just an fyi...when i try an change memory locations on my iPhone the app crashes..so test that first otherwise you maybe investing time in something that is broken..
Re: Memory section of iPhone app
which libraries are you running? It was built for the pre 1.0 versions, the locations are different on the newer libraries. Working on an update now.lnevo wrote:Just an fyi...when i try an change memory locations on my iPhone the app crashes..so test that first otherwise you maybe investing time in something that is broken..
Memory section of iPhone app
Now i am on 1.2. Crashes were with using the custom locations. Glad to hear some work being done! We are lagging behind the android appwolfador wrote:which libraries are you running? It was built for the pre 1.0 versions, the locations are different on the newer libraries. Working on an update now.lnevo wrote:Just an fyi...when i try an change memory locations on my iPhone the app crashes..so test that first otherwise you maybe investing time in something that is broken..
Re: Memory section of iPhone app
whoa. he's baaack.wolfador wrote:which libraries are you running? It was built for the pre 1.0 versions, the locations are different on the newer libraries. Working on an update now.lnevo wrote:Just an fyi...when i try an change memory locations on my iPhone the app crashes..so test that first otherwise you maybe investing time in something that is broken..