View Issue Details

IDProjectCategoryView StatusLast Update
0001313JEDI VCL00 JVCL Componentspublic2004-03-09 02:47
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionnot fixable 
Product Version 
Target VersionFixed in Version 
Summary0001313: Initialize Property's with TJvFormPlacement
DescriptionIf a setting is restored with TJvFormPlacement
the default procedure e.g. OnClick is only called
when the default-setting is different from the
loaded setting.
If I want to initialize all values I have to
to call the procedures manual e.g.
CheckBox1.OnClick(Sender);

Maybe it is possible to make this behaviour more flexible
with a new property.
InitSettings
-Always
-Never
-ChangedValue (default)

With the default setting the behavior is still the same
as in previous versions.

Greetings
Ingo


TagsNo tags attached.

Activities

user72

2004-01-29 10:09

  ~0002867

I don't even know if that's possible (what is the "default" procedure for a control and what params should it have?).

I'd use OnRestorePlacement to refresh the visual controls instead.

Ingo

2004-01-31 16:42

reporter   ~0002902

I think you are right - it isn't possible.
So please forget this feature request.

>>I'd use OnRestorePlacement to refresh the visual controls instead
That's what I do also.
I just thought tere is a better way....

Greetings
Ingo

user72

2004-02-01 00:14

  ~0002906

Too bad, but that's life...

Issue History

Date Modified Username Field Change
2004-01-29 04:53 anonymous New Issue
2004-01-29 10:09 user72 Note Added: 0002867
2004-01-31 13:17 user72 Status new => assigned
2004-01-31 13:17 user72 Assigned To => user72
2004-01-31 13:17 user72 Status assigned => feedback
2004-01-31 16:42 Ingo Note Added: 0002902
2004-02-01 00:14 user72 Status feedback => resolved
2004-02-01 00:14 user72 Resolution open => not fixable
2004-02-01 00:14 user72 Note Added: 0002906
2004-03-09 02:47 user72 Status resolved => closed