GoogleCodeArchive / gccv2

Automatically exported from code.google.com/p/gccv2
0 stars 0 forks source link

NotSupportedException at startup on Blackjack 2 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install ap on Blackjack 2 
2. Start app
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
v3.103

Please provide any additional information below.
Exception is thrown from GpsCycleComputer.Form1.InitializeComponent in the 
ListBox constructor. the very bottom of the stack is 
Microsoft.AGL.Common.MISC.HandleAr

Original issue reported on code.google.com by tony.cle...@gmail.com on 5 Jun 2009 at 2:09

GoogleCodeExporter commented 9 years ago
Also on 3.107.  
Error is:
GpsCycleComputer.exe
NotSupportedException

at Microsoft.AGL.Common.MISC.HandleAr()
at
System.Windos.Forms.Control._InitInstanc
e()
at System.Windows.Fomrs.Control..ctor()
at System.Windows.Fomrs.ListControl..ctor()
at System.Windows.Fomrs.ListBox..ctor()
at
GpsCycleComputer.Form1.InitializeCompon
ent()
at GpsCycleComputer.Form1..ctor()
at GpsCycleComputer.Form1.Main()

Original comment by dsellin...@gmail.com on 15 Jun 2009 at 10:45

GoogleCodeExporter commented 9 years ago
Also in 3.114 on Samsung SGH-I200 (WM 6.1 Standard)

Original comment by m.nuccet...@gmail.com on 27 Jul 2009 at 11:02

GoogleCodeExporter commented 9 years ago
>Also in 3.114 on Samsung SGH-I200 (WM 6.1 Standard)

Same here :(

Original comment by mvleeu...@gmail.com on 31 Jul 2009 at 8:43

GoogleCodeExporter commented 9 years ago
The exact same error happens on the T-Mobile Dash3G.  I'm wondering if the 
problem is
that the screen is QVGA landscape?

This was the latest version of the CAB file that I attempted to install. (3.114)

Original comment by wimbon...@gmail.com on 30 Aug 2009 at 1:08

GoogleCodeExporter commented 9 years ago
I read a bit more about this error.  I'm guessing it's because you've used a 
control
that only works on a "Professional" device that has a touch screen, and will 
not work
on a "Standard" device without the touch screen. (I could have the edition names
mixed up.

I was hoping to be able to use your software on my phone, but I'm guessing that 
it's
using more controls than will be easy to duplicate without the screen input.

Original comment by wimbon...@gmail.com on 1 Sep 2009 at 7:12

GoogleCodeExporter commented 9 years ago
GCC does not support Windows Mobile *STANDARD*. It needs the PROFESSIONAL 
version with support for touch screen.
The complete user interface relies on touch screen functions which are not 
supported by WM Standard.

Original comment by kmb...@gmx.de on 17 Jul 2011 at 2:33