Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 15 of 15 total
Thread 'Invisible' data-enabled TLabel in design mode
Tue, May 17 2016 3:30 PMPermanent Link

Trinione

<< I had to re-read this again, because you're still commenting and I wanted to make sure that I read this correctly. I now know what you're saying, tested it out, and here's the hot fix (actual fix in 2.05): >>

Thank you.

&#128077;
Thu, May 19 2016 3:09 PMPermanent Link

Trinione

<<
WebCtrls unit:

procedure TBindableColumnControl.DataChanged;
begin
  if DataBound then
     DoSetText(Column.Text)
  else
     DoSetText(DoGetText);  <<< Change this line !!!!
end;
>>

Tim:
I applied the Hot Fix and it showed up correctly on the form once reopened.

However, when I attempt to run my app I now receive the following message:
 "Persistent load error (Unable to get property 'aER' of undefined or null reference)."

When I reset to DoSetText(); I am able to run my program again. So, its definitely connected.

I will live with this for now, and shall check 2.05 Beta to see if it works there.
Fri, May 20 2016 8:37 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< However, when I attempt to run my app I now receive the following message:
 "Persistent load error (Unable to get property 'aER' of undefined or null reference)." >>

I'm not seeing any errors here.

Do this:

Make sure that your application is set to *not* emit compressed output, recompile it, and then run it again.  Then, tell me which property it is having an issue with.

Tim Young
Elevate Software
www.elevatesoft.com
Sat, May 21 2016 2:53 PMPermanent Link

Trinione

<< ... tell me which property it is having an issue with. >>

'Persistent load error (Unable to get property 'tgridcheckcell_fselectionstate' of undefined or null reference)
Mon, May 23 2016 1:07 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Trinione wrote:

<< ... tell me which property it is having an issue with. >>

'Persistent load error (Unable to get property 'tgridcheckcell_fselectionstate' of undefined or null reference) >>

Please email me a project that reproduces this.  I'm going to need to trace it through.

Tim Young
Elevate Software
www.elevatesoft.com
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image