Switching from dhtmlxSuite to dhtmlx Pro testing version

Hi,

I have a problem. I start doing the project with dhtmlxSuite, and today I change the files with the ones from dhtmlx Pro. I get an error:

Uncaught TypeError: Cannot call method ‘indexOf’ of undefined (dhtmlx.js:131)

In my project it’s fine, just I get some errors when I’m pressing a button, so I can show a form,

Uncaught TypeError: Cannot read property ‘style’ of undefined (dhtmlx.js:523)

I can provide you the code, but it’s Pro version, so tell me where I can upload it if the described situation it’s not enough.

Regards,
Nicole

UPDATE:

The problem it was from dynamic_loading().

[code]
$grid = new GridConnector($connection,“MySQL”);
$grid->enable_log(“log_tag.txt”);
$grid->dynamic_loading(500);

$sql = “SELECT id,name,status_id,remarks
FROM tag”;
$grid->render_sql($sql,“id”,“name,status_id,remarks”);[/code]

Similar problem with this: viewtopic.php?f=2&t=29286.

But I still got the error:

Uncaught TypeError: Cannot read property ‘style’ of undefined (dhtmlx.js:523)

when I’m clicking on some buttons.

Please provide any kind of sample or demo link where it can be checked.

Pro version of the grid contains all functionality of standard version, and works in the same way. So any code which works for standard edition, will work for pro

Hi

please send demo or link to support@dhtmlx.com

I just send you my code, and the link where the project is installed. Thank you!

I keep trying to find the problem.

In my opinion the problem is because I’m attaching to Tabbar, Toolbar with buttons, then I’m attaching a DataView, and when I’m pressing a button in Toolbar, I’m attaching a Form. I don’t know how to detach the DataView, before I’m attaching the Form, and to detach a Form before I’m attaching DataView. How can I clear the tab content, and after that to attach Toolbar and Form/DataView.

Am I missing some files when I upgrade to PRO version?

Can be a problem because of the fact I used first dhtmlxSuite 3.6 and I switch to dhtmlx PRO 3.5 ?

I requested dhtmlxSuite Pro version 3.6 and I replaced the files, but I still got the same error :cry:

Ok, I found the problem … the Terrace theme it’s the big problem… I switch to the Classic version, and it’s working perfect