View Issue Details

IDProjectCategoryView StatusLast Update
0004421JEDI VCL00 JVCL Componentspublic2012-02-29 16:55
ReporterZENsanAssigned Tojfudickar 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.45 
Summary0004421: JvDBGrid and TitlePopup
DescriptionHello...

I tried to use titlepopup proerty.. But it seems to do not work at all. I tried to change settings, but it do not works with simple application..
TagsNo tags attached.

Relationships

related to 0005285 resolvedAHUser TJvDBGrid - Columns can't be moved 

Activities

2008-08-11 23:20

 

Projects.rar (40,965 bytes)

ZENsan

2008-08-12 04:06

reporter   ~0014503

if (Button = mbRight) and
        (dgTitles in Options) and (dgIndicator in Options) and
        {(Cell.X = 0) and} (Cell.Y = 0) then
      begin
        if (FTitleArrow and Assigned(FOnTitleArrowMenuEvent)) then
          FOnTitleArrowMenuEvent(Self);

        // Display TitlePopup if it exists
        if Assigned(FTitlePopup) then
        begin
          GetCursorPos(CursorPos);
          FTitlePopup.PopupComponent := Self;
          FTitlePopup.Popup(CursorPos.X, CursorPos.Y);
        end;
        Exit;
      end;

I commented the source part Cell.X = 0. Why Cell.X must be zero to popup title menu?
If I use this source all works fine.

jfudickar

2008-10-05 15:16

developer   ~0014755

Changed in SVN (Revision 11940)

AHUser

2010-11-28 17:50

developer   ~0018221

Fixed in a way that doesn't break 0005285.

Issue History

Date Modified Username Field Change
2008-08-11 23:20 ZENsan New Issue
2008-08-11 23:20 ZENsan File Added: Projects.rar
2008-08-12 04:06 ZENsan Note Added: 0014503
2008-09-29 06:44 obones Status new => acknowledged
2008-10-05 15:16 jfudickar Status acknowledged => resolved
2008-10-05 15:16 jfudickar Resolution open => fixed
2008-10-05 15:16 jfudickar Assigned To => jfudickar
2008-10-05 15:16 jfudickar Note Added: 0014755
2010-10-08 16:02 obones Relationship added related to 0005285
2010-11-28 17:43 AHUser Status resolved => feedback
2010-11-28 17:43 AHUser Resolution fixed => reopened
2010-11-28 17:50 AHUser Note Added: 0018221
2010-11-28 17:50 AHUser Status feedback => resolved
2010-11-28 17:50 AHUser Fixed in Version => Daily / SVN
2010-11-28 17:50 AHUser Resolution reopened => fixed
2012-02-29 16:55 obones Fixed in Version Daily / SVN => 3.45