Re: [Lazarus] logic bug in many (or most) TSynEdit

2010-06-05 Thread Felipe Monteiro de Carvalho
2010/6/4 ik ido...@gmail.com: The implementation of TSynEdit is to run across all of the ASCII table (0..255) and act only by this. And that's a logical bug imho. Not really. UTF-8 is implemented in such a way that it is indeed possible to treat it as Extended ASCII in this case. But there

Re: [Lazarus] Alternative widget sets

2010-06-05 Thread Felipe Monteiro de Carvalho
On Fri, Jun 4, 2010 at 8:09 AM, zeljko zel...@holobit.net wrote: Qt libs aren't 100MB. All you need is qt,qt-x11 and maybe phonon (suse) (pkg names from fedora). All of them are max 25MB. Actually I reported some time ago that there is a problem with libQt4Pascal (is that the current name of

Re: [Lazarus] Decoding USB sniff data

2010-06-05 Thread waldo kitty
On 6/4/2010 18:18, Henry Vermaak wrote: On 4 June 2010 22:27, waldo kittywkitt...@windstream.net wrote: right but one should be able to note the vid:pid (did i get that right?) attached to a particular USB port and note that it changes within a specific time period to a secondary and then

Re: [Lazarus] Decoding USB sniff data

2010-06-05 Thread waldo kitty
On 6/4/2010 18:22, Henry Vermaak wrote: Anyway, this is a bit off topic now, since Adem's device just shows up as a serial port (we actually use one of these ftdi chips in one of our products). sure... i was just tossing out ideas from the sidelines ;) :) --

Re: [Lazarus] Suggestion again: remove GTK1 from IDE and LCL

2010-06-05 Thread waldo kitty
On 6/4/2010 18:54, Mark Morgan Lloyd wrote: waldo kitty wrote: unless i misunderstand something, once the LCL_fpGUI interface stuff is done, fpGUI will be a drop-in replacement for any of the existing interfaces... GTK1, GTK2, QT, WIN-whatever, etc... do i misunderstand that? I'd hope that

Re: [Lazarus] TAchart multiple reticules and vertical series alignment

2010-06-05 Thread waldo kitty
On 6/4/2010 19:05, Rick wrote: Thanks for the feedback np :) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus + FreeBSD

2010-06-05 Thread Michael Van Canneyt
On Fri, 4 Jun 2010, waldo kitty wrote: On 6/4/2010 07:26, Michael Van Canneyt wrote: On Fri, 4 Jun 2010, waldo kitty wrote: On 6/3/2010 14:33, Marc Santhoff wrote: For practical reason it has always been the better way to install fpc and lazarus per user, not globally in the systems

Re: [Lazarus] logic bug in many (or most) TSynEdit

2010-06-05 Thread Martin
On 05/06/2010 07:06, Felipe Monteiro de Carvalho wrote: 2010/6/4 ikido...@gmail.com: The implementation of TSynEdit is to run across all of the ASCII table (0..255) and act only by this. And that's a logical bug imho. Not really. UTF-8 is implemented in such a way that it is indeed

Re: [Lazarus] Suggestion again: remove GTK1 from IDE and LCL

2010-06-05 Thread Doug Chamberlin
On 6/5/2010 3:13 AM, waldo kitty wrote: On 6/4/2010 18:54, Mark Morgan Lloyd wrote: I'd hope that you don't. But right now it seems to me that Graeme is kvetching about the fact that Lazarus's GTK1 support is going downhill without making it clear whether he really wants to use it or whether

Re: [Lazarus] logic bug in many (or most) TSynEdit

2010-06-05 Thread Felipe Monteiro de Carvalho
On Sat, Jun 5, 2010 at 12:53 PM, Martin laza...@mfriebe.de wrote: I know  var über: Integer does not work, but it does not compile either (last time I checked) I know it doesn't work, I was just saying that you don't need to change a lot of code to fix it. The problem isn't in the logic, it's

Re: [Lazarus] logic bug in many (or most) TSynEdit

2010-06-05 Thread Marco van de Voort
On Sat, Jun 05, 2010 at 11:29:10AM +0300, ik wrote: Not really. UTF-8 is implemented in such a way that it is indeed possible to treat it as Extended ASCII in this case. How is so ? here is a multi-byte char: ?? . It takes more then a word to be used, so you can not do S[i] because it

Re: [Lazarus] Corrupt editor display

2010-06-05 Thread Martin
On 02/06/2010 09:02, Graeme Geldenhuys wrote: See mantis report http://bugs.freepascal.org/view.php?id=16621 This happens often (several times a day). A simple PgDn PgUp fixes the corrupt display. Still waiting for the log? -- ___ Lazarus

Re: [Lazarus] Corrupt editor display

2010-06-05 Thread Graeme Geldenhuys
I have been running Lazarus on Thursday and Friday with the params you suggested and the bug hasn't happened yet - though I have mostly been in meetings those two days. I'll continue running it with those params in this coming week until the issue occurs again. Cheers, - Graeme - --

Re: [Lazarus] Decoding USB sniff data

2010-06-05 Thread Toan Pham
It depends on if the device is full speed or high speed. High speed device line analyzer can be very expensive. As for me, i bought a Beagle USB 480 for $1200, and that was just about 14 months ago. I'd would recommend that you get a software usb sniffer, sniffusb

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Marcos Douglas
On Fri, Jun 4, 2010 at 4:47 PM, Marcos Douglas m...@delfire.net wrote: Hi all, I found the problem: fpc.cfg Tip: http://www.mail-archive.com/laza...@miraclec.com/msg20003.html Before, I had this file created by Installer. I just copy it to c:\freepascal\fpc\bin\i386-win32 because is

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Mattias Gaertner
On Sat, 5 Jun 2010 13:13:13 -0300 Marcos Douglas m...@delfire.net wrote: On Fri, Jun 4, 2010 at 4:47 PM, Marcos Douglas m...@delfire.net wrote: Hi all, I found the problem: fpc.cfg Tip: http://www.mail-archive.com/laza...@miraclec.com/msg20003.html Before, I had this file created by

Re: [Lazarus] TAchart multiple reticules and vertical series alignment

2010-06-05 Thread Alexander Klenin
2010/6/5 Rick r...@sloservers.com: Well of course I don't look at the entire graph at once.  I zoom in to maybe 10 or 20 points at a time and use a scroll bar the pan the chart.  It's a run of data that I captured from a logic analyzer.  So when I'm zoomed-in, there's an appreciable

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Marcos Douglas
Hi Mattias, On Sat, Jun 5, 2010 at 1:22 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Check Environment Options / compiler path. If there is 'fpc.exe' then the IDE has not found fpc.exe in the paths of your system PATH variable. You can try a full file name. There is 'fcp.exe' in the

Re: [Lazarus] TAchart multiple reticules and vertical series alignment

2010-06-05 Thread Rick
Alexander Klenin wrote: This is yet another long-standing todo item. That was actually on the list? And here I thought I was the only one using TAChart in such perverse ways... [I should publish my todo list somewhere... maybe as feature requests on issue tracker?] That's as good a

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Thierry Bothorel
Marcos Douglas a écrit : Hi Mattias, On Sat, Jun 5, 2010 at 1:22 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Check Environment Options / compiler path. If there is 'fpc.exe' then the IDE has not found fpc.exe in the paths of your system PATH variable. You can try a full file

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Mattias Gaertner
On Sat, 5 Jun 2010 13:43:22 -0300 Marcos Douglas m...@delfire.net wrote: Hi Mattias, On Sat, Jun 5, 2010 at 1:22 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Check Environment Options / compiler path. If there is 'fpc.exe' then the IDE has not found fpc.exe in the paths of

Re: [Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

2010-06-05 Thread Hans-Peter Diettrich
Marcos Douglas schrieb: Before, I had this file created by Installer. I just copy it to c:\freepascal\fpc\bin\i386-win32 because is necessary to the script. The bin directory should be in the path, so that all scripts can find the programs. I made an build.bat file that sets the path

Re: [Lazarus] Lazarus + FreeBSD

2010-06-05 Thread waldo kitty
On 6/5/2010 04:40, Michael Van Canneyt wrote: On Fri, 4 Jun 2010, waldo kitty wrote: basically per user... The FPC installs for *unix allow you to install wherever you want, provided you have permissions for it. i've not seen that when i've installed the Laz packages that i've toyed with on