View Issue Details

IDProjectCategoryView StatusLast Update
0003194JEDI VCL00 JVCL Componentspublic2006-06-27 07:18
ReporterjvmlopezAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.30 
Summary0003194: Problems with the descendants of tJvWizard
DescriptionWhen creating a form base that includes tJvWizard (tCustomWizardForm) with 3 JvWizardPage(s)

tCustomWizardForm = Object(tForm);
...
Page1: tJvWelcomePage; // Welcome Page
Page2: tJvWizardPage; // Process Page
Page3: tJvWizardPage; // Results Page

(a form with 3 standar pages)

When creating an inherited form

TMyWizardForm = Object(tCustomWizardForm)
...
Page4: tJvWizardPage; // A data Page
Page5: tJvWizardPage; // Other Page

The following problem appears:

When including additional pages it is not possible to establish the correct order for the new pages.

I solve this using OnNextButtonClick and OnBackButtonClick an set

Stop := true;
ActivePage := TheCorrectPage;



TagsNo tags attached.

Activities

obones

2006-04-03 05:45

administrator   ~0008835

Can you post the zipped sources of a sample application showing this, along with step by step instructions?
Thanks.

obones

2006-06-08 02:42

administrator   ~0009435

Please try with the latest daily:

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

and please post a sample application. If we don't receive it, we will assume this is fixed.

obones

2006-06-27 07:18

administrator   ~0009688

No answers, assuming this is fixed in latest SVN

http://homepages.borland.com/jedi/wiki/index.php?title=Repository

Issue History

Date Modified Username Field Change
2005-09-13 09:19 jvmlopez New Issue
2006-04-03 05:45 obones Note Added: 0008835
2006-04-03 05:45 obones Status new => feedback
2006-06-08 02:42 obones Note Added: 0009435
2006-06-27 07:18 obones Status feedback => resolved
2006-06-27 07:18 obones Fixed in Version => Daily / SVN
2006-06-27 07:18 obones Resolution open => fixed
2006-06-27 07:18 obones Assigned To => obones
2006-06-27 07:18 obones Note Added: 0009688