Re: Question about touchesBegan

2009-12-16 Thread Benjamin Stiglitz
> I'll elaborate a little more. I have a main view with some source buttons > (UIButton) at the top. When I click one, I bring up a radio style tuner bar > in a subview (animates up from the bottom). I am using touches to move the > "pointer" in that subView. Works great, however because the subVie

Re: Question about touchesBegan

2009-12-10 Thread Eric E. Dolecki
Yup - setting the bounds is working. So I can have touches in my main view and also in the sub view. Coming from Flash AS3, this stuff seems so complicated in comparison. On Thu, Dec 10, 2009 at 8:57 AM, Alexander Spohr wrote: > > Am 10.12.2009 um 14:46 schrieb Eric E. Dolecki: > > > What I am t

Re: Question about touchesBegan

2009-12-10 Thread Alexander Spohr
Am 10.12.2009 um 14:46 schrieb Eric E. Dolecki: > What I am trying to do now is when I create the subView with the tuner bar, I > am setting it's view's bounds to something much smaller than the whole screen > and then animating it up. I think this approach might work. I thought you did that a

Re: Question about touchesBegan

2009-12-10 Thread Eric E. Dolecki
What I am trying to do now is when I create the subView with the tuner bar, I am setting it's view's bounds to something much smaller than the whole screen and then animating it up. I think this approach might work. On Thu, Dec 10, 2009 at 8:29 AM, Eric E. Dolecki wrote: > I'll elaborate a littl

Re: Question about touchesBegan

2009-12-10 Thread Eric E. Dolecki
I'll elaborate a little more. I have a main view with some source buttons (UIButton) at the top. When I click one, I bring up a radio style tuner bar in a subview (animates up from the bottom). I am using touches to move the "pointer" in that subView. Works great, however because the subView is det

Re: Question about touchesBegan

2009-12-09 Thread Alexander Spohr
Um, have to follow up to myself... Am 10.12.2009 um 08:02 schrieb Alexander Spohr: > Am 10.12.2009 um 04:34 schrieb Eric E. Dolecki: > >> Well - I wonder if it's possible to enable touches in a sub view but not for >> the entire view - just part of it. >> >> I have a view with buttons in it. I

Re: Question about touchesBegan

2009-12-09 Thread Alexander Spohr
Am 10.12.2009 um 04:34 schrieb Eric E. Dolecki: > Well - I wonder if it's possible to enable touches in a sub view but not for > the entire view - just part of it. > > I have a view with buttons in it. I call up a sub view that requires touches > for swiping... I want the buttons in the view bel

Re: Question about touchesBegan

2009-12-09 Thread Eric E. Dolecki
Well - I wonder if it's possible to enable touches in a sub view but not for the entire view - just part of it. I have a view with buttons in it. I call up a sub view that requires touches for swiping... I want the buttons in the view below to still register touch events for that entire view. On

Re: Question about touchesBegan

2009-12-09 Thread Henry McGilton (Boulevardier)
On Dec 9, 2009, at 5:58 PM, Eric E. Dolecki wrote: > Is there a way to define the touchesBegan in an added sub view to > be constricted to a certain area and not allObjects? Thus leaving a "hole" > to allow touches to be fired on the view below? If I interpret your question correctly, you want t

Re: Question about touchesBegan

2009-12-09 Thread Eric E. Dolecki
Is there a way to define the touchesBegan in an added sub view to be constricted to a certain area and not allObjects? Thus leaving a "hole" to allow touches to be fired on the view below? On Wed, Dec 9, 2009 at 5:53 PM, glenn andreas wrote: > > On Dec 9, 2009, at 4:19 PM, Jack Carbaugh wrote: >

Re: Question about touchesBegan

2009-12-09 Thread glenn andreas
On Dec 9, 2009, at 4:19 PM, Jack Carbaugh wrote: > So in this case, would the SUBview want to send the SUPERview the > touchesbegan event ? > >From the documentation (iPhone Application Programming Guide > Event Handling >> Touch Events > Handling Multi-Touch Events > Forwarding Touch Events)

Re: Question about touchesBegan

2009-12-09 Thread Jack Carbaugh
So in this case, would the SUBview want to send the SUPERview the touchesbegan event ? On Dec 9, 2009, at 4:10 PM, Alexander Spohr wrote: Am 09.12.2009 um 20:32 schrieb Eric E. Dolecki: I have a main view that uses touchesBegan. I call up and display a subView on top of the main view, an

Re: Question about touchesBegan

2009-12-09 Thread Alexander Spohr
Am 09.12.2009 um 20:32 schrieb Eric E. Dolecki: > I have a main view that uses touchesBegan. I call up and display a subView > on top of the main view, and that subView has it's own touchesBegan. > > The subView obstructs the touchesBegan in the main view. Is this expected? Yes. Otherwise no s

Question about touchesBegan

2009-12-09 Thread Eric E. Dolecki
I have a main view that uses touchesBegan. I call up and display a subView on top of the main view, and that subView has it's own touchesBegan. The subView obstructs the touchesBegan in the main view. Is this expected? -- http://ericd.net Interactive design and development