View previous topic :: View next topic |
Author |
Message |
aecspades
Joined: 04 Dec 2006 Posts: 14
|
Posted: Tue Jan 22, 2008 7:54 pm Post subject: TzFormDesigner does not correctly draw TcxGrid |
|
|
I used RegisterComponents on a TcxGrid ("Express Quantum Grid" from DevExpress www.devexpress.com) and RegisterNoIcon on TcxGridLevel, TcxGridDBTableView (the "level" and "view" of that grid). The icon correctly appears on the TPaletteTag, but when I drag it onto the design surface, it just draws an empty square where the grid should be. All of the properties of the grid do appear in the object inspector correctly. The design icon (in Delphi) is fairly complex with buttons that can be clicked for level, view and customization options so there might be something additional that needs to be done for these kinds of controls?
Unfortunately, DevExpress (www.devexpress.com) does not offer a trial version, but I could send you either source for the object or a compiled version of our application (and source) if you need to reproduce the problem. |
|
Back to top |
|
|
econtrol Site Admin
Joined: 09 Jun 2006 Posts: 202
|
Posted: Thu Jan 24, 2008 10:49 am Post subject: |
|
|
Please, send me details of the problem (Delphi version, screen shots, ...).
Michael. |
|
Back to top |
|
|
aecspades
Joined: 04 Dec 2006 Posts: 14
|
Posted: Thu Jan 24, 2008 3:32 pm Post subject: |
|
|
I was going to modify the MDI_no_bpl example to show what I did, but I noticed code built around the {$DEFINE DE_GRIDS} that had been commented out. I just copied that code to my project and everything works fine, thanks for your help... |
|
Back to top |
|
|
|