PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-06-2008, 12:55 AM
nokry56's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Vogue
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 75
Reputation: 15
nokry56 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to nokry56
Opera 9.5 default?

Okay so Opera Mobile 9.5 is my default browser when I open up links from texts messages, etc. But for some reason when I open up links from a 3rd party app (like PocketTwit) they open in PIE.

Anyone have any ideas as to why this is or how to fix it??
  #2 (permalink)  
Old 11-06-2008, 08:51 AM
JakeS's Avatar
Lurker
Offline
 
Join Date: Nov 2006
Posts: 14
Reputation: 120
JakeS is keeping up the good workJakeS is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 9.5 default?

What version of PockeTwit are you using? In early versions it calls PIE directly, but in later versions it should use the default browser (launches Opera 9.5 on my Mogul).
  #3 (permalink)  
Old 11-06-2008, 10:10 AM
nokry56's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Vogue
Carrier: Sprint
Threadstarter
 
Join Date: Oct 2007
Posts: 75
Reputation: 15
nokry56 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to nokry56
Re: Opera 9.5 default?

I am using the latest version, so I don't think that's the issue...
  #4 (permalink)  
Old 11-06-2008, 10:16 AM
JakeS's Avatar
Lurker
Offline
 
Join Date: Nov 2006
Posts: 14
Reputation: 120
JakeS is keeping up the good workJakeS is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Opera 9.5 default?

Here's how PockeTwit launches URLs (in C#):
Code:
  string URL = "http://code.google.com/p/pocketwit/";

  System.Diagnostics.ProcessStartInfo pi = new System.Diagnostics.ProcessStartInfo();
  pi.FileName = URL;
  pi.UseShellExecute = true;
  System.Diagnostics.Process p = System.Diagnostics.Process.Start(pi);
So you can see it's just telling the OS to launch the URL. I hope this will help somehow. I'm sorry I don't know what registry settings the OS uses to determine how to handle it.
  #5 (permalink)  
Old 11-06-2008, 10:54 AM
nokry56's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Vogue
Carrier: Sprint
Threadstarter
 
Join Date: Oct 2007
Posts: 75
Reputation: 15
nokry56 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to nokry56
Re: Opera 9.5 default?

No problem. Thanks for your excellent program and providing such great support. I'll figure this out eventually.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:29 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com