Page 1 of 1
testing app on phone
Posted: Mon Sep 07, 2015 9:01 pm
by melong
Hi
Sorry for the brain fart. I have successfully moved my app onto my phone for testing. I see the app on my phone however, I feel like I am missing a step somewhere. The app groups contacts in text messaging app. Am I missing a step to activate the app or should it activate once the messaging button Is pressed in the text app?
Thanks
Re: testing app on phone
Posted: Mon Sep 07, 2015 10:11 pm
by Klaus
Hi Melong,
sorry, I am not sure what you are talking about!?
Best
Klaus
Re: testing app on phone
Posted: Mon Sep 07, 2015 11:29 pm
by dave.kilroy
Hi melong - what makes you think you are missing a step somewhere? Give us lots of details so we can understand...
Re: testing app on phone
Posted: Tue Sep 08, 2015 2:01 am
by melong
Okay, I didn't see anything in the dictionary for this, so that may be the problem. I'm trying to create a confirmation message for an event in the text messaging app. Here's what I have.
On SendStackRequest
answer info "do you want to continue."
With "Yes" or "No"
If it = "Yes" then
pass SendStackRequest
end if
end SendStackRequest
Re: testing app on phone
Posted: Tue Sep 08, 2015 4:56 am
by Simon
Hi melong,
Is this in the Create it with LiveCode lessons? Or summer class?
Simon
Re: testing app on phone
Posted: Tue Sep 22, 2015 11:46 am
by gstone
I have used similar code before and the options of yes or no work correctly.
In a working stack this snippet works as expected:
on OpenCard
answer info "Would you like To Take A Picture?" With "Yes" or "No"
If it = "Yes" then
go to card Take_Picture
else
show image "Place_Holder_Cancelled"
go to cd "home"
end if
end OpenCard
Hope it helps.
Re: testing app on phone
Posted: Tue Sep 22, 2015 12:27 pm
by Klaus
@gstone:
OPENCARD is in fact a valid Livecode command, but SENDSTACKREQUEST is not!
@melong
Sorry still have no idea what you are trying achieve?
Maybe you mean CLOSESTACKREQUEST?
Or is SENDSTACKREQUEST a custom command?
If yes, what should it do?
Best
Klaus