|
From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on 7 Jul 2008 14:53 Why do you think you need *any* library? Why not use the built-in controls in the framework? Paul T. "Hannes" <heckner(a)gmx.net> wrote in message news:dfd167e6-8a7d-4d50-9744-fc2c78f7258a(a)26g2000hsk.googlegroups.com... > > > i just need recommendations for good gui libraries as we develop > mobile apps. > > thanks > hannes > > ps: i am not writing any articles :-) > > > > > > > Paul G. Tobey [eMVP] schrieb: >> 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. >> >> "Hannes" <heckner(a)gmx.net> wrote in message >> news:a77c2166-b843-4ed2-8c42-8dff9894c84c(a)t54g2000hsg.googlegroups.com... >> > On 3 Jul., 20:35, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com> >> > wrote: >> >> 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 >> > >> >
From: Hannes on 9 Jul 2008 13:38 On 7 Jul., 20:53, "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com> wrote: > Why do you think you need *any* library? Why not use the built-in controls > in the framework? > > Paul T. > > "Hannes" <heck...(a)gmx.net> wrote in message > > news:dfd167e6-8a7d-4d50-9744-fc2c78f7258a(a)26g2000hsk.googlegroups.com... > > > > > i just need recommendations for good gui libraries as we develop > > mobile apps. > > > thanks > > hannes > > > ps: i am not writing any articles :-) > > > Paul G. Tobey [eMVP] schrieb: > >> 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. > > >> "Hannes" <heck...(a)gmx.net> wrote in message 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 > >>news:a77c2166-b843-4ed2-8c42-8dff9894c84c(a)t54g2000hsg.googlegroups.com.... > >> > On 3 Jul., 20:35, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com> > >> > wrote: > >> >> 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
From: Chris Tacke, MVP on 9 Jul 2008 18:28 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 "Hannes" <heckner(a)gmx.net> wrote in message news:6d60f1d4-65f0-4d57-b37a-1a7f75480003(a)k37g2000hsf.googlegroups.com... On 7 Jul., 20:53, "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com> wrote: > Why do you think you need *any* library? Why not use the built-in controls > in the framework? > > Paul T. > > "Hannes" <heck...(a)gmx.net> wrote in message > > news:dfd167e6-8a7d-4d50-9744-fc2c78f7258a(a)26g2000hsk.googlegroups.com... > > > > > i just need recommendations for good gui libraries as we develop > > mobile apps. > > > thanks > > hannes > > > ps: i am not writing any articles :-) > > > Paul G. Tobey [eMVP] schrieb: > >> 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. > > >> "Hannes" <heck...(a)gmx.net> wrote in message 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 > >>news:a77c2166-b843-4ed2-8c42-8dff9894c84c(a)t54g2000hsg.googlegroups.com... > >> > On 3 Jul., 20:35, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com> > >> > wrote: > >> >> 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
From: Hannes on 11 Jul 2008 12:08 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
First
|
Prev
|
Pages: 1 2 Prev: Missing Version Information in VB.Net 2008 Smart Device EXE Next: ListView Control |