Re: [lazarus] Debugging on CPU level (Intel MacOS X)

2007-08-03 Thread Marc Weustink
Tobias Giesen wrote: Hello, I have a crash, caused by either CPU registers with invalid values or the stack having been overwritten. I think I need to debug this on CPU level on an Intel MacOS X computer. Is there a way to do it, possibly with an external debugger rather than using the Lazarus

Re: [lazarus] Having an OnUniKeyPress instead of OnUTF8KeyPress

2007-08-04 Thread Marc Weustink
Razvan Adrian Bogdan wrote: What do you think about changing OnUTF8KeyPress to OnUniKeyPress event or just add the second one ? Since the LCl is (or will be) UTF8 internally it makes sense to sent the OnUTF8KeyPress event. For UNIkey( which is no uni) always needs a conversion, which is some

Re: [lazarus] going legal, time for a name change....

2007-08-08 Thread Marc Weustink
As one of the early Lazarus developers, I feel the time to react. David Lyon wrote: However, Lazarus is not a very sexy name for marketing IMO, a foundation is for supporting lazarus and not for marketing. IMO, the foundations should not be called Lazarus but something related to

Re: [lazarus] going legal, time for a name change....

2007-08-08 Thread Marc Weustink
David Lyon wrote: Marc Weustink wrote: As one of the early Lazarus developers, I feel the time to react. Hi Marc, Well I will be as polite as I possibly can :-) I'm going to try to answer your questions... but the answers are a bit dark... sorry for that in advance IMO, a foundation

Re: [lazarus] Systems 2007

2007-08-13 Thread Marc Weustink
Michael Van Canneyt wrote: Manning: I guess there'll be at least 5 persons: Florian Mattias Marco Me Sebastian Me had also plans to join one year. Seems to get croudy. Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] TBitmap.SetHandles stops executuoin

2007-08-21 Thread Marc Weustink
Mattias Gaertner wrote: On Fri, 17 Aug 2007 23:04:53 +0400 skywriter [EMAIL PROTECTED] wrote: Add before LoadFromFile: myPict.GetDescriptionFromDevice(0); Reason: TLazIntfImage needs the image format (bit depth, colors, ...) of the target (your screen). Necessity of calling

Re: [lazarus] HelloWorld: gdb.exe crashes

2007-08-22 Thread Marc Weustink
Skybuck Flying wrote: Hello, I downloaded and installed the latest Lazarus binary from source forge: Lazarus-0.9.22-fpc-2.0.4-20070326-win32.exe Apperently everything that is needed is inside this installer (?) which is real nice. I give it test by writing a little HelloWorld program and

Re: [lazarus] HelloWorld: gdb.exe crashes

2007-08-22 Thread Marc Weustink
Skybuck Flying wrote: - Original Message - From: Marc Weustink [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, August 22, 2007 10:07 AM Subject: Re: [lazarus] HelloWorld: gdb.exe crashes Skybuck Flying wrote: Hello, I downloaded and installed the latest Lazarus binary

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-22 Thread Marc Weustink
Christian U. wrote: Has anyone noticed, that fpc 2.1.5 dont find unist wich have the wrong case in uses ?! Below i have copied an try to compile lazarus. is that realy an fpc issue ? is it known ? I can confirm :( I ran in the same whan compiling lazarus (on a case sensitive nfs mount) Marc

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Marc Weustink
Luis Rodrigues wrote: Hi all, Sorry to send the bug reports here but I can not access mantis or freepascal.org. Does any one know why? According to the logs you logged in at Mantis yesterday at 2007-08-22 17:21 Have you retried ? Marc

Re: [lazarus] Lazarus Bugs

2007-08-23 Thread Marc Weustink
Luis Rodrigues wrote: This is very stange because I can not access anything on www.freepascal.org. If I do: telnet www.freepascal.org 80 Trying 62.166.198.202... Connected to www.freepascal.org. Escape character is '^]'. GET / HTTP/1.0 [snip] it just hangs and I get no more data :( Are

Re: [lazarus] TSPeedButton background painting

2007-08-23 Thread Marc Weustink
Graeme Geldenhuys wrote: This is what grieved me about some other LCL components as well. The developer *must* be able to control the look of a application. I've had many clients that specify a specify look and color choice for their applications, regardless of the desktop theme in use! Why

[lazarus] Merged: Image Alpha and Imagelist support

2007-08-24 Thread Marc Weustink
Hi, finally r11861, after some weeks of merging (i'm not sur if I do it again this way) Big outline of what is changed: * Implemented basic alpha support * Implemented LCL side of imagelist * restructured rawimage to more OO What does this mean for you ? Alpha support: - You now can

Re: [lazarus] Merged: Image Alpha and Imagelist support

2007-08-26 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Marc Weustink wrote: Hi, finally r11861, after some weeks of merging (i'm not sur if I do it again this way) Hi, Did you look at bugs 8550 and 8814 ? Yes, only a look :) They are still not fixed. True, first things first. Getting this whole

Re: [lazarus] Broken SVN

2007-08-26 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Christian U. wrote: TLazInfImage dont support AutoCreateMask anymore in actual SVN wich breaks the Virtualtrees Support. Also no transparency works in any Lazarus Image Type I can confirm this. I reported two bugs: 9501 and 9502 9501 is fixed in r11865.

Re: [lazarus] Posting translation

2007-08-28 Thread Marc Weustink
Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Marc

Re: [lazarus] Breakpoint properties

2007-08-28 Thread Marc Weustink
12 12 wrote: In Delphi it is possible to assign breakpoint on certain conditions. For example i need to break program's loop when i=128. Is it possible in Lazarus? not yet Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Posting translation

2007-08-28 Thread Marc Weustink
Valdas Jankūnas wrote: Marc Weustink rašė: Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Not carefully

Re: [lazarus] Graphics dont work

2007-08-28 Thread Marc Weustink
wile64 wrote: Hello, I create an bitmap and draw with functions RoundRect, Rectangle, FillRect, TextRect, Ellipse, CopyRect. After install snapshot Lazarus-0.9.23-fpc-2.0.4-20070827 dont work in win32, work in gtk and gtk2. with Lazarus-0.9.23-fpc-2.0.4-20070809 work ok... :( This might

Re: [lazarus] TBitmap performance after alpha channel support (Was:Graphics dont work)

2007-08-30 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Luiz Americo Pereira Camara wrote: The problem is that StretchMaskBlt is calling AlphaBlend and somehow this is not working. It seems that TBitmap will have alpha channel by default (or at least LCL recognizes as having) when running in a display with 32bit

Re: [lazarus] TToolButton while grouped not working as Delphi

2007-08-30 Thread Marc Weustink
Luis Rodrigues wrote: Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 Typical borland solution. Personally I think that grouping on group number is better. (maybe we can add that

Re: [lazarus] TToolButton while grouped not working as Delphi

2007-08-30 Thread Marc Weustink
Luis Rodrigues wrote: On Thu, 2007-08-30 at 10:26 +0200, Marc Weustink wrote: Luis Rodrigues wrote: Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 Typical borland solution

Re: [lazarus] TBitmap performance after alpha channel support (Was:Graphics dont work)

2007-08-30 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Marc Weustink wrote: Luiz Americo Pereira Camara wrote: Luiz Americo Pereira Camara wrote: The problem is that StretchMaskBlt is calling AlphaBlend and somehow this is not working. It seems that TBitmap will have alpha channel by default (or at least LCL

Re: [lazarus] broken gtk+ compatibility

2007-08-31 Thread Marc Weustink
Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem didn't exist before, I presume that some change has

Re: [lazarus] Gtk 2 and Image Masks problems

2007-08-31 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Hi, I did some tests to see how the magnifier would works after the image changes, and I found some problems introduced on revision 11861 First, the magnifier starts showing lot's of messages like this: (magnifier:9882): GLib-GObject-CRITICAL **:

Re: [lazarus] broken gtk+ compatibility

2007-08-31 Thread Marc Weustink
Marc Weustink wrote: Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50). As this problem didn't exist before, I presume

Re: [lazarus] PNG support and FPReadPNG unit

2007-09-01 Thread Marc Weustink
Graeme Geldenhuys wrote: -- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 28-Aug-2007 11:35 Subject: PNG support and FPReadPNG unit To: lazarus@miraclec.com Hi, Does Lazarus use the FPReadPNG unit included in 'fcl-image'? If not, why not? Why do you

Re: [lazarus] Mouse wheel and Lazarus IDE editor

2007-09-01 Thread Marc Weustink
Graeme Geldenhuys wrote: -- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: 29-Aug-2007 10:04 Subject: Mouse wheel and Lazarus IDE editor To: lazarus@miraclec.com Hi, I'm using Lazarus under Linux compiled with the GTK1 toolkit. Lazarasu v0.9.23 (r11831).

Re: [lazarus] broken gtk+ compatibility

2007-09-01 Thread Marc Weustink
Giuliano Colla wrote: Marc Weustink ha scritto: Marc Weustink wrote: Giuliano Colla wrote: With rev. 11861 I started having problems with some versions of gtk+ libraries. Transparent parts of glyphs are shown in black. This happens with FC1 (gtk+1.2.10-28.1) but not with FC5 (gtk+1.2.10-50

Re: [lazarus] TToolButton while grouped not working as Delphi

2007-09-01 Thread Marc Weustink
Vincent Snijders wrote: Marc Weustink schreef: Luis Rodrigues wrote: Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 Typical borland solution. Personally I think that grouping

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-02 Thread Marc Weustink
Christian U. wrote: What about implementing Scanline when we have already so mutch changes at the graphics subsystem ? Theo has made an Scanline component with his opBitmap that shows that it is possible plattform independent O yeah... we never told that it cannot be done platform

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-02 Thread Marc Weustink
Christian U. wrote: OK, it was not Lazarus itself it is GLscene that isnt compileable since 11861 Also Virtualtreeview couse it use a lot of Functionality from TLazIntfImage that is gone now. I dont like Changes like this shortly bevore an Release Tranzparency dont work also for some Image

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-02 Thread Marc Weustink
Christian U. wrote: Since what is the reason to use Scanline.. ...right performance. When adding a Scanline in a crossplatform way, you will never get that performance. TRawImage or TLazIntfImage have better ways to implement this. thats not true, with opBitmap i get the same Scanline

Re: [lazarus] Graphics dont work

2007-09-02 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: Marc Weustink wrote: wile64 wrote: Hello, I create an bitmap and draw with functions RoundRect, Rectangle, FillRect, TextRect, Ellipse, CopyRect. After install snapshot Lazarus-0.9.23-fpc-2.0.4-20070827 dont work in win32, work in gtk and gtk2

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-02 Thread Marc Weustink
Christian U. wrote: Am 03.09.2007 um 00:16 schrieb Marc Weustink: Christian U. wrote: Since what is the reason to use Scanline.. ...right performance. When adding a Scanline in a crossplatform way, you will never get that performance. TRawImage or TLazIntfImage have better ways

Re: [lazarus] Latest Lazarus revisions not compileable

2007-09-02 Thread Marc Weustink
Marc Weustink wrote: Christian U. wrote: Am 03.09.2007 um 00:16 schrieb Marc Weustink: Christian U. wrote: Since what is the reason to use Scanline.. ...right performance. When adding a Scanline in a crossplatform way, you will never get that performance. TRawImage or TLazIntfImage

Re: [lazarus] TClipboard.AssignToGraphic copies empty stream

2007-09-03 Thread Marc Weustink
12 12 wrote: I had an initial implementation (see http://www.hu.freepascal.org/fpcircbot/cgipastebin?msgid=1239). It seemed to work correctly on windows 2000, but not in windows xp. I have no time to finish it now. Can you create a bug report, so it won't be forgotten? ### I already tried to

Re: [lazarus] Performance of 24bit bitmap in 32bit color display

2007-09-03 Thread Marc Weustink
Luiz Americo Pereira Camara wrote: In a recent thread i discussed with Marc the alpha bitmap design, and was pointed that would be no performance penalty if a 24bit bitmap is used in a 32bit color display since the number of bytes per pixel would be equal. Initially i agreed but i found that

Re: [lazarus] TClipboard.AssignToGraphic copies empty stream

2007-09-03 Thread Marc Weustink
12 12 wrote: I caanot read the maillogs, but I've reset your password, so a new registration email is sent to you. Marc After receiving your letter about resetting password i have changed it. But now i cannot login: APPLICATION ERROR #1901 The confirmation URL is invalid or has already been

Re: [lazarus] GTK2 Error: Failed to create handles

2007-09-03 Thread Marc Weustink
Marc Weustink wrote: A.J. Venter wrote: There is something wrong in the newer lazarus revisions, it's in TBitmap.inc and it causes the GTK2 IDE to die on startup with the error Failed to create handles - ditto for any GTK2 apps compiled with it. I am now reverting to R11800 in the hope

Re: [lazarus] objectinspector patch

2007-09-05 Thread Marc Weustink
Darius Blaszijk wrote: Was there a problem with this patch? forgotten ? Marc _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] TImage.Autosize

2007-09-05 Thread Marc Weustink
A.J. Venter wrote: Hi all, New error, affecting at least gtk1 AND gtk2. TImage.Autosize is being ignored. When using Timage.LoadFromFile the image does not resize regardless of the size of timage.AutoSize. It does size Likewize timage.Picture.Canvas.StretchDraw seems not to work as

Re: [lazarus] TImage.Autosize

2007-09-05 Thread Marc Weustink
Marc Weustink wrote: A.J. Venter wrote: This is new as the code definitely worked with previous lazarus versions. Yes, ythat part got rewritten, probably a wrong compare. Is there an obvious fix somewhere ? O, i undertood you wrong. The TImage should resize, not the image

Re: [lazarus] TImage.Autosize

2007-09-06 Thread Marc Weustink
A.J. Venter wrote: O, i undertood you wrong. The TImage should resize, not the image inside it, since that last works: http://www.dommelstein.nl/scrap/scale.png But you want the opposite. it should be fixed in r11945 This had nothing to do with the changed graphics. Seen the code I

Re: [lazarus] Inconsistent Canvas behavior

2007-09-06 Thread Marc Weustink
Darius Blaszijk wrote: When I set the font of a canvas to fsBold, it gives a bold appearance on win32. On gtk it does not. Is this font specific behavior, or widgetset specific? Widgetset specific. A bold version of your forn needs to be available. Also the textheight on windows and gtk is

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

2007-09-11 Thread Marc Weustink
Graeme Geldenhuys wrote: On 11/09/2007, Víctor R. Ruiz [EMAIL PROTECTED] wrote: Hi: I know some programmers prefer Lazarus IDE the way it is. However, on my development environments, with little desktop space, working with many windows is not a happy experience. I also read some threads on

Re: [lazarus] GTK Rotated text

2007-09-11 Thread Marc Weustink
Luis Rodrigues wrote: Hi, Over the last weekend I've implemented text rotate in GTK2. I've implemented it in Gtk2WidgetSet.ExtTextOut. Since there is no way to define that the font is rotated, TGtk2WidgetSet.CreateFontIndirectEx .. lfEscapement can only be used to place the angle somewhere to

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

2007-09-11 Thread Marc Weustink
Johannes Nohl wrote: I've the same layout in separate windows. I never can get used to delphi versions where they are placed in one window, since whin I want to edit As I mentioned, I have done the same as you and am very happy with separate windows. On the other hand it might be good to let

Re: [lazarus] Another icons for Lazarus

2007-09-15 Thread Marc Weustink
wile64 wrote: 2007/9/15, Joost van der Sluis [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Op zaterdag 15-09-2007 om 00:50 uur [tijdzone +0200], schreef wile64: /9/11, Joost van der Sluis [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Well... if you have time, do you also

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: Hi, as the subject says. I just realized that it does not work anymore (after working flawlessly for years). The latest svn revision that works for me is 11800. Perhaps there are later revisions that work but some I could not compile and others did not start and I got tired

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: On Mon, 17 Sep 2007 18:17:43 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Lord Satan wrote: To me this looks like Marcs new image code is responsible for my troubles. As far as I can tell from the code you gave not. But the given code and probelmdescription is a bit

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: On Mon, 17 Sep 2007 20:32:50 +0200 Marc Weustink [EMAIL PROTECTED] wrote: snip The error is an 'invalid type cast'. (1) That comes somewhere. If you run your app in lazarus, dou you get a call stack when you get this exception ? Nope, but I don't use a debugger

Re: [lazarus] My image loading is broken

2007-09-18 Thread Marc Weustink
Lord Satan wrote: On Tue, 18 Sep 2007 00:16:24 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Nope, but I don't use a debugger in lazarus. With this result, you might consider doing so, you could have found the cause. I would if I could. But I launch my progs through 'run_and_wait' (or some

Re: [lazarus] Another icons for Lazarus

2007-09-18 Thread Marc Weustink
wile64 wrote: 2007/9/14, Graeme Geldenhuys [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: On 14/09/2007, Paul Ishenin [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dont know. Cant understand what project icon means - paper box? But if other are happy I will add

Re: [lazarus] More icons

2007-09-19 Thread Marc Weustink
wile64 wrote: For the menu ! menu_view_objectinspector.png Cool Marc _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Linking to properties on other forms/datamodules..

2007-09-25 Thread Marc Weustink
Mattias Gaertner wrote: On Mon, 24 Sep 2007 21:21:34 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Wow, that is such pity that it has been moved to Post v1.0 as I modularise my code quite a bit that way and use links to DataModules extensively. Can anyone point out where I should start

Re: [lazarus] Debug console app

2007-09-27 Thread Marc Weustink
Tom Walsh wrote: I am having trouble debugging a console app using the lazarus IDE under linux. The application uses readln and writeln statements to interact with the user, there are no gui components in the app. The lazarus IDE is far easier to use to control gdb than using the command

Re: copy Lazarus version to clipboard

2007-09-27 Thread Marc Weustink
wile64 wrote: 2007/9/27, Graeme Geldenhuys [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: On 27/09/2007, Graeme Geldenhuys [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: remember already! :) I''m about to modify my local copy of Lazarus to copy the Version, Revision and

Re: [lazarus] Debug console app

2007-09-27 Thread Marc Weustink
Tom Walsh wrote: Marc Weustink wrote: Tom Walsh wrote: I am having trouble debugging a console app using the lazarus IDE under linux. The application uses readln and writeln statements to interact with the user, there are no gui components in the app. The lazarus IDE is far easier to use

Re: [lazarus] how to watch numbers in 'hexadecimal' while running

2007-10-06 Thread Marc Weustink
http:hi.baidu.comyuye_abc wrote: as sometimes I want to see the numbers that shown like $, I tried to set the style of watches in the window called watch properties, but the Style colum is not available. Who helps me its not implemented yet Marc

Re: [lazarus] Bug: Lazarus opens twice the same source file!

2007-10-08 Thread Marc Weustink
Mattias Gaertner wrote: On Mon, 08 Oct 2007 17:46:04 +0400 12 12 [EMAIL PROTECTED] wrote: Bug: Lazarus opens twice the same source file! I use relative paths for units. This simplifies moving of project. This way i add to compiler options in Other units section: ../../includes\

Re: [lazarus] Bug: Lazarus opens twice the same source file!

2007-10-09 Thread Marc Weustink
Mattias Gaertner wrote: On Mon, 08 Oct 2007 23:05:04 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Mon, 08 Oct 2007 17:46:04 +0400 12 12 [EMAIL PROTECTED] wrote: Bug: Lazarus opens twice the same source file! I use relative paths for units. This simplifies moving

Re: [lazarus] Any idea why this is going wrong ?

2007-10-12 Thread Marc Weustink
A.J. Venter wrote: Hi, I'm trying to write a really simple SOAP client, to send SMS's with. At least, it's really simple in THEORY. My code is below, I checked it - in string the content is perfect, and it is posting. But it kept failing, so enventualy I sniffed it, it's POSTING it as garbage

Re: [lazarus] ListView Crashes on Mac OS X...

2007-10-13 Thread Marc Weustink
Dominique Louis wrote: Hi all, I notice a couple of things during a port of a Delphi app to Lazarus on Mac OS X. Firstly, the TreeView seems to have a refresh issue and it only draws itself correctly if you expand and contract nodes. Secondly, and more importantly, if I add a ListView to

Re: [lazarus] Transparency Problems

2007-10-16 Thread Marc Weustink
Tobias Giesen wrote: Hello, I have a question. A few months ago, I could place a TImage on my form and load a BMP picture with a lot of white pixels as background. These white pixels would then be handled as transparent if the property Transparent is true. Since a few months ago, this does not

Re: [lazarus] Transparency Problems

2007-10-16 Thread Marc Weustink
Tobias Giesen wrote: Hello, I have put a sample project here: http://www.tgtools.com/privatemac.zip (4.5MB with compiled app) But all you really need to do is load the small unit SmallTestMain into the IDE, so I have put it here separately: http://www.tgtools.com/TranspTestUnit.zip It

Re: [lazarus] Mac OS X : TBitBtn Transparency

2007-10-24 Thread Marc Weustink
Dominique Louis wrote: I've noticed that transparency for TBitBtn under Carbon on Mac OS X does not appear to work. Let me clarify that. It looks fine inside the X11 ide on the Lazarus form, but is not transparent at run-time under Carbon. Is there anything specific to Mac OS I need to do

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Marc Weustink
Stephano wrote: Are there any plans to implement AllocateHWnd for Linux? It already exists for win platform in Lazarus. And there we go :( Marc _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Marc Weustink
Stephano wrote: Marc Weustink wrote: And there we go :( Marc Is that supposed to be an answer to the question? No, but it is the proof to the reason why we didn't want to implement it on win32 Marc _ To unsubscribe

Re: [lazarus] Access violations when using Watches while debugging on OS X i386

2007-10-28 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 28 Oct 2007 06:48:22 +0100 Tobias Giesen [EMAIL PROTECTED] wrote: Can you provide an example and/or backtrace? It's hard to create on purpose. Here's a stack trace: TDBGWATCH_DOCHANGED, line 2636 of debugger.pp Only one line? No context? I just ran into

Re: [lazarus] [R1259x][GTK2][Ubuntu] SegV in APPLYMASK

2007-10-29 Thread Marc Weustink
Milipili Houbi wrote: Since the rev 1259x I have the following issue : [snip] (pixie:16871): Gdk-WARNING **: /build/buildd/gtk+2.0-2.12.0/gdk/gdkpixbuf-drawable.c:1255: Depth of the source drawable is 1 where as the visual depth of the colormap passed is 24 (pixie:16871):

Re: [lazarus] Missing symbols in Mac OS 10.3

2007-10-29 Thread Marc Weustink
Tobias Giesen wrote: Hello, I just succeeded in my first cross-compiling and I am now trying my app on a G3 Mac. The Carbon widgetset is used. The following symbols are not available on 10.3: kUTType* (used by CarbonClipboard) kCGColorSpaceGenericRGB (used by CarbonProc)

Re: [lazarus] Delphi Source/Samples/*.pas units

2007-10-29 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Anybody know if we may use the following units or are they copy protected by Borland as well? [EMAIL PROTECTED]:$ pwd /mnt/windows/Program Files/Borland/Delphi7/Source/Samples [snip] My first thought would be that they are copy protected by Borland, but they

Re: [lazarus] [R1259x][GTK2][Ubuntu] SegV in APPLYMASK

2007-10-30 Thread Marc Weustink
Mattias Gärtner wrote: Zitat von Paul Ishenin [EMAIL PROTECTED]: Milipili Houbi wrote: I have found a way to demonstrate the problem. here is the protocol to reproduce the error with the last rev of lazarus (12641). I have not test with previous one. - Env: Ubuntu 7.10, GTK2 - Create a

Re: [lazarus] [R1259x][GTK2][Ubuntu] SegV in APPLYMASK

2007-10-31 Thread Marc Weustink
Milipili Houbi wrote: On Oct 30, 2007, at 1:25 PM, Marc Weustink wrote: Mattias Gärtner wrote: Zitat von Paul Ishenin [EMAIL PROTECTED]: Milipili Houbi wrote: I have found a way to demonstrate the problem. here is the protocol to reproduce the error with the last rev of lazarus (12641

Re: [lazarus] Having a problem installing packages

2007-10-31 Thread Marc Weustink
Matt Henley wrote: I have one question. I use the zeoslib package and use lazarus from svn. When i do an svn update make clean all and then start lazarus, I have to rebuild from inside lazarus to get the zeoslib installed. Is there a way to do that when i rebuild from the command line? its

Re: [lazarus] Hiding ancentors member during inheritance

2007-11-01 Thread Marc Weustink
12 12 wrote: Suppose i've got class TA = class public itsMember1 : longint; end; I want class TB = class(TA); but itsMember1 should be private. Is it possible? No. Doesn't make much sense, since casting TA(B) would give access anyway Marc

Re: [lazarus] Bug in recompiling IDE

2007-11-05 Thread Marc Weustink
Michael Van Canneyt wrote: On Mon, 5 Nov 2007, Vincent Snijders wrote: Michael Van Canneyt schreef: When you recompile the 32-bit lazarus IDE for 64-bit, you get the following error: TLazPackageGraph.CheckIfPackageNeedsCompilation Compiler filename changed for SDFLaz 0.1.1

Re: [lazarus] help for Scanline exemple

2007-11-06 Thread Marc Weustink
wile64 wrote: Hi, I use the example Scanline to change an image with the alpha channel as well. alphaTransparent = 0; alphaOpaque = 255; IntfImage.CopyPixels(ScanLineImage); what is the Description of IntfImage ? Does it have an Aplha channel ?

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread Marc Weustink
wile64 wrote: I found, with Init_BPP32_B8G8R8A8_BIO_TTB and load ScanLineImage, work Ok with Init_BPP32_B8G8R8A8_BIO_TTB and CopyPixels in example don't work, IntfImage.CopyPixels(ScanLineImage); MyBitmap.LoadFromIntfImage(IntfImage); Thats why I asked what the description of IntfImage

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread Marc Weustink
wile64 wrote: 2007/11/7, Marc Weustink [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: wile64 wrote: I found, with Init_BPP32_B8G8R8A8_BIO_TTB and load ScanLineImage, work Ok with Init_BPP32_B8G8R8A8_BIO_TTB and CopyPixels in example don't work

Re: [lazarus] ParentWindow

2007-11-10 Thread Marc Weustink
Christian Budde wrote: Ok, just for the records: I tried to do it with TWinForm.CreateParented(ParentWindow: hwnd), but I get an access violation. So that does not work. I think ParentWindow is very widgetset specific (see below). Probably it will work cross platform very limited. Ok,

Re: [lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-11 Thread Marc Weustink
Dominique Louis wrote: Hi all, What is the correct way to debug under Lazarus. I have the current settings in Environment-Debugger Options-General ( tab ).. Debugger type and path = GNU debugger (gdb) path = /usr/bin/gdb If I set a break point and run the application from within the IDE I

Re: [lazarus] Bad news

2007-11-12 Thread Marc Weustink
Florian Klaempfl wrote: Bee schrieb: I must have missed something basic in this thread. What is/was CodeGear's reaction to Lazarus? I saw some issues on the net. Someone from Borland said that FPC/Lazarus steal codes from Delphi. Someone other from CodeGear said that FPC/Lazarus is competitor

Re: [lazarus] Bad news

2007-11-12 Thread Marc Weustink
Leonardo M. Ramé wrote: http://www.stevetrefethen.com/blog/IWishTheDelphiCommandLineCompilerWereFree.aspx Where have I heard such accusations before Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-12 Thread Marc Weustink
Dominique Louis wrote: Hi Matt, the version returned is 6.3.50-20050815 ( Apple version gdb696) funny, I've: GNU gdb 6.3.50-20050815 (Apple version gdb-573) I think yours should work too Can you send the output of the debug-debug output window ? Marc

Re: [lazarus] copyright infringement in LCL code

2007-11-13 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Due to the previous discussion of copyright infringement in FPC code, I downloaded a Similarity Tester (SIM 2.21) and ran it against a few random selected files, comparing LCL to Kylix 3 source. Oh my!!! I found quite a bit of code that are marked as copied. No,

Re: copyright infringement in LCL code

2007-11-13 Thread Marc Weustink
Graeme Geldenhuys wrote: On 13/11/2007, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Oh my!!! I found quite a bit of code that are marked as copied. No, I'm not talking about the class interfaces which are duplicated or purpose. To prove this point, I attached the output of 'sim_pasc'

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any Bitmap types that Lazarus

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap, if that makes any difference. Are there any

Re: [lazarus] Mac OS X : Picture.Assign causing Access Violation...

2007-11-16 Thread Marc Weustink
Mark Morgan Lloyd wrote: Marc Weustink wrote: Mark Morgan Lloyd wrote: Dominique Louis wrote: Hi, Has anyone else encountered a problem on Mac OS X where by when you try to perform a TImage.Picture.Assign( my_image ); it causes an access violation? In this case the my_image is a TBitmap

Re: [lazarus] Laz / Fpc function listing

2007-11-17 Thread Marc Weustink
James Chandler Jr wrote: I've been using Delphi Pro from version 1 thru 2006 (skipped over a few versions). I really like Lazarus, especially the crossplatform aspects. Strangely, have been using Delphi Help (very well put-together) for most Lazarus lookup. I first check on the function

Re: [lazarus] last svn problems under fpc 2.0.4

2007-11-18 Thread Marc Weustink
Giulio Bernardi wrote: A little bit off topic... but does lazarus still need to support fpc 2.0.4? AFAIK fpc 2.2.0 runs on all platforms supported by lazarus... or am I missing something? nope. 2.2.0 fails on OSX when sources are located on a casesensitive filesystem. So initially I plead

Re: [lazarus] Mac OS X : Bitmap ScanLine....

2007-11-21 Thread Marc Weustink
Dominique Louis wrote: I know I've labeled this as Mac OS X, it's probably not specific to that OS. I've looked at the scanline demo and it works fine on Mac OS X. My question is when I try to use the code in my project using Delphi compatability mode, I get the error listed below... var

Re: [lazarus] Latest reviosn fails on Windows

2007-11-21 Thread Marc Weustink
Jeff Steinkamp wrote: C:\lazarusmake makefile:3434: warning: overriding commands for target `examples' makefile:3394: warning: ignoring old commands for target `examples' make -C lcl all make[1]: Entering directory `C:/lazarus/lcl' C:/lazarus/fpc/bin/i386-win32/rm.exe -f

Re: [lazarus] 0.9.24 released

2007-11-21 Thread Marc Weustink
Bee wrote: The Lazarus team is glad to announce the 0.9.24 release. This release is based on fpc 2.2.0. Great job! Congratulations! :) Then I assume this will be shortly followed by fixes branch of this latest stable release (v.0.9.24.1?) using the latest fpc's fixes branch of the latest

Re: [lazarus] TMaskEdit

2007-11-22 Thread Marc Weustink
Guadagnini David wrote: In attach You can found my TMaskEdit component that work well in Windows At first glance this looks like a clean implementation without copied code (can sombody this verify agains cppbuilder implementations) Some remarks about the code: Try to avoid Arguments and

Re: [lazarus] TMaskEdit

2007-11-22 Thread Marc Weustink
Guadagnini David wrote: Try to avoid Arguments and Methods prefixed with _ For Aguments there is no problem in prefixing them with A, for property getters there is nothing wrong with prefixing them with Get. In your case, GetIsMask makes perfectly clear that it reads the IsMasked property.

Re: [lazarus] LCL in Dll

2007-11-22 Thread Marc Weustink
Leonardo M. Ramé wrote: I'd try to compile Zeos Library in a Dll using Lazarus, it comiples, but can't be loaded at least using LoadLibrary in Windows, resulting in an Unknown Run-Time error 202. Reading in old forums, I found that isn't possible to create forms in dlls because of LCL

Re: [lazarus] TMaskEdit new release

2007-11-23 Thread Marc Weustink
Guadagnini David wrote: Yes, those actions are *not* handled by the LCL, it is the widgetset itself which handles the paste. Therefore, you won't see a call to SetText. This is a problem for components similar to MaskEdit because no one can handle text input through alternative control + v.

<    1   2   3   4   5   6   >