Re: Creating a Menu using tab
- Posted by "euphoric" <euphoric at cklester.com> Oct 23, 2003
- 422 views
Don, you need to stop using Incredimail or send your mail text-only. I'm getting a bright green background and your text is in a very narrow table so it all comes out looking like this. Please! :) Thanks. ----- Original Message ----- From: "Don Austin" <dgaustin at mchsi.com> To: <EUforum at topica.com> Sent: Thursday, October 23, 2003 8:14 AM Subject: Creating a Menu using tab > I down loaded the Euphoria package 4 days ago, so I'am very green.=0D > I'am trying to create a "main menu" program using tab that will execute > other programs.=0D > I modifiied some code Ifound in "EX05,EXW" to the procedure below=0D > =0D > =0D > global procedure onClick_MakeTable(integer self, integer event, sequence > parms)=0D > shellExecute("open","work.exw",SW_NORMAL)=0D > end procedure =0D > =0D > This works.=0D > QUESTION:=0D > =0D > Is there a way to execute a procedure by clicking on a tab??=0D > =0D > Thanks for any help.