View Issue Details

IDProjectCategoryView StatusLast Update
0002802JEDI VCL00 JVCL Componentspublic2005-05-18 07:02
ReporteranonymousAssigned Tojfudickar 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 
Target VersionFixed in Version3.10 
Summary0002802: Formstorage does not restore last active TabSheet
DescriptionAfter migrating from JVCL 2.1 to 3.0 and converting the JvFormStorage Components, restoring the last active TabSheet in an PageControl does not work as before, see attached sample application
TagsNo tags attached.

Activities

2005-03-25 13:56

 

Formstorage.zip (1,747 bytes)

2005-03-29 11:44

 

Formstorage_activecontrol.zip (5,012 bytes)

jfudickar

2005-03-29 11:46

developer   ~0006773

The problem is the Property ActivePage. This can't be used in your way.

You had to use ActivePageIndex. And this property is not published.

I've added a changed sample, which shows a way, how this could be solved.

Please give me a feedback.

anonymous

2005-03-29 23:03

viewer   ~0006777

Jens,
many thanks for your effort.
This is about the same I did before I discovered JVCL 2.1 and all the things it can do for me painlessly.
Don't remember if it was PageControl.AvtivePage I had to add to the stored properties or if it was enough to tick the checkbox ActiveControl in order to get the behavior in JVCL 2.1.
What is the purpose of that CheckBox ActiveControl anyway?

jfudickar

2005-03-30 00:35

developer   ~0006778

Active Control is that the last focused control will be restored.

So but everything is fine and we can close this?

obones

2005-05-18 07:02

administrator   ~0007209

No answers in a timely manner -> Resolved.

Issue History

Date Modified Username Field Change
2005-03-25 13:56 anonymous New Issue
2005-03-25 13:56 anonymous File Added: Formstorage.zip
2005-03-29 11:44 jfudickar File Added: Formstorage_activecontrol.zip
2005-03-29 11:46 jfudickar Note Added: 0006773
2005-03-29 11:46 jfudickar Assigned To => jfudickar
2005-03-29 11:46 jfudickar Status new => feedback
2005-03-29 23:03 anonymous Note Added: 0006777
2005-03-30 00:35 jfudickar Note Added: 0006778
2005-05-18 07:02 obones Status feedback => resolved
2005-05-18 07:02 obones Resolution open => fixed
2005-05-18 07:02 obones Note Added: 0007209