Re: Text fields doesn't draw in a custom view
Re: Text fields doesn't draw in a custom view
- Subject: Re: Text fields doesn't draw in a custom view
- From: Ivan Myrvold <email@hidden>
- Date: Tue, 21 May 2002 18:19:37 +0200
I found a way to have text fields on top of the image view, by selecting
both the view and the UI objects and then make a subview of Box. The
text edit fields will then be shown as floating above the image
background.
Ivan
Pe mandag, 20. mai 2002, kl. 17:38, skrev Anthony Arthur:hmm, why would
you want to overlap the textField and imageView? Not sure if you'll
ever get that to work, nor is it worth the hassle. I tried the same
thing with both an imageView and a large button..., neither worked.
Generally, it doesn't seem to be a good idea to overlap UI objects, I
don't think they were design to be used that way. I have been using
this technology for 10 years now, and only once I can recall were I did
something like that. I placed a long button over a progress view, so
that while the button was depressed, the progress view was visible until
that event was complete.
Here's what I tried:
-b
On Monday, May 20, 2002, at 09:34 AM, Ivan Myrvold wrote:
Ivan Myrvold <email@hidden>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.