Skip to main content
Solved

How to fix "no suitable method found to override" for a custom screen

  • June 29, 2021
  • 1 reply
  • 302 views

I created a new custom screen, but the initialize () method which was declared override was not found. 
Error: no suitable method found to override

thank you in advance :)

 

Best answer by Gabriel Michaud

There’s no Initialize method in PXGraph that you can override this way. If you want to run code during graph initialization, add a constructor -- public void CLCalculetteMaintFss()

1 reply

Gabriel Michaud
Captain II
Forum|alt.badge.img+11

There’s no Initialize method in PXGraph that you can override this way. If you want to run code during graph initialization, add a constructor -- public void CLCalculetteMaintFss()