Author Topic: how to assign function to menu  (Read 9337 times)

omiyehan

  • Newbie
  • *
  • Posts: 8
how to assign function to menu
« on: July 01, 2010, 04:32:11 PM »
i have try to assign function of open, new,close,save.saveas but i could not. please how can i enable open anytime i click on open after i might have finished building program.

well my question may not sound perfect but i face this problem of error message each time i tried to click on open from already build standalone program. this error message display " Message 'No user handler - not a bug :)'"

thanks
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 464
  • Here to help you
Re: how to assign function to menu
« Reply #1 on: July 01, 2010, 06:38:41 PM »
You are receiving this message " Message 'No user handler - not a bug" when you use a menu option because you have not changed the script in the Menu Designer.

Code: [Select]
Beep
Message 'No user handler - not a bug :)'

If you go into the Menu Designer and edit the above script - you will see the Message command with the text 'No user handler - not a bug" - just change this text to anything you like. Save the script and run your project again.

Perhaps change the text to

Code: [Select]
Beep
Message 'Hello'


Once this works then you can edit that script to load/save/create a file etc.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.