Subject [IBO] Re: Problem with Update_bar
Author radevojvodic
In debugger options clear stop on delphi exception checkbox. That is
why you've been asked for IB_....pas file. I suppose that when you
run without IDE you get an exception related to wrong data.

Rade.

--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 04:34 AM 3/02/2005 +0000, you wrote:
>
>
> >--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> > > At 03:26 AM 3/02/2005 +0000, you wrote:
> > >
> > >
> > > >Help! I am trying to add a new row using the update bar. The
> >program
> > > >compiles fine, but When clicking the add(+) button the IDE
wants a
> > > >path to IB_Components.pas.(Outside the IDE it raises an
exception)I
> > > >have made sure the Ib_components.dcu file is there, and it
compiles
> > > >with it but then it wants the .pas file .???? I don't think
that
> > > >source file comes with the evaluation,just a .INT partial
file. Any
> > > >Help would be much appreciated,
> > >
> > > Check that your IBO root directory (or wherever you placed the
DCU
> >file) is
> > > in the compiler's path.
> > >
> > > Helen
> >
> > Hi Helen- Thanks
> > I checked that and also put a copy of it in the Delph\Lib
because of
> >some other things that made me think that perhaps some library
paths
> >were not being checked correctly.Plus it is compiling with
the .dcu
> >file! I don't understand why it would need a source file when it
> >already has a compiled version compiled with it. Any other
> >suggestions? I Thank You!! Jeff
>
> I agree, it seems weird. Did you do Project>Build All on your
project
> after adding IB_Component.dcu to the directory? If so, then maybe
you need
> to go further and remove the Update bar, hit Ctrl-F9 and then drop
a new
> Update bar on to the form, before recompiling.
>
> Can't think of anything else...
>
> Helen