Recent

Author Topic: RxLookupcombo fails; resource PicDateEdit not found  (Read 5235 times)

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
RxLookupcombo fails; resource PicDateEdit not found
« on: December 09, 2013, 07:43:35 pm »
Just downloaded RX uttils 2.6.1.134 for using the lookupcombobox.
But this component crashes the application and the debugger (see attachment).

Using Lazarus 1.0.12, FPC 2.6.2, revision 42478, Windows 8 32bit, firebird 2.5 embedded
« Last Edit: December 09, 2013, 08:07:33 pm by mangakissa »
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

wp

  • Hero Member
  • *****
  • Posts: 11916
Re: RxLookupcombo fails; resource PicDateEdit not found
« Reply #1 on: December 10, 2013, 12:58:32 pm »
Running fine here (except for the error due to missing firebird dll on my system). Where did you get that package from? Is it the package of the Lazarus Code and Components Repository (ccr) http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/rx/trunk/?

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
Re: RxLookupcombo fails; resource PicDateEdit not found
« Reply #2 on: December 10, 2013, 05:54:10 pm »
Yes and then used the snapshot button. But it looks like the snapshot version is older than r2813.
I shall try to download and install again.
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

wp

  • Hero Member
  • *****
  • Posts: 11916
Re: RxLookupcombo fails; resource PicDateEdit not found
« Reply #3 on: December 10, 2013, 05:57:53 pm »
The latest version is r2849, it contains a fix of the LookupCombo (according to svn: "RxLockupCombo - fix SetFocus after close popup box")

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
Re: RxLookupcombo fails; resource PicDateEdit not found
« Reply #4 on: December 11, 2013, 12:46:02 pm »
downloaded the latest snapshot. But still give te same problem.
Debug stops on this line
Code: [Select]
destructor TCustomRxDateEdit.Destroy;
begin
  if Assigned(FPopup) then
  begin
    FPopup.OnCloseUp := nil;
    FreeAndNil(FPopup);
  end;
  TStringList(FCalendarHints).OnChange := nil;  <----- debug stop
  FreeAndNil(FCalendarHints);
  inherited Destroy;
end;
But what have TCustomRxDateEdit something to do with a lookup?
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

bill0287

  • Full Member
  • ***
  • Posts: 146
Re: RxLookupcombo fails; resource PicDateEdit not found
« Reply #5 on: December 12, 2013, 06:08:59 am »
I get the exact same error as the OP using 1.0.14 FPC 2.6.2 Win32.

I get similar errors with RxLookupEdit

 

TinyPortal © 2005-2018