View Issue Details

IDProjectCategoryView StatusLast Update
0004925JEDI VCL00 JVCL Componentspublic2009-09-05 00:19
ReporterKonchulioAssigned ToAHUser 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.37 
Target VersionFixed in Version3.39 
Summary0004925: [TJVComboEdit, TJVDBComboEdit] - External Exception
DescriptionMy system environment:
- WinXP Pro (SP3),
- Delphi 2010 (D14),
- JVCL Version 3.38

when I drop a JVComboEdit/JVDBComboEdit on a Win32-Form the exception rais permanently. Furthermore, the exception rais when the Win32-Form repaint/refresh.
TagsNo tags attached.

Relationships

has duplicate 0004947 resolvedAHUser TJvDirectoryEdit error on click at design time D2010 
has duplicate 0004946 resolvedAHUser TJvDBCalcEdit - External exception C0FB007F 

Activities

2009-09-04 10:35

 

Konchulio

2009-09-04 10:45

reporter   ~0016054

The external exception rais when the property "showButton" is active!

Konchulio

2009-09-04 16:38

reporter   ~0016055

The problem rais in the Unit "JvTheme.pas".


procedure "DrawGlassableText"
......
{$IFDEF COMPILER12_UP}
.....
if DrawThemeTextEx(Theme[teToolBar], DC, TP_BUTTON, TS_NORMAL, PWideChar Text), Length(Text), TextFlags, TextRect, Options) <> E_NOTIMPL then
....
{$ENDIF COMPILER12_UP}


The procedure "DrawThemeTextEx" rais the problem, becouse this procedure need Windows Vista!
See also ms-help://embarcadero.rs2010/ShellCC/platform/commctls/userex/functions/drawthemetextex.htm

AHUser

2009-09-05 00:19

developer   ~0016056

Thanks.

This is now fixed in SVN.

Issue History

Date Modified Username Field Change
2009-09-04 10:35 Konchulio New Issue
2009-09-04 10:35 Konchulio File Added: D14-ExternalException.gif
2009-09-04 10:45 Konchulio Note Added: 0016054
2009-09-04 16:38 Konchulio Note Added: 0016055
2009-09-05 00:19 AHUser Note Added: 0016056
2009-09-05 00:19 AHUser Status new => resolved
2009-09-05 00:19 AHUser Fixed in Version => Daily / SVN
2009-09-05 00:19 AHUser Resolution open => fixed
2009-09-05 00:19 AHUser Assigned To => AHUser
2009-09-20 01:53 AHUser Relationship added has duplicate 0004947
2009-09-20 01:56 AHUser Relationship added has duplicate 0004946