View Issue Details

IDProjectCategoryView StatusLast Update
0003615JEDI VCL00 JVCL Componentspublic2006-04-13 02:55
ReporterTBAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformOSXPOS VersionXP SP2
Product Version3.10 
Target VersionFixed in Version 
Summary0003615: JvWizard, WizardRouteMapList
DescriptionSorry for my english

when i try this

JvWizardRouteMapList1.image.Layout := ilCenter; or other values (ilTop,...
or
JvWizardWelcomPage1.image.alignment := iaCenter; or other values (iaStretch...)

i have this error :
identificateur non déclaré : 'iaCenter'


TagsNo tags attached.

Activities

obones

2006-04-13 02:55

administrator   ~0009085

Those constants are declared in the JvWizardCommon unit. Add it to the uses of your unit and you'll be alright.

Issue History

Date Modified Username Field Change
2006-03-30 02:14 TB New Issue
2006-04-13 02:55 obones Status new => resolved
2006-04-13 02:55 obones Resolution open => no change required
2006-04-13 02:55 obones Assigned To => obones
2006-04-13 02:55 obones Note Added: 0009085