View Issue Details

IDProjectCategoryView StatusLast Update
0005718JEDI VCL00 JVCL Componentspublic2013-12-13 11:30
ReporterninjajakeAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.31 
Target VersionFixed in Version 
Summary0005718: PageControl TabSheet does not display Title of Page on 64 bit machines
DescriptionThe tabsheets do not display the title of the tabsheet on 64 bit machines. They work properly on 32 bit machines. I have tried forcing the application to run as 32 with /Force /32BIT+ but the bug remains the same. Is this an issue that was fixed in later versions? I am working with legacy code so getting the source to build with later versions of components is proving difficult. Any Advice?
TagsNo tags attached.

Activities

Arioch

2011-11-23 18:21

developer   ~0019124

> I have tried forcing the application to run as 32 with /Force /32BIT
how's that ? application is compiled into either 32-bit or 64-bit. Delphi cannot make two-mode executable AFAIR.

can u make simplistic sample application showing that behaviour ?
what is Delphi version used ? what is OS used ?
what exactly component from what file ? there are JvPageControl derived from RxLib and JvgPageControl not merged yet.
Additionally there is JvTabBar, JvTabControl and JvgTabControl.


What's the problem with building with newer JVCL ?

Arioch

2011-11-23 18:31

developer   ~0019126

At the start of file with the problematic control (JvComCtrls? JvgTab ? Jvgage ? other? ) there is line like

// $Id: JvDBCombobox.pas 13104 2011-09-07 06:50:43Z obones $
unit JvDBCombobox;

the number after filename is the revision.

u can open link like http://jvcl.svn.sourceforge.net/viewvc/jvcl/trunk/jvcl/run/JvComCtrls.pas?view=log and see all the changes made after your revision until today

obones

2012-02-22 14:51

administrator   ~0019446

Please provide the zipped sources of a sample application showing this

obones

2012-06-13 16:28

administrator   ~0019969

Any news?

obones

2013-12-13 11:30

administrator   ~0020784

No news, suspending the issue

Issue History

Date Modified Username Field Change
2011-11-22 16:41 ninjajake New Issue
2011-11-23 18:21 Arioch Note Added: 0019124
2011-11-23 18:31 Arioch Note Added: 0019126
2011-11-24 21:37 Arioch Status new => feedback
2012-02-22 14:51 obones Note Added: 0019446
2012-06-13 16:28 obones Note Added: 0019969
2013-12-13 11:30 obones Note Added: 0020784
2013-12-13 11:30 obones Status feedback => resolved
2013-12-13 11:30 obones Resolution open => suspended
2013-12-13 11:30 obones Assigned To => obones