Author Topic: Start here page  (Read 4800 times)

sethjackson

  • Guest
Start here page
« on: January 30, 2006, 12:14:38 am »
Hi I was looking at the start here page code and I belive when you click on a link it opens the link only on Windows. I belive this is possible on Linux/Unix/Whatever using one piece of code.

Check this out (I don't have anything besides Windows so I can't test it on Linux). The last post on the first page of the thread below.  :wink:

http://wxforum.shadonet.com/viewtopic.php?t=82&postdays=0&postorder=asc&start=0

I hate seeing those ShellExecute's all over the place.  :P

sethjackson

  • Guest
Re: Start here page
« Reply #1 on: January 30, 2006, 12:57:30 am »
Even better

http://www.wxwidgets.org/manuals/2.6.2/wx_miscellany.html#wxlaunchdefaultbrowser

I tried it and it works. I wonder if it works on something besides Windows I'll check it out soon (I hope).

sethjackson

  • Guest
Re: Start here page
« Reply #2 on: January 30, 2006, 01:13:48 am »
YEEHAW. It works on non windyblows. schweet.  8) :lol: Patch is coming.....


sethjackson

  • Guest
Re: Start here page
« Reply #3 on: January 30, 2006, 01:20:56 am »
Ok patch submitted.

http://sourceforge.net/tracker/index.php?func=detail&aid=1418225&group_id=126998&atid=707418

All you Non-Windows users could you please test this??? Thanks. :)