Re: Error on Win32 builds
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Fri, 18 Apr 2008 18:31:19 -0500
I wrote:
This is probably a thread problem in the RB framework.
Place the following line of code at the top of the
adjustDisplayPicture, resize, and resized methods in
the FormattedText class.
if not isInitialized then return
Report back to me how this affects the problem.
Let me restate what I said. Place that line of code at the top of
the "update(compose as boolean, force as boolean)" method.
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- Follow-Ups:
- Re: Error on Win32 builds
- From: Ron Benditt
- References:
- Error on Win32 builds
- From: Ron Benditt
- Re: Error on Win32 builds
- From: Brendan Murphy
Other related posts:
- » Error on Win32 builds
- » Re: Error on Win32 builds
- » Re: Error on Win32 builds
- » Re: Error on Win32 builds
This is probably a thread problem in the RB framework. Place the following line of code at the top of the adjustDisplayPicture, resize, and resized methods in the FormattedText class. if not isInitialized then return Report back to me how this affects the problem.
- Re: Error on Win32 builds
- From: Ron Benditt
- Error on Win32 builds
- From: Ron Benditt
- Re: Error on Win32 builds
- From: Brendan Murphy