View Issue Details

IDProjectCategoryView StatusLast Update
0002562JEDI VCL00 JVCL Componentspublic2005-02-04 01:45
ReportercarloswAssigned Tojfudickar 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 
Summary0002562: Stack overflow in JvDynControlEngineDBTools.pas
Descriptionin JvDynControlEngineDBTools.pas:

function TJvDynControlDataSourceEditDialog.CreateDynControlDialog(var AMainPanel: TWinControl): TCustomForm;
var
  DynControlEngine: TJvDynControlEngine;
  Form: TCustomForm;
  PostButton, CancelButton, CloseButton: TButtonControl;
  LeftPos: Integer;
begin
  DynControlEngine:= DynControlEngineDB.DynControlEngine;
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  I get an Stack overflow here!

Any clues? I know i don't have any :)
Additional InformationThis was called from:

ShowDataSourceEditDialog(FData.DataMasterSource,
                         'Valuta soorten', 'Bewaar', 'Annuleren', 'Sluiten',
                          False,
                          nil,
                          nil,
                          nil,
                          DynControlEngineJVCLDB );
TagsNo tags attached.

Activities

carlosw

2005-01-27 13:32

reporter   ~0006300

more info:

when i assign nil as DynControlEngine i don't get the stack overflow error

jfudickar

2005-01-28 10:29

developer   ~0006305

Did you have tested the sample in the examples\DyncontrolEngineDB Directory?

jfudickar

2005-01-28 15:44

developer   ~0006307

Or could you create a sample application ?

jfudickar

2005-01-28 15:54

developer   ~0006308

Fixed in cvs, please give it a try!

carlosw

2005-01-29 12:57

reporter   ~0006314

thanx i'll give it a try.

i can't find the Examples\(jv)DyncontrolEngineDB directory.
is it in cvs?

jfudickar

2005-01-29 13:02

developer   ~0006315

My Fault.

The right directory is examples\JvDynControlDatabase

And it should be in the cvs

But i think the failure should also be fixed for your code. It was a problem with JVCLDB-Engine.

carlosw

2005-01-31 00:58

reporter   ~0006323

it works.
but can't find the examples

webcvs should the dir as empty:
http://cvs.sourceforge.net/viewcvs.py/jvcl/dev/JVCL3/examples/JvDynControlDatabase/

obones

2005-02-04 01:45

administrator   ~0006379

Example is in jvcl\dev\Jens\JvDynControl\JvDynControlDatabase

Issue History

Date Modified Username Field Change
2005-01-27 10:51 carlosw New Issue
2005-01-27 13:32 carlosw Note Added: 0006300
2005-01-28 10:29 jfudickar Note Added: 0006305
2005-01-28 13:43 jfudickar Status new => assigned
2005-01-28 13:43 jfudickar Assigned To => jfudickar
2005-01-28 15:44 jfudickar Note Added: 0006307
2005-01-28 15:54 jfudickar Note Added: 0006308
2005-01-28 15:54 jfudickar Status assigned => feedback
2005-01-29 12:57 carlosw Note Added: 0006314
2005-01-29 13:02 jfudickar Note Added: 0006315
2005-01-31 00:58 carlosw Note Added: 0006323
2005-02-04 01:45 obones Status feedback => resolved
2005-02-04 01:45 obones Fixed in Version => 3.00
2005-02-04 01:45 obones Resolution open => fixed
2005-02-04 01:45 obones Note Added: 0006379