Hi,

What do you mean by "external objects"?

In the Xcode designer there is a widget called "External Objects" which looks to be a placeholder for views created outside of the xib file being worked on.

You could do a tooltip when the user enters a field ("when it becomes
the first responder"). You can work out easily the bounds of the text
box, then just make a new UIView (which has the stuff in it you want
to display), add it into the same view that contains the textbox, and
position it in the right place. You can also bring it to the front to
make sure it shows over the top of everything else.

Is that what you mean?

Yep! Thanks

Paul


--
"Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space, listen..."
Hitch Hikers Guide to the Galaxy, a truly remarkable book!

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to