Re: llama AND win32lib ??
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jul 18, 1999
- 449 views
David: Maybe you don't see what I mean. if a user calls the function getText_() in llama then how will they know if they were return a Title or a Control's text. If a control has no title getlength returns length of text in the control if thats zero then we don't know if we received a return from a control or a blank title bar. You should have away to determine if an object is a window or a control then you could have two methods gettitletext and getcontroltext. Thanks Bernie