[lazarus] Re: How can I contribute?

2007-03-29 Thread Roozbeh GHolizadeh
On Thu, 29 Mar 2007 16:49:58 +0330, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hello, On 3/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Now, the software works (not as it was supposed to, but at least it's customer-proof). good to know the wince port was sucessful =) I

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

2007-03-17 Thread Roozbeh GHolizadeh
On Fri, 16 Mar 2007 12:01:46 +0330, Florian Klaempfl [EMAIL PROTECTED] wrote: 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

[lazarus] Re: Re: GExperts + Source formatter

2007-03-17 Thread Roozbeh GHolizadeh
On Fri, 16 Mar 2007 13:17:07 +0330, Graeme Geldenhuys [EMAIL PROTECTED] wrote: 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 -

[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

[lazarus] question regardin how component values are read in runtime

2007-02-05 Thread roozbeh gholizadeh
I have a problem with ttimer.So i came to this question. As far as i know all values in components are stored in file,and read in runtime to create components. But forexample ttimer.ontimer value is a pointer to a procedure,which its address is created in runtime,how these values are

[lazarus] Re: problem with implementing ttimer

2007-01-04 Thread roozbeh gholizadeh
storage) or involves improperly aligned access. I don't yet have my wince cross compiler set up so I can't investigate more, sorry. Sam -Original Message- From: roozbeh gholizadeh [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: 29/12/06 08:41 Subject: [lazarus] problem with implementing

[lazarus] those fixed calling conversions in wince...

2007-01-04 Thread roozbeh gholizadeh
I saw yury has changed lots of stdcalls to cdecl in wince header files. And also vinced changed two callbacks to cdecl. So,was the previous ones wrong?and if so how did they worked before. i mean if calling conversions wrong why didnt programs earlier crash so soon? And so from now on what

[lazarus] comunicate with gdb from lazarus?

2006-12-29 Thread roozbeh gholizadeh
Is there a way to comunicate with gdb through custom commands from lazarus? for example manually set breakpoints at addresses and ...? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _ To unsubscribe:

[lazarus] problem with implementing ttimer

2006-12-29 Thread roozbeh gholizadeh
All function required by ttimer to work is implemented in wince. The problem is it raises exception somewhere in the begin of ontimer. i traced it working until call of FOnTimer(Self); in customtimer.pas in procedure doontimer. but calling it causes a exception or crash. Any ideas what might

[lazarus] Re: Lazarus 0.9.16 released

2006-06-01 Thread roozbeh gholizadeh
On Wed, 31 May 2006 13:33:25 +0330, Vincent Snijders [EMAIL PROTECTED] wrote: Diwakoe schreef: When I installed windows version on this release I can't find mysql5 connection on sqldb tab which I can found 0.9.15 version downloaded from snapshots website. Is there any sqldb package which

[lazarus] Re: Problems with Find in Files dialog

2006-05-31 Thread roozbeh gholizadeh
On Tue, 30 May 2006 23:18:18 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: On Tue, 30 May 2006 21:34:50 +0200 Swen Heinig [EMAIL PROTECTED] wrote: The 'problem' (a misunderstanding) was desribed, not really solved. You have to enable 'search in directories'. Otherwise your clicks have no

[lazarus] wince compilation fix

2006-05-30 Thread roozbeh gholizadeh
Fixed compilation issues. but why?is fpc changed? all class procedure/functions should also be declared in interface section as class procedure/function now. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ wince.rar Description: Zip archive

[lazarus] converting delphi components to lazarus?

2006-05-28 Thread roozbeh gholizadeh
I wrote some components for use in delphi, is there any special things to note in conversions? As they are visual and do respond mostly to lots of windows messages? and if i just wanted it to be working on win32 also should i change things? -- Using Opera's revolutionary e-mail client:

[lazarus] Re: Detecting user cancel

2006-05-19 Thread roozbeh gholizadeh
On Fri, 19 May 2006 15:00:38 +0330, Arí Ricardo Ody [EMAIL PROTECTED] wrote: Is there a way that I can detect if a Lazarus application was cancelled by the windows task manager? For example: Does the Destroy event of the main occurs(And then I can intercept)? I want to detect this

[lazarus] Re: Who needs Unicode controls.

2006-05-17 Thread roozbeh gholizadeh
On Tue, 16 May 2006 20:41:35 +0330, ik [EMAIL PROTECTED] wrote: בTuesday 16 May 2006 19:08, כתבת: On Tue, 16 May 2006 09:34:05 -0500 (CDT) [EMAIL PROTECTED] wrote: Take TEdit for example, which has been extended to contain properties like the Font property. Ok, you were making

[lazarus] wince patch

2006-05-17 Thread roozbeh gholizadeh
This patch: * adds arrow unit and tarrow support * fixes timage,now images being displayed * add spinedit unit * add checklist unit for tchecklist box * fixed some missed pchar to pwidechar conversions * updated for new rtl * new winapiemu unit for emulating missing windows apis -- Using Opera's

[lazarus] Re: why there is no win32 component tab?

2006-05-16 Thread roozbeh gholizadeh
On Mon, 15 May 2006 11:42:05 +0330, Michael Van Canneyt [EMAIL PROTECTED] wrote: I also don't think such components will be included by default, since Lazarus is meant to be cross-platform. Michael. Well defently cross-platform is an great adbantage for lazarus but i really think not

[lazarus] why there is no win32 component tab?

2006-05-15 Thread roozbeh gholizadeh
Well.i just also saw a post on forums,somebody asking why there is no richedit components,and answers was it is not availble on other platforms? I was wondering is it against lazarus policies to have components for specefic oses/interfaces?should everything be on whatever interface? why not

[lazarus] Re: Lazarus File bigger then Delphi File?

2006-05-15 Thread roozbeh gholizadeh
On Wed, 10 May 2006 17:33:02 +0330, Jonas A. [EMAIL PROTECTED] wrote: let me ask you a few questions: are you still using 1.44 floppies? are you sending compiled execs 20 times a day via 56k modem connection? no? then why 1 or 2 mb bigger is so bad for you? Well apparently this is not a good

[lazarus] Re: Too many patches?

2006-05-10 Thread roozbeh gholizadeh
On Tue, 09 May 2006 20:56:36 +0330, Giuliano Colla [EMAIL PROTECTED] wrote: Sorry, I posted twice the patch, because I got a message specifying that my message had been blocked because an attachment had a double extension (.tar.bz2). I renamed the file, sent it again, and as soon as I had

[lazarus] Re: unneccessary packed records in lcltypes

2006-05-06 Thread roozbeh gholizadeh
On Fri, 05 May 2006 15:33:58 +0330, Peter Vreman [EMAIL PROTECTED] wrote: Hi, lots of types in lcltypes are declared as packed,which i dont know why, as far as i know lots of them are similar to types with almost exact name from windows unit,but as you look at windows unit,none of them

[lazarus] unneccessary packed records in lcltypes

2006-05-05 Thread roozbeh gholizadeh
Hi, lots of types in lcltypes are declared as packed,which i dont know why, as far as i know lots of them are similar to types with almost exact name from windows unit,but as you look at windows unit,none of them are packed. also almost all of these records are by itself 2byte or 4byte

[lazarus] Re: New Windows CE Files

2006-05-02 Thread roozbeh gholizadeh
Just a reminder that if these not applied,wince interfaces will fail to compile,as i puted these two files in previous patch,but didnt know newer files will not be added with patches. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

[lazarus] Re: More Unicode questions

2006-05-01 Thread roozbeh gholizadeh
Well i read your mail fast,although i shouldnt for this reply on it,but here are few things just to remind. Currently all windows apis are mapped to *A version,as far as i know like c headers there arent define words like unicode which you can alter that,so you have to change all of them-or

[lazarus] Re: IDE Help

2006-04-30 Thread roozbeh gholizadeh
On Sun, 30 Apr 2006 02:59:42 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: The IDE now supports Help for FPC keywords, messages and IDE windows and dialogs. Now the documentation must be collected/written. I added a wiki page describing the various online Help types of the IDE and how

[lazarus] Re: PDAs, Smartphones and form design

2006-04-28 Thread roozbeh gholizadeh
On Fri, 28 Apr 2006 09:41:54 +0330, darekM [EMAIL PROTECTED] wrote: Felipe Monteiro de Carvalho napisał(a): Hello, I´ve being talking to roozbeh about adding Smartphone and PDA support for Lazarus. Bellow I will try to summarize some problems and give a possible solution. Please

[lazarus] Re: PDAs, Smartphones and form design

2006-04-28 Thread roozbeh gholizadeh
I think wince disscussion are very important for lazarus,as it can become the only development tool in this field which is a real rad tool. Currently the only alternative is evc3 for 2002 oses,evc4 and visual studio 4 for higher versions.Or bds 2005/bds 2006 for .netcf If not choosing

[lazarus] Re: Re: Re: Re: unicode lcl?

2006-04-28 Thread roozbeh gholizadeh
On Thu, 27 Apr 2006 21:14:11 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: Please stop using the confusing term 'unicode'. Wince is UTF-16. I really didnt know the diffrence.so is unicode called for utf-32? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

[lazarus] Re: Re: Re: Re: unicode lcl?

2006-04-28 Thread roozbeh gholizadeh
On Fri, 28 Apr 2006 09:35:05 +0330, Micha Nelissen [EMAIL PROTECTED] wrote: Felipe Monteiro de Carvalho wrote: On 4/27/06, roozbeh gholizadeh [EMAIL PROTECTED] wrote: Anyway,is it a good idea to add widetext and widecaption to all wince controls? Anyway the overhead in wince is using

[lazarus] Re: Re: unicode lcl?

2006-04-26 Thread roozbeh gholizadeh
On Wed, 26 Apr 2006 12:12:10 +0330, Marc Weustink [EMAIL PROTECTED] wrote: roozbeh gholizadeh wrote: On Mon, 24 Apr 2006 10:43:28 +0330, Florian Klaempfl [EMAIL PROTECTED] wrote: Micha Nelissen wrote: Florian Klaempfl wrote: Mattias Gaertner wrote: First of all: 'unicode

[lazarus] Re: unicode lcl?

2006-04-24 Thread roozbeh gholizadeh
On Sun, 23 Apr 2006 23:42:14 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: Is there such a thing? and if not,any plans for this? First of all: 'unicode' is merely a table. The computer needs an encoding. The LCL supports UTF-8. So, yes, there is already a unicode LCL. Probably you

[lazarus] Re: unicode lcl?

2006-04-24 Thread roozbeh gholizadeh
On Mon, 24 Apr 2006 10:43:28 +0330, Florian Klaempfl [EMAIL PROTECTED] wrote: Micha Nelissen wrote: Florian Klaempfl wrote: Mattias Gaertner wrote: First of all: 'unicode' is merely a table. The computer needs an encoding. The LCL supports UTF-8. So, yes, there is already a unicode LCL.

[lazarus] unicode lcl?

2006-04-23 Thread roozbeh gholizadeh
Is there such a thing? and if not,any plans for this? Becouse while i was trying to make wince interfaces work,i see lots of convertion to unicode,and it really makes these interfaces slow,which by the fact that all wince devices are rather slow,makes them inefficient. For example it is

[lazarus] how tlabel works?

2006-04-22 Thread roozbeh gholizadeh
Well i have some issues with making tlabel work on wince. AS far as i debuged in wince i noticed drawing of label is from TCustomLabel.calcsize and not paint method(why?) And when my forms startsup i cant see any labels on it. but when i do call tcustomlabel.paint method it is drawed.and also

[lazarus] Re: how tlabel works?

2006-04-22 Thread roozbeh gholizadeh
On Sat, 22 Apr 2006 20:17:13 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: TCustomLabel is a TGraphicControl which calls Paint in WMPaint. Check why the wince interface is not sending LM_PAINT messages. Mattias Well i checked everything...lm_paint message seems to be ok. but i came

[lazarus] Re: how tlabel works?

2006-04-22 Thread roozbeh gholizadeh
On Sat, 22 Apr 2006 21:33:43 +0330, roozbeh gholizadeh [EMAIL PROTECTED] wrote: On Sat, 22 Apr 2006 20:17:13 +0330, Mattias Gaertner [EMAIL PROTECTED] wrote: TCustomLabel is a TGraphicControl which calls Paint in WMPaint. Check why the wince interface is not sending LM_PAINT messages

[lazarus] Re: new patches

2006-04-22 Thread roozbeh gholizadeh
On Sun, 23 Apr 2006 01:37:01 +0330, roozbeh gholizadeh [EMAIL PROTECTED] wrote: Here is another patch. makes labels,brushes work. Well i forgot this patch for graphics.pp. it is related to a bug in fpc-which sometimes causes datatype misalignment,and becouse now labels are geting paint

[lazarus] Re: Re: Re: wince interfaces patch

2006-04-21 Thread roozbeh gholizadeh
On Fri, 21 Apr 2006 00:35:08 +0330, Marc Weustink [EMAIL PROTECTED] wrote: I've had a look and I've 2 questions. WM_CLOSE: Begin - if (Window = TWinCEWidgetSet(WidgetSet).AppHandle) and -(Application.MainForm nil) then +// if (Window =

[lazarus] Re: Re: wince interfaces patch

2006-04-20 Thread roozbeh gholizadeh
On Wed, 19 Apr 2006 12:54:50 +0330, Micha Nelissen [EMAIL PROTECTED] wrote: roozbeh gholizadeh wrote: On Wed, 19 Apr 2006 12:37:36 +0330, roozbeh gholizadeh [EMAIL PROTECTED] wrote: This patch fixes some bugs,button captions are working now,tstatictext is also working! well saw

[lazarus] wince interfaces patch

2006-04-19 Thread roozbeh gholizadeh
This patch fixes some bugs,button captions are working now,tstatictext is also working! -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ mypatch.patch Description: Binary data

[lazarus] Re: wince interfaces patch

2006-04-19 Thread roozbeh gholizadeh
On Wed, 19 Apr 2006 12:37:36 +0330, roozbeh gholizadeh [EMAIL PROTECTED] wrote: This patch fixes some bugs,button captions are working now,tstatictext is also working! well saw other peaple pasted patch in text message so here it is again Index: wincecallback.inc