S
Saul
Hi all,
I have been developing in VS.NET 2003 with the Compact Framework for a
little while now, and I have list of pet peeves that I *need* to share (for
my own wellbeing, you know, it's like and itch you can't scratch). Of
course, some of you may have other gripes. Feel free to add them to this
list. You will feel better! And maybe, just maybe, someone who can do
something about this will listen.
1. VS.NET 2003 Updates/Service Packs. My gripe here is that there don't seem
to be any (yet). There are plenty of bugs with this app, so where are the
service packs? Surely the answer to this isn't "buy VS.NET 2005 when it's
released"?
2. Windows changes are slow and clunky, even on a fast machine. What I mean
by that is window navigation, such as getting help or using the "autohide"
features. The whole thing sometimes pauses for a few seconds. I need to
"auto hide" things because even on a 17" monitor there are screen areas at
the top, left, right and bottom. Without the autohide you only have a small
area in the middle for your code! Also, sometimes you need to click on the
window tab to activate it, and other times just hovering over it activates
it. Sometimes I hover when I should click, which makes me feel like a fool.
Also, similarly, I find the "open documents" list at the top of the screen
re-orders itself, which is not helpful. The side scrolling quickly becomes
useless if you have a lot of files open.
3. Properties. What I really miss is a section called "events" with all the
event types in it for an object, like you have in Access. This is a huge
thing for me, and I was really surprised that this was not there. Also,
there are a lot of properties, it seems, missing that you can only set in
code. Why this is I am not sure, they should all be there. As the compact
framework only supports limited things, ideally only those properties/events
should be shown when developing an application in it. This avoids you
programming to an event that is never called.
4. Bugs! The worst one I find I hit often is the forms lose the ability to
be edited by the forms designer. The workaround is to edit the code and
"retype" the ".form" on the end of the command "Inherits
System.Windows.Forms.Form" or add a new form to the project. But this is
just stupid, c'mon. Others include randome re-ordering of tabs in the tab
control. Sometimes when I close/reopen a project it claims it can't write to
the projectname.vbdproj.user file, which is odd. These bugs seem quite
obvious for someone who has only used the software for a shart time and
really should never have gotten past QA. See item #1.
They are probably the worst problems, although I have hit some specific
irritating things with the CF (eg Treeview control not allowing you to open
a form from the AfterSelect event. Well, it let's you open it but you can't
get it to come to the front).
So, do you agree with some of mine? Do you have some of your own burning you
up?? ;-)
Regards,
Saul
I have been developing in VS.NET 2003 with the Compact Framework for a
little while now, and I have list of pet peeves that I *need* to share (for
my own wellbeing, you know, it's like and itch you can't scratch). Of
course, some of you may have other gripes. Feel free to add them to this
list. You will feel better! And maybe, just maybe, someone who can do
something about this will listen.
1. VS.NET 2003 Updates/Service Packs. My gripe here is that there don't seem
to be any (yet). There are plenty of bugs with this app, so where are the
service packs? Surely the answer to this isn't "buy VS.NET 2005 when it's
released"?
2. Windows changes are slow and clunky, even on a fast machine. What I mean
by that is window navigation, such as getting help or using the "autohide"
features. The whole thing sometimes pauses for a few seconds. I need to
"auto hide" things because even on a 17" monitor there are screen areas at
the top, left, right and bottom. Without the autohide you only have a small
area in the middle for your code! Also, sometimes you need to click on the
window tab to activate it, and other times just hovering over it activates
it. Sometimes I hover when I should click, which makes me feel like a fool.
Also, similarly, I find the "open documents" list at the top of the screen
re-orders itself, which is not helpful. The side scrolling quickly becomes
useless if you have a lot of files open.
3. Properties. What I really miss is a section called "events" with all the
event types in it for an object, like you have in Access. This is a huge
thing for me, and I was really surprised that this was not there. Also,
there are a lot of properties, it seems, missing that you can only set in
code. Why this is I am not sure, they should all be there. As the compact
framework only supports limited things, ideally only those properties/events
should be shown when developing an application in it. This avoids you
programming to an event that is never called.
4. Bugs! The worst one I find I hit often is the forms lose the ability to
be edited by the forms designer. The workaround is to edit the code and
"retype" the ".form" on the end of the command "Inherits
System.Windows.Forms.Form" or add a new form to the project. But this is
just stupid, c'mon. Others include randome re-ordering of tabs in the tab
control. Sometimes when I close/reopen a project it claims it can't write to
the projectname.vbdproj.user file, which is odd. These bugs seem quite
obvious for someone who has only used the software for a shart time and
really should never have gotten past QA. See item #1.
They are probably the worst problems, although I have hit some specific
irritating things with the CF (eg Treeview control not allowing you to open
a form from the AfterSelect event. Well, it let's you open it but you can't
get it to come to the front).
So, do you agree with some of mine? Do you have some of your own burning you
up?? ;-)
Regards,
Saul