Re: [lazarus] Lazarus on one window (aka SDI)

2008-01-17 Thread Christian Iversen
as well. I've actually come to prefer SDI with dragable sub-windows, which seems like a good combination of MDI and SDI. I really like having everything in one window. -- Med venlig hilsen Christian Iversen _ To unsubscribe: mail

Re: [lazarus] [ASK] How To Play FLV (Flash Video) YouTube

2007-07-29 Thread Christian Iversen
programmed a lot of graphics and sound-related libraries and applications, and I've made several components as well. Unfortunately I don't have the spare time to make such a component myself - I'd be willing to help out someone who would make it, though. -- Regards, Christian Iversen

Re: [lazarus] [ASK] How To Play FLV (Flash Video) YouTube

2007-07-28 Thread Christian Iversen
be able to convert basically any C sample to pascal with easy. It's just a few function calls, so the syntax is almost 100% the same. FFMpeg is certainly better, faster, more free and more well-supported than the commercial alternatives. -- Regards, Christian Iversen

Re: [lazarus] GTK2 for arm-linux

2007-07-23 Thread Christian Iversen
Koenraad Lelong wrote: Christian Iversen schreef: What is your arm-board? It doesn't sound like the machine that runs your X-server? If you use a unix machine as a workstation, then try this line: DISPLAY=:0 xhost + (that just runs xhost + with the additional environment of DISPLAY=:0

Re: [lazarus] GTK2 for arm-linux

2007-07-21 Thread Christian Iversen
that it cannot open the X display. You can try to run xhost + on the X-server, but it is UNSAFE, and ONLY for debugging. It allows everyone to read and write to your X display. -- Regards, Christian Iversen _ To unsubscribe: mail

Re: [lazarus] GTK2 for arm-linux

2007-07-21 Thread Christian Iversen
Koenraad Lelong wrote: Christian Iversen schreef: Koenraad Lelong wrote: Hi, I compiled a minimal project for GTK2 on arm-linux. Compilation went fine but when I run the project on my arm-board I get : (project1:1448): Gtk-WARNING **: cannot open display: Any suggestions where I should look

Re: [lazarus] How to hide the mouse cursor?

2007-06-27 Thread Christian Iversen
TMainForm.HideMouse; const p:TPoint = (X:15000; Y:15000); begin Mouse.CursorPos:=p; end; That's a nasty hack. It could really mess with programs that try to track the mouse or somesuch. It's not a good way to proceed. -- Med venlig hilsen Christian Iversen

Re: [lazarus] Console app problems

2007-01-04 Thread Christian Iversen
On Thursday 04 January 2007 11:35, Marco van de Voort wrote: On Wed, Jan 03, 2007 at 10:53:40PM +0100, Christian Iversen wrote: Not really IMHO. C has many more, mostly due to macro's. I don't think I follow. Isn't macro style mostly like function style? The macro itself

Re: [lazarus] Console app problems

2007-01-03 Thread Christian Iversen
On Wednesday 03 January 2007 10:29, Marco van de Voort wrote: On Tue, Jan 02, 2007 at 05:51:03PM +0100, Christian Iversen wrote: for (...) { } which, imho, only looks good in C. That is practically the only (really existing) layout that I despise. I don't think it looks that bad in C

Re: [lazarus] Console app problems

2007-01-03 Thread Christian Iversen
On Wednesday 03 January 2007 22:50, Marco van de Voort wrote: On Wed, Jan 03, 2007 at 02:15:43PM +0100, Christian Iversen wrote: Then again, there are probably even more coding styles in Pascal than in C. Not really IMHO. C has many more, mostly due to macro's. I don't think I

Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Sunday 31 December 2006 01:51, Lee Jenkins wrote: Christian Iversen wrote: I much prefer for X := 0 to 99 do begin FooStuff(); end; Hmm. That's nice too. Naturally it's a matter of taste, but I really cannot get used to the indenting of begin-end. It just looks wierd to me

Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Tuesday 02 January 2007 17:36, Marco van de Voort wrote: On Tue, Jan 02, 2007 at 03:19:32PM +0100, Christian Iversen wrote: It's something like for (int x = 0; x 99; x++) { FooStuff(); } Doesn't that look odd, too? No, why? I always do that. I don't know, it just

Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Tuesday 02 January 2007 19:33, Lee Jenkins wrote: Christian Iversen wrote: On Sunday 31 December 2006 01:51, Lee Jenkins wrote: Christian Iversen wrote: I much prefer for X := 0 to 99 do begin FooStuff(); end; Hmm. That's nice too. Naturally it's a matter of taste

[lazarus] Pre-packaged .deb files broken

2006-12-31 Thread Christian Iversen
The pre-packaged .deb files available from http://lazarus.freepascal.org are completely broken. They contain invalid symlinks instead of the actual program files (lazarus, start-lazarus and lazbuild). Is anyone aware of this? -- Regards, Christian Iversen

Re: [lazarus] Pre-packaged .deb files broken

2006-12-31 Thread Christian Iversen
packages, and those are _completely_ broken, not just shortcut-wise. -- Regards, Christian Iversen _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Console app problems

2006-12-30 Thread Christian Iversen
. For reference, we've put together a style guide for our project, which can be seen here: https://technetium.dk/cgi-bin/trac.cgi/wiki/Tc/CodingStyle It's not done yet, but perhaps someone will be inspired by it, or offer critique :) -- Regards, Christian Iversen

Re: [lazarus] running preprocessor from lazarus

2006-12-02 Thread Christian Iversen
On Friday 01 December 2006 23:10, Marc Santhoff wrote: Am Freitag, den 01.12.2006, 03:42 +0100 schrieb Christian Iversen: If he doesn't have it, I have. No, I haven't. The syntax can be seen on http://flawless.dk/xmcc.php It has several features much beyond anything C(++)'s

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-12 Thread Christian Iversen
I'll try to write a complete response to you very soon, I'm just very busy at the moment. If I should happen to forget it, will you please send me a private email? Thanks :) -- Regards, Christian Iversen _ To unsubscribe

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-05 Thread Christian Iversen
by using interfaces. A few thousand objects should take only a few KB more mem. I hope you're not THAT pressed for memory? :) -- Regards, Christian Iversen _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] compiling a DLL

2006-07-06 Thread Christian Iversen
? Is there a crash? A segmentation fault? Does nothing happen? etc In any circumstance, I think you should join #lazarus-ide on irc://irc.freenode.org, to discuss this further. -- Regards, Christian Iversen _ To unsubscribe: mail

Re: [lazarus] Pixels

2006-05-13 Thread Christian Iversen
; Image2.Picture.Bitmap.Assign(bmp); bmp.Free; end; Form.bmp has the result in Lazarus, Form1.bmp has the result in delphi. The project is attached. Seems to me the mask is not flipped? -- Regards, Christian Iversen

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Christian Iversen
or Crystal over these gnomish icons. -- Regards, Christian Iversen _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread Christian Iversen
On Saturday 15 April 2006 14:27, [EMAIL PROTECTED] wrote: Christian Iversen wrote: Other than that, they look fine - although I prefer Nuvola or Crystal over these gnomish icons. They are not GPL'ed. Nuvola is LGPL'ed - what more do you want? (look at license.txt in the downloaded zip

Re: [lazarus] transparent forms

2006-02-27 Thread Christian Iversen
the bitmap is changed (which is probably slow, so just don't change it too often :-) -- Regards, Christian Iversen _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Compile without link

2006-02-22 Thread Christian Iversen
On Wednesday 22 February 2006 13:18, SteveG wrote: Can anybody tell me how (if possible) to compile a Laz program, but skip the linking step ? I'm not sure exactly how to do that. What are you trying to do? -- Regards, Christian Iversen

Re: [lazarus] SVN problem

2006-02-07 Thread Christian Iversen
repositories on other servers work fine (using the svn:// and the http:// protocol). Please try TortoiseSVN daily snapshots from http://mapcar.org/tsvn-snapshots/latest/ It solved a similar problem for me. -- Regards, Christian Iversen

Re: [lazarus] SVN problem

2006-02-06 Thread Christian Iversen
On Tuesday 07 February 2006 07:45, Graeme Geldenhuys wrote: PROPFIND of '/svn/lazarus/trunk': Could not parse response status line. Could you try doing a fresh checkout? -- Regards, Christian Iversen _ To unsubscribe: mail

Re: [lazarus] Qt4 Interface

2006-01-29 Thread Christian Iversen
On Thursday 26 January 2006 20:14, Florian Klaempfl wrote: Christian Iversen wrote: On Thursday 26 January 2006 12:55, Felipe Monteiro de Carvalho wrote: Hello, Attached is a patch that changes the current Qt interface into a Qt4 interface. The following widgets work: TApplication

Re: [lazarus] Qt4 Interface

2006-01-29 Thread Christian Iversen
On Sunday 29 January 2006 23:53, Christian Iversen wrote: This is _only_ a proof-of-concept, but it goes to show that it's quite doable to link in C++ code. Please once again keep in mind that the access method will look much nicer in a possible real version. Just to correct myself - I clearly

Re: [lazarus] Look and feel of Lazarus

2005-12-30 Thread Christian Iversen
one being selected depending on the operating system. Does that mean I can switch button order in my/most/some GTK apps? And how? -- Regards, Christian Iversen _ To unsubscribe: mail [EMAIL PROTECTED