Re: [Tutor] open email client from Help menu

2008-01-03 Thread Alan Gauld
"Kakada" <[EMAIL PROTECTED]> wrote > In my program, I want to have "Report Bug..." under Help menu. So, > whenever > user clicks on it, it will open an email client for reporting bugs > with the > given address. How can I do this? Which OS? Which GUI toolkit? Which email client? You might be

[Tutor] open email client from Help menu

2008-01-03 Thread Kakada
Hi every one, In my program, I want to have "Report Bug..." under Help menu. So, whenever user clicks on it, it will open an email client for reporting bugs with the given address. How can I do this? I set text to actionReportBug like this: Report Bug... but it doesn't support html tag. Any m