Memory section of iPhone app

Community contributed apps
Post Reply
mineman@mac.com
Posts: 43
Joined: Mon Jan 30, 2012 10:02 pm

Memory section of iPhone app

Post by mineman@mac.com »

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
Image
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Memory section of iPhone app

Post by binder »

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.
User avatar
mikedizon
Posts: 31
Joined: Fri May 04, 2012 10:13 am

Re: Memory section of iPhone app

Post by mikedizon »

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
dbmet
Posts: 235
Joined: Thu Nov 10, 2011 11:49 am

Re: Memory section of iPhone app

Post by dbmet »

How do I switch from using hard code to internal memory without redoing all the code?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Memory section of iPhone app

Post by rimai »

Technically it is just removing the parameters and leaving just the port number.
Can you post your code?
Roberto.
dbmet
Posts: 235
Joined: Thu Nov 10, 2011 11:49 am

Memory section of iPhone app

Post by dbmet »

I pmed it to you.
Image
dbmet
Posts: 235
Joined: Thu Nov 10, 2011 11:49 am

Memory section of iPhone app

Post by dbmet »

I think I pmed it to you. Showed in my outbox.
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Memory section of iPhone app

Post by lnevo »

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..
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: Memory section of iPhone app

Post by wolfador »

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..
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.
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Memory section of iPhone app

Post by lnevo »

wolfador wrote:
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..
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.
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 app ;)
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Memory section of iPhone app

Post by binder »

wolfador wrote:
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..
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.
whoa. he's baaack. ;-)
Post Reply