BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tabcontrol

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
Lasse
Guest





PostPosted: Fri Apr 28, 2006 7:03 pm    Post subject: Tabcontrol Reply with quote



Hi, Where can I find a tabcontrol that supports multiline, multiselect,
image on tab?

Thanks
Lasse
Back to top
Lauchlan M
Guest





PostPosted: Sat Apr 29, 2006 3:04 am    Post subject: Re: Tabcontrol Reply with quote



Quote:
Hi, Where can I find a tabcontrol that supports multiline, multiselect,
image on tab?

Raize. Also, Developer Express editors (comes e.g. with the Quantum Grid)
has one.

Lauchlan M
Back to top
Lasse
Guest





PostPosted: Sat Apr 29, 2006 7:03 am    Post subject: Re: Tabcontrol Reply with quote



Raize does not support multiselect.
I am using the tabcontrol to show shippingnumbers (which can be several
hundreds per orders) for orders, the user can multiselect tabs to change
common information in several tabs at once. Currently I am using
deleveperexpress but is very slow when there are 100+ tabs in multiline
mode.

Lasse

"Lauchlan M" <LMackinnonAT_NoSpam_ozemailDOTcomDOTau> skrev i meddelandet
news:4452cc36 (AT) newsgroups (DOT) borland.com...
Quote:
Hi, Where can I find a tabcontrol that supports multiline, multiselect,
image on tab?

Raize. Also, Developer Express editors (comes e.g. with the Quantum Grid)
has one.

Lauchlan M

Back to top
Lauchlan M
Guest





PostPosted: Sat Apr 29, 2006 8:03 am    Post subject: Re: Tabcontrol Reply with quote

Quote:
deleveperexpress but is very slow when there are 100+ tabs in multiline
mode.

What do you expect? <g>

Lauchlan M
Back to top
Lasse
Guest





PostPosted: Sat Apr 29, 2006 2:03 pm    Post subject: Re: Tabcontrol Reply with quote

"Lauchlan M" <LMackinnonAT_NoSpam_ozemailDOTcomDOTau> skrev i meddelandet
news:445366ee (AT) newsgroups (DOT) borland.com...
Quote:
Well I don't expect it taking 110sec and cpu at 100% for 200 tabs, it
seems
to be a bug
1-2sec is what I would expect.
I am trying the vcl tabcontrol but I dont know how to get the selected
tabs
values.

Have you talked to (emailed) Developer Express support? I tend to find
them
very helpful. Allow a day or so for them to get back to you though,
depending on your time zone.

support atsymbol devexpress period com

Lauchlan M

I did so yesterday, hopefully I have a fix early next week, however I have

to find another component just incase...

Lasse
Back to top
Lauchlan M
Guest





PostPosted: Sat Apr 29, 2006 2:03 pm    Post subject: Re: Tabcontrol Reply with quote

Quote:
Well I don't expect it taking 110sec and cpu at 100% for 200 tabs, it
seems
to be a bug
1-2sec is what I would expect.
I am trying the vcl tabcontrol but I dont know how to get the selected
tabs
values.

Have you talked to (emailed) Developer Express support? I tend to find them
very helpful. Allow a day or so for them to get back to you though,
depending on your time zone.

support atsymbol devexpress period com

Lauchlan M
Back to top
Lasse
Guest





PostPosted: Sat Apr 29, 2006 2:03 pm    Post subject: Re: Tabcontrol Reply with quote

Well I don't expect it taking 110sec and cpu at 100% for 200 tabs, it seems
to be a bug
1-2sec is what I would expect.
I am trying the vcl tabcontrol but I dont know how to get the selected tabs
values.

Lasse

"Lauchlan M" <LMackinnonAT_NoSpam_ozemailDOTcomDOTau> skrev i meddelandet
news:44531259 (AT) newsgroups (DOT) borland.com...
Quote:
deleveperexpress but is very slow when there are 100+ tabs in multiline
mode.

What do you expect? <g

Lauchlan M

Back to top
Ray Konopka
Guest





PostPosted: Sun Apr 30, 2006 11:03 pm    Post subject: Re: Tabcontrol Reply with quote

Hi Lasse,

Quote:
Raize does not support multiselect.

You are correct. It does not. Then again, a tab control does not really
lend itself to multi-selection. The UI metaphor of a tab-control does imply
mutually exclusive selection.

Perhaps using a different mechanism for presenting the information (and
selection) of that information would be a better way to go.

Ray
Back to top
JED
Guest





PostPosted: Sun Apr 30, 2006 11:03 pm    Post subject: Re: Tabcontrol Reply with quote

Lasse wrote:

Quote:
Raize does not support multiselect.
I am using the tabcontrol to show shippingnumbers (which can be
several hundreds per orders) for orders, the user can multiselect
tabs to change common information in several tabs at once. Currently
I am using deleveperexpress but is very slow when there are 100+ tabs
in multiline mode.

I suggest you have a UI issue. Not a component issue.

Also do you mean multiselect of multiline, you seem to be interchanging
the terms.

--
Compact Framework for Delphi 2006: http://www.jed-software.com/cf.htm
QualityCentral Windows Client: http://www.jed-software.com/qc.htm

Visual Forms IDE Add In: http://www.jed-software.com/vf.htm
Back to top
Adam Roslon
Guest





PostPosted: Mon May 01, 2006 12:03 am    Post subject: Re: Tabcontrol Reply with quote

In article <44553972$1 (AT) newsgroups (DOT) borland.com>, rkonopka (AT) raize (DOT) com
says...
Quote:
Hi Lasse,

Raize does not support multiselect.

You are correct. It does not. Then again, a tab control does not really
lend itself to multi-selection. The UI metaphor of a tab-control does imply
mutually exclusive selection.

Perhaps using a different mechanism for presenting the information (and
selection) of that information would be a better way to go.

Ray




It would be easy enough to dynamically create a toolbar to do this
Back to top
Lauchlan M
Guest





PostPosted: Tue May 02, 2006 4:04 am    Post subject: Re: Tabcontrol Reply with quote

Quote:
Also do you mean multiselect of multiline, you seem to be interchanging
the terms.

I think you meant 'multiselect OR multiline' and I think he meant
multiselect OF multiline, which is what it seems like you think he might
mean . . . <g>

Lauchlan M
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.