| View previous topic :: View next topic |
| Author |
Message |
Martin Ehlers Guest
|
Posted: Wed Dec 20, 2006 3:41 pm Post subject: BDS 2006 / Bold / RadStudio BoldGridPro |
|
|
Hi,
is somebody using the radstudio boldgrid pro and the new compiled bold
packages in bds 2006. I am trying to compile a delphi 7/Bold/RadStudio for
Bold project to bds 2006 with no success.
I tried to recompile and install the radstudio packages in bds 2006. First
i got a lot of compile errors and after i changed the source i am getting
access violations when I am trying to install the packages. Is there
anybody out there who successfully installed the radstudio bold components
and can provide me some information on this?
Another problem I have is that I lost a few of my source code changes (bug
fixes) for the radstudio boldgrid (Delphi 7). Exspecially the "index out of
bounds" and "Inactive Follower has no renderer data" in the boldgrid.
Perhaps somebody can help me here too? Which lines/which unit/which changes
Thank you in advance,
Martin Ehlers |
|
| Back to top |
|
 |
Peter Morris [Droopy eyes Guest
|
Posted: Wed Dec 20, 2006 4:20 pm Post subject: Re: BDS 2006 / Bold / RadStudio BoldGridPro |
|
|
function TBoldGridPro.GetCurrentBoldElement: TBoldElement;
begin
if (CurrentRecord <> -1) >>and (ListHandle.Count > 0)<< then
Result := ListHandle.List[CurrentRecord]
else
Result := nil;
end;
Pete |
|
| Back to top |
|
 |
|