Looking for Professional Windows Mobile GUI Controls

  • Thread starter Thread starter Hannes
  • Start date Start date
H

Hannes

Hi,
I am looking for commercial GUI control libraries for Windows Mobile
5 / 6. Can you please forward me links to professional GUI libraries
(e.g. list-control, tree-controls, date/time picker). I already found:
http://www.pocketpccontrols.com, www.resco.net

THere has to be more ... please give me hint. Anything welcome

Best regards
Hannes
 
Giving some specifics on what types on controls would probably be useful.

-Chris
 
Giving some specifics on what types on controls would probably be useful.

-Chris


Hi
i am looking for controls like (list controls, tree controls, etc.).
All GUI controls are welcome in fact

Best regards
Hannes
 
Are you writing an article for a magazine or what? Why would you go looking
for some set of random controls, if you're actually writing a program,
without knowing what you need to accomplish your task?

Paul T.
 
i just need recommendations for good gui libraries as we develop
mobile apps.

thanks
hannes

ps: i am not writing any articles :-)
 
Why do you think you need *any* library? Why not use the built-in controls
in the framework?

Paul T.
 
Why do you think you need *any* library?  Why not use the built-in controls
in the framework?

Paul T.
Known problems with built in controls.

1.) they are far too slow (for large amounts for data). In fact
Microsoft developed their own Pocket Outlook controls for list
rendering, because standard list control was too slow!

2.) basic controls do not offer the convenience modern applications
need. That's why companies develop and sell professional gui libraries
(which i am looking for by the way)

So do you know of any professional gui libraries for Windows Mobile 5
or 6. I know of resco and they are good but there are better ones for
sure.

Please let me know if you any gui libraries

BTW: Custom built controls is not an option

Best regards
Hannes

 
Pocket Outlook is not a good example - it's not a managed app. They are
also slow only if you're not using virtual data behind them. Once might
argue that if you've got so much data in a control that it's slow then
you've probably got a design problem, not a control problem.

You say custom build controls are not an option, yet you're after something
that isn't a built-in control. Seems to me those requirements are
diametrically opposed. It's tough to point you to something that isn't a
custom built control, yet isn't built in. What other option would there be?

A very simply Google search came up with these, so I'm not sure why you're
uanble to find anything.

http://www.pocketpccontrols.com/
http://resco.net/
http://www.componentsource.com/relevance/index.html?q=compact+framework
http://www.softwarefx.com/SFXNetProducts/PocketCfxNet/


And like paul said, if there's a specific *kind* of control you're after
(button, grid, label, chart, whatever) it's a lot easier to find stuff than
just some nebulous requirement for a "control." That's like me asking "Can
anyone point me to good software?"

-Chris


Why do you think you need *any* library? Why not use the built-in controls
in the framework?

Paul T.
Known problems with built in controls.

1.) they are far too slow (for large amounts for data). In fact
Microsoft developed their own Pocket Outlook controls for list
rendering, because standard list control was too slow!

2.) basic controls do not offer the convenience modern applications
need. That's why companies develop and sell professional gui libraries
(which i am looking for by the way)

So do you know of any professional gui libraries for Windows Mobile 5
or 6. I know of resco and they are good but there are better ones for
sure.

Please let me know if you any gui libraries

BTW: Custom built controls is not an option

Best regards
Hannes

 
Point is that windows mobile offers only view convienient gui
controls.
So searching around for EACH control can be tedious. Of course i can
search for a good list control (with automatic search), search for a
good keyboard control and so on. But it could be a good idea for
searching of a good control set to avoid working with too many
different supplieres with differnt license models etc.

Also it could have been that people have experience with professional
gui libraries as I read you don't have (as you have had to search
google first, so I assume you don't have any experience in using these
controls).

It would have been a great help to have some response on experience
other developers have with professional libraries and about their
recommendations ( as i stated in my first posting).

Thanks anyways for you trying to help me.

Best regards
Hannes
 
Back
Top