Re: [Lazarus] Problem with threads.

2009-04-22 Thread Roland Turcan
Hello Dmitry,

Thanks a lot. It works fine.

TRoland;

 21.4.2009 16:07 - dmitry boyarintsev skalogryz.li...@gmail.com 
 I use latest FPC and Lazarus from SVN on Leopard Mac OS 10.5 Intel
 based.
db should be fixed by now. please update to r19554 and test.

db thanks,
db dmitry




-- 
Best regards, TRoland
http://www.rotursoft.sk
http://exekutor.rotursoft.sk

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Bad repaint in TNotebook with ShowTabs:=False;

2009-04-22 Thread Roland Turcan
Hello lazarus project!

When I use TNotebook in assistent dialogs where I use ShowTabs:=False
and pages are changed in code from buttons, then TNotepad doesn't
repaint the TPage when it changes to next one.

I use Lazarus SVN on Mac OS X 10.5 Intel and PowerPC with Carbon.

Thanks for any hint.

-- 
Best regards, TRoland
http://www.rotursoft.sk
http://exekutor.rotursoft.sk

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Bad repaint in TNotebook with ShowTabs:=False;

2009-04-22 Thread dmitry boyarintsev
 Thanks for any hint.
Please fill the bug report: http://bugs.freepascal.org/
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Import Form from previous project

2009-04-22 Thread Michael Van Canneyt


On Wed, 22 Apr 2009, German C. Basisty wrote:

 My fellow colegs:
 
  
 
 Im trying to import to my current project some form developed for an earlier
 project. So I copyed the .pas and .lfm from the older project folder to the
 current project folder, then I opened them via lazarus IDE and in the
 Project menĂº, choose the option to add the opened file to the current
 Project. Ok well, the form appears to be correct, and the IDE shows it OK as
 it was developed, but when I want to open it from my program (via ShowModal)
 it presents an Acces Violation error and the program fails.
 
  
 
 Any idea??

Did you add it to the list of forms to be auto-created (in project options)
?

Michael.___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Ron Grove
I decided to update to the latest 2.2.4 compiler so I cleaned out the  
2.2.2 install and deleted the Lazarus from the website that I was  
using.  Decided I'd live on the wild side and try to use the SVN  
version like I do in Windows.  On OS X I had been using the download  
version from last year.  Worked fine, but it looks like there's a lot  
of activity with Lazarus on OS X so I wanted to take a shot at the svn  
version.  Also installed the latest QT so I could see how that was  
coming.  I've compiled it using the information here:

http://wiki.lazarus.freepascal.org/Carbon_Interface

The compilation appears to go just fine but no .app is created.  Is  
that expected?  I try and run it from the command line with ./lazarus  
and a popup appears saying it can't find the FPC source folder (I put  
it in /usr/share/fpcsource which I saw referenced somewhere).  I try  
and hit the ignore button but it doesn't respond to the clicks.  I can  
move the window around, but that's it until I hit CTRL-C to kill the  
app.  Hopefully this will give someone an idea.

Thanks in advance,
Ron



ron:lazarus ron$ ./lazarus
TMainIDE.ParseCmdLineOptions:
   PrimaryConfigPath=/Users/ron/.lazarus
   SecondaryConfigPath=/etc/lazarus
Note: environment config file not found - using defaults
NOTE: editor options config file not found - using defaults
NOTE: miscellaneous options file not found - using defaults
NOTE: codetools config file not found - using defaults

NOTE: Compiler Filename not set! (see Environment Options)

NOTE: FPC Source Directory not set! (see Environment Options)
^C

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Mattias Gaertner
On Wed, 22 Apr 2009 20:34:07 -0700
Ron Grove ron.gr...@me.com wrote:

 I decided to update to the latest 2.2.4 compiler so I cleaned out
 the 2.2.2 install and deleted the Lazarus from the website that I
 was using.  Decided I'd live on the wild side and try to use the SVN  
 version like I do in Windows.  On OS X I had been using the download  
 version from last year.  Worked fine, but it looks like there's a
 lot of activity with Lazarus on OS X so I wanted to take a shot at
 the svn version.  Also installed the latest QT so I could see how
 that was coming.  I've compiled it using the information here:
 
 http://wiki.lazarus.freepascal.org/Carbon_Interface
 
 The compilation appears to go just fine but no .app is created.  Is  
 that expected?  I try and run it from the command line
 with ./lazarus and a popup appears saying it can't find the FPC
 source folder (I put it in /usr/share/fpcsource which I saw
 referenced somewhere).  I try and hit the ignore button but it
 doesn't respond to the clicks.  I can move the window around, but
 that's it until I hit CTRL-C to kill the app.  Hopefully this will
 give someone an idea.

That's normal when starting without lazarus.app.
The lazarus.app comes with the svn sources. 


Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Ron Grove
Ah, I had deleted it for some reason while I was fiddling around.  It  
works now. :-)

Thank you,
Ron


On Apr 22, 2009, at 9:24 PM, dmitry boyarintsev wrote:

 The compilation appears to go just fine but no .app is created.  Is
 that expected?
 if you're using lazarus SVN version, then it's already should contain
 lazarus.app with links properly set.

 thanks,
 dmitry

 ___
 Lazarus mailing list
 Lazarus@lazarus.freepascal.org
 http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus