Re: FTC 1.8.2

  • From: "Dr. Alexandre Amato" <alexandre@xxxxxxxxxxxx>
  • To: ftcdev@xxxxxxxxxxxxx
  • Date: Tue, 6 Jul 2010 10:12:39 -0300

Ok, I sent an Image.
Now I could reproduce the error before compiling in Mac:
when copying (apple+C) I always geet the error here:

Function getColorNumber(c as Color) As string
  
  #if not DebugBuild
    
    #pragma BoundsChecking FTC_BOUNDSCHECKING
    #pragma NilObjectChecking FTC_NILOBJECTCHECKING
    #pragma StackOverflowChecking FTC_STACKOVERFLOWCHECKING
    
  #endif
  
  ' Get the color number.
  return colorList.value(RTFUtilities.colorToString(c))
  
End Function

The program stops, and when I ask to resume I get:
"An exception of class KeyNotFoundException was not handled. The application 
must shut down"


Thanks for your help




On 05/07/2010, at 13:04, Brendan Murphy wrote:

> Dr. Alexandre Amato wrote:
>> Brendan,
>> I always get a
>> 
>> When trying to copy text in a compiled mac version
>> 
>> Any suggestions ??
>> Thanks
> 
> Your email seems incomplete here.
> 
> FTC Website: http://www.truenorthsoftware.com/formattedtextcontrol
> 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.
> 
> 
> 


FTC Website: http://www.truenorthsoftware.com/formattedtextcontrol
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.



Other related posts: