View Issue Details

IDProjectCategoryView StatusLast Update
0005788JEDI VCL00 JVCL Componentspublic2012-02-11 15:45
ReporterTBAssigned Tojfudickar 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0005788: Error in Messagedlg (crash)
DescriptionHello sorry for my poor english

When i try to execute this

MessageDlg('Vous devez redémarrer votre ordinateur pour que les nouveaux paramètres soient pris ' + 0000013#10 + 'en compte' + 0000013#10 + '', mtConfirmation, [], 0)

i have this error

JvDynControlEngine: DefaultDynControlengine not definded
(in JvDynControlEngine.pas, ligne 973)


With Delphi 2007 or XE2 on Windows 7 64 and Xp

Additional Informationall messages function crash
TagsNo tags attached.

Activities

2012-02-10 11:18

 

messagedlg.PNG (26,094 bytes)
messagedlg.PNG (26,094 bytes)

jfudickar

2012-02-10 20:35

developer   ~0019379

You must include a JvDynControlEngine.

Include one of the three unit's to your application:
-JvDynControlEngineVCL.pas
-JvDynControlEngineJVCL.pas
-JvDynControlEngineDevExpCx.pas

Regards
Jens

TB

2012-02-11 15:34

reporter   ~0019381

It's ok

Thank's

Issue History

Date Modified Username Field Change
2012-02-10 11:18 TB New Issue
2012-02-10 11:18 TB File Added: messagedlg.PNG
2012-02-10 20:35 jfudickar Note Added: 0019379
2012-02-10 20:35 jfudickar Status new => feedback
2012-02-11 15:35 TB Note Added: 0019381
2012-02-11 15:45 jfudickar Status feedback => resolved
2012-02-11 15:45 jfudickar Resolution open => fixed
2012-02-11 15:45 jfudickar Assigned To => jfudickar