View Issue Details

IDProjectCategoryView StatusLast Update
0004595JEDI VCL00 JVCL Componentspublic2008-12-22 05:53
ReporterBrianAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionnot fixable 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004595: TJvPageControl displays a black frame on the tabs area on glassform
DescriptionSet the form as doublebuffered, glassform enabled, sheet of glass. Drop a jvpagecontrol and add some tabs, run. The area not covered by the tabs is all black.
Additional Informationobject Form7: TForm7
  Left = 0
  Top = 0
  Caption = 'Form7'
  ClientHeight = 644
  ClientWidth = 954
  Color = clBtnFace
  DoubleBuffered = True
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  GlassFrame.Enabled = True
  GlassFrame.SheetOfGlass = True
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object JvPageControl1: TJvPageControl
    Left = 232
    Top = 192
    Width = 289
    Height = 193
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
    end
    object TabSheet3: TTabSheet
      Caption = 'TabSheet3'
      ImageIndex = 2
    end
  end
end
TagsNo tags attached.

Activities

2008-11-20 22:49

 

jvpagecontrol.zip (4,436 bytes)

Brian

2008-11-20 22:50

reporter   ~0015044

added project

obones

2008-11-21 00:02

administrator   ~0015047

thanks

AHUser

2008-11-24 13:22

developer   ~0015062

TJvPageControl inherits this bug from TPageControl.

obones

2008-12-22 05:53

administrator   ~0015157

Then we can't do much about it.

Issue History

Date Modified Username Field Change
2008-11-18 23:26 Brian New Issue
2008-11-20 22:49 Brian File Added: jvpagecontrol.zip
2008-11-20 22:50 Brian Note Added: 0015044
2008-11-21 00:02 obones Note Added: 0015047
2008-11-21 00:02 obones Status new => acknowledged
2008-11-24 13:22 AHUser Note Added: 0015062
2008-12-22 05:53 obones Note Added: 0015157
2008-12-22 05:53 obones Status acknowledged => resolved
2008-12-22 05:53 obones Resolution open => not fixable
2008-12-22 05:53 obones Assigned To => obones