[lazarus] an extended mapi unit...

2007-03-16 Thread Roozbeh GHolizadeh
i find one-and seems to be the only-usable pascal unit to work with mapi(mail api)and emapi(extended mail api). it does offer ways to read,send,and do other things with outlook. currently these interfaces are the only way to send sms,mms,... in wince mobile devices.and obviously can be

[lazarus] Re: GExperts + Source formatter

2007-03-16 Thread Roozbeh GHolizadeh
i always used jcl code formatter,it was nice one too.also opensource. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] an extended mapi unit...

2007-03-16 Thread Florian Klaempfl
Roozbeh GHolizadeh schrieb: i find one-and seems to be the only-usable pascal unit to work with mapi(mail api)and emapi(extended mail api). it does offer ways to read,send,and do other things with outlook. currently these interfaces are the only way to send sms,mms,... in wince mobile

Re: [lazarus] Re: GExperts + Source formatter

2007-03-16 Thread Graeme Geldenhuys
On 3/16/07, Roozbeh GHolizadeh [EMAIL PROTECTED] wrote: i always used jcl code formatter,it was nice one too.also opensource. Does it work under Linux? Do you have a URL for that? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342'

Re: [lazarus] Re: GExperts + Source formatter

2007-03-16 Thread Andrea Mauri
I have seen it. I don't know if it works under linux. I never used it. I think the URL is: http://jedicodeformat.sourceforge.net/ andrea Graeme Geldenhuys wrote: On 3/16/07, Roozbeh GHolizadeh [EMAIL PROTECTED] wrote: i always used jcl code formatter,it was nice one too.also opensource.

Re: [lazarus] Illegal Expression -- Exit

2007-03-16 Thread Mattias Gaertner
On Thu, 15 Mar 2007 23:23:04 -0700 Gus Wirth [EMAIL PROTECTED] wrote: Jeff Steinkamp wrote: - Original Message - From: Vincent Snijders [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Thursday, March 15, 2007 19:07 Subject: Re: [lazarus] Illegal Expression -- Exit

[lazarus] TListView and OnChange event fires 3 time on every click

2007-03-16 Thread Graeme Geldenhuys
Hi, I tested this under Delphi 7 as well, so the behaviour in Lazarus seems to be normal, but why When I select a item in the ListView, the OnChange event fires three times on every select. The first two times, the Item parameter is still the old selected item. The last (third) occurance,

[lazarus] TListView on Win32 - Click event doesn't fire

2007-03-16 Thread Graeme Geldenhuys
Hi, Can someone confirm this before I submit a Mantis bug report. Clicking on items in a ListView with vsReport style: - If you click on the items 99% of the time the OnClick doesn't fire - Clicking to the left of the last column (black space) then the OnClick fires every time OnClick seems

Re: [lazarus] Re: GExperts + Source formatter

2007-03-16 Thread Graeme Geldenhuys
Thanks for the link. I actually think I have used that under Windows before. Many, many years back. Thought everybody should know. I see there is a code formatter included with Free Pascal compiler as well - called PTOP. I'll try it now to see how it works. Regards, - Graeme - On

Re: [lazarus] TListView and OnChange event fires 3 time on every click

2007-03-16 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, I tested this under Delphi 7 as well, so the behaviour in Lazarus seems to be normal, but why When I select a item in the ListView, the OnChange event fires three times on every select. The first two times, the Item parameter is still the old selected item. The

Re: [lazarus] TListView and OnChange event fires 3 time on every click

2007-03-16 Thread Graeme Geldenhuys
On 3/16/07, Marc Weustink [EMAIL PROTECTED] wrote: I'm really starting to dislike the TListView control! :-) for a small amount of rows i think it is the easiest native control to use. For anything larger I use the virtualtree nowadays I've always had issues installing VirtualTree. The

Re: [lazarus] TListView and OnChange event fires 3 time on every click

2007-03-16 Thread Marc Weustink
Graeme Geldenhuys wrote: On 3/16/07, Marc Weustink [EMAIL PROTECTED] wrote: I'm really starting to dislike the TListView control! :-) for a small amount of rows i think it is the easiest native control to use. For anything larger I use the virtualtree nowadays I've always had issues

Re: [lazarus] TListView on Win32 - Click event doesn't fire

2007-03-16 Thread Antonio Sanguigni
2007/3/16, Graeme Geldenhuys [EMAIL PROTECTED]: Hi, Can someone confirm this before I submit a Mantis bug report. Clicking on items in a ListView with vsReport style: - If you click on the items 99% of the time the OnClick doesn't fire - Clicking to the left of the last column (black

Re: [lazarus] Illegal Expression -- Exit

2007-03-16 Thread Bram Kuijvenhoven
Jeff Steinkamp wrote: Jeff Steinkamp schreef: Anyone know why I might be getting an Illegal Expression on a line containing the keyword Exit? Can you post a snippet of code? Compiler fails at the Exit keyword. procedure TForm1.SaveAsExecute(Sender: TObject); begin savedialog1.InitialDir

Re: [lazarus] Illegal Expression -- Exit

2007-03-16 Thread Jeff Steinkamp
- Original Message - From: Mattias Gaertner [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Friday, March 16, 2007 03:00 Subject: Re: [lazarus] Illegal Expression -- Exit On Thu, 15 Mar 2007 23:23:04 -0700 Gus Wirth [EMAIL PROTECTED] wrote: Jeff Steinkamp wrote: - Original

Re: [lazarus] Illegal Expression -- Exit

2007-03-16 Thread Al Boldi
Bram Kuijvenhoven wrote: If Exit is a variable or field in the local scope, you actually get the 'illegal expression' error. But, it should at least give you a warning at the overriding variable then? Thanks! -- Al _ To

[lazarus] objcom

2007-03-16 Thread Lv
Does anyone have a working source tree of objcom for Linux? All the links on the Lazarus Units page to this is dead. I did a random search on the web and got the source but the makefile is not bash-happy. or Do you have any other known source for simple byte transmit and receive for serial