Re: [lazarus] laz svn error on tform event handler creation

2007-12-24 Thread Bee
Lately I got Error: unit custapp unit not found on Lazarus from SVN. 
It only happens if the IDE try to create TForm's events from the Form 
Designer, for example if I double click the form which should create 
TForm's OnCreate event. The same attempt is alright, means successfully 
create the event, if it is done over other components, for example TButton.


After digging deeper, I found that Lazarus couldn't any units that lay 
in $fpc_source_dir/packages/fcl-base/src/inc, not just CustApp unit. I 
copied some files from that folder to other folders in order to IDE 
could find them, but I got no luck. :(


-Bee-

has Bee.ography at:
http://beeography.wordpress.com

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] laz svn error on tform event handler creation

2007-12-24 Thread Vincent Snijders

Bee schreef:
Lately I got Error: unit custapp unit not found on Lazarus from SVN. 
It only happens if the IDE try to create TForm's events from the Form 
Designer, for example if I double click the form which should create 
TForm's OnCreate event. The same attempt is alright, means 
successfully create the event, if it is done over other components, 
for example TButton.


After digging deeper, I found that Lazarus couldn't any units that lay 
in $fpc_source_dir/packages/fcl-base/src/inc, not just CustApp unit. I 
copied some files from that folder to other folders in order to IDE 
could find them, but I got no luck. :(




I don't have this problem with r13413 on windows.

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] laz svn error on tform event handler creation

2007-12-24 Thread Bee

I don't have this problem with r13413 on windows.


Any ideas what cause the error? I don't want to end up using Laz 9.24. :(

-Bee-

has Bee.ography at:
http://beeography.wordpress.com

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] laz svn error on tform event handler creation

2007-12-24 Thread Bee

Any ideas what cause the error? I don't want to end up using Laz 9.24. :(


This is weird. After I clean up all fpc and lazarus installation, start 
it over from stable release, compile and install svn files, remove 
stable release, then it just run fine! I must had done something that 
got forgotten. :-P Thank you. :-D


-Bee-

has Bee.ography at:
http://beeography.wordpress.com

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives