Re: [Lazarus] Res: Build graph application (like uml design)

2009-10-06 Thread Alexsander Rosa
Have you tried DBDesigner 4? 2009/10/6 Daniel Simoes de Ameida dopidan...@yahoo.com.br Hi Osvaldo Maybe start a migration of OpenQueryBuilder To Lazarus http://fast-report.com/en/products/free-query-builder.html []s Daniel Conheça o Projeto ACBr - Automaçao Comercial

[Lazarus] Is there a way to NOT use a transaction in sqldb ?

2009-10-13 Thread Alexsander Rosa
I'm using Lazarus from SVN with FPC 2.2.4 under Ubuntu 9.04 connecting to an 8.3 PosgreSQL server. I need to use it in a program that stays open all day -- it's a price check terminal. The user can read a barcode to show data about a single product or type part of a description and browse the

Re: [Lazarus] Is there a way to NOT use a transaction in sqldb ?

2009-10-16 Thread Alexsander Rosa
So your suggestion is to ditch sqldb and switch to zeosdbo instead of try to fix sqldb?** 2009/10/15 Luca Olivetti l...@wetron.es En/na Zaher Dirkey ha escrit: Just open the connection, get your query results then close the connection, every time you query, do not keep the connection to

Re: [Lazarus] Code signing for Windows deployment...

2009-10-26 Thread Alexsander Rosa
It's an interesting topic. I've a quick google search and got this: https://forums.embarcadero.com/thread.jspa?threadID=25692 Is this really needed? 2009/10/26 Bruce Tulloch br...@causal.com How does one sign an application built with FPC/Lazarus to avoid the Unknown Publisher warning when

Re: [Lazarus] Code Metrics and Project Analysis

2009-11-17 Thread Alexsander Rosa
Have you tried command-line utility SLOC Count? http://www.dwheeler.com/sloccount/ 2009/11/17 Graeme Geldenhuys gra...@mastermaths.co.za Can Lazarus IDE report on a Project or Package any statistics? eg: % code lines, % comment lines, total no of lines of code, number of units etc..? If

Re: [Lazarus] Strings

2009-11-18 Thread Alexsander Rosa
I think he means things like EAN codes (GS1-128 may have up to 48 characters), MD5 sums (32 characters) or some small piece of base64-encoded data. If you're ABSOLUTELY sure you will store only printable ASCII data (from 0x20 to 0x7e) and do not need more than 250 characters, ShortString may be

[Lazarus] David I in Brazil: Delphi will have MacOS and Linux versions in 2010

2009-11-27 Thread Alexsander Rosa
http://computerworld.uol.com.br/tecnologia/2009/11/26/delphi-tera-em-2010-versoes-para-linux-e-mac-os/ My loose translation: Delphi, a tool for application development, mostly for PCs, will get next year versions for Linux and Mac OS. The information comes from Embarcadero's vice-president for

Re: [Lazarus] Release 1.0, part 2

2009-11-30 Thread Alexsander Rosa
I second that - 1.0rc is the best solution. 2009/11/30 zeljko zel...@holobit.net On Monday 30 November 2009 09:33, Florian Klaempfl wrote: So this proves the point that a version number 1.0 wouldn't change anything :) It was FPC which broke things apparently being at version 2.2.x.

Re: [Lazarus] Release 1.0, part 2

2009-12-01 Thread Alexsander Rosa
We must realize that a college teacher/software engineer willing to use Lazarus at her classes/work is an ally. Sometimes she is having a hard time convincing her superiors that it's Ok to use Lazarus because, you know, version numbers are irrelevant. For the seasoned free software user, it makes

Re: [Lazarus] PilotLogic's CodeTyphon (rebranded Lazarus)

2009-12-11 Thread Alexsander Rosa
After all, what's this CodeTyphon? Is it good or bad? 2009/11/13 Vincent Snijders vsnijd...@vodafonevast.nl Graeme Geldenhuys schreef: Hi, Has anybody seen this already. It's a software company called PilotLogic, that uses a rebranded (only in some of the screenshots) Lazarus. It

Re: [Lazarus] PilotLogic's CodeTyphon (rebranded Lazarus)

2009-12-14 Thread Alexsander Rosa
I will try it for cross-compiling; I need to compile for 32-bit Ubuntu on a 64-bit Ubuntu. 2009/12/14 Graeme Geldenhuys graemeg.li...@gmail.com Alexsander Rosa wrote: After all, what's this CodeTyphon? Is it good or bad? As far as I can see, it is simply a rebranded Lazarus, includes

Re: [Lazarus] PilotLogic's CodeTyphon (rebranded Lazarus)

2009-12-14 Thread Alexsander Rosa
The cross compiling seems to work only on Windows, all menu options were greyed out on Linux. 2009/12/14 Graeme Geldenhuys graemeg.li...@gmail.com Alexsander Rosa wrote: I will try it for cross-compiling; I need to compile for 32-bit Ubuntu on a 64-bit Ubuntu. I need this too

Re: [Lazarus] PilotLogic's CodeTyphon (rebranded Lazarus)

2009-12-14 Thread Alexsander Rosa
BTW, how do you customize your script? I've tried this but the make all failed: http://wiki.lazarus.freepascal.org/Cross_compiling#To_Linux 2009/12/14 Alexsander Rosa alexsander.r...@gmail.com The cross compiling seems to work only on Windows, all menu options were greyed out on Linux. 2009

[Lazarus] Issue 15351 - Screen.Cursor from a TGroupBox fails (GTK2)

2009-12-15 Thread Alexsander Rosa
Screen.Cursor from INSIDE a TGroupBox fails http://bugs.freepascal.org/view.php?id=15351 1. Create a new project (on Linux Ubuntu 9.04) 2. Place a TGroupBox anywhere 3. Place a TButton inside the TGroupBox 4. Copy the following code into TButton.Click Screen.Cursor := crSQLWait;

Re: [Lazarus] Issue 15351 - Screen.Cursor from a TGroupBox fails (GTK2)

2009-12-16 Thread Alexsander Rosa
there's a problem) is in TGroupBox. Maybe it's not being visited in that traversing loop at ResetGlobalCursor() for some reason. PS: Should I add this to the bug report as a note? 2009/12/15 Alexsander Rosa alexsander.r...@gmail.com Screen.Cursor from INSIDE a TGroupBox fails http

Re: [Lazarus] Issue 15351 - Screen.Cursor from a TGroupBox fails (GTK2)

2009-12-16 Thread Alexsander Rosa
Let me know if you want me to take a look on that, just point me what has to be done and where. I have some rusty GTK knowledge, mostly from Griffith's GNOME/GTK+ Programming Bible. 2009/12/16 Paul Ishenin webpi...@mail.ru If this code is correct, maybe the problem (assuming there's a problem)

Re: [Lazarus] GTK2 changed to single-handle-per-form design

2009-12-18 Thread Alexsander Rosa
Here in Brazil we've been always metric but we use inches sometimes. For example: most TV sets, computer monitors, diskettes (obsolete), water pipes (specially smaller sizes), surf boards and automobile wheels still are measured in inches. The conversion is easy: 1 in = 2.54 cm, 1 feet = 12

[Lazarus] Native widgets vs Foreign Widgets

2010-03-09 Thread Alexsander Rosa
I thinks there's space for both. For some markets, a native look and feel is a must. In my opinion, this happens when: - the user may easily find a replacement for the software -- like a shareware text editor - the software does a secondary task for the user -- he/she does not have time to learn

Re: [Lazarus] Filtering on date with TDbf

2012-01-31 Thread Alexsander Rosa
Use QuotedStr and FormatDate for that matter. sql := 'where datum = ' + quotedstr ( formatdate ( '-mm-dd', now ) ); 2012/1/31 Guionardo Furlan guiona...@gmail.com Exactly! 2012/1/31 Michael Joyner mjoy...@vbservices.net: to be able to compare dates as strings, you should always set the

Re: [Lazarus] How to close a window from code

2012-02-01 Thread Alexsander Rosa
Or even (Self as TForm).Close for that matter. 2012/2/1 Rich Saunders saunders.richar...@gmail.com On 2/1/12 12:49 PM, Timothy Groves wrote: However, the Form1.Close version did, and that's what I'm using. Thanks! Tim- Note that using Self.Close; would be safer and much preferred over

Re: [Lazarus] IDE Main Window: height is too small and cannot resize (Linux/GTK2)

2012-02-10 Thread Alexsander Rosa
calculating the height dynamically (+1) 2012/2/10 Juha Manninen juha.mannine...@gmail.com The main window should still be resizable just as before. You cannot make it bigger, right. I wrote it too quickly. If someone creates a patch for calculating the height dynamically, I would be happy

Re: [Lazarus] What is the most widely used Pascal on Linux and other Unix variants?

2012-02-28 Thread Alexsander Rosa
My company also tried (and abandoned) Kylix: http://port2laz.blogspot.com/2005/12/from-clx-to-vcl.html 2012/2/28 zeljko zel...@holobit.net ** On Tuesday 28 of February 2012 08:23:35 Graeme Geldenhuys wrote: I'm not saying Kylix 3 is still a booming product (it isn't), I'm just saying

Re: [Lazarus] String grids

2012-02-29 Thread Alexsander Rosa
There's a lot more you can do with String Grids http://wiki.lazarus.freepascal.org/Grids_Reference_Page 2012/2/29 David Copeland david.copel...@jsidata.ca Thanks! /Dave. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-02 Thread Alexsander Rosa
I suggest convert it to LyX format. 2012/3/2 leledumbo leledumbo_c...@yahoo.co.id Oh yes, and it shows them grafically, not as raw text. Now that's something I don't know :) -- View this message in context:

Re: [Lazarus] Contribute to a book instead of wiki?

2012-03-02 Thread Alexsander Rosa
pages in two months on Word, then converted it to LyX and created 40 more pages in just one week. 2012/3/2 Graeme Geldenhuys graemeg.li...@gmail.com 2012/3/2 Alexsander Rosa : I suggest convert it to LyX format. No need really. The newer OpenOffice and LibreOffice also supports the Flattened

Re: [Lazarus] [ot] Re: upx dont work

2012-03-07 Thread Alexsander Rosa
A famous one in brazilian portuguese: http://img205.imageshack.us/img205/351/win2000errorph2.jpg Probably something like Can't find some shared folder. Check the spelling and try again, etc in the original. Spelling = Ortografia. The message uses the word orografia, without the T, that exists but

[Lazarus] Lazreport preview always in fullscreen mode

2012-03-10 Thread Alexsander Rosa
Is there an option to set right before you call ShowReport() to avoid it open in fullscreen mode? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Kylix to Lazarus

2012-03-16 Thread Alexsander Rosa
Been there, done that: http://port2laz.blogspot.com/2005/12/from-clx-to-vcl.html 2012/3/16 Gugui gugui_sarubi_mac...@yahoo.com.br Hi all, I have a whole system made in Kylix! what is the best way to migrate to Lazarus? the biggest problem in my opinion are the dbExpress and ESBPCS components

[Lazarus] Ignoring all warnings from an entire directory

2012-03-22 Thread Alexsander Rosa
Is that possible? Something like *-vf$(LazarusDir)/components* to supress warnings from outside my project. It's not about ignore some kinds of warnings (like *-vm4055*), but ignore all warnings in files inside a directory. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com --

Re: [Lazarus] Ignoring all warnings from an entire directory

2012-03-22 Thread Alexsander Rosa
2012/3/22 Mattias Gaertner nc-gaert...@netcologne.de ** If it is about the components in the Lazarus directory: IMO all warnings/notes should be fixed. Either by code or by {%H-}. Any help is welcome. Should I fix them on trunk or may I fix them on 0.9.30.4 release (that I am using)?

[Lazarus] TStringGrid: Custom Columns x standard columns

2012-05-02 Thread Alexsander Rosa
How do I get the column index (for use with Cells[]) from a TColumn's title with ColMove enabled? I need to track where the user moved the column to; at first, TColumn[0] is at column 1 (FixedCols=1). When the user moves TColumn[0] to somewhere else, how do I keep track of that? --

Re: [Lazarus] RE : gtk2 liboverlay Ubuntu Unity

2012-06-28 Thread Alexsander Rosa
It seems a good hack, but it depends on their code... 2012/6/26 Ludo Brands ludo.bra...@free.fr Just export a function from lcl and catch that - like catching 'qt_startup_hook' in the above code. That code has inspired me for the following hack: In the project.lpr add the following code:

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-02 Thread Alexsander Rosa
KUDOS everyone! 2012/8/2 Marcos Douglas m...@delfire.net On Wed, Aug 1, 2012 at 6:35 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: The Lazarus team is glad to announce that Lazarus 1.0RC is available for download at the SourceForge download page:

Re: [Lazarus] Please remove Arabic language from the release version

2012-08-04 Thread Alexsander Rosa
+1 For seven years I was a college teacher in a Comp Sci undergrad course here in Brazil. Also I program since the 80s -- and never used a single portuguese IDE in my entire life. I find it very akward to use any translated software development tool, it looks just wrong. 2012/8/3 silvioprog

[Lazarus] My Lazarus Dream: Cross Compile Linux64 - Linux32 on Ubuntu 12.04

2012-08-22 Thread Alexsander Rosa
Is it even possible? I've seen rumours of people doing this, but every tutorial I've tried failed. My /etc/fpc.cfg is now an alphabet soup, my apt-get system is a mess and it sill does not work. The setup is: Ubuntu 12.04 64-bit. It seems FPC 2.6.0 is working: the following test works:

Re: [Lazarus] [lazarus-br] Re: Compilar para Win32

2012-08-23 Thread Alexsander Rosa
Just managed to make it work: Ubuntu 12.04 64-bit, cross compile to BOTH win32 and linux32. But I gave up and installed the latest CodeTyphon (version 2.80). It's FPC 2.7.1 and Lazarus 1.1. 2012/8/22 Mattias Gaertner nc-gaert...@netcologne.de On Wed, 22 Aug 2012 11:40:30 -0300 Alexsander Rosa

Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-28 Thread Alexsander Rosa
From https://forums.embarcadero.com/thread.jspa?threadID=76082 (Thread: Bad morning surprise) From XE3 onwards, your Delphi Professional EULA will prohibit you from using Delphi Professional for anything other than local data access. http://www.deltics.co.nz/blog/?p=1097

[Lazarus] Same package, different name: Synapse and PL_Synapse

2012-08-29 Thread Alexsander Rosa
CodeTyphon BIGIDE installs a pl_synapse package. It's a SVN version from the day they packed it. My software uses another package (ACBr) that uses synapse, also a SVN version but daily updated. Right now I have to uninstall pl_synapse and the packages that use it from CT in order to install ACBr.

Re: [Lazarus] Same package, different name: Synapse and PL_Synapse

2012-08-29 Thread Alexsander Rosa
That's a possibility. 2012/8/29 Ludo Brands ludo.bra...@free.fr CodeTyphon BIGIDE installs a pl_synapse package. It's a SVN version from the day they packed it. My software uses another package (ACBr) that uses synapse, also a SVN version but daily updated. Right now I have to

Re: [Lazarus] Same package, different name: Synapse and PL_Synapse

2012-08-29 Thread Alexsander Rosa
2012/8/29 Mattias Gaertner nc-gaert...@netcologne.de ** Alexsander Rosa alexsander.r...@gmail.com hat am 29. August 2012 um 16:12 geschrieben: CodeTyphon BIGIDE installs a pl_synapse package. It's a SVN version from the day they packed it. My software uses another package (ACBr) that uses

Re: [Lazarus] Lazarus IDE v0.5 - a blast from the past

2012-08-29 Thread Alexsander Rosa
My first was 0.9.10 back in 2005: http://port2laz.blogspot.com/2005/12/lazarus-0910.htmlhttp://port2laz.blogspot.com.br/2005/12/lazarus-0910.html 2012/8/29 leledumbo leledumbo_c...@yahoo.co.id I wasn't aware of its existence when this version came out :') *my first Lazarus is 0.9.23* --

Re: [Lazarus] Lazarus 1.0 Release

2012-08-29 Thread Alexsander Rosa
Congratulations! Let's spread the word! 2012/8/29 Reinier Olislagers reinierolislag...@gmail.com On 29-8-2012 19:51, Mattias Gaertner wrote: The Lazarus team is glad to announce the release of: Lazarus 1.0 At this important stage the current team would like to thank all

Re: [Lazarus] Lazarus IDE v0.5 - a blast from the past (Alexsander Rosa)

2012-08-30 Thread Alexsander Rosa
I assume there were version numbers below 0.9, like 0.8, 0.7, etc. 2012/8/29 Johannes W. Dietrich j.w.dietr...@medizinische-kybernetik.de According to the Wikipedia article ( http://en.wikipedia.org/wiki/Lazarus_(IDE)) the oldest version was 0.9.4, but the version table here begins with the

Re: [Lazarus] Lazarus 1.0 Release

2012-08-30 Thread Alexsander Rosa
We could have a Lazarus press kit like this: http://git.postgresql.org/gitweb/?p=press.git 2012/8/30 Dimitrios Chr. Ioannidis d.ioanni...@artesoft.gr Hi, Στις 29/8/2012 8:51 μμ, ο/η Mattias Gaertner έγραψε: The Lazarus team is glad to announce the release of: Lazarus 1.0

[Lazarus] Brush color on TListView

2012-09-12 Thread Alexsander Rosa
I was using a TStringGrid to show some data but I need the non-linear multi-select from TListView. However, the tricks to set Brush color inside of OnCustomDraw or OnAdvancedCustomDraw do not work. Am I missing something? How is it done? -- Atenciosamente, Alexsander da Rosa --

Re: [Lazarus] Brush color on TListView

2012-09-13 Thread Alexsander Rosa
2012/9/13 Benito van der Zander ben...@benibela.de I ended up writing my own list view ( http://www.benibela.de/components_en.html#treelistview), just to get differently colored rows May we use your component on a proprietary software? -- Atenciosamente, Alexsander da Rosa --

Re: [Lazarus] Version info

2012-09-17 Thread Alexsander Rosa
Version Info Unit: http://www.lazarus.freepascal.org/index.php/topic,12435.msg63887.html#msg63887 2012/9/17 Antonio Fortuny a.fort...@sitasoftware.lu Hi all. When building a program or a library with Lazarus I can embed in the resulting program (or library) version information (project

Re: [Lazarus] Lazarus and Ubuntu 12.10

2012-09-25 Thread Alexsander Rosa
12.10 is beta, right? 2012/9/24 Andrew Brunner atbrun...@aurawin.com Is anyone running Lazarus 1.1 on Ubuntu 12.10x64? I'm having problems getting lazarus to startup. Is anyone else having success or confirmed problems? -- Andrew Brunner Aurawin LLC 512.574.6298 http://aurawin.com/

Re: [Lazarus] Converting an Integer of pence into pounds

2012-09-26 Thread Alexsander Rosa
You mean: *var *pence: integer; pounds: currency; strval: string; *begin* pence := 650; pounds := pence / 100.0; strval := currtostr(pounds); 2012/9/26 Richard Mace richard.m...@gmail.com Hi All, I am having a bit of a mind block! What would be the code to convert an Integer of pence e.g.

[Lazarus] StringGrid SaveToCSV should consider column visibility

2012-10-15 Thread Alexsander Rosa
I've managed to modify Grids.pas (SaveToCSVStream, line 10452) for the headers: *for i := 0 to ColCount-1 do begin* * c := ColumnFromGridColumn(i);* * if c=nil then* *HeaderL.Add(Cells[i, 0])* * else* *if c.Visible

Re: [Lazarus] StringGrid SaveToCSV should consider column visibility

2012-10-15 Thread Alexsander Rosa
Ok, the second for is about the Rows, not the Columns (duh). And the Rows[i] does not know about visibility. Maybe a hand-made FOR to create the line is needed? 2012/10/15 Alexsander Rosa alexsander.r...@gmail.com I've managed to modify Grids.pas (SaveToCSVStream, line 10452) for the headers

Re: [Lazarus] StringGrid SaveToCSV should consider column visibility

2012-10-15 Thread Alexsander Rosa
Patch attached. 2012/10/15 Juha Manninen juha.mannine...@gmail.com No, you must create a patch. http://wiki.lazarus.freepascal.org/Creating_A_Patch It helps to look at your changes and (possibly) apply them. Juha -- Atenciosamente, Alexsander da Rosa grids.patch Description: Binary

[Lazarus] Patch for Grids.pas - Adds soVisibleOnly to SaveOptions

2012-10-16 Thread Alexsander Rosa
- adds soVisibleOnly to SaveOptions - with soVisibleOnly saves only visible columns - without (default) it works as before -- Atenciosamente, Alexsander da Rosa grids.patch Description: Binary data -- ___ Lazarus mailing list

Re: [Lazarus] Brush color on TListView

2012-10-16 Thread Alexsander Rosa
I'm using treelistview from Benibela (GTK2). I have some questions: - How to set the SelectedFont background color? SelectedFont.Color sets only the pen color, not the brush color - How to use the OnCustomRecordItemDraw to set a line's background color depending on its content ? 2012/9/13 Benito

Re: [Lazarus] Patch for Grids.pas - Adds soVisibleOnly to SaveOptions

2012-10-16 Thread Alexsander Rosa
In that case, I would prefer to add another parameter to *SaveToCSVFile*: boolean VisibleColumnsOnly with default false. The procedure *LoadFromCSVFile* requires no change, as the CSV does not have visibility information. 2012/10/16 Jesus Reyes jesus...@yahoo.com.mx - adds soVisibleOnly to

Re: [Lazarus] Patch for Grids.pas - Adds soVisibleOnly to SaveOptions

2012-10-16 Thread Alexsander Rosa
New approach. 2012/10/16 Alexsander Rosa alexsander.r...@gmail.com In that case, I would prefer to add another parameter to *SaveToCSVFile*: boolean VisibleColumnsOnly with default false. The procedure *LoadFromCSVFile* requires no change, as the CSV does not have visibility information

Re: [Lazarus] fixes_0_9_30 on Windows NT4 does not build

2011-02-07 Thread Alexsander Rosa
Is this the ONLY remaining issue preventing 0.9.30 release, right? http://bugs.freepascal.org/roadmap_page.php -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] fixes_0_9_30 on Windows NT4 does not build

2011-02-07 Thread Alexsander Rosa
What else is missing? How could one help? http://bugs.freepascal.org/view_all_set.php?type=3source_query_id=1811 2011/2/7 Vincent Snijders vincent.snijd...@gmail.com 2011/2/7 Alexsander Rosa alexsander.r...@gmail.com: Is this the ONLY remaining issue preventing 0.9.30 release, right? http

Re: [Lazarus] Send a ResultSet (encrypted) between 2 servers

2011-02-10 Thread Alexsander Rosa
I would suggest to do the encryption/decryption in the peers, using plain text (after some plain-text encoding like base64) for the communication. Then you could do a simple SELECT to move the resultset around. 2011/2/9 Marcos Douglas m...@delfire.net Hi, If you had to send an encrypted

[Lazarus] New Form default properties

2011-02-11 Thread Alexsander Rosa
Is there a place to define the default values for some Form properties when a New Form is created by IDE? I know I could use inheritance, but it seems a little overkill when all I want is to define width and height properties. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com --

Re: [Lazarus] New Form default properties

2011-02-11 Thread Alexsander Rosa
:=Project1; try DoNewEditorFile(Desc,'','',Flags); finally Desc.Owner:=nil; end; end; My .lazarus xml file does not have these tags. 2011/2/11 Mattias Gaertner nc-gaert...@netcologne.de On Fri, 11 Feb 2011 12:17:54 -0200 Alexsander Rosa alexsander.r...@gmail.com wrote

Re: [Lazarus] Testing 0.9.29

2011-02-16 Thread Alexsander Rosa
By 0.9.29 you mean fixes 0.9.30, right? 2011/2/16 Vincent Snijders vincent.snijd...@gmail.com 2011/1/15 Graeme Geldenhuys graemeg.li...@gmail.com: When 0.9.30 fixes branch is updated, please give use some time to re-test those changes before a release is made. I think the time is now.

Re: [Lazarus] Testing 0.9.29

2011-02-17 Thread Alexsander Rosa
). The Lazarus tree (version 3) has 22 KLOC already. 2011/2/16 Vincent Snijders vincent.snijd...@gmail.com 2011/2/16 Alexsander Rosa alexsander.r...@gmail.com: By 0.9.29 you mean fixes 0.9.30, right? By 0.9.29 I mean a Lazarus 0.9.29 snapshot or update from the Lazarus Ubuntu testing repository. You

Re: [Lazarus] Tagging 0.9.30

2011-02-24 Thread Alexsander Rosa
Congratulations and credit to the core developers [2]. 2011/2/22 Mark Morgan Lloyd markmll.laza...@telemetry.co.uk Vincent Snijders wrote: Hi, The last call for testing on the Lazarus list didn't reveal any important new issues, I propose to tag the current fixes_0_9_30 branch without any

[Lazarus] Property Tag at TGridColumn

2011-02-24 Thread Alexsander Rosa
May I suggest it? Would a patch be accepted? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Property Tag at TGridColumn

2011-02-25 Thread Alexsander Rosa
. -- Pierre Delore http://datalinkwristapps.free.fr http://dpsite.free.fr - Alexsander Rosa alexsander.r...@gmail.com a écrit : May I suggest it? Would a patch be accepted? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com

[Lazarus] Next FPC official release

2011-02-28 Thread Alexsander Rosa
Will it be 2.5.2, 2.6.0 or 3.0.0 ? I'm curious. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Next FPC official release

2011-02-28 Thread Alexsander Rosa
But will it be able to compile Lazarus from SVN/trunk? In other words, will 2.5.1 be released as 2.4.4 ? 2011/2/28 Graeme Geldenhuys graemeg.li...@gmail.com Op 2011-02-28 14:49, Alexsander Rosa het geskryf: Will it be 2.5.2, 2.6.0 or 3.0.0 ? I'm curious. Michael van Canneyt told me

Re: [Lazarus] Next FPC official release

2011-02-28 Thread Alexsander Rosa
Ok, thanks. The bugtrack roadmap page has 3.0.0 only, probably I was looking in the wrong place. Where do I find the roadmap for 2.6.0? Is there a way to filter the issues list to show what's missing? 2011/2/28 michael.vancann...@wisa.be On Mon, 28 Feb 2011, Alexsander Rosa wrote

Re: [Lazarus] Next FPC official release

2011-03-04 Thread Alexsander Rosa
times more probability of instability. I'm aware I'm whining here, but I think I'm not the only one in this situation. 2011/3/4 Marco van de Voort mar...@stack.nl On Mon, Feb 28, 2011 at 10:23:44AM -0300, Alexsander Rosa wrote: Ok, thanks. The bugtrack roadmap page has 3.0.0 only, probably I

Re: [Lazarus] Next FPC official release

2011-03-04 Thread Alexsander Rosa
and did not tried again. I will try again. 2011/3/4 Mattias Gaertner nc-gaert...@netcologne.de On Fri, 4 Mar 2011 13:17:45 -0300 Alexsander Rosa alexsander.r...@gmail.com wrote: AFAIK, Lazarus 0.9.30 will be the last Lazarus release able to be compiled with an official FPC release. The current

[Lazarus] Lazarus on Ubuntu 11.04 (Natty)

2011-03-18 Thread Alexsander Rosa
These links mention FPC 2.4.0 and Lazarus 0.9.28 https://launchpad.net/ubuntu/natty/+package/lazarus-ide https://launchpad.net/ubuntu/natty/+package/fpc Are FPC 2.4.2 and Lazarus 0.9.30 ready enough to ship with Natty? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com --

Re: [Lazarus] Lazarus on Ubuntu 11.04 (Natty)

2011-03-21 Thread Alexsander Rosa
Who is in charge of Ubuntu's Lazarus/FPC packaging? Can't we talk with them to include a newer version? 2011/3/19 Michael Van Canneyt mich...@freepascal.org On Fri, 18 Mar 2011, Alexsander Rosa wrote: These links mention FPC 2.4.0 and Lazarus 0.9.28 https://launchpad.net/ubuntu/natty

Re: [Lazarus] Possible bug in TEdit, can somebody reproduce this?

2011-04-26 Thread Alexsander Rosa
http://mantis.freepascal.org/view.php?id=19239 0019239: TEdit with CharCase = ecUpperCase causes alpha text to be typed in reverse It only happens with alpha text; numbers are ok. The caret is always moved to the 2nd position, so if you type ALEXSANDER the Edit ends with AREDNASXEL. An example

Re: [Lazarus] Tweaking 'code completion' for event handlers

2011-05-13 Thread Alexsander Rosa
I wish something like this: //--- into form's private/public/etc a, b, c: TMyClass; (some keys are pressed) ...FormCreate... a := TMyClass.Create; b := TMyClass.Create; c := TMyClass.Create; ...FormDestroy a.Free; b.Free; c.Free; 2011/5/13 Mattias Gaertner nc-gaert...@netcologne.de

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Alexsander Rosa
I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor. Any suggestions for replacement of Listview? 2010/11/18 Marc Weustink marc.weust...@cuperus.nl Graeme

[Lazarus] Differences between released 0.9.30 and 0_9_30_fixes

2011-05-20 Thread Alexsander Rosa
I was using 0_9_30_fixes from SVN on Linux. Then I've installed 0.9.30 (release) on a fresh Windows install, and opening the project failed because of extra properties on some lfm files. Apparently the SVN version was using a ScrollWidth property for ListBox (in the lfm file) but the released

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Alexsander Rosa
Tested on Windows XP. 2011/5/20 Lee Jenkins l...@datatrakpos.com On 5/20/2011 10:24 AM, Alexsander Rosa wrote: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading

Re: [Lazarus] Differences between released 0.9.30 and 0_9_30_fixes

2011-05-20 Thread Alexsander Rosa
The extra properties were removed, no problem. Now I'm using the release on both (virtual) machines. 2011/5/20 Juha (gmail) juha.mannine...@gmail.com Alexsander Rosa kirjoitti perjantai, 20. toukokuuta 2011 17:34:12: I was using 0_9_30_fixes from SVN on Linux. Then I've installed 0.9.30

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Alexsander Rosa
My suggestion for the release version is: http://sourceforge.net/projects/lazarus/files/ It detects your OS and suggests a direct download: lazarus-0.9.30-i386.deb.tar under Linux lazarus-0.9.30-fpc-2.4.2-win32.exe under WinXP 2011/5/24 Kjow antispamm...@gmail.com 2011/5/24 Mattias Gaertner

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Alexsander Rosa
1. apt-get install subversion 2. svn co http://svn.freepascal.org/svn/fpc/trunk fpc Follow instructions from: http://wiki.lazarus.freepascal.org/Getting_Lazarus#Building_and_installing_Free_Pascal_in_UNIXe 3. svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus Compile with make clean all

Re: [Lazarus] Two key sequences little difference (to Delphi)

2011-06-16 Thread Alexsander Rosa
Former Wordstar user detected... :-) 2011/6/16 Max Vlasov max.vla...@gmail.com Hi, I'm not sure this is a big issue, but just curious I used to two-key sequences like Ctrl-Q-F, Ctrl-K-I, Ctrl-K-U in IDE Classic, but recenly noticed that there's a little difference to Delphi in how they

[Lazarus] TStringGrid - ColResize on FixedCols (or Freeze Pane on ordinary columns)

2011-06-30 Thread Alexsander Rosa
TStringGrid - ColResize on FixedCols (or Freeze Pane on ordinary columns). Is it possible? I would like to resize a column that is one of the FixedCols -- but I need the freeze pane feature. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com --

Re: [Lazarus] TStringGrid - ColResize on FixedCols (or Freeze Pane on ordinary columns)

2011-07-01 Thread Alexsander Rosa
is there. However, in TStringGrid the fixed columns can't be manually resized even when you set goColumnResize to true. I wish there were an option like goFixedColsResize or something. 2011/7/1 Graeme Geldenhuys graemeg.li...@gmail.com On 06/30/2011 08:10 PM, Alexsander Rosa wrote: TStringGrid

Re: [Lazarus] TStringGrid - ColResize on FixedCols (or Freeze Pane on ordinary columns)

2011-07-04 Thread Alexsander Rosa
Thanks! 2011/7/3 Jesus Reyes jesus...@yahoo.com.mx --- El *vie 1-jul-11, Alexsander Rosa alexsander.r...@gmail.com*escribió: De: Alexsander Rosa alexsander.r...@gmail.com Asunto: Re: [Lazarus] TStringGrid - ColResize on FixedCols (or Freeze Pane on ordinary columns) A: Lazarus mailing

Re: [Lazarus] Determining OS

2011-08-01 Thread Alexsander Rosa
We motivate our customers to use Ubuntu if they decide to go the Linux route. (2) 2011/8/1 Graeme Geldenhuys graemeg.li...@gmail.com On 08/01/2011 12:49 PM, Marco van de Voort wrote: Of course, due to Linux' fragmentation, the standards are most needed on Linux too :-) Very true, and I

Re: [Lazarus] 'with' is evil, isn't it?

2011-08-03 Thread Alexsander Rosa
We use with to populate or display properties of objects from our in-house OPF. However we have some ground rules: most properties are mapped from tables (DAO pattern) and their names are in portuguese and with an underscore, like valor_total. A common code looks like this: *with mCliente do

Re: [Lazarus] Delphi XE2 uses FPC, plus VCL just not portable

2011-08-09 Thread Alexsander Rosa
IMHO it's very humiliating for Borland/Embarcadero to use FPC as a compiler. It's like Microsoft using Open Office to generate PDF from a DOCX file. -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list

[Lazarus] Console App Development

2011-08-11 Thread Alexsander Rosa
Should we use CRT or VIDEO unit? What's the state of Free Vision? We plan to port our WMS (Warehouse Management System) module from C to Pascal (to use our persistence framework). It has a few colors, a numbered menu and a few scrollable lists. The module usually is run thru Putty from mobile

Re: [Lazarus] Console App Development

2011-08-11 Thread Alexsander Rosa
A standard GUI app would require the (dozens of) warehouse operators to use the stylus heavily. Today they use it only to start the PUTTY app (that opens a saved SSH session) and yet they manage to often damage the screen (!). Also, with a console app that runs via SSH we can easily run it from

Re: [Lazarus] Console App Development

2011-08-11 Thread Alexsander Rosa
In the warehouse environment, with ruggedized handhelds, it's easier to use the keyboard than a stylus. http://images.google.com/search?tbm=ischq=warehouse+workergbv=2oq=warehouse+worker 2011/8/11 Graeme Geldenhuys graemeg.li...@gmail.com On 11 August 2011 21:38, Felipe Monteiro de Carvalho

Re: [Lazarus] Lazarus Portuguese translation situation

2011-08-31 Thread Alexsander Rosa
I vote for 2. Just like US english is used instead of UK english: more users, more population, etc. Soon Portugal will go bankrupt, the brazilian government should buy it to make our 28th state. :-) 2011/8/30 Maxim Ganetsky gan...@narod.ru Hello. Currently we have regularly maintained

Re: [Lazarus] Lazarus Portuguese translation situation

2011-08-31 Thread Alexsander Rosa
Jokes aside, there's no british whining about GUI strings. Why are the portuguese so attached to their language? 2011/8/31 Paulo Costa p...@fe.up.pt On 31/08/2011 14:47, Alexsander Rosa wrote: I vote for 2. Just like US english is used instead of UK english: more users, more population, etc

Re: [Lazarus] Lazarus Portuguese translation situation

2011-09-01 Thread Alexsander Rosa
In Brazil you never say correr um programa. In this context, run is executar; correr is for athletes. [1] It's odd to use rato for mouse, rato is the animal. Mouse is common, dispositivo apontador (pointing device) is less odd. [2] The word ecrã is unknown for most brazilians until they use a

Re: [Lazarus] Lazarus Portuguese translation situation

2011-09-01 Thread Alexsander Rosa
What about [lazarus-br] mailing list? http://groups.google.com.br/group/lazarus-br?hl=pt-BR 2011/9/1 Paulo Costa p...@fe.up.pt On 01/09/2011 20:29, Rich Saunders wrote: Would it be possible to take this work group discussion off the main mailing list while details are being worked out? I

Re: [Lazarus] TButton resizing is broken in Trunk's form designer

2011-09-08 Thread Alexsander Rosa
I use GTK2 but not from SVN. Too many changes made me stick with 0.9.30 for now. 2011/9/8 Frank Church vfcli...@gmail.com On 8 September 2011 14:26, Graeme Geldenhuys graemeg.li...@gmail.comwrote: On 08/09/2011, Felipe Monteiro de Carvalho wrote: It has existed for 5 months :-) I

Re: [Lazarus] Convert assembler to Pascal

2011-09-13 Thread Alexsander Rosa
push esi // move register esi to the top of the stack pop esi // get the top of the stack and put into esi mov esi, eax // esi := eax shr ecx, 2 // ecx shr 2 (shift right) the same for and, xor, etc jz // GOTO = jump if zero (if the result of last command is zero) jnz // GOTO = jump if not zero

[Lazarus] TStringGrid Rows and Cols

2011-09-19 Thread Alexsander Rosa
Are Cols and Rows allocated on-the-fly? Do we have to Free them manually after the use? If used inside a loop they create several instances? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com -- ___ Lazarus mailing list

Re: [Lazarus] Get LCL revision or version via ifdef

2011-10-04 Thread Alexsander Rosa
uses LCLVersion; Edit1.Text := lcl_version + '.' + IntToStr(lcl_patch); 2011/10/4 silvioprog silviop...@gmail.com 2011/10/2 Marcos Douglas m...@delfire.net: Sorry, I understood. The LCLVersion unit contains constants, see: const lcl_major = 0; lcl_minor = 9; lcl_release =

Re: [Lazarus] Use of .lps files to avoid unnecessary changes to .lpi files

2011-10-10 Thread Alexsander Rosa
+1 for making save in .lps file in project directory the default. 2011/10/10 Reinier Olislagers reinierolislag...@gmail.com: On 10-10-2011 14:32, Flávio Etrusco wrote: 2011/10/9 Frank Church vfcli...@gmail.com: I just read this blog article

  1   2   >