Re: [lazarus] Removing IFDEFs

2005-08-03 Thread Marc Weustink
Martin Smat wrote: Martin Smat wrote: Darius Blaszijk wrote: Don't mean to be too smart here, but I have made a list of defines with VER1 and DisableFPImage being used in the entire source tree. Perhaps it helps in removing all defines. The list does contain the path, line number and

Re: [lazarus] Further questions when porting a Delphi project

2005-08-11 Thread Marc Weustink
Alexander Todorov wrote: 2. Why can't multiple forms of the same name be created? Delphi has no problems with this. In delphi the two forms are not with the exact same name. At work we have an application with many forms that can be opened many times. When TfMyForm is opened for the

Re: [lazarus] IDE .lpi and relative filenames

2005-08-17 Thread Marc Weustink
Mattias Gaertner wrote: There is a lazarus bug report about filenames not saved relative in the .lpi file, which resulted in unit not found errors and similars. I only get these kind of errors if more than one path exist to the same sources and I'm viewing a source reached through a different

Re: [lazarus] TrayIcon

2005-08-17 Thread Marc Weustink
Bogusław Brandys wrote: Razvan Adrian Bogdan wrote: On 8/12/05, SALVATORE COPPOLA [EMAIL PROTECTED] wrote: Take a look at the Lazarus Forum, http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=891 you will find a way (tanks to Razvan and others) to get the TrayIcon

[lazarus] SVN Updates Initial LCL - Carbon interface

2005-08-28 Thread Marc Weustink
Hi Some updates: r7585: * The global InterfaceObject variable got renamed to WidgetSet * Moved the maineventloop to a callback through the widgetset, this was needed for the carbon interface. r7586: I'm proud to announce the initial steps of the carbon interface. The Hello world example

Re: [lazarus] Bugs ? Startlazarus increases link times

2005-08-29 Thread Marc Weustink
A.J. Venter wrote: Okay, I have absolutely no idea how the two things are related, but I have tried and retried for confirmation and it keeps happening. Currently, OLAD has gotten pretty big, fpc tells me it's compiling 15442 lines to build (it was actually over 19 000 earlier today but I've

Re: [lazarus] Simple IPC implementation.

2005-08-30 Thread Marc Weustink
Vincent Snijders wrote: Marc Weustink wrote: Vincent Snijders wrote: Micha Nelissen wrote: On Tue, 30 Aug 2005 11:09:30 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: In windows, it's slightly more difficult (surprise, surprise :-) ) You can use

Re: [lazarus] SVN Updates Initial LCL - Carbon interface

2005-08-30 Thread Marc Weustink
Marc Weustink wrote: Hi r7586: I'm proud to announce the initial steps of the carbon interface. The Hello world example compiles and runs (*). The interface is far form complete, on basic Form and Button support is available. Now with screenshot: http://www.dommelstein.net/scrap

Re: [lazarus] BMPs and interaction between lazarus and fpimage

2005-08-31 Thread Marc Weustink
Giulio BERNA wrote: Hi, as Michael has said, there is now (almost) full support for bmps in fcl (it's missing PNG and JPEG images inside bmps: this is a feature available in win98+ that let you have a jpeg or png with a bmp header. I think it's not something very useful, but if someone wants

Re: [lazarus] MessageDlg

2005-09-06 Thread Marc Weustink
Michael Van Canneyt wrote: On Mon, 5 Sep 2005, Mattias Gaertner wrote: On Mon, 5 Sep 2005 17:04:04 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Mon, 5 Sep 2005, Alexsander Rosa wrote: After years of development with this kind of dialog box (with a

Re: [lazarus] Native OS X apps

2005-09-06 Thread Marc Weustink
Chris Moody wrote: Hi all, I was wondering, how far away are we to be able to create native OS X apps, that uses the Aqua interface? The initial interface is there and a minumum implementation for a form and a button is done. Will we soon have a Lazarus that doesn't require the X windows

Re: Help - TMemo shows only english text

2005-09-07 Thread Marc Weustink
A.J Venter wrote: So nobody has an answer :( Oh well, I'll just redo them as TFunkyMemo's, that handles every language I've thrown at it so far. Was hoping to avoid that though, it's a lot of overtext for plain text. TBH, At first I had no clue of what your problem was. THere are only

Re: Help - TMemo shows only english text

2005-09-07 Thread Marc Weustink
A.J Venter wrote: On Thursday 08 September 2005 00:27, Marc Weustink wrote: A.J Venter wrote: So nobody has an answer :( Oh well, I'll just redo them as TFunkyMemo's, that handles every language I've thrown at it so far. Was hoping to avoid that though, it's a lot of overtext for plain text

Re: [lazarus] exception when using [].ShowModal

2005-09-09 Thread Marc Weustink
Bartek wrote: Mattias Gaertner wrote: On Thu, 08 Sep 2005 11:08:54 +0200 Bartek [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sun, 07 Aug 2005 18:40:05 +0200 Bartek [EMAIL PROTECTED] wrote: [...] TCustomForm.ShowModal Visible=False Enabled=True fsModal=True You are showing

Re: [lazarus] TSpinEdit.Value single/integer

2005-09-09 Thread Marc Weustink
Mattias Gaertner wrote: In Delphi TSpinEdit.Value is integer, while in LCL it is for historical reasons a single. The properties Decimal_Places and Climb_Rate were marked with '// TODO: remove'. :) Should we change it and remove Decimal_Places and Climb_Rate? Existing .lfm don't need to be

Re: [lazarus] Patch to fix gtk2 compilation

2005-09-09 Thread Marc Weustink
Ales Katona wrote: Trying to compile with LCL_PLATFORM=gtk2 it fails on gtkobject.inc file in lcl/interfaces/gtk. This patch fixes it altho I don't know if it was a bug or something intentional (perhaps something changed in minor versions of gtk2?) Yesterday I compiled gtk2 with FPC 2.0.0

Re: [lazarus] A small patch called LazDoc

2005-09-12 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Hi, It took me a bit more time than anticipated, but I have prepared a patch that will incorporate an FPDoc editor/viewer into lazarus. Thanks. A general note to ourself (=laz devels), is it possible to add such as package ? Lazdoc is intended to be shown next to

Re: [lazarus] Lazarus binaries

2005-09-14 Thread Marc Weustink
Bogusław Brandys wrote: Hello, Can someone explain why on official Lazarus page Download section has no link to http://www.ca.freepascal.org/Lazarus for snapshot releases ? I'm sure that many of users would like to know this link especially under Windows (I found snapshots for Win32 very good

Re: [lazarus] Codetoolmanager Sourceextentions

2005-09-17 Thread Marc Weustink
Mattias Gaertner wrote: On Sat, 17 Sep 2005 18:08:27 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Hi, Mattias, do you have any problems in adding .p as source extention (macsources .p as extention) ? Only one: How does FPC search source files? At the moment it searches first .pp

Re: [lazarus] Re: International comments

2005-09-18 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 18 Sep 2005 18:52:10 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: They can. For example: linux/gtk/german. People using an UTF8 font creates UTF8 umlaute and they are shown properly. There are still some todos: key

Re: [lazarus] Spinedit bug

2005-09-22 Thread Marc Weustink
Mattias Gaertner wrote: On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) [EMAIL PROTECTED] wrote: The Anchors dialog does not show anymore. I keep getting a message: Error reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: Decimal_places. Presumably caused by the spinedit changes from

Re: [lazarus] Willing to help

2005-09-27 Thread Marc Weustink
Micha Nelissen wrote: Mattias Gaertner wrote: Question: - Should only published methods be auto deleted, or all empty methods? Should empty procedures/functions be deletes too? Only published methods that are an event handler, AFAIK. Correction: all methods declared between the class

Re: [lazarus] Willing to help

2005-09-27 Thread Marc Weustink
Micha Nelissen wrote: Marc Weustink wrote: Only published methods that are an event handler, AFAIK. Correction: all methods declared between the class declaration and the first section (private/protected/public/published) First section means first different section by use of keyword

Re: [lazarus] Willing to help

2005-09-28 Thread Marc Weustink
but the comment remains... Some connect: 1) Don't rely in a first private, it may not exist. IMO it should be first private/protected/public/published 2) Is it only for forms, or also dataform/service etc ? Marc Alex 2005/9/27, Marc Weustink [EMAIL PROTECTED]: Micha Nelissen wrote

Re: [lazarus] Several patches

2005-09-29 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Here are two patches, which were lying around some time. checkgroup: - added property CheckByName: check box can be changed by only knowing the name (no need to search the index) - added property CheckEnabledByName: check box can be enabled by only knowing the name (no

Re: [lazarus] Several patches

2005-09-29 Thread Marc Weustink
[EMAIL PROTECTED] wrote: What would be the use of a index by Caption ? (At least I think you mean Caption, since the internal checkboxes don't have a name) That is one of the problems, see the next code to clarify the use; if EditorOptionsGroupBox.CheckedByName[dlgUseSyntaxHighlight] then

Re: [lazarus] Several patches

2005-09-29 Thread Marc Weustink
Mattias Gaertner wrote: On Thu, 29 Sep 2005 20:40:42 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Darius Blaszijk wrote: [...] But back to the basic question, what is the need: Why index by name ? CheckBoxGroup's like RadioGroup's show their components based on a number of items

Re: [lazarus] Several patches

2005-09-30 Thread Marc Weustink
Micha Nelissen wrote: Marc Weustink wrote: The reason I thought of it is the continuos trouble I have with for instance grid.columns or statusbar.panels You only can access them by index. Having them as classfields makes life easier. Like a dataset, those items doesn't have to be persistent

Re: [lazarus] Several patches

2005-09-30 Thread Marc Weustink
Mattias Gaertner wrote: On Fri, 30 Sep 2005 10:20:31 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 29 Sep 2005 23:46:14 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: [...] Spacing like http://www.dommelstein.nl/scrap

Re: [lazarus] Visibility of Paint method

2005-10-02 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 02 Oct 2005 17:59:52 +0200 Matthijs Willemstein [EMAIL PROTECTED] wrote: Hi All, In Delphi the Paint method is declared protected in TCustomControl. In Lazarus however this method is declared public. Is this a remainder of the past or is it done intentionally?

Re: [lazarus] Re: Graphics basics on gtk

2005-10-02 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Marc Weustink wrote: AFAIK there is no restriction on where a toolbar is placed On win32 if I put a Toolbar on the bottom of the app it will appear twice. Once on the bottom without any of it's buttons and another on the top of the form with the buttons

Re: [lazarus] debugger once again

2005-10-06 Thread Marc Weustink
Bogusław Brandys wrote: Hi, Forgive me but : can I change display option for watches ? It seems not available to set it in watch properties dialog. This is yet supported by the underlying debuggerclasses. Marc _ To

Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-10 Thread Marc Weustink
Marc Weustink wrote: Florian Köberle wrote: Vincent Snijders schrieb: Florian Köberle wrote: Mattias Gaertner schrieb: Is this the same as issue 1304? http://www.lazarus.freepascal.org/mantis/view.php?id=1304 Probably yes. I marked the issue as resolved. Mattias Yes

Re: [lazarus] Re: Is this a bug?

2005-10-12 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Felipe Monteiro de Carvalho wrote: Arí Ricardo Ody wrote: Do someone have any suggestion about the problem? May this be a bug? It's not possible show the LRM screen due to the PNG file be greater than 40 KB. You can send the image to my personal

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Marc Weustink
Joost van der Sluis wrote: On Wed, 2005-10-12 at 20:58 +0200, Marc Weustink wrote: It says something about TStringList property Strings not being published... You will get this error when loading a form with DB (related) components with an Active=True property and the connection to the DB

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Marc Weustink
Arí Ricardo Ody wrote: I can understand that the trouble was caused by an Active=true and a DB conenection fails as said mr. Marc Weustink, although I'm not sure about this because if, in the time I generate the code the situation of DB is the same. The first question that comes to my mind

Re: [lazarus] Lazarus and FVWMN

2005-10-18 Thread Marc Weustink
Luis R. Hilario B. wrote: Something more, the error: Error: Can't call the linker, switching to external linking. is for lack of memory, I use the text mode to compile Lazarus. For compiling lazarus itself you need more memory. Marc 2005/10/18, Luis R. Hilario B. [EMAIL PROTECTED]:

Re: [lazarus] Patch for popumenu in source editor

2005-10-22 Thread Marc Weustink
Tomáš Gregorovič wrote: Hi, I have improved popupmenu in source editor. It's now also shown when clicking the notebook page tab. Therefore I had to add published property to PopupMenu to LCL component TNoteBook. Next I have resolved bug with setting the breakpoints by right mouse click on the

Re: [lazarus] Debugging multitheaded application

2005-10-28 Thread Marc Weustink
Horacio Jamilis wrote: Hi, I am porting a multithreaded server application from Delphi to Lazarus (linux). I am using the cThreads unit, and the TThread class. The program is not working properly... I don´t know why yet. But it compiles and starts! I´m happy for that. The program listen

Re: [lazarus] lazarus site is hacked

2005-10-29 Thread Marc Weustink
ik wrote: On Saturday 29 October 2005 11:11, Marc Weustink wrote: Thomas Zastrow wrote: Florian Klaempfl wrote: Lv wrote: This is getting annoying.. Cant you guys just use Linux or BSD with ipchains or iptables. If you want a firewall script let me know. What is the connection

Re: [lazarus] Re: About bug 1062

2005-10-31 Thread Marc Weustink
Mattias Gaertner wrote: On Sat, 29 Oct 2005 13:20:02 -0200 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: DefaultGlyphsNone -- Does not include any glyphs (the programmer can include his own or not) DefaultGlyphsPlatform -- Includes the default glyphs or

Re: [lazarus] Sorting columns in a listview

2005-10-31 Thread Marc Weustink
jean-marc levecque wrote: Hi, Still porting my app from Delphi, I have again some difficulties with the listview. Apparently, CustomSort is not available, so, I am trying to use SortColumn by setting it with the column number, and I wrote something in the event OnCompare, similar to what I

Re: [lazarus] Testing new forum

2005-10-31 Thread Marc Weustink
John Samperi wrote: At 06:34 PM 31/10/2005, you wrote: Maybe it more correct, to say it hasn't born yet, than dead. Maybe :-) It seems incredibly slow compared to D6 at compiling and running a program. Also things that work on Delphi do not seem to work with Lazarus. Lots of crashes and

Re: [lazarus] make lazarus use gtk 2.6 filechooser

2005-11-06 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 06 Nov 2005 08:14:42 +0100 dannym [EMAIL PROTECTED] wrote: Hi, attached is an initial patch to make the gtk 2.6 filechooser work for lazarus (lcl). Still needs some gtk version detection magic I guess (if we want to support gtk2 2.6, that is) Note that gtk

Re: [lazarus] weird SetDashes

2005-11-06 Thread Marc Weustink
dannym wrote: Hi, attached something I keep changing back and forth. Is the current version of the gtk2 freepascal bindings using the one or the other syntax ? If that is the new one, please apply :) If not, uhmm... *confused* :) cheers, Danny

Re: [lazarus] patch for TWinControl.GetHandle

2005-11-13 Thread Marc Weustink
darekM wrote: Micha Nelissen napisał(a): On Sun, 13 Nov 2005 17:37:18 +0100 darekm [EMAIL PROTECTED] wrote: Index: lcl/include/wincontrol.inc === --- lcl/include/wincontrol.inc(wersja 8136) +++ lcl/include/wincontrol.inc

Re: [lazarus] MAC address

2005-11-16 Thread Marc Weustink
Andrea Mauri wrote: I would like to convert a delphi/kylix project in lazarus project. In the kylix project there is also a function that checks the MAC address: ethernet:= 'eth0'; i:= socket(AF_INET, 2, 0) ; if not i 0 then begin StrPLCopy(@f.ifrn_name, ethernet, IFNAMSIZ); if not

Re: [lazarus] Unicode and LCL?

2005-11-17 Thread Marc Weustink
Borut Maricic wrote: I am coming from Delphi, where I am using Unicode-enabled (3rd party) Tnt-Components. I am new to FPC and Lazarus. I would like to be able to make some educated strategic decisions before I invest more time in work with Lazarus. Could someone please give me short answers to

Re: [lazarus] ListView question

2005-11-21 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Vincent, I need some help here. I'm not familiar with the widgetset at all. TCustomListView has a HideSelection property, not yet published by TListView. I removed the comments so the property gets published. It could be implemented for win32 interface by

Re: Fwd: Re: [lazarus] Events of ComboBox

2005-11-29 Thread Marc Weustink
jean-marc levecque wrote: Sorry, after trying three times to log in the bugtracker, I always get an error message. It is always telling that my account is locked even after creating a new one, and telling I lost the pasword, which made me sure that my login and email address are known by

Re: [lazarus] Showing multiple forms

2005-12-03 Thread Marc Weustink
Alexander Todorov wrote: Hi, I am writing a gui application that lets the user open images and execute some image interpolation algorithms on them. This is for educational purposes. I want to make a window layout like Photoshop, e.g. different images in different windows. When the user selects

Re: [lazarus] TListView Questions

2005-12-07 Thread Marc Weustink
George Lober wrote: Hi all, 1) Can someone tell me how to make TListView scroll to and show the topmost item of a list in the top line of the TListView window? 2) How do you scroll to and show a particular item on the top line of the TListView window ? ListItem.MakeVisible (or was it

Re: [lazarus] Running a project always performs compile and link sequence

2005-12-07 Thread Marc Weustink
Lord Satan wrote: snip After reading this thread I ask myself what is wrong with always compiling and linking the project? I can speak only for myself but most of the time I invoke 'run' I want my project to be rebuild since I know something changed (I am inside an IDE and doing some coding,

Re: [lazarus] TListView Questions

2005-12-08 Thread Marc Weustink
George Lober wrote: George Lober wrote: Andrew Haines wrote: George Lober wrote: Marc Weustink wrote: George Lober wrote: Hi all, 1) Can someone tell me how to make TListView scroll to and show the topmost item of a list in the top line of the TListView window? 2) How do you

Re: [lazarus] Adding Lazarus to the list of MacOS developer tools

2005-12-11 Thread Marc Weustink
Thierry Coq wrote: Hello, I looked at Apple's list of development tools, and Lazarus is missing. I don't know if it is missing. It's not a native Mac app. You need X to run lazarus. Marc Can someone ask Apple to add a link ? (address :

Re: [lazarus] SVN Update - TProcessDebugger

2005-12-13 Thread Marc Weustink
Marc Weustink wrote: Hi, I just committed a new debugger. It is the replacement for the TProcess used when no debugger is defined. It simply runs the exe using a TProcess, so effectively there isn't much changed except that the code becomes cleaner since there is now always a debugger

Re: [lazarus] Re: Trying to use LCLIntf.StretchBlt on gtk and possible patch for gtk interface

2005-12-14 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Andrew Haines wrote: and then at the (gdb) prompt: run --g-fatal-warnings (gdb) run --g-fatal-warnings Starting program: /home/felipe/Programação/Lente/magnifier --g-fatal-warnings Reading symbols from shared object read from target memory...done. Loaded

Re: [lazarus] Re: Trying to use LCLIntf.StretchBlt on gtk and possible patch for gtk interface

2005-12-14 Thread Marc Weustink
Michael Van Canneyt wrote: On Wed, 14 Dec 2005, Marc Weustink wrote: Felipe Monteiro de Carvalho wrote: Andrew Haines wrote: and then at the (gdb) prompt: run --g-fatal-warnings (gdb) run --g-fatal-warnings Starting program: /home/felipe/Programação/Lente/magnifier --g-fatal

Re: [lazarus] Snapshot and latest subversion very unstable

2005-12-16 Thread Marc Weustink
Mattias Gaertner wrote: On Fri, 16 Dec 2005 13:18:11 +0100 Joost van der Sluis [EMAIL PROTECTED] wrote: On Fri, 2005-12-16 at 13:10 +0100, Mattias Gaertner wrote: I'm also experiencing problems. I think the problems are related to the codetools... codetools use a lot of ansistrings and

Re: [lazarus] Component writing problems

2005-12-21 Thread Marc Weustink
Mattias Gaertner wrote: On Wed, 21 Dec 2005 20:28:55 +0200 Markku Niskanen [EMAIL PROTECTED] wrote: procedure TSimpleLine.Resize; begin inherited; paint(); end; Don't call paint in Resize. This will be done automatically. It shouldn't be nesecary there, but if you ever want to repaint,

Re: [lazarus] Changes for latest fpc-trunk

2005-12-21 Thread Marc Weustink
Joost van der Sluis wrote: Yes, use this one instead. Thanks, committed, r8354 Marc _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Patch for msgview.pp (enhancement)

2005-12-26 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Attached is a patch to enable color support in the Messages Window. It now makes it much easier to find your $Hint and $Note messages in a lengthy compile. Still outstanding is the option to enable users to custom select the colors used. At the moment it is

Re: [lazarus] unitinfodlg

2005-12-27 Thread Marc Weustink
Darius Blaszijk wrote: Got a remark on the layout of unitinfodlg. I'm converting it to LFM, and while I was creating all the labels located at the top I thought of instead using a listview. I think it will show more tidy. What is the general opinion on this? IMO a listview is more for

Re: [lazarus] unitinfodlg

2005-12-27 Thread Marc Weustink
Darius Blaszijk wrote: IMO a listview is more for dynamic content. This dialog aways shows the same info. To make it more uniform, I think the labels including pathlabels can be in one line, the displayed values can be the same as the path lines as readonly text (with a btnface background, so

Re: [lazarus] Compiling Lazarus for Gnome

2005-12-28 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, What are the requirements to compile Lazarus (latest svn version) for Gnome? I keep getting this error while linking: /usr/bin/ld: cannot find -ldb1 I am using Ubuntu 5.10. I have installed every -devel package I could find... eg: libgnome-dev, gnome-devel,

Re: [lazarus] patch for TListItem (inconsistent with Delphi)

2005-12-30 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Attached is a patch for TListItem, adding the property ListView, so you can reference the listview associated with the list item. This was inconsistent with Delphi's TListItem. Thanks, applied, r8390 Marc

Re: [lazarus] diskdiffsdialog

2005-12-30 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Here's a patch for diskdiffsdialog - converted to LFM Thanks, applied (slightly modified) , r8391 Marc _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Form patches

2005-12-30 Thread Marc Weustink
Darius Blaszijk wrote: Hi, After some months of absence I'm taking up devel work on lazarus again. I would like to start first submitting patches to enhance forms (converting to LFM) which I was working on but not yet finished. * project inspector; conversion to LFM * rest are just minor

Re: [lazarus] Default value for Always build (even if nothing has changed)

2006-01-01 Thread Marc Weustink
Vincent Snijders wrote: Hi, In Project - Project Options - Miscellaneous you can find the Always build (even if nothing has changed). If set to false, lazarus will try to determine, if a recompilation is needed (i.e. if some sources have changed), if the users says run or compiler. ATM the

Re: [lazarus] gtkproc.inc --- no gdk_key defs gtk2 problems

2006-01-03 Thread Marc Weustink
Dale Welch wrote: (sent again since it hasn't showed up after 4 hours :-) gtkproc.inc specifically says not to define GDK_Key defines if using gtk2. when compiling lazarus from make it includes /usr/share/lazarus/lcl/interfaces/gtk/gtkkeysyms.inc which specifically does not included

Re: [lazarus] F5 breakpoint bug

2006-01-04 Thread Marc Weustink
Mattias Gaertner wrote: On Wed, 04 Jan 2006 20:35:11 +0100 Marc Weustink [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: Mattias Gaertner wrote: Pressing F5 in the code editor sets a breakpoint. Pressing F5 for a second time sets another breakpoint, and draws a second red dot. Keep

Re: [lazarus] Where can I find information about creating a new widget set?

2006-01-04 Thread Marc Weustink
Babcsany Peter wrote: Hi, Excuse me if my english will be poor. I'm hungarian and english is not my mother language. I would like to create a new widgetset for web development. I know that it will be a huge non trivial work but it is possible. It will be implemented entirely in fpc/Lazarus

Re: [lazarus] Key value problems

2006-01-06 Thread Marc Weustink
Andrew Higgs wrote: Can anyone shed light on this problem? I get this message when running Lazarus (and my apps)... [WARNING] Out of OEM specific VK codes, changing to unassigned What keyboard layout do you use ? Marc and the value of Key (in Keyup events) is not being set properly. If

Re: [lazarus] VirtualTree

2006-01-30 Thread Marc Weustink
Andrea Mauri wrote: Hi, I downloaded the last svn vesion of Lazarus (WinXP) with tortoisesvn. I've installed VirtaulTree in my Lazarus IDE some weeks ago, it worked but now it doesn't work, building Lazarus it says that CM_PARENTFONTCHANGE is not defined. I saw that in the vtheader.inc it

Re: [lazarus] tooltip expression evaluation feature?

2006-01-30 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, From what I understood tooltip expression evaluation means, is that if I put a breakpoint on line 2 and run the app. AFAIK there you ca not set the breakpoint on the very first line of a program. OK, I meant the second line in a event or function, after the

Re: [lazarus] Key value problems

2006-01-30 Thread Marc Weustink
Andrew Higgs wrote: Marc Weustink wrote: Andrew Higgs wrote: Can anyone shed light on this problem? I get this message when running Lazarus (and my apps)... [WARNING] Out of OEM specific VK codes, changing to unassigned What keyboard layout do you use ? Marc Hi Marc Sorry

Re: [lazarus] Key value problems

2006-01-30 Thread Marc Weustink
Andrew Higgs wrote: Marc Weustink wrote: Andrew Higgs wrote: Marc Weustink wrote: Andrew Higgs wrote: Can anyone shed light on this problem? I get this message when running Lazarus (and my apps)... [WARNING] Out of OEM specific VK codes, changing to unassigned What keyboard

Re: [lazarus] tooltip expression evaluation feature?

2006-01-31 Thread Marc Weustink
Graeme Geldenhuys wrote: Ok, tested it, and it doesn't work here on a Win2000 or WinXP OS. Is there any other settings that must be enabled, in Lazarus or GDB, other that the checkbox it Editor Options? What version of GDB are you guys using? The tooltip is independent of the gdb version. If

Re: [lazarus] Gdk2x11 patch

2006-02-01 Thread Marc Weustink
Ales Katona wrote: This patch fixes compilation of gdk2x11 package. Apply from dir with gdk2x11.pas For author: never ever use libc. Use Unix, BaseUnix units. If libc is removed, why is there still a {$ifdef FREEBSD}{$linklib c} needed ? Marc Ales

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

2006-02-02 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Hello, On Windows I can use the Handle property of TBitmap and TCanvas in Windows API Function. This is very simple, as they correspond directly to a WinAPI Handle. What does the Handle property of the various objects, or at least TBitmap, TPixmap and

Re: closed bug 1478

2006-02-05 Thread Marc Weustink
George Lober wrote: I can confirm that 'publish project' doesn't work. I will give you more details if you re-open the bug, or do you want me to create a new report? After a bug is resolved, the reporter should close it, however this often not the case. To avoid unnesecary open bugs, I

Re: [lazarus] TListView.CustomSort

2006-02-22 Thread Marc Weustink
A.J. Venter wrote: Hi, It seems that the lazarus tlistview's do not implement the customsort method - not even as a virtual, the result is that all the tutorials I could find on how to sort a tlistview by a columnclick do not work with lazarus since they all rely on tcustomsort (and I presume

Re: [lazarus] cannot find -lgdk-x11-2.0

2006-02-24 Thread Marc Weustink
Panagiotis Sidiropoulos wrote: While rebuilding Lazarus, I get error messge: - /usr/bin/ld: cannot find -lgdk-x11-2.0 Are you building Lazarus for GTK 2 ? IIRC gdk-x11-2.0 comes with the gdk2 packages. Marc I tried to update gtk library using Synaptic. It found 32 files to update but on

Re: [lazarus] Program plugin

2006-02-25 Thread Marc Weustink
L505 wrote: If you choose for a dll system, I would choose Interfaces (and indeed, don't pass strings, dyn arrays or classes) Marc I don't have much experience with interfaces and would like to learn more about them. Can you import/export one to and from other languages? i.e. c++/c/etc.

Re: [lazarus] Listview scroll selected item into view

2006-02-27 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Anybody know how I can scroll the selected item of a TListview into the viewable area. eg: I have 30 items in my Listview (style is Report). Currently the listview shows the first 5 items in the list. I programatically set the FocusedItem and SelectedItem to

Re: [lazarus] turboCASH on Lazarus proof of concept - grid

2006-02-28 Thread Marc Weustink
Michael Van Canneyt wrote: On Tue, 28 Feb 2006, Bogusaw Brandys wrote: Mattias Gaertner wrote: On Tue, 28 Feb 2006 12:57:32 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: [...] 2) What are we going to use for a Grid. In Delphi/Windows we use a quality commercial package -

Re: [lazarus] Changing SynEdit

2006-03-01 Thread Marc Weustink
Mattias Gaertner wrote: On Wed, 1 Mar 2006 01:08:10 -0300 Flávio Etrusco [EMAIL PROTECTED] wrote: [...] A minor thing I'd like tackle right now is introducing a text container component to facilitate multiple views of a file and fast/cached switching of multiple files in a single editor. I've

Re: [lazarus] MySQL Compos (lpk) for lazarus

2006-03-02 Thread Marc Weustink
Marco Meile wrote: Matthijs Willemstein wrote: On Thu, 2006-03-02 at 16:16 +0100, Michael Van Canneyt wrote: yes i know, where in which DIrectory is saved the sqldblaz? i can only find sql3laz lazarus/components/sqldblaz ? You'll find it in /components/sqldb yes, thx,

Re: [lazarus] Repository access via the SVN protocol

2006-03-03 Thread Marc Weustink
Michael Van Canneyt wrote: On Fri, 3 Mar 2006, Graeme Geldenhuys wrote: Hi Michael, The only SSH client I have used is Putty (for Windows) to maintain our internal Linux server. What would such a setup involve? I don't know, because I don't know what ssh client you use. What is the

Re: [lazarus] Repository access via the SVN protocol

2006-03-03 Thread Marc Weustink
Michael Van Canneyt wrote: On Fri, 3 Mar 2006, Marc Weustink wrote: Michael Van Canneyt wrote: On Fri, 3 Mar 2006, Graeme Geldenhuys wrote: Hi Michael, The only SSH client I have used is Putty (for Windows) to maintain our internal Linux server. What would such a setup involve? I

Re: [lazarus] sqldb

2006-03-03 Thread Marc Weustink
Michael Van Canneyt wrote: On Fri, 3 Mar 2006, Bogus?aw Brandys wrote: Hello, Please ask FPC developers if they could add ErrorNumber to EDatabaseError exception to differentiate what was the cause of exception.It would be helpful for sqldb package also. This should for example evaluate

Re: [lazarus] Windows CE support on the IDE

2006-03-05 Thread Marc Weustink
Yury Sidorov wrote: Also there should be an option to setup a debugger for each target. There is gdb which allows to remotely debug wince applications from win32 host. The type of debugger is not really dependent on the target. In this case we need a remote debugger class which isn't

Re: [lazarus] patch: ARM CPU support in debugger

2006-03-06 Thread Marc Weustink
Yury Sidorov wrote: Hi, Here is a patch which adds ARM CPU support in debugger. Also now debugger is aware of target for which gdb was compiled. Thanks, applied, r8873 Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Marc Weustink
Marc Santhoff wrote: Hi, I managed to get my lazarus installation confused. If I try to compile or run a project, this error is shown: ... [TMainIDE.DoRunProject] A TMainIDE.DoInitProjectRun A True 0 TMainIDE.DoInitProjectRun B TPascalParserTool.BuildTree B OnlyIntf=False unit1.pp

Re: [lazarus] Implementing OnKeyUp on Qt

2006-03-09 Thread Marc Weustink
Flávio Etrusco wrote: try LCLObject.WindowProc(TLMessage(Msg)); // Doesn't work??? except Application.HandleException(nil); end; This should work, see DeliverMessage in gtkproc.inc. I guess the WindowProc is just a pointer to the default callback function for the underlying

Re: [lazarus] Debugger anomaly

2006-03-09 Thread Marc Weustink
Gabor Boros wrote: [snip] A small observation. GDB version in FPC distribution is 6.2.1 (cygwin) and in Lazarus 6.0 (mingw). In FPC IDE the GDB is working properly. Why not working with Lazarus because the compiler is same? The way the debugger is used is different. the FPC IDE links

Re: [lazarus] TScrollbar and TTrackbar

2006-03-13 Thread Marc Weustink
Marien van Westen wrote: I noticed a different behaviour of TScrollbar under MSWindows and Linux. In MSWindows the stand alone Scrollbar acts like a Trackbar, but when you compile a program with a scrollbar on a Linux machine the sliding part covers the whole area of the Scrollbar. :) You

Re: [lazarus] call stack and debugging problems

2006-03-14 Thread Marc Weustink
[EMAIL PROTECTED] wrote: Hi! When I debug a file. That is , the debugger stops and I look at the call stack, I cannot see filename and linenumber In other words, the debugging is made harder. I heard it was related to the freepascal compiler was not able to cooperate with gdb as the

[lazarus] Mantis

2006-03-15 Thread Marc Weustink
Hi Today we upgraded Mantis to version 1.0.1. Unfortunately there still is something wrong with the email notification. We patched the old version to solve this. I'm looking if we can fix this again. Marc _ To unsubscribe:

Re: [lazarus] Version Information: your comments please

2006-03-16 Thread Marc Weustink
Jouke Rensma wrote: I've sent the mail below earlier but apparantly it did not make it. Maybe due to the attachements? I now zipped them into one (smaller) file. --- Hi all, After some strugling, re-doing and starting from scratch again, I managed to get the version information hooked into

  1   2   3   4   5   6   >