MenuBackend

Hi everyone.

I'm on MenuBackend at the moment.
http://forum.arduino.cc/index.php?topic=38053.45
I've downloaded the last version :
http://www.arduino.cc/playground/uploads/Profiles/MenuBackend_1-4.zip
but I can't get it working ! It won't compile !

As I'm new, I'd like to make it working to then try to understand the code.

I've got this :
HelloMenu.pde: At global scope:
HelloMenu:69: error: variable or field 'menuUseEvent' declared void
HelloMenu:69: error: 'MenuUseEvent' was not declared in this scope

Hi hary

In that zip file, there is a folder called "MenuBackend". You need to extract that folder and put it somewhere temporarily, such as Desktop.

In the Arduino IDE, select Sketch - Import Library - Add Library. Then select the "MenuBackend" folder.

You should then be able to do File - Examples etc to load up and compile the HelloMenu program.

Regards

Ray

Well, I don't know what's wrong but I've got an error importing the library <MenuBackend.h>

So I Add it as a file "MenuBachend.h" and it now works !

Add MenuBackend.h as new file and replace #include <MenuBackend.h> with #include "MenuBackend.h"

When I try to Add it as new Libriry it tells me :

Error in opening zip file.

But it's not a zip ! I don't understand.

Many thanks

Inside the zip file MenuBackend_1-4, there is a folder "MenuBackend". You need to extract that one.

But it sounds like you have got it working anyway :slight_smile: