Chris
Thu May 13 09:05:14 CDT 2004
I've added it to the CF wiki. Take a look at this:
http://wiki.opennetcf.org/ow.asp?TabOrderBug
--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net
"SiewSa" <stephan.chang@kerks.com> wrote in message
news:ui37IdJOEHA.620@TK2MSFTNGP10.phx.gbl...
> Thanks for the replies. However, could you please do little bit more by
> giving a little bit of coding examples?
>
> I wrote the following codes in the form load event but nothing seems to be
> happened? What do you meant by "ctor" and how am I going to reordering
the
> initialize component?
>
> TabControl1.TabPages.Item(0) = TabPage1
>
> TabControl1.TabPages.Item(1) = TabPage2
>
> TabControl1.TabPages.Item(2) = TabPage3
>
> TabControl1.TabPages.Item(3) = TabPage4
>
> TabControl1.Refresh()
>
> Sorry if my question sounds to be so silly...and ... thanks for your
further
> replies. Thank you.
>
>
>
> "Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us>
wrote
> in message news:OPJlmhFOEHA.3944@tk2msftngp13.phx.gbl...
> > Hi,
> >
> > IIRC I solved this once simply by reordering the InitializeComponent
> call,
> > after that it worked fine.
> >
> > It havent happen in a time now, so I presummed it was corrected on 2003
> > version
> >
> > Cheers,
> >
> > --
> > Ignacio Machin,
> > ignacio.machin AT dot.state.fl.us
> > Florida Department Of Transportation
> >
> > "Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> wrote in message
> > news:e3K0AbAOEHA.3300@TK2MSFTNGP09.phx.gbl...
> > > This is a known bug. Reset the tab order manually in the ctor after
> > > InitializeComponent is caled.
> > >
> > > -Chris
> > >
> > >
> > > "SiewSa" <stephan.chang@kerks.com> wrote in message
> > > news:#ttD8O8NEHA.3380@TK2MSFTNGP11.phx.gbl...
> > > > In order to speed up my application, I try to apply the tab control
> more
> > > > oftenly to reduce forms opening.
> > > >
> > > > However, after maybe somewhile of debugging, I found the sequence of
> tab
> > > > pages shown up while debugging was not following the way it was
> designed
> > > in
> > > > the design mode. How could this happen? Is there any ways I can
fix
> > the
> > > > sequences of my tab pages?
> > > >
> > > > Furthermore, this situation appear in my listview control also. The
> > icons
> > > > (in the large icon view) found to be in different sequences as they
> were
> > > > designed also.
> > > >
> > > > Many thanks to whom is going to help me on the above problems.
Thank
> > you.
> > > >
> > > >
> > >
> > >
> >
> >
>
>