 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Chris Guest
|
Posted: Sun Sep 24, 2006 1:54 pm Post subject: User customisable grid |
|
|
Hi
I'm looking for a grid that can do the following/has the following features:
Works like the Delphi Object Inspector, i.e. first column states what the
row is for, the second edits the value
Has simple to use runtime config abilities where the user can add/remove
rows, specifying the data type etc
Has inbuilt data validation (i.e. makes sure an integer is an integer)
Has inbuilt data editors (so a date is edited using a calendar etc)
Can save its schema to a stream (or XML etc)
Can build its rows based on the saved schema
Can save the actual data to a stream (or XML etc)
Can load the data back into the grid (which may have a different schema
because the user added/deleted a row) from the saved stream
What I'm trying to do is; in my app each customer has an account screen that
shows various information, one of my customers has asked for the ability to
store additional information that will be useful to them only so I am
looking at adding 'User Fields' (for want of a better name). What I would
like to do is save the schema to a table in my DB so that once set it can be
used for all account forms, but the actual data from the grid can be saved
to one field in my account table (hence the requirement to save to stream or
XML etc).
Hope this makes sense and that someone can recommend a commercial product as
I want to add this as an 'eleventh hour' feature and I really don't have a
lot of time to create something myself with all the required testing etc.
Best regards
Chris F |
|
| Back to top |
|
 |
Marko Binic Guest
|
Posted: Sun Sep 24, 2006 4:57 pm Post subject: Re: User customisable grid |
|
|
Take a look at www.bergsoft.net , the NextInspector component should be
exactly what you need.
Marko |
|
| Back to top |
|
 |
Dennis Passmore Guest
|
Posted: Sun Sep 24, 2006 5:15 pm Post subject: Re: User customisable grid |
|
|
Are you talking about a Win32 app or a .NET app?
If it is a Win32 app then it really is not that hard to do
what you want in a normal DBGRID by adding a runtime Columns
editor and then saving and restoring the GRID configuration
from the server by the end user login information. |
|
| Back to top |
|
 |
Anthoni Gardner Guest
|
Posted: Sun Sep 24, 2006 10:50 pm Post subject: Re: User customisable grid |
|
|
Hi Chris,
TMS Software offer a suberb grid that is so flexible and really powerful.
They also offer a set of "inspector components" that are very similar to
Delphi's object inspector. Again, they are very customizable and flexible.
Both components come with built in editors, validation etc.
Here is the grids url
http://www.tmssoftware.com/gridpack.htm
Here is the "inspector components" url
http://www.tmssoftware.com/inspbars.htm
I can HIGHLY recommend their component packs. Loads of components and a very
decent price, I might add. Here is the url for that as well, you can also
flick through the pack to see what it offers,
http://www.tmssoftware.com/tmspackt1.htm
The component pack includes both the grid and the inspector bar component
and many many many others.
Hope this helps.
Regards
Anthoni |
|
| Back to top |
|
 |
Nathanial Woolls Guest
|
Posted: Mon Sep 25, 2006 12:20 am Post subject: Re: User customisable grid |
|
|
Chris wrote:
| Quote: | I'm looking for a grid that can do the following/has the following features:
|
DevExpress offers both a grid, and (what I think you are looking for) a
vertical grid. Like all of DevExpress's products, these suites are
powerful, attractive, and arguably the best of breed for what they do.
Plus, these controls are available for both VCL and .NET. Take a look at:
http://devexpress.com/Products/VCL/ExVerticalGrid/ |
|
| Back to top |
|
 |
Michael Baytalsky Guest
|
Posted: Tue Sep 26, 2006 1:25 am Post subject: Re: User customisable grid |
|
|
Marko,
Thanks, I appreciate your response and will check out
the components you suggested. Sorry, I for some reason,
thought you were the owner of http://mxs.bergsoft.net.
Sincerely,
Michael
Marko Binic wrote:
| Quote: | I like your web site and your components a lot.
[...]
That's not my website - that's my friend's site My components are free,
you can find them here: http://mxs.bergsoft.net
1. I didn't find a toolbar components, except for those
using tb2000. Unfortunately, tb2000 demo is very buggy and
my attempts in the past to use tb2000 failed - somehow they
don't feel 100% solid.
TB2k is a stable and mature toolbar pack. If you ask me - it's the best
Delphi toolbar pack there is (when used with TBX) and a "work of art" //an
understaitment <g
2. Luck of docking solution. Basically, toolbar and docks
are the main points of interest at this moment at least
from functionality perspective.
You mean lack, right? Take a look at the JvTBX Lib demo at my site, JVCL
docking components have been themed (by Kiriakos) and can be used with TBX.
You can find JVCL (another great and free Delphi pack) daily packs at
http://jvcl.sf.net/daily (you'll need JCL: http://jcl.sf.net/daily , Make
sure you get compatible packages = with the same dates) and if you want
stable go to http://jvcl.sf.net (and http://jcl.sf.net ).
3. I've found a few bugs in your demos. E.g. in nextgrid_demo.zip
in SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
You should report the bugs you noticed to Boki - thos are his components...
Therefore my question to you - as you're obviously an expert
in interface design - which components would you recommend to
someone, who would want to mimic VS 2005 look & feel completely.
I need: menu & toolbar, sidebar, dockers, tabset, component palette,
property editor, grid with tree column and a set of editors.
I need them all to be solid, look consistently, be able to
support themes and switch between XP, Office11, VS 2005, Delphi 2006
and other looks. Also, they should work and look decent under
Win2000 and preferably have smaller footprint and not be
too overloaded with unnecessary features (a feeling I always
get from DevEx is that it takes me longer to customize their
grid, then to paint it manually in DrawGrid ).
Not being the expert you were targeting I'll risk it and give you an answer,
you can use:
1) TB2k v2.2.0 (by Jordan Russell, www.jrsoftware.org )
2) TBX v2.1b (by Alex Denisov, www.g32.org ) + TB2k & TBX Patch (by Vladimir
Bochkarev, mirror here: http://mxs.bergsoft.net/files/TBXPatch220.zip )
3) TBX Themes (by Roy Magne Klever, http://www.rmklever.com/delphitbx )
4) SpTBX Lib (by Robert Lee, http://club.telepolis.com/silverpointdev ) if
you need Unicode support and some additional items. Robert has made a
MultiInstaller program which could help you install and patch the components
5) If you want the docking components you'll need the JVCL and my JvTBX Lib,
also, for more TBX components you can use my mbTBX Lib
* If you need an Office 2007 style ribbon component look on the MBRibbon
forum on my site.
I hope that was helpful
Marko
|
|
|
| Back to top |
|
 |
Michael Baytalsky Guest
|
Posted: Tue Sep 26, 2006 2:38 am Post subject: Re: User customisable grid |
|
|
Hi Boki,
Since you've joined our conversation , could you, please comment on
my questions above. Marko has suggested several libraries to use
for the purpose of getting a complete set of contemporary
looking UI components. My problem with this approach is that -
that's exactly what I'm trying to avoid by all means (including
paying for expensive DevEx library). I need *one* comprehensive
set of components (supported by a nice developer ) which would
be compact, easy to install and update, solid, relatively small
footprint, easy to understand code, the components should be
designed to work together and be 100% compatible with each other
with same naming conventions, same property names for similar
properties, sharing theming and things like that. I see, that
you library has great potential in this respect (I didn't see the
source code, though, but the demos look very nice).
Are you planning to extend it in [near] future?
I'll appreciate your response.
Sincerely,
Michael
| Quote: | "Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45183b63 (AT) newsgroups (DOT) borland.com...
Marko,
Thanks, I appreciate your response and will check out
the components you suggested. Sorry, I for some reason,
thought you were the owner of http://mxs.bergsoft.net.
Sincerely,
Michael
Marko Binic wrote:
I like your web site and your components a lot.
[...]
That's not my website - that's my friend's site My components are
free, you can find them here: http://mxs.bergsoft.net
1. I didn't find a toolbar components, except for those
using tb2000. Unfortunately, tb2000 demo is very buggy and
my attempts in the past to use tb2000 failed - somehow they
don't feel 100% solid.
TB2k is a stable and mature toolbar pack. If you ask me - it's the best
Delphi toolbar pack there is (when used with TBX) and a "work of art"
//an understaitment <g
2. Luck of docking solution. Basically, toolbar and docks
are the main points of interest at this moment at least
from functionality perspective.
You mean lack, right? Take a look at the JvTBX Lib demo at my site, JVCL
docking components have been themed (by Kiriakos) and can be used with
TBX. You can find JVCL (another great and free Delphi pack) daily packs
at http://jvcl.sf.net/daily (you'll need JCL: http://jcl.sf.net/daily ,
Make sure you get compatible packages = with the same dates) and if you
want stable go to http://jvcl.sf.net (and http://jcl.sf.net ).
3. I've found a few bugs in your demos. E.g. in nextgrid_demo.zip
in SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
You should report the bugs you noticed to Boki - thos are his
components...
Therefore my question to you - as you're obviously an expert
in interface design - which components would you recommend to
someone, who would want to mimic VS 2005 look & feel completely.
I need: menu & toolbar, sidebar, dockers, tabset, component palette,
property editor, grid with tree column and a set of editors.
I need them all to be solid, look consistently, be able to
support themes and switch between XP, Office11, VS 2005, Delphi 2006
and other looks. Also, they should work and look decent under
Win2000 and preferably have smaller footprint and not be
too overloaded with unnecessary features (a feeling I always
get from DevEx is that it takes me longer to customize their
grid, then to paint it manually in DrawGrid ).
Not being the expert you were targeting I'll risk it and give you an
answer, you can use:
1) TB2k v2.2.0 (by Jordan Russell, www.jrsoftware.org )
2) TBX v2.1b (by Alex Denisov, www.g32.org ) + TB2k & TBX Patch (by
Vladimir Bochkarev, mirror here:
http://mxs.bergsoft.net/files/TBXPatch220.zip )
3) TBX Themes (by Roy Magne Klever, http://www.rmklever.com/delphitbx )
4) SpTBX Lib (by Robert Lee, http://club.telepolis.com/silverpointdev )
if you need Unicode support and some additional items. Robert has made a
MultiInstaller program which could help you install and patch the
components
5) If you want the docking components you'll need the JVCL and my JvTBX
Lib, also, for more TBX components you can use my mbTBX Lib
* If you need an Office 2007 style ribbon component look on the MBRibbon
forum on my site.
I hope that was helpful
Marko
|
|
|
| Back to top |
|
 |
boyan Guest
|
Posted: Tue Sep 26, 2006 3:19 am Post subject: Re: User customisable grid |
|
|
Hello Michael,
I think that my library may fit your requirements.
You may follow news on our home page, or go to our support forum:
www.bergsoft.net/forum/
We are extending components every month (sometime twice per month). It is
not such powerfull as DevExpress, but I have targeting at first place on
speed, small footprint and easy to use. But, there is already some nice
features in grid such as TreeColumn, FixedCols and more. Before some time, I
was working alone but now there is a 2 more people with me.
Best regards
Boki (Berg)
www.bergsoft.net
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45184c8e (AT) newsgroups (DOT) borland.com...
| Quote: | Hi Boki,
Marko is a owner of http://mxs.bergsoft.net/ and all content there.
I see, that's nice.
Since you've joined our conversation , could you, please comment on
my questions above. Marko has suggested several libraries to use
for the purpose of getting a complete set of contemporary
looking UI components. My problem with this approach is that -
that's exactly what I'm trying to avoid by all means (including
paying for expensive DevEx library). I need *one* comprehensive
set of components (supported by a nice developer ) which would
be compact, easy to install and update, solid, relatively small
footprint, easy to understand code, the components should be
designed to work together and be 100% compatible with each other
with same naming conventions, same property names for similar
properties, sharing theming and things like that. I see, that
you library has great potential in this respect (I didn't see the
source code, though, but the demos look very nice).
Are you planning to extend it in [near] future?
I'll appreciate your response.
Sincerely,
Michael
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45183b63 (AT) newsgroups (DOT) borland.com...
Marko,
Thanks, I appreciate your response and will check out
the components you suggested. Sorry, I for some reason,
thought you were the owner of http://mxs.bergsoft.net.
Sincerely,
Michael
Marko Binic wrote:
I like your web site and your components a lot.
[...]
That's not my website - that's my friend's site My components are
free, you can find them here: http://mxs.bergsoft.net
1. I didn't find a toolbar components, except for those
using tb2000. Unfortunately, tb2000 demo is very buggy and
my attempts in the past to use tb2000 failed - somehow they
don't feel 100% solid.
TB2k is a stable and mature toolbar pack. If you ask me - it's the best
Delphi toolbar pack there is (when used with TBX) and a "work of art"
//an understaitment <g
2. Luck of docking solution. Basically, toolbar and docks
are the main points of interest at this moment at least
from functionality perspective.
You mean lack, right? Take a look at the JvTBX Lib demo at my site,
JVCL docking components have been themed (by Kiriakos) and can be used
with TBX. You can find JVCL (another great and free Delphi pack) daily
packs at http://jvcl.sf.net/daily (you'll need JCL:
http://jcl.sf.net/daily , Make sure you get compatible packages = with
the same dates) and if you want stable go to http://jvcl.sf.net (and
http://jcl.sf.net ).
3. I've found a few bugs in your demos. E.g. in nextgrid_demo.zip
in SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
You should report the bugs you noticed to Boki - thos are his
components...
Therefore my question to you - as you're obviously an expert
in interface design - which components would you recommend to
someone, who would want to mimic VS 2005 look & feel completely.
I need: menu & toolbar, sidebar, dockers, tabset, component palette,
property editor, grid with tree column and a set of editors.
I need them all to be solid, look consistently, be able to
support themes and switch between XP, Office11, VS 2005, Delphi 2006
and other looks. Also, they should work and look decent under
Win2000 and preferably have smaller footprint and not be
too overloaded with unnecessary features (a feeling I always
get from DevEx is that it takes me longer to customize their
grid, then to paint it manually in DrawGrid ).
Not being the expert you were targeting I'll risk it and give you an
answer, you can use:
1) TB2k v2.2.0 (by Jordan Russell, www.jrsoftware.org )
2) TBX v2.1b (by Alex Denisov, www.g32.org ) + TB2k & TBX Patch (by
Vladimir Bochkarev, mirror here:
http://mxs.bergsoft.net/files/TBXPatch220.zip )
3) TBX Themes (by Roy Magne Klever, http://www.rmklever.com/delphitbx )
4) SpTBX Lib (by Robert Lee, http://club.telepolis.com/silverpointdev )
if you need Unicode support and some additional items. Robert has made
a MultiInstaller program which could help you install and patch the
components
5) If you want the docking components you'll need the JVCL and my JvTBX
Lib, also, for more TBX components you can use my mbTBX Lib
* If you need an Office 2007 style ribbon component look on the
MBRibbon forum on my site.
I hope that was helpful
Marko
|
|
|
| Back to top |
|
 |
Michael Baytalsky Guest
|
Posted: Tue Sep 26, 2006 3:52 am Post subject: Re: User customisable grid |
|
|
Boyan,
Thanks for information. My first priority is docking
panels and tool/status bars right now. You tabset,
grid and other controls are perfect for me. I will
keep watching your website.
BTW, I mentioned above, there are a few bugs in your
grid demo (nextgrid_demo.zip).
1. In SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
2. When you press on Method | Insert Column(3) it gives you
List out of bounds which happens on paint, so it doesn't
repaint grid. You should consider trapping *all* exceptions
that occur inside of Paint. Nothing good can come out of
those exceptions - you can log them if you like for debug
purposes.
Although, these are minor, but bugs done look good in demo ).
Regards,
Michael
boyan wrote:
| Quote: | Hello Michael,
I think that my library may fit your requirements.
You may follow news on our home page, or go to our support forum:
www.bergsoft.net/forum/
We are extending components every month (sometime twice per month). It is
not such powerfull as DevExpress, but I have targeting at first place on
speed, small footprint and easy to use. But, there is already some nice
features in grid such as TreeColumn, FixedCols and more. Before some time, I
was working alone but now there is a 2 more people with me.
Best regards
Boki (Berg)
www.bergsoft.net
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45184c8e (AT) newsgroups (DOT) borland.com...
Hi Boki,
Marko is a owner of http://mxs.bergsoft.net/ and all content there.
I see, that's nice.
Since you've joined our conversation , could you, please comment on
my questions above. Marko has suggested several libraries to use
for the purpose of getting a complete set of contemporary
looking UI components. My problem with this approach is that -
that's exactly what I'm trying to avoid by all means (including
paying for expensive DevEx library). I need *one* comprehensive
set of components (supported by a nice developer ) which would
be compact, easy to install and update, solid, relatively small
footprint, easy to understand code, the components should be
designed to work together and be 100% compatible with each other
with same naming conventions, same property names for similar
properties, sharing theming and things like that. I see, that
you library has great potential in this respect (I didn't see the
source code, though, but the demos look very nice).
Are you planning to extend it in [near] future?
I'll appreciate your response.
Sincerely,
Michael
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45183b63 (AT) newsgroups (DOT) borland.com...
Marko,
Thanks, I appreciate your response and will check out
the components you suggested. Sorry, I for some reason,
thought you were the owner of http://mxs.bergsoft.net.
Sincerely,
Michael
Marko Binic wrote:
I like your web site and your components a lot.
[...]
That's not my website - that's my friend's site My components are
free, you can find them here: http://mxs.bergsoft.net
1. I didn't find a toolbar components, except for those
using tb2000. Unfortunately, tb2000 demo is very buggy and
my attempts in the past to use tb2000 failed - somehow they
don't feel 100% solid.
TB2k is a stable and mature toolbar pack. If you ask me - it's the best
Delphi toolbar pack there is (when used with TBX) and a "work of art"
//an understaitment <g
2. Luck of docking solution. Basically, toolbar and docks
are the main points of interest at this moment at least
from functionality perspective.
You mean lack, right? Take a look at the JvTBX Lib demo at my site,
JVCL docking components have been themed (by Kiriakos) and can be used
with TBX. You can find JVCL (another great and free Delphi pack) daily
packs at http://jvcl.sf.net/daily (you'll need JCL:
http://jcl.sf.net/daily , Make sure you get compatible packages = with
the same dates) and if you want stable go to http://jvcl.sf.net (and
http://jcl.sf.net ).
3. I've found a few bugs in your demos. E.g. in nextgrid_demo.zip
in SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
You should report the bugs you noticed to Boki - thos are his
components...
Therefore my question to you - as you're obviously an expert
in interface design - which components would you recommend to
someone, who would want to mimic VS 2005 look & feel completely.
I need: menu & toolbar, sidebar, dockers, tabset, component palette,
property editor, grid with tree column and a set of editors.
I need them all to be solid, look consistently, be able to
support themes and switch between XP, Office11, VS 2005, Delphi 2006
and other looks. Also, they should work and look decent under
Win2000 and preferably have smaller footprint and not be
too overloaded with unnecessary features (a feeling I always
get from DevEx is that it takes me longer to customize their
grid, then to paint it manually in DrawGrid ).
Not being the expert you were targeting I'll risk it and give you an
answer, you can use:
1) TB2k v2.2.0 (by Jordan Russell, www.jrsoftware.org )
2) TBX v2.1b (by Alex Denisov, www.g32.org ) + TB2k & TBX Patch (by
Vladimir Bochkarev, mirror here:
http://mxs.bergsoft.net/files/TBXPatch220.zip )
3) TBX Themes (by Roy Magne Klever, http://www.rmklever.com/delphitbx )
4) SpTBX Lib (by Robert Lee, http://club.telepolis.com/silverpointdev )
if you need Unicode support and some additional items. Robert has made
a MultiInstaller program which could help you install and patch the
components
5) If you want the docking components you'll need the JVCL and my JvTBX
Lib, also, for more TBX components you can use my mbTBX Lib
* If you need an Office 2007 style ribbon component look on the
MBRibbon forum on my site.
I hope that was helpful
Marko
|
|
|
| Back to top |
|
 |
boyan Guest
|
Posted: Tue Sep 26, 2006 3:59 am Post subject: Re: User customisable grid |
|
|
Hello Michael,
I will update demos now, thank you for notifying me.
regards
Boki (Berg)
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45185dcc$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Boyan,
Thanks for information. My first priority is docking
panels and tool/status bars right now. You tabset,
grid and other controls are perfect for me. I will
keep watching your website.
BTW, I mentioned above, there are a few bugs in your
grid demo (nextgrid_demo.zip).
1. In SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
2. When you press on Method | Insert Column(3) it gives you
List out of bounds which happens on paint, so it doesn't
repaint grid. You should consider trapping *all* exceptions
that occur inside of Paint. Nothing good can come out of
those exceptions - you can log them if you like for debug
purposes.
Although, these are minor, but bugs done look good in demo ).
Regards,
Michael
boyan wrote:
Hello Michael,
I think that my library may fit your requirements.
You may follow news on our home page, or go to our support forum:
www.bergsoft.net/forum/
We are extending components every month (sometime twice per month). It is
not such powerfull as DevExpress, but I have targeting at first place on
speed, small footprint and easy to use. But, there is already some nice
features in grid such as TreeColumn, FixedCols and more. Before some
time, I was working alone but now there is a 2 more people with me.
Best regards
Boki (Berg)
www.bergsoft.net
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45184c8e (AT) newsgroups (DOT) borland.com...
Hi Boki,
Marko is a owner of http://mxs.bergsoft.net/ and all content there.
I see, that's nice.
Since you've joined our conversation , could you, please comment on
my questions above. Marko has suggested several libraries to use
for the purpose of getting a complete set of contemporary
looking UI components. My problem with this approach is that -
that's exactly what I'm trying to avoid by all means (including
paying for expensive DevEx library). I need *one* comprehensive
set of components (supported by a nice developer ) which would
be compact, easy to install and update, solid, relatively small
footprint, easy to understand code, the components should be
designed to work together and be 100% compatible with each other
with same naming conventions, same property names for similar
properties, sharing theming and things like that. I see, that
you library has great potential in this respect (I didn't see the
source code, though, but the demos look very nice).
Are you planning to extend it in [near] future?
I'll appreciate your response.
Sincerely,
Michael
"Michael Baytalsky" <mike (AT) contextsoft (DOT) com> wrote in message
news:45183b63 (AT) newsgroups (DOT) borland.com...
Marko,
Thanks, I appreciate your response and will check out
the components you suggested. Sorry, I for some reason,
thought you were the owner of http://mxs.bergsoft.net.
Sincerely,
Michael
Marko Binic wrote:
I like your web site and your components a lot.
[...]
That's not my website - that's my friend's site My components are
free, you can find them here: http://mxs.bergsoft.net
1. I didn't find a toolbar components, except for those
using tb2000. Unfortunately, tb2000 demo is very buggy and
my attempts in the past to use tb2000 failed - somehow they
don't feel 100% solid.
TB2k is a stable and mature toolbar pack. If you ask me - it's the
best Delphi toolbar pack there is (when used with TBX) and a "work of
art" //an understaitment <g
2. Luck of docking solution. Basically, toolbar and docks
are the main points of interest at this moment at least
from functionality perspective.
You mean lack, right? Take a look at the JvTBX Lib demo at my site,
JVCL docking components have been themed (by Kiriakos) and can be
used with TBX. You can find JVCL (another great and free Delphi pack)
daily packs at http://jvcl.sf.net/daily (you'll need JCL:
http://jcl.sf.net/daily , Make sure you get compatible packages =
with the same dates) and if you want stable go to http://jvcl.sf.net
(and http://jcl.sf.net ).
3. I've found a few bugs in your demos. E.g. in nextgrid_demo.zip
in SlideView scrolling (with mouse scroller or keyboard)
does not repaint screen correctly.
You should report the bugs you noticed to Boki - thos are his
components...
Therefore my question to you - as you're obviously an expert
in interface design - which components would you recommend to
someone, who would want to mimic VS 2005 look & feel completely.
I need: menu & toolbar, sidebar, dockers, tabset, component palette,
property editor, grid with tree column and a set of editors.
I need them all to be solid, look consistently, be able to
support themes and switch between XP, Office11, VS 2005, Delphi 2006
and other looks. Also, they should work and look decent under
Win2000 and preferably have smaller footprint and not be
too overloaded with unnecessary features (a feeling I always
get from DevEx is that it takes me longer to customize their
grid, then to paint it manually in DrawGrid ).
Not being the expert you were targeting I'll risk it and give you an
answer, you can use:
1) TB2k v2.2.0 (by Jordan Russell, www.jrsoftware.org )
2) TBX v2.1b (by Alex Denisov, www.g32.org ) + TB2k & TBX Patch (by
Vladimir Bochkarev, mirror here:
http://mxs.bergsoft.net/files/TBXPatch220.zip )
3) TBX Themes (by Roy Magne Klever,
http://www.rmklever.com/delphitbx )
4) SpTBX Lib (by Robert Lee,
http://club.telepolis.com/silverpointdev ) if you need Unicode
support and some additional items. Robert has made a MultiInstaller
program which could help you install and patch the components
5) If you want the docking components you'll need the JVCL and my
JvTBX Lib, also, for more TBX components you can use my mbTBX Lib
* If you need an Office 2007 style ribbon component look on the
MBRibbon forum on my site.
I hope that was helpful
Marko
|
|
|
| Back to top |
|
 |
Chris Guest
|
Posted: Wed Sep 27, 2006 9:00 pm Post subject: Re: User customisable grid |
|
|
Hi
Thanks for all the suggestions.
For anyone that's interested I eventually bought the DevExpress VerticalGrid
and created my own storage for schema and data, and created a small form to
define new rows. Using the vertical grid it only took a few hours and it
all seems to work great.
I actually tried to use the TMS InspBars (I bought the VCL component package
some time ago) but because I couldn't find any documentation and it didn't
immediately make sence, I gave up on that. This is a real shame as I'm
quite sure that I could have done the same thing with the TMS grid, but I
just didn't have the time to try and work it out.
I failed to mention that I use BCB6 so although the bergsoft.net components
look very good, there is no support for BCB so I couldn't go that route.
Anyway, thanks for the recomendations.
Regards
Chris F |
|
| Back to top |
|
 |
|
|
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
|
|