PC Review


Reply
Thread Tools Rate Thread

Bug With TabControl Object

 
 
Felipe T.
Guest
Posts: n/a
 
      1st Mar 2004
Hi guys.

I had a tabcontrol object with 4 tabs, and it worked Correctly.
Now i must add an 5th tab...
And voilá! The control scrambles all my tabs....

Why the TabControl Object has this bug?
Any way to solve it?

Thx,
Felipe


 
Reply With Quote
 
 
 
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      1st Mar 2004
When you say "scrambles" what do you mean? Text? Controls? Order?

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Felipe T." <(E-Mail Removed)> wrote in message
news:O%23UjFP7$(E-Mail Removed)...
> Hi guys.
>
> I had a tabcontrol object with 4 tabs, and it worked Correctly.
> Now i must add an 5th tab...
> And voilá! The control scrambles all my tabs....
>
> Why the TabControl Object has this bug?
> Any way to solve it?
>
> Thx,
> Felipe
>
>



 
Reply With Quote
 
Felipe T.
Guest
Posts: n/a
 
      1st Mar 2004
It just Scrambles the order of my Tabs;

"Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
news:#BaHjh7$(E-Mail Removed)...
> When you say "scrambles" what do you mean? Text? Controls? Order?
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Felipe T." <(E-Mail Removed)> wrote in message
> news:O%23UjFP7$(E-Mail Removed)...
> > Hi guys.
> >
> > I had a tabcontrol object with 4 tabs, and it worked Correctly.
> > Now i must add an 5th tab...
> > And voilá! The control scrambles all my tabs....
> >
> > Why the TabControl Object has this bug?
> > Any way to solve it?
> >
> > Thx,
> > Felipe
> >
> >

>
>



 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      1st Mar 2004
Yes, this is a known bug in the designer itself. Typically my fix is to
write code to reorder the tabs to the correct order and place it in the
Form's ctor immediately after the InitializeComponent call.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Felipe T." <(E-Mail Removed)> wrote in message
news:%23TwNtu7$(E-Mail Removed)...
> It just Scrambles the order of my Tabs;
>
> "Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
> news:#BaHjh7$(E-Mail Removed)...
> > When you say "scrambles" what do you mean? Text? Controls? Order?
> >
> > --
> > Chris Tacke, eMVP
> > Co-Founder and Advisory Board Member
> > www.OpenNETCF.org
> > ---
> > Windows CE Product Manager
> > Applied Data Systems
> > www.applieddata.net
> >
> >
> > "Felipe T." <(E-Mail Removed)> wrote in message
> > news:O%23UjFP7$(E-Mail Removed)...
> > > Hi guys.
> > >
> > > I had a tabcontrol object with 4 tabs, and it worked Correctly.
> > > Now i must add an 5th tab...
> > > And voilá! The control scrambles all my tabs....
> > >
> > > Why the TabControl Object has this bug?
> > > Any way to solve it?
> > >
> > > Thx,
> > > Felipe
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Felipe T.
Guest
Posts: n/a
 
      1st Mar 2004
Thx, ill use it this way then.

"Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
news:OGB13x7$(E-Mail Removed)...
> Yes, this is a known bug in the designer itself. Typically my fix is to
> write code to reorder the tabs to the correct order and place it in the
> Form's ctor immediately after the InitializeComponent call.
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Felipe T." <(E-Mail Removed)> wrote in message
> news:%23TwNtu7$(E-Mail Removed)...
> > It just Scrambles the order of my Tabs;
> >
> > "Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
> > news:#BaHjh7$(E-Mail Removed)...
> > > When you say "scrambles" what do you mean? Text? Controls? Order?
> > >
> > > --
> > > Chris Tacke, eMVP
> > > Co-Founder and Advisory Board Member
> > > www.OpenNETCF.org
> > > ---
> > > Windows CE Product Manager
> > > Applied Data Systems
> > > www.applieddata.net
> > >
> > >
> > > "Felipe T." <(E-Mail Removed)> wrote in message
> > > news:O%23UjFP7$(E-Mail Removed)...
> > > > Hi guys.
> > > >
> > > > I had a tabcontrol object with 4 tabs, and it worked Correctly.
> > > > Now i must add an 5th tab...
> > > > And voilá! The control scrambles all my tabs....
> > > >
> > > > Why the TabControl Object has this bug?
> > > > Any way to solve it?
> > > >
> > > > Thx,
> > > > Felipe
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
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
tabControl Wndr Microsoft C# .NET 2 21st Nov 2008 09:53 PM
Tabcontrol Arne Garvander Microsoft Dot NET Framework Forms 0 12th Feb 2008 03:03 PM
TabControl how do get close tab [x] on tabcontrol ? MumboJumbo Microsoft C# .NET 3 22nd Apr 2005 02:25 PM
tabcontrol Jennyfer J Barco Microsoft ASP .NET 1 23rd Feb 2005 06:23 PM
TabControl ?????!!! Mitch Microsoft Dot NET Compact Framework 6 27th Sep 2004 08:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:18 AM.