Re: [Lazarus] Where are the manuals?

2009-03-17 Thread Chris Kirkpatrick


Hans-Peter Diettrich wrote:
 Felipe Monteiro de Carvalho schrieb:
   
 We are writting a book about it, but it's not yet ready ...
 

 How can I contribute?

 DoDi

   
I, too, would like to contribute.
Chris

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


Re: [Lazarus] Terminal window

2008-12-10 Thread Chris Kirkpatrick
What happens if you open the application by typing its name in a console 
window? The console window remains there during execution of the 
program, and receives some output, though this may not be the output you 
require.
Regards - Chris

svaa wrote:
 Hello:

 I have 0.9.26 on Ubuntu 7.10. I am writing a GUI program, since debugger 
 has problems to check the values of variables, I want to output debug 
 data with writeln but I  can't get a terminal with if it is not 
 console application.

 How can I get a to have the GUI program running and a terminal window also?

 Regards
 Santiago A.

 ___
 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


Re: [Lazarus] How to install local copy of RTL/FCL/LCL documentation (from CCR)?

2008-09-16 Thread Chris Kirkpatrick
You can get a (nearly!) nightly build of all the html docs at
ftp://ftp.hu.freepascal.org/pub/lazarus/

There will be a file called
fpc-lazarus-doc-html-20080902.tar.bz2
(It's actually a couple of weeks since it was last updated - the numbers 
obviously give the date, but when all is working correctly it happens 
almost nightly).

Regards - Chris


Graeme Geldenhuys wrote:
 On Tue, Sep 16, 2008 at 3:54 PM, Reenen Laurie [EMAIL PROTECTED] wrote:
   
 Lazarus can be setup to read the LCL and RTL docs directly from the
 XML files as tooltip help.
   
 Please tell us more!  I'd love to know how we can do this.  Any wiki
 page that exists on how to do this?
 

 :-)  This has been is v0.9.25 (svn trunk) for some time now.  Lazarus
 automatically finds the LCL documentation. I think it does for RTL as
 well (Mattias?).

 For external packages (*.lpk) like tiopf.lpk or fpgui_toolkit.lpk you
 do the following:
   * Open the xxx.lpk package
   * Click Options | IDE Integration and then fill in the path(s) to
 the *.xml docs in the FPDoc file paths edit box.

 Now if you hover the mouse over something like TfpgWindow (a window
 class, part of fpGUI Toolkit), a tooltip will appear containing the
 help defined in the *.xml files. :-)  An awesome feature in Lazarus!!


 Regards,
  - Graeme -


 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/
 ___
 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


Re: [Lazarus] Lazarus icon on desktop has lost its cheetah icon (replaced with paper page icon).

2008-08-19 Thread Chris Kirkpatrick


Mattias Gaertner wrote:
 On Wed, 20 Aug 2008 06:28:32 +1000
 Peter Williams [EMAIL PROTECTED] wrote:

   
 Hi All,

 This is only a minor bug... but it's annoying. Previously, when I was
 using Lazarus 0.9.24 beta (weeks ago now) I had Lazarus in my Kmenu /
 Development menu with a cheetah icon. Now, after following Mattias's
 instructions (a few weeks back) I have Lazarus 0.9.25 beta installed
 {thank you, Mattias :-) } and it seems to be working pretty well.
 However, the kmenu / Development / Lazarus programming language menu
 item (both in the kmenu  the link on my desktop) have lost the
 cheetah icon and instead they display a very boring icon which looks
 a bit like a white piece of paper. (see attached file... it was
 created from doing a snapshot of my screen then cropping out the
 appropriate section with The GIMP -- temp1.jpg -- 8K in size)
 

 This is the default icon of your distribution.

 The cheetah icon is lazarus/images/ide_icon48x48.png.

  
   
 Note that I don't think this is a Lazarus bug... it seems to be a
 Linux Kubuntu 4.0 problem, as I've had this happen with other kmenu /
 menu items. E.g. the real icon is lost and replaced with this boring
 paper page icon.

 In a related question: I used to use Mirco$oft Windowz (many different
 versions) for a long time. One feature of Windowz which I did quite
 like is that if you created what Windowz called a 'shortcut' then you
 could edit its properties and click on the 'change icon' link and
 pick any .ico file (e.g. a icon file) and when you applied the
 change... presto... your shortcut had a new icon. What is the Kubuntu
 equivalent of doing this?!? Note: because I don't feel very
 comfortable with the command line in Kubuntu I would prefer to
 use a program in Kubuntu for changing the icons which has a GUI
 interface. ;-)

 I'm using Kubuntu 8.04 with KDE 4.0... if that helps. I can provide
 additional system specs as requested. *SMILE*
 

 I don't know kubuntu. 

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

   
Right click on desktop icon.

Select properties.
Click on 'boring' icon
In 'select icon' dialog click on 'other icons', then browse to find the 
icon you want (eg the one specified by Matthias. Select it and you 
should see the picture you want on the desktop.
Standard KDE configuration.
Regards - Chris

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


Re: [Lazarus] Questions about Lazarus

2008-07-22 Thread Chris Kirkpatrick


Vincent Snijders wrote:
 Peter Williams schreef:
   
 Hi All,

 I have a few questions about Lazarus, in particular for my OS, Linux 
 Ubuntu 8.04 { Hardy Heron }:

 (1) Does Lazarus (or should I say Free Pascal) support Virtual 
 Keycodes e.g. constants for keyboard trapping events etc.

 

 Maybe: see the VK_ constants in the LCLType unit: 
 http://lazarus-ccr.sourceforge.net/docs/lcl/lcltype/index-2.html

   
 (3) Is there available an off-line or internet based help file/system 
 for language reference. Note: I would prefer an off-line help system as 
 opposed to an internet based one.
 

 For language reference, see http://www.freepascal.org/docs.var

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

   
For the most recent documentation (daily snapshot) for individual 
components visit

ftp://ftp.hu.freepascal.org/pub/lazarus/

and select

fpc-lazarus-doc-html-20080722.tar.bz2
with the most recent date.

Gives you a set of HTML files that can be used for local reference.
Regards - Chris

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


Re: [Lazarus] Article writers wanted.

2008-07-15 Thread Chris Kirkpatrick
I'm willing to have a bash, if no-one else volunteers. My knowledge of 
FPC/Lazarus is not huge, and I would depend heavily on 
information/comments/suggestions from other people on the team, but I 
can try to coordinate efforts, ensure consistent style etc.
Regards - Chris

Marc Weustink wrote:
 Hi,

 recently I spoke to Detlef Overbeek, editor of the Blaise Pascal
 magazine (http://blaisepascal.eu) and he asked me if there would be
 people interested in writing an atricle about Freepascal or Lazarus or
 combination of both.
 Since i'm not that big writer, i'll aks it here too.

 Marc


 ___
 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


Re: [Lazarus] Bug using Lazarus under KDE (minimizing)

2008-06-06 Thread Chris Kirkpatrick


Graeme Geldenhuys wrote:
 Hi,

 Another issue when using Lazarus under KDE. This seems to be a Lazarus
 issue, because my fpGUI based applications do not behave like this.
 Every time I switch desktops and return to the desktop that is running
 Lazarus, all the Lazarus windows are minimized. That's 5-7 windows I
 have to restore one by one, every time!!

   
I have experienced this problem in KDE, too (using Lazarus with GTK2). 
It's annoying, but you don't have to restore all the windows one at a 
time: right-click on the Lazarus icon in the  taskbar at the bottom of 
the screen and you are offered a number of options including 'Restore 
all'. This does the trick!!

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


Re: [Lazarus] Porting Large Application from Windows to Linux

2008-04-25 Thread Chris Kirkpatrick


drew einhorn wrote:
 Needless to say.  I've got a lot of Lazarus/Free Pascal errors.

 First, Is there a way to capture the contents of the Lazarus IDE 
 Message window?
 Tried cutting from the Messages window, in hopes of being able to paste it
 into an editor, and edit into a form where I can get a handle on the 
 scope of the
 project.  But I can's select it much less cut and paste it.  


Right click on message window
Select 'save all messages to file'

Regards - Chris

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


Re: [Lazarus] IDE/LCL

2008-03-10 Thread Chris Kirkpatrick
The correct way to make this request is to submit a bug report.
Chris

Leonardo M. Ramé wrote:
 Sorry, we dont have telepathy abilities...
 

 Can you add telepathy abilities to the next Lazarus version?

 That would be great!

 Leonardo.
 ___
 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