Re: [Lazarus] Project conversion Delphi - FreePascal: success!

2011-01-06 Thread Vincent Snijders
2011/1/6 Salvatore Coppola coppolastu...@gmail.com: Hi Jansen although it is no longer my main job I am geotechnical engineer and I'm curious on the finite elements application: did you do it? is it in pascal? what is his name? If l interpreted the screenshots correctly, it is plaxis:

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread Mark Morgan Lloyd
waldo kitty wrote: On 1/5/2011 08:47, zeljko wrote: On Wednesday 05 of January 2011 09:39:52 Graeme Geldenhuys wrote: Op 2011-01-05 10:23, Bo Berglund het geskryf: What is a widget and how does it relate to my aim of making a cross-platform program? widget = component I'd say that widget

Re: [Lazarus] fpGUI

2011-01-06 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: use fpGUI directly (no LCL involvement). I do thelatter, and simply use Lazarus IDE as my editor. Which I suspect is not a viable option for comparative beginners (at least as far as Lazarus is concerned) such as Bo and myself, and which potentially makes it far

Re: [Lazarus] fpGUI

2011-01-06 Thread Mark Morgan Lloyd
José Mejuto wrote: MMLl OK, but is the implementation status at MMLl http://wiki.lazarus.freepascal.org/Roadmap#Status_of_components_on_each_widgetset MMLl up to date? I did earlier say that the situation was unclear, and that MMLl table hardly helps matters. I think I was the last one that

Re: [Lazarus] Project conversion Delphi - FreePascal: success!

2011-01-06 Thread Birger Jansen
If l interpreted the screenshots correctly, it is plaxis: http://www.plaxis.nl/page/home/ You are correct, it is Plaxis. I did not do any work on the application itself, just did a pilot conversion to see how portable the code is to FPC. I believe this application, like many in its genre,

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread zeljko
On Thursday 06 of January 2011 09:35:25 Mark Morgan Lloyd wrote: That's OK in the context of FPC and Lazarus, but Widget and widget set are generally-understood terms in the overall-context of unix-like operating systems. That's ok in any context. Widget = Visual control in any gui library (at

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread alexs
Please, install rx.lpk from lazarus/components/rx. 06.01.2011 04:58, Diwakoe пишет: 2011/1/5 alexsalex...@yandex.ru: Yes. 05.01.2011 18:31, Diwakoe пишет: Is the svn version same with snapshot version? Thanks, Diwa ___ Lazarus mailing list

Re: [Lazarus] fpGUI

2011-01-06 Thread Graeme Geldenhuys
Op 2011-01-06 10:41, Mark Morgan Lloyd het geskryf: Which I suspect is not a viable option for comparative beginners (at least as far as Lazarus is concerned) such as Bo and myself, and which potentially makes it far more difficult for other users to help with problems. Not quite sure why

Re: [Lazarus] fpGUI

2011-01-06 Thread Henry Vermaak
On 06/01/11 10:12, Graeme Geldenhuys wrote: That's weird. I use Mozilla Thunderbird, and sometimes Gmail web - both very common email clients. Maybe your email client (Icedove?) doesn't support flow-wrapping (text gets auto wrapped by email client - no hard line breaks). Flow-wrapping (or

Re: [Lazarus] fpGUI

2011-01-06 Thread Graeme Geldenhuys
Op 2011-01-06 12:15, Henry Vermaak het geskryf: Icedove is Thunderbird without the non-free bits, basically. I use it too, and it seems to work fine with your emails. Perhaps I have a later version than Mark. Thanks Henry. I see you are using v3.0.11 of Icodove. Mark is using Icedove

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
2011/1/6 alexs alex...@yandex.ru: Please, install rx.lpk from lazarus/components/rx. There is no lazarus/components/rx found, I mean only this component is missing. I try to find and only found this: /usr/lib/lazarus/0.9.31/components/rtticontrols/runtimetypeinfocontrols.lpk

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread Michael Schnell
On 01/05/2011 02:23 PM, Bo Berglund wrote: What about making a program for Linux? Do we have to compile the same program in different versions for different desktop managers on Linux? That depends on what you want to accomplish. AFAIK, if you use the GTK or QT widget type, The program will

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread Michael Schnell
On 01/05/2011 02:47 PM, zeljko wrote: I'd say that widget = TWinControl (and others derived from TWinControl of course). OK, but rater irrelevant regarding Lazarus. Here *Widget Type* = TWinControl + all handling of External Events. Handling of External (Main Thread) Events means: allowing

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Vincent Snijders
2011/1/6 Diwakoe diwa...@gmail.com: 2011/1/6 alexs alex...@yandex.ru: Please, install rx.lpk from lazarus/components/rx. There is no lazarus/components/rx found, I mean only this component is missing. I try to find and only found this: In svn it is at:

Re: [Lazarus] fpGUI

2011-01-06 Thread Mark Morgan Lloyd
Henry Vermaak wrote: On 06/01/11 10:12, Graeme Geldenhuys wrote: That's weird. I use Mozilla Thunderbird, and sometimes Gmail web - both very common email clients. Maybe your email client (Icedove?) doesn't support flow-wrapping (text gets auto wrapped by email client - no hard line breaks).

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread Michael Schnell
On 01/05/2011 11:39 PM, Graeme Geldenhuys wrote: Adding a Linux framebuffer backend to fpGUI is already on my todo list. I hope to get it done this year, so then fpGUI can compete on that level too. :) Did you consider Nano-X, too ? ( see http://microwindows.org/, download:

Re: [Lazarus] fpGUI

2011-01-06 Thread Graeme Geldenhuys
Op 2011-01-06 12:48, Mark Morgan Lloyd het geskryf: Op 2011-01-05 15:23, Bo Berglund het geskryf: So basically a widget set is a definition on what kind of graphics environment is used on the target system then? Not sure how this is going to look at your end, but your second example of

Re: [Lazarus] fpGUI

2011-01-06 Thread Marcos Douglas
On Thu, Jan 6, 2011 at 7:12 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Op 2011-01-06 10:41, Mark Morgan Lloyd het geskryf: Which I suspect is not a viable option for comparative beginners (at least as far as Lazarus is concerned) such as Bo and myself, and which potentially makes it

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread Graeme Geldenhuys
Op 2011-01-06 13:15, Michael Schnell het geskryf: Did you consider Nano-X, too ? ( see http://microwindows.org/, download: ftp://microwindows.org/pub/microwindows/microwindows-full-0.92.tar.gz, mailing List nano...@linuxhacker.org ) Maybe you can use this instead of your own Framebuffer, as

Re: [Lazarus] What do I need to do to install and use JEDI-SDL-v1.0

2011-01-06 Thread Dominique Louis
Hi Peter, I'm not at home right now ( still on holiday ), but can you send me a direct email next Thursday and I'll send you the latest JEDI-SDL files and see if we can get it working on your box. Dominique Louis. On 06/01/2011 06:11, Peter Williams wrote: Hi All, What do I need to do

Re: [Lazarus] Is there a tool to list all the string literals in your application?

2011-01-06 Thread Marco van de Voort
On Tue, Jan 04, 2011 at 01:27:26PM +, Frank Church wrote: Is there a tool to list all the string literals in your application? I want to list all the strings in my app and save them in a file or look up table from which I can change them or translate them to a different language if

Re: [Lazarus] Can't find unit contnrs used by Masks

2011-01-06 Thread Michael Schnell
On 01/05/2011 11:37 AM, Kjow wrote: If I understood what you need, in Build profiles, you can choose what build or not... Sorry for having bothered you with this. Silly me did not see the right tab of the configure build dialog that gets me to the advanced options. Now I switched off

[Lazarus] Auto-completion fix suggested for 0.9.30

2011-01-06 Thread Alexander Klenin
I nominate http://bugs.freepascal.org/view.php?id=18416 since it is a regression and have a patch. -- Alexander S. Klenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Auto-completion fix suggested for 0.9.30

2011-01-06 Thread Joost van der Sluis
On Fri, 2011-01-07 at 02:49 +1000, Alexander Klenin wrote: I nominate http://bugs.freepascal.org/view.php?id=18416 since it is a regression and have a patch. As you already now, nominations must go here: http://wiki.lazarus.freepascal.org/Lazarus_0.9.30_release_plan#Merge_revisions_from_trunk

Re: [Lazarus] Auto-completion fix suggested for 0.9.30

2011-01-06 Thread Alexander Klenin
On Fri, Jan 7, 2011 at 04:17, Joost van der Sluis jo...@cnoc.nl wrote: On Fri, 2011-01-07 at 02:49 +1000, Alexander Klenin wrote: I nominate http://bugs.freepascal.org/view.php?id=18416 since it is a regression and have a patch. As you already now, nominations must go here:

Re: [Lazarus] AnchorSide clarification

2011-01-06 Thread Mattias Gaertner
On Sat, 01 Jan 2011 14:28:08 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: The FPDoc description of TAnchorSide looks wrong to me. I improved it. IMO it should reflect the following: Every side of a TControl can be anchored to another control, as described by

[Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Lazarus-List, I'm trying to setup an Ubuntu10/x64 machine with Lazarus SVN and fpc SVN. For fpc SVN no serious problem, installed a basic 2.4.2 with rtl and compiler from .deb and compiled the 2.5.1 SVN, and installed in a folder under my home. So fpc is installed in

[Lazarus] invisible break points??

2011-01-06 Thread David Emerson
I am having a very strange and frustrating experience with lazarus, in my fpGUI app. When running, after pressing a button in my app which calls a process, the app seems to freeze up. It just sits there, unresponsive. My program has no breakpoints in it. The only way I can get it to move is

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread Andrew Haines
On 01/06/11 15:19, José Mejuto wrote: Hello Lazarus-List, I'm trying to setup an Ubuntu10/x64 machine with Lazarus SVN and fpc SVN. For fpc SVN no serious problem, installed a basic 2.4.2 with rtl and compiler from .deb and compiled the 2.5.1 SVN, and installed in a folder under my home.

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Andrew, Thursday, January 6, 2011, 10:02:21 PM, you wrote: AH execute /home/joshy/pascal/fpcbin/lib/fpc/2.5.1/ppcx64 -va | grep AH fpc.cfg from console to see which config file it is loading. AH Then check the paths in that config file. That was my first check ;) It reads the config from

Re: [Lazarus] invisible break points??

2011-01-06 Thread Martin
On 06/01/2011 20:51, David Emerson wrote: I am having a very strange and frustrating experience with lazarus, in my fpGUI app. When running, after pressing a button in my app which calls a process, the app seems to freeze up. It just sits there, unresponsive. My program has no breakpoints in

Re: [Lazarus] fpGUI

2011-01-06 Thread Pew (piffle.the.cat)
Hi Graeme On 01/06/2011 09:12 PM, Graeme Geldenhuys wrote: Here is a short animated gif showing form designing with fpGUI's UI Designer. 1 minute screencast, 1.1MB download. http://opensoft.homeip.net:8080/~graemeg/editform.gif Other than the obvious use of free pascal (fp ide, I think)

Re: [Lazarus] Is there a tool to list all the string literals in your application?

2011-01-06 Thread Thierry Coq
On 04/01/2011 14:27, Frank Church wrote: Is there a tool to list all the string literals in your application? You might want to look at Pascal Analyzer. I think one of its tools lists all strings (Literal Strings Report). See here:

Re: [Lazarus] Is there a tool to list all the string literals in your application?

2011-01-06 Thread Martin
On 04/01/2011 13:27, Frank Church wrote: Is there a tool to list all the string literals in your application? What about code explorer? It has a secion code observer, which has unnamed constants. It's not only strings, true, it's other types too. But it is easy to distinguish the strings.

Re: [Lazarus] fpGUI

2011-01-06 Thread Paul Breneman
Pew (piffle.the.cat) wrote: Hi Graeme On 01/06/2011 09:12 PM, Graeme Geldenhuys wrote: Here is a short animated gif showing form designing with fpGUI's UI Designer. 1 minute screencast, 1.1MB download. http://opensoft.homeip.net:8080/~graemeg/editform.gif Other than the obvious use of

Re: [Lazarus] fpGUI

2011-01-06 Thread Graeme Geldenhuys
On 6 January 2011 23:36, Pew (piffle.the.cat) piffle.the@iinet.net.au wrote: Other than the obvious use of free pascal (fp ide, I think) what software did you use to capture the screen images and save them as an animated gif image? Was there any extra work for you to make it a self

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Andrew, Thursday, January 6, 2011, 10:02:21 PM, you wrote: AH execute /home/joshy/pascal/fpcbin/lib/fpc/2.5.1/ppcx64 -va | grep AH fpc.cfg from console to see which config file it is loading. AH Then check the paths in that config file. Please excuse me, I had found MY!! error. Lazarus

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread shoKwave
Am 06.01.2011 23:15, schrieb José Mejuto: interpreting option -Fu/home/joshy/pascal/fpc/lib/fpc/2.5.1/units/x86_64-linux/rtl [0.008] Path /home/joshy/pascal/fpc/lib/fpc/2.5.1/units/x86_64-linux/rtl/ not found Hi. It seems you tried building a 64bit-fpc with make all using a 32bit-fpc.

Re: [Lazarus] Help building Lazarus in Linux64

2011-01-06 Thread José Mejuto
Hello Lazarus-List, Thursday, January 6, 2011, 11:30:49 PM, you wrote: s It seems you tried building a 64bit-fpc with make all using a s 32bit-fpc. Because the paths mentioned in your home/joshy/.fpc.cfg s aren't found it tries reading the /etc/fpc.cfg. s Try building fpc with make cycle first.

Re: [Lazarus] fpGUI

2011-01-06 Thread waldo kitty
On 1/6/2011 06:19, Graeme Geldenhuys wrote: Op 2011-01-06 12:48, Mark Morgan Lloyd het geskryf: Op 2011-01-05 15:23, Bo Berglund het geskryf: So basically a widget set is a definition on what kind of graphics environment is used on the target system then? Not sure how this is going

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
On Thu, Jan 6, 2011 at 5:45 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/1/6 Diwakoe diwa...@gmail.com: 2011/1/6 alexs alex...@yandex.ru: Please, install rx.lpk from lazarus/components/rx. There is no lazarus/components/rx found, I mean only this component is missing. I try

Re: [Lazarus] Rxnew component install error on amd64

2011-01-06 Thread Diwakoe
On Thu, Jan 6, 2011 at 5:45 PM, Vincent Snijders vincent.snijd...@gmail.com wrote: 2011/1/6 Diwakoe diwa...@gmail.com: 2011/1/6 alexs alex...@yandex.ru: Please, install rx.lpk from lazarus/components/rx. There is no lazarus/components/rx found, I mean only this component is missing. I try

Re: [Lazarus] invisible break points??

2011-01-06 Thread Graeme Geldenhuys
Op 2011-01-06 22:51, David Emerson het geskryf: Has anyone else seen anything like this? Yes I have. I have noticed something like that too... when my apps run via the IDE (which I hardly ever do anymore) they break for no reason. I have looked into it (at the time), and it seems that if you

Re: [Lazarus] Master-detail-subdetail

2011-01-06 Thread Koenraad Lelong
Op 04-01-11 16:18, michael.vancann...@wisa.be schreef: On Tue, 4 Jan 2011, Koenraad Lelong wrote: Hi, I have a database (firebird) with master-data, detail-data and sub-detail-data. In lazarus 0.9.28.2, svn 22279, I defined a TIBConnection, a TSQLTransaction and three TSQLQuery's. The