Page 1 of 1
Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 2:52 pm
by bobtimpone
Hi All
I have several applications which call the camera .
I would like to call the camera on a separate card then dismiss it when done.
Any idea where in the docs I would find a clue ?
Bob
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 3:07 pm
by Klaus
Hi Bob,
sorry, but I have no idea what you are trying to do!?
Best
Klaus
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 3:14 pm
by bobtimpone
Hi Klaus
I want to call a second card from the first and then be able to close it.
Thanks for all your help !
Bob
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 3:44 pm
by Klaus
Hi Bob,
sorry, still have problems with "call a second card... and close it"?
What do mean you with "call"?
Best
Klaus
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 3:47 pm
by bobtimpone
What I want the user to be able to do is hit a button called camera
this will open a second card with the camera controls.
When they are done they hit the close key
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 4:14 pm
by Klaus
Hi Bob,
hmmm, maybe:
Code: Select all
## Button "camera":
on mouseup
go cd "the one with the camera controls"
end mouseup
?
Best
Klaus
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 6:27 pm
by Dixie
Bob...
I think that I am as confused as Klaus about what you want to do. To call the camera use the iphonePickPhoto command... for example
Code: Select all
on mouseUp
iphonePickPhoto "rear camera"
end mouseUp
You don't have a need to go to another card as the photoPicker is overlaid on top of the card from where it is called.
be well
Dixie
Re: Calling a second card from a button in the first card
Posted: Sun Feb 12, 2012 7:23 pm
by Klaus
Yo
