Help Menu

Is this normal for the demo version. All the links under the help menu don’t do anything, whether I click visit renoise.com, or I click list pattern commands. Nothing happens! Any suggestions? or nothing to worry about?
/Steve

I guess it’s firefox 3, coz on 2 version it works=)

It seems that there is a bug in the way FF3 manages the fact of being launched by clicking links in other apps. It happens to me with some IM app I use at work when a friend sends me a link and I click it.

I’m using this little macro in my apps to open a link and it still seems to work here with FF3.

#define Hyperlink_OpenUrl(lpsz) \  
 ShellExecute(NULL, _T("open"), lpsz, NULL, NULL, SW_SHOWNORMAL)  

Beatslaughter
How to use this macro man?))

It won’t fix the menus for you. The macro is C code and such stuff has to be integrated at source code level. I was just pointing out to the devs that in my applications calling links still works using the above method.

Oh…
hmm, strange.

We do query the regentry of “http\shell\open\command” and launch the browser directly, to also
show for example xml files with the default browser. I’ve added the ShellExecute, “open” command now as fallback…