View Issue Details

IDProjectCategoryView StatusLast Update
0002279JEDI VCL00 JVCL Componentspublic2004-12-20 06:19
ReporterhardnutAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002279: ClipboardCommands of TJvExCustomMaskEdit
Descriptionproperty ClipBroadCammands has a Defaulf set to all of commands ,but in the Creator ,there is NOT code to set the the ClipboardCommands's initial value to this default value.

then you will get a initial vaue of NONE,if you set the Value to [caCopy..caUndo] in the inspector ,you will get NONE alse--because the Value will not saved in the form file(dfm)
Additional Information    property ClipboardCommands: TJvClipboardCommands read FClipboardCommands
      write SetClipboardCommands default [caCopy..caUndo];


constructor TJvExCustomMaskEdit.Create(AOwner: TComponent);
begin
  {$IFDEF VisualCLX}
  WindowProc := WndProc;
  {$ENDIF VisualCLX}
  inherited Create(AOwner);
  {$IFDEF VisualCLX}
  FCanvas := TControlCanvas.Create;
  TControlCanvas(FCanvas).Control := Self;
  InternalFontChanged := Font.OnChange;
  Font.OnChange := OnFontChanged;
  {$ENDIF VisualCLX}
  FHintColor := Application.HintColor;
end;
TagsNo tags attached.

Activities

user72

2004-11-01 06:14

  ~0005540

AFAICS, this has already been fixed in CVS (v 1.47)

obones

2004-11-30 04:30

administrator   ~0005771

Please try with the latest zip files and tell us if the problem is fixed. These files are available here:

http://jvcl.sf.net/daily/
http://jcl.sf.net/daily/

If we don't hear from you in the next 7 days, we will consider this issue fixed.

obones

2004-12-20 06:19

administrator   ~0005951

This issue is now considered fixed.
Should it not be the case, please open a new one.

Issue History

Date Modified Username Field Change
2004-11-01 02:26 hardnut New Issue
2004-11-01 06:14 user72 Note Added: 0005540
2004-11-01 06:14 user72 Status new => feedback
2004-11-30 04:30 obones Note Added: 0005771
2004-12-20 06:19 obones Status feedback => resolved
2004-12-20 06:19 obones Resolution open => fixed
2004-12-20 06:19 obones Assigned To => obones
2004-12-20 06:19 obones Note Added: 0005951
2004-12-20 06:19 obones Assigned To obones =>