Linn Forums

Full Version: LinnGui/Kinsky for WIN CE 5.0 .net Touchpanel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i will use linn produkts for home automation.
iwe need a gui for our windows ce 5.0 .net2.0 touchpanel 800x600.

is there a solution ?


thanks egrouper

egrouper Wrote:
Hello,

i will use linn produkts for home automation.
iwe need a gui for our windows ce 5.0 .net2.0 touchpanel 800x600.

is there a solution ?


thanks egrouper


Hi egrouper,

KinskyPda is a .NET CF application which is designed for a 640x480/320x240 screen resolution.

If you compile it under .NET CF 2.0 it should run on your Win CE 5.0 device, but you will need to modify the graphics to make it fit the 800x600 screen resolution.

David

davidd Wrote:

egrouper Wrote:
Hello,

i will use linn produkts for home automation.
iwe need a gui for our windows ce 5.0 .net2.0 touchpanel 800x600.

is there a solution ?


thanks egrouper


Hi egrouper,

KinskyPda is a .NET CF application which is designed for a 640x480/320x240 screen resolution.

If you compile it under .NET CF 2.0 it should run on your Win CE 5.0 device, but you will need to modify the graphics to make it fit the 800x600 screen resolution.

David




Hello,

thanks for the answer,
but i have download the scource and when i compile i had a fault,
some preference/source are not avaible.

can you help me to compile with visual Studio 2008 or SharpDevelop ???


Thanks egrouper

egrouper Wrote:
Hello,

thanks for the answer,
but i have download the scource and when i compile i had a fault,
some preference/source are not avaible.

can you help me to compile with visual Studio 2008 or SharpDevelop ???


Thanks egrouper


There are some instructions on how to build using Visual Studio here, http://oss.linn.co.uk/trac/wiki/BuildIns...sualStudio

Basically, we use a lot of auto generation of source in our UPnP stack, which is not possible to achieve using Visual Studio (we use SCons as our primary build system).

Let me know if you are still having issues building.

Cheers,
David

Hello David,

sorry, i can´t compile it for win ce .net 20.0.
it´s to complex for me, iám not a programmer.

is it much work for you when you compile the kinskygui .net 2.0 for pc into compactframework 2.0 ?? It´s realy to hard for me !

Thanks egrouper

egrouper Wrote:
Hello David,

sorry, i can´t compile it for win ce .net 20.0.
it´s to complex for me, iám not a programmer.

is it much work for you when you compile the kinskygui .net 2.0 for pc into compactframework 2.0 ?? It´s realy to hard for me !

Thanks egrouper


Hi egrouper,

KinskyPda only works with .NET CF v3.5.

Is there any reason why you cannot install the .NET CF v3.5 onto your WinCE device? This way you can just use the precompiled cab file and check that everything runs as expected.

After you have check KinskyPda runs on your WinCE device you can then modify the graphics to fit the screen you are using - only at this point will you need to recompile the code.

Recompiling the code requires a single command line if you use SCons. If you are using the Visual Studio solution then there are a few extra steps required to get it all working, which are described in the build documentation on the OSS site. The two steps involve unpacking the contents of two zip files along side the checked out code.

David

Reference URL's