E
Enemaerke
Hi everybody
Have a kind of strange behavior that I'm hoping someone can help me
with.
We are developing a custom application using .NET CF (2.0) to a Win CE
(which we are also responsible for constructing from the ground up so
to speak). Since the Win CE image is not done yet we hav started the
devlopment on Pocket PCs just to be able to get going. Our issue is
this; in our UI we use transparency (by means of the ImageAttributes
and the DrawImage overload) which work fine on the PocketPCs but when
the same code is run on the .NET CF on the Win CE image the
transparency just does not work! That is, the images that are drawn as
transparent on the PocketPC are not transparent when draw on the WinCE
image.
We may be missing something totally here, but could any of you guys
give us a hint to what we are missing? Have we created the Win CE image
incorrectly, do we need to include some specific packages in Platform
Builder for the transparency to work, should we be looking for stuff on
the OS or is it the .NET installation that's the problem (we don't know
if DrawImage maps to some native code thats incorrect or if its the
implementation of the .NET thats the problem...
Any help would be much appreciated
Have a kind of strange behavior that I'm hoping someone can help me
with.
We are developing a custom application using .NET CF (2.0) to a Win CE
(which we are also responsible for constructing from the ground up so
to speak). Since the Win CE image is not done yet we hav started the
devlopment on Pocket PCs just to be able to get going. Our issue is
this; in our UI we use transparency (by means of the ImageAttributes
and the DrawImage overload) which work fine on the PocketPCs but when
the same code is run on the .NET CF on the Win CE image the
transparency just does not work! That is, the images that are drawn as
transparent on the PocketPC are not transparent when draw on the WinCE
image.
We may be missing something totally here, but could any of you guys
give us a hint to what we are missing? Have we created the Win CE image
incorrectly, do we need to include some specific packages in Platform
Builder for the transparency to work, should we be looking for stuff on
the OS or is it the .NET installation that's the problem (we don't know
if DrawImage maps to some native code thats incorrect or if its the
implementation of the .NET thats the problem...
Any help would be much appreciated