:: Forum >>

Unexpected call to method or property access

Hi,
I've been working with the grid fopr tha last couple of weeks and its working a dream for me. All the functionality I need is present.

I do however have one issue. I using the following statements to enable highlighting across pages. I took a look at your paging example but it didnt fit in due to the volumes of data and other reasons.
var array = myGrid.getProperty("selection/values");
myGrid.setProperty("selection/values",array);
This all works a treat in Mozilla and I have the ability to keep rows highlighted for an entire session.
However on IE I can get the values but when trying to set the values on returning to the page the following error is thrown.
"Unexpected call to method or property access"
I have narrowed it down to this statement but I cant track down the reason behind it. Have you come across this before???

Keep up the amazing work by the way.....
Michael Anderson
Friday, April 30, 2004
Hi,
I'm just wondering is there any update on this. I'm getting a bit concerned. It now seems to be happening by just scrolling through pages of data doing separate calls to a database every time....

help please???
Tuesday, May 4, 2004
Hi Michael,

can you please post (or send me) the code of the page where you see this error. Otherwise it is quite difficult to reproduce.
Alex (ActiveWidgets)
Tuesday, May 4, 2004
Hi Alex, I get the same error, when i try to execute " obj.setProperty("selection/values", rArray);", where rArray is a js Array which holds just one value - say '11'.
Here is a small piece of code that does this...

// Associate an event for row Click
obj.setAction("selectionChanged", getRowId);
//Set previously selected row
obj.setProperty("selection/values", rArray);

I tried this too - "obj.setRowProperty("values", rArray);", which doesn't work either.
Any help will be appreciated.
Thanks.
D
Wednesday, June 16, 2004
???
D
Saturday, June 19, 2004
Hi Alex,

I've been looking at this problem for a long time no and still no solution.
I'm just wondering have you been able to recreate it with the example above

Thansk
Michael Anderson
Monday, June 28, 2004
Any news about this? A project depends on solving this... please help!
Federico Halperin
Thursday, October 6, 2005
Was this ever solved? I have encountered the same bug in slightly different context - is this an IE bug?
MP
Saturday, September 23, 2006
I had the same problem.
I've solved it in this way:

<body onLoad="window.setTimeout('init()',100)">

where init() is the function you call on the event "load" of the body.

The problem is that an "ActiveX control (or a DOM object) has not finished loading from Windows and so the object does not yet exist."
Pabloz
Wednesday, October 11, 2006

This topic is archived.


Back to support forum

Forum search