Problems porting from Xojo r2 to r3

It does not seem to recognize, the BevelButton data type. When I try to run the project it says “implements the event “Action”, but its superclass BevelButton does not declare such an event. Sub Action()” Is this a bug or another bloody deprication/removal. I now hate Xojo so much!!

Thankyou.

Bevelbuttons are definitely NOT deprecated

Without seeing code or your project its hard to know what could have happened

Have you inserted an event handler in your super class ?
And now the instances on windows give this error ?

[quote=35979:@Norman Palardy]Bevelbuttons are definitely NOT deprecated

Without seeing code or your project its hard to know what could have happened

Have you inserted an event handler in your super class ?
And now the instances on windows give this error ?[/quote]
I actually appear not to have the BevelButton superclass in Xojo r3. I will try to reinstall it. As the same project actually work on r2.

I’d reinstall R3 as bevel button is built in for desktop apps

Thanks. Works now.