[futurebasic] Re: [FB] EDIT FIELD using NIB Windows

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2007 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Wed, 22 Aug 2007 07:26:04 -0700
On Aug 21, 2007, at 8:23 AM, Rich Love wrote:

> How do I use edit fields when my windows are built with Interface  
> Builder?

Typically, ALL fields (edit or otherwise) are built in IB. There is  
no need to mix programmatic edit field creation and IB creation.   
Programmatic creation is dependent on the FB runtime event code and  
IB code is Carbon Event driven. I'm sure edit field is more  
comfortable, but mixing methods is tricky since they were not  
designed to co-exist.  If you are using IB, I would recommend using  
CE methods to manipulate the data.


Brian S.