PC Review


Reply
Thread Tools Rate Thread

sp 2 problem on WinCE device

 
 
Tony Rasa
Guest
Posts: n/a
 
      19th Mar 2004
Hello all,

I've got a ViewSonic V205 "Web Pad" running WinCE .NET 4.2. When the
device is switched on at a "baseline" level, it has the .net compact
framework sp1 installed.

I've installed sp2 via the activesync installer, everything *seems* to
work fine -- no errors or anything unusual.

I've got the trivial winform cf app, a form with a button, and I'm
setting the back color of the button in the form's constructor to
Color.Green. The button_click event shows the value from
System.Environment.Version.ToString().

The value reported back is "1.0.3316.0", everything good there, BUT
the BackColor property is ignored, along with the buttons mouse events
(mousedown & mouseup, which I think were both added with sp2). How
can this be!?

I've tried re-installing to different directories and even copying
DLLs to the programs directory, but nothing seems to make any
difference -- sp2 appears to be installed and running, but without any
of the sp2 enhancements.

Any suggestions on what I could try or examine next? Could the fact
that this device has CF sp1 "burned in" at the factory be causing the
problem here?

thanks for any advice you could lend...

Tony Rasa
MeanCat Technologies
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
Elisa
Guest
Posts: n/a
 
      19th Mar 2004
Hi Tony,

> The value reported back is "1.0.3316.0", everything good there, BUT
> the BackColor property is ignored, along with the buttons mouse events
> (mousedown & mouseup, which I think were both added with sp2).


I tried changing the BackColor property of a standard button, and that
seems to work just fine. As far as I can remember, the standard button
doesn't fire MouseDown and MouseUp events.

Try using the ButtonEx control in the OpenNet.CF library. It's not a
perfect replacement (moving the mouse/stylus while the button is pressed
down behaves differently), but will do fine in most cases. It's best to
replace ALL standard buttons with the ButtonEx control, so your GUI
looks consistent (or fix the incomplete MouseDown/MouseMove behaviour of
the ButtonEx control, it's rather easy to do).


Regards,

Elisa
 
Reply With Quote
 
 
 
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      19th Mar 2004
If you've got a fix, by all means submit it to us.

(E-Mail Removed)


--
Chris Tacke, eMVP
Co-founder, www.OpenNETCF.org
The best source of Compact Framework code west of the Pecos!

"Elisa" <(E-Mail Removed)> wrote in message
news:UXx6c.491$(E-Mail Removed)...
> Hi Tony,
>
> > The value reported back is "1.0.3316.0", everything good there, BUT
> > the BackColor property is ignored, along with the buttons mouse events
> > (mousedown & mouseup, which I think were both added with sp2).

>
> I tried changing the BackColor property of a standard button, and that
> seems to work just fine. As far as I can remember, the standard button
> doesn't fire MouseDown and MouseUp events.
>
> Try using the ButtonEx control in the OpenNet.CF library. It's not a
> perfect replacement (moving the mouse/stylus while the button is pressed
> down behaves differently), but will do fine in most cases. It's best to
> replace ALL standard buttons with the ButtonEx control, so your GUI
> looks consistent (or fix the incomplete MouseDown/MouseMove behaviour of
> the ButtonEx control, it's rather easy to do).
>
>
> Regards,
>
> Elisa



 
Reply With Quote
 
Tony Rasa
Guest
Posts: n/a
 
      19th Mar 2004
Elisa <(E-Mail Removed)> wrote in message news:<UXx6c.491$(E-Mail Removed)>...
> Try using the ButtonEx control in the OpenNet.CF library.



Ok, I'll look into that for the MouseUp/Down events -- I must have
imagined that those events were implemented in sp2, although after
looking closely its obvious that they were never there...too many long
nights I guess.


Still can't figure out why the Backcolor property isn't working
though...i guess it won't matter if I switch to a different library.

thanks for your help!

Tony
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem developing on a WinCe.net 4.2 device =?Utf-8?B?T21hciBSb2phcw==?= Microsoft Dot NET Compact Framework 3 22nd Dec 2004 11:08 PM
Putting a program on the WinCE device without going through Activesync Geoff Callaghan Microsoft Dot NET Compact Framework 1 23rd Oct 2004 04:01 AM
setup a WinCE 4.2 device Zanna Microsoft Dot NET Compact Framework 0 11th Jul 2004 12:28 PM
Can i pass DataSet from WebService to Mobile Device and insert XSD into new DataSet on mobile device (powered by WinCE.NET 4.1 + compact FrameWork)? =?Utf-8?B?TWFnaWM=?= Microsoft Dot NET Compact Framework 3 21st May 2004 08:01 AM
Help for transfering files between WinCE device and PC ! Thomas Microsoft Dot NET Compact Framework 3 27th Aug 2003 07:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:40 AM.