mt-ag / apex-fancytree-plugin

A region plug-in for Oracle APEX that displays data in a tree structure
MIT License
7 stars 4 forks source link

Works the Plugin with APEX 20.2? #26

Open FloMeh opened 4 years ago

FloMeh commented 4 years ago

Hello, I have integrated and configured the plugin. But when I load the page it does not show me anything. Just an empty page. My question now is, does the plugin work with my version at all or am I doing something wrong? Thanks!

FloMeh commented 4 years ago

Hi.. I have now tested it again in the old version 20.1. With version 20.1. the Plug-In works. With the latest version 20.2. it does not work anymore. What could be the reason for this? What do I have to adjust so that it works again? Thanks a lot!

nehsog commented 3 years ago

Paste following code into "function and global variable" section of your page. Check if the tree is rendered, otherwise post your browser's js console output.

$sApex = $s;
$s = function(e,t,n,o) {
  try {
    $val = $sApex(e,t,n,o);
  } catch(e) {
      $val = ""
  }  
  return $val;
}

Regards, Hendrik

ReliSoft commented 3 years ago

Hello, this also doesn't work for cloud apex Application Express 20.2.0.00.20 ORDS 21.1.3.r1531102

and our physical server Application Express 21.1.0 ORDS 21.1.3.r1531102 image ords error

wajNab commented 3 years ago

Hello,

I am also getting the same error on Cloud Apex. "Server Error". @ReliSoft Where you able to resolve this?

ReliSoft commented 3 years ago

Hello,

I am also getting the same error on Cloud Apex. "Server Error". @ReliSoft Where you able to resolve this?

Hi we replaced this with the standard apex tree + search plugin https://apex.oracle.com/pls/apex/f?p=apexbyg:treesearch