chadswen / DiceHero

Project Site for Dice Hero, the award winning dice game app for Symbian^3.
0 stars 0 forks source link

Help Browser #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Help Button on Title Screen opens default browser, directly to the wiki at 
http://dicehero.wikispaces.com/ .

Original issue reported on code.google.com by briguy4588 on 19 Apr 2011 at 12:19

GoogleCodeExporter commented 9 years ago
Opening to a default browser appears a bit problematic. It appears this can 
only be performed through Qt objects within C++.

However, I can work on (or take from somewhere else) a browser specifically for 
our app.

Is this the direction you would like to take?

Original comment by davidgwk...@gmail.com on 20 Apr 2011 at 12:41

GoogleCodeExporter commented 9 years ago
Version 1 of the browser committed.

Original comment by davidgwk...@gmail.com on 20 Apr 2011 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by davidgwk...@gmail.com on 20 Apr 2011 at 1:47

GoogleCodeExporter commented 9 years ago
I didn't realize it would be so tricky - I was under the impression that any 
time a hyperlink is clicked, the device would open a browser. (And that in this 
case, the button would function as the hyperlink).

How much time do you think this will take? Because the alternative is to just 
have a little blurb say "For more information please visit our wiki at 
dicehero.wikispaces.com"

Original comment by briguy4588 on 20 Apr 2011 at 2:39

GoogleCodeExporter commented 9 years ago
I've already committed version 1 of a custom browser. Check it out and tell me 
what you think

Original comment by davidgwk...@gmail.com on 20 Apr 2011 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by briguy4588 on 20 Apr 2011 at 3:07

GoogleCodeExporter commented 9 years ago
Ah good work, you found the solution I intended to suggest. WebView is ideal 
for this, and the QML Web Browser example adds all of the navigation that they 
should ever need. Haven't had a chance to run it, but I've played with WebView 
enough to know that you're on the right track. If you run into any issues with 
it let me know.

Original comment by chads...@gmail.com on 20 Apr 2011 at 5:27