Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Two New Errors With 30 Jan Build.
Thu, Feb 2 2012 4:56 AMPermanent Link

Steve Gill

Avatar

Two new bugs have surfaced since updating to the 30 Jan build.  Code that previously worked now fails.  

ISSUE 1

When the user clicks a button, the app checks to see if they entered a value in a TEdit field.  If the field is empty it displays an error message and then exits the method.  This worked fine before but it now displays the following message after the user dismisses the error message dialog:

"Unable to get value of the property 'length': object is null or undefined

Line: 1"

The error dialog won't close when OK is clicked.  The only thing that can be done is to terminate the web app.  Basically this makes the web app totally unusable.

ISSUE 2

When first starting the app with the internal browser or an external one, the following error message appears:

"[object Event]

Line: Nan"

If the page is refreshed the error doesn't reoccur.

Regards,

Steve
Thu, Feb 2 2012 5:02 AMPermanent Link

Steve Gill

Avatar

<< ISSUE 2

When first starting the app with the internal browser or an external one, the following error message appears:

"[object Event]

Line: NaN"

If the page is refreshed the error doesn't reoccur.  >>

Sometimes I get another error message following this one:

"q2 is undefined

Line: 1"

I don't have any variables called "q2" in my code.  When this error occurs the message dialog cannot be closed.
Fri, Feb 3 2012 8:08 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< When the user clicks a button, the app checks to see if they entered a
value in a TEdit field.  If the field is empty it displays an error message
and then exits the method.  This worked fine before but it now displays the
following message after the user dismisses the error message dialog: >>

Please send me a sample of this.  Also, did you checked the "Compressed
output" for compilation ?

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, Feb 3 2012 5:38 PMPermanent Link

Steve Gill

Avatar

Hi Tim,

<< Please send me a sample of this.  Also, did you checked the "Compressed
output" for compilation ? >>

I don't believe this.  For two days it produced the error messages, and now today it suddenly doesn't.  And I haven't made any changes to the project. Frown Yes, "Compressed output" is checked.  I'll send you a copy of the project anyway.

The second error still occurs though.  It may be browser-specific.  I'm using Firefox 9.01.

Steve
Image