[lazarus] Re: TrayIcon preview

2006-02-03 Thread Felipe Monteiro de Carvalho
A.J. Venter wrote: This may or may not be related but do an ldd on your icewm executable, icewm by default has ONLY support for xpm image formats (though there is a configure option to enable png as well). If you donĀ“t see libpng in the libraries list, try doing a test program using only xpm

Re: [lazarus] Version information

2006-02-03 Thread Jouke Rensma
See also below. I don't have very much time available, so I hope you don't expect it to be ready in the very near future Jouke Mattias Gaertner writes: On Thu, 02 Feb 2006 09:41:51 +0100 Jouke Rensma [EMAIL PROTECTED] wrote: Thanks for the positive reactions! As I said in my

Re: [lazarus] Re: Interfacing between Handle property and Gtk functions

2006-02-03 Thread Andreas Berger
I fully agree with Felipe. The handle is the natural way to access the targets API. Felipe Monteiro de Carvalho wrote: Vincent Snijders wrote: Maybe in the future the Form.Handle on windows will contain a pointer to a pascal windowinfo object. Maybe that is the most natural way for us to

Re: [lazarus] Re: Interfacing between Handle property and Gtk functions

2006-02-03 Thread Mattias Gaertner
On Fri, 03 Feb 2006 11:56:18 -0200 Andreas Berger [EMAIL PROTECTED] wrote: I fully agree with Felipe. The handle is the natural way to access the targets API. Felipe Monteiro de Carvalho wrote: Vincent Snijders wrote: Maybe in the future the Form.Handle on windows will contain a

[lazarus] Am I being too ambitious?

2006-02-03 Thread A.J. Venter
Or am I just doing it the wrong way around ? A very large part of my dayjob involves writing frontends to commandline programs under linux, so of course I figured I could make my life a lot simpler if I had an abstract class I could use to run processes in threads and retrieve the output live

Re: [lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Mattias Gaertner
On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 1 Feb 2006 08:38:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I'm not sure if anybody is working on help for the Lazarus IDE itself. If not, or if it is still a long

[lazarus] I want to commit lazaruside.ja.po

2006-02-03 Thread sider2jp
Hello I want to commit lazaruside.ja.po in an SVN repository, but do not understand a user name and a password. What kind of procedure is necessary? -- GANBARE! NIPPON! Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE PARTNER

Re: [lazarus] I want to commit lazaruside.ja.po

2006-02-03 Thread Mattias Gaertner
On Sat, 4 Feb 2006 01:33:49 +0900 (JST) sider2jp [EMAIL PROTECTED] wrote: Hello I want to commit lazaruside.ja.po in an SVN repository, but do not understand a user name and a password. What kind of procedure is necessary? You can sent the .po file to [EMAIL PROTECTED] Mattias

Re: [lazarus] I want to commit lazaruside.ja.po

2006-02-03 Thread sider2jp
I understood it. I do so it You can sent the .po file to [EMAIL PROTECTED] Mattias -- GANBARE! NIPPON! Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE PARTNER http://pr.mail.yahoo.co.jp/ganbare-nippon/

[lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Funky Beast
Mattias Gaertner wrote: On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 1 Feb 2006 08:38:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: What's the difference between a LazDoc xml Document and a fpdoc xml? What's the

Re: [lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Mattias Gaertner
On Sat, 04 Feb 2006 01:31:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 1 Feb 2006 08:38:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote:

[lazarus] How to get the drop down area of a combobox?

2006-02-03 Thread Alexander Todorov
Hello, Is there a way to get access to the drop down part of TComboBox ? This can be used for writing controls in the style of TPopup/DropDownControl seen in many Delphi packages. _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] Am I being too ambitious?

2006-02-03 Thread Tom Lisjac
On 2/3/06, A.J. Venter [EMAIL PROTECTED] wrote: But the moment I try to use it in a simple test program, it throws an async-reply exception, something I would normally only expect if threaded code tried to update the display irectly. Any ideas where my thinking went wrong ? The synchronize

Re: [lazarus] Re: TrayIcon preview

2006-02-03 Thread Danny Milosavljevic
Hi, Am Donnerstag, den 02.02.2006, 22:41 -0200 schrieb Felipe Monteiro de Carvalho: Ok, The problem was about giving enougth time for the window to show at least once. You aren't supposed to either... there's something else interfering... Can you use a GtkPlug instead of a normal window? I

[lazarus] Re: Tooltips in ide dialogs

2006-02-03 Thread Funky Beast
Mattias Gaertner wrote: On Sat, 04 Feb 2006 01:31:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 02 Feb 2006 23:19:00 +0800 Funky Beast [EMAIL PROTECTED] wrote: Reading:-- But if we use these methods to read an FPC xml document which i checked out from