Re: [pmapper-users] QueryEditor Error

2011-04-13 Thread Marcelo Ledesma
Hello thomas, thank you very much again for your responses. At the end I think I solved the error. Obviously thanks to your help. He had two .                 3            ... . .         XLS     CSV     PDF    

Re: [pmapper-users] QueryEditor Error

2011-04-04 Thread Thomas RAFFIN
Hi, I think the problem is that configuration part concerning queryeditor is not loaded. The XML part (pmapper/ini/pluginsConfig/queryeditor) should be written in js: PM.ini.pluginsConfig.queryeditor Are you sure to have only one pmapper/ini/pluginsConfigin your XML file? You don't have any e

Re: [pmapper-users] QueryEditor Error

2011-03-29 Thread Marcelo Ledesma
Hi Thomas, thank you very much for your response. I followed your advice but the problem persists. Only now the firebug error es: If i put in the config_xxx.xml 5 PM.ini.pluginsConfig.queryeditor is undefined  if (typeof(PM.ini.pluginsConfig.queryeditor.dlgType) != 'undefined') { and if i put

Re: [pmapper-users] QueryEditor Error

2011-03-15 Thread Thomas RAFFIN
Hi, I think the error is due to the parameter "dlgType" that is not written in your config_xxx.xml. Did you follow this documentation: http://svn.pmapper.net/trac/wiki/PluginsQuery#QueryEditor ? Else, you can correct it by replacing in plugin/queryeditor/queryeditor.js: if (PM.ini.pluginsConfi

[pmapper-users] QueryEditor Error

2011-03-15 Thread Marcelo Ledesma
Hi list, my problem is with the plugin queryeditor. Does not work in internet explorer. In mozilla firefox is working, but with firebug I see that there is an error: undefined is PM.ini.pluginsConfig.queryeditor if (PM.ini.pluginsConfig.queryeditor.dlgType) {... I saw the code but I can not fin