[lazarus] [Patch] One more Lazarus Unicode Patch

2006-11-16 Thread Felipe Monteiro de Carvalho
Hi, I am sending the patch to the mailling list just in case there is a need to discuss it. Now TForm.Caption, TEdit.Text and TButton.Caption should all work correctly with unicode. TLabel.Caption doesn´t work perfectly. It shows the text followed by some trash characters. thanks, -- Felipe Mo

Re: [lazarus] Patch: AsyncCallQueue - queue is not called in good order

2006-11-16 Thread Micha Nelissen
Alexandre Leclerc wrote: > This patch make sure the queue is emptied (or queued procedured are > called) in the good order: from the first to the last. Thanks, applied. Micha _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Cannot initialize a form from OnShow

2006-11-16 Thread Felipe Monteiro de Carvalho
Please submit bug reports on the bug tracker. Also be aware that I think there is no official maintainer for wince interface. It´s driven mostly by patches from people that use it. -- Felipe Monteiro de Carvalho _ To unsubscrib

[lazarus] Cannot initialize a form from OnShow

2006-11-16 Thread Gabor Boros
Hi, The problem appear under WinCE. I tried with Lazarus SVN 10209 and FPC SVN 5191 and 5370. Create a new application, put a label and a listbox on the form, and write the following lines into the form's OnShow event. Label1.Caption:='xxx'; ListBox1.Items.Add('yyy'); Run the application and

Re: [lazarus] WinCE Patch

2006-11-16 Thread Christian Ulrich
If you don't get a reaction after, say a week, then start to worry. after an week the life of the applier is not so easy i think, there are too mutch changes in lazarus to apply an patch correct after an week i think. But next time i will be a little more patient. Further, when starting a ne

Re: [lazarus] [patch] - Publish Project Dialog

2006-11-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for the Publish Project Dialog. The archive contains two patches. The .lrs and .lfm patch. I included the .lrs patch as it sometimes causes conflicts, in which case it can be generated by Lazarus instead. Changes: * Fixed the order of the but

Re: Patch: AsyncCallQueue - queue is not called in good order

2006-11-16 Thread Alexandre Leclerc
2006/11/16, Marc Weustink <[EMAIL PROTECTED]>: Alexandre Leclerc wrote: > Who is responsible of maintaining TApplication? (For patch feedback/apply?) IIRC asynccallqueue was implemented by Micha. But, you don't have to bug devels in private. All devels read this list. No, it is not my intenti

Re: [lazarus] [patch] - Find Replace Dialog

2006-11-16 Thread Graeme Geldenhuys
On 11/16/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Thanks. Applied (+ an extra patch to Contributors.txt) :-) Vincent Cheers :-) -- Graeme Geldenhuys Location: S 34° 03.168' E018° 49.342' http://tinyurl.com/y6lc26 There's no place like 127.0.0.1 ___

Re: [lazarus] Threading: Running different Forms in different Threads

2006-11-16 Thread Al Boldi
Thanks for all your quick replies! Michael Van Canneyt wrote: > On Thu, 16 Nov 2006, George Birbilis wrote: > > > > What is needed to allow different Forms to run in different Threads? > > > > > > I am not sure, but I think that ... > > > > > > It is needed, that the threads are created in differe

[lazarus] [patch] - Publish Project Dialog

2006-11-16 Thread Graeme Geldenhuys
Hi, Attached is a patch for the Publish Project Dialog. The archive contains two patches. The .lrs and .lfm patch. I included the .lrs patch as it sometimes causes conflicts, in which case it can be generated by Lazarus instead. Changes: * Fixed the order of the buttons * Fixed the tab order o

Re: [lazarus] [patch] - Find Replace Dialog

2006-11-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for the Find Replace Dialog. There are two patches and both need to be applied from the root Lazarus directory. findreplacedialog.patch * applies changes to the .pp and .lfm files * Fixes the button order as I mentioned in a previous post *

Re: [lazarus] WinCE Patch

2006-11-16 Thread Vincent Snijders
Christian Ulrich schreef: On 11/12/06, Christian Ulrich <[EMAIL PROTECTED]> wrote: And also in TApplicationproperties so it can be set in an visual way ... Can you implement this? It would be nice to have all modifications related to this on a single patch. If no one objects I will suppose TAp

[lazarus] [patch] - Find Replace Dialog

2006-11-16 Thread Graeme Geldenhuys
Hi, Attached is a patch for the Find Replace Dialog. There are two patches and both need to be applied from the root Lazarus directory. findreplacedialog.patch * applies changes to the .pp and .lfm files * Fixes the button order as I mentioned in a previous post * Fixes the tab order which w

RE: [lazarus] Threading: Running different Forms in different Threads

2006-11-16 Thread Michael Van Canneyt
On Thu, 16 Nov 2006, George Birbilis wrote: > > > What is needed to allow different Forms to run in different Threads? > > > > > I am not sure, but I think that ... > > > > It is needed, that the threads are created in different processes. > > > > There is a global application object, so the LCL

RE: [lazarus] Threading: Running different Forms in different Threads

2006-11-16 Thread George Birbilis
> > What is needed to allow different Forms to run in different Threads? > > > I am not sure, but I think that ... > > It is needed, that the threads are created in different processes. > > There is a global application object, so the LCL is > essentially not suitable for being run in multiple thre

Re: [lazarus] WinCE Patch

2006-11-16 Thread Vincent Snijders
Marc Weustink schreef: Christian Ulrich wrote: Vincent wrote: I found a little time to look at this patch. First: I doubt the general usefulness of having the applicationtype as member of TApplicationProperties. TApplicationProperties are part of a from, which is created at its earliest *afte

Re: Patch: AsyncCallQueue - queue is not called in good order

2006-11-16 Thread Marc Weustink
Alexandre Leclerc wrote: Who is responsible of maintaining TApplication? (For patch feedback/apply?) IIRC asynccallqueue was implemented by Micha. But, you don't have to bug devels in private. All devels read this list. Marc 2006/11/14, Alexandre Leclerc <[EMAIL PROTECTED]>: This patch m

Re: [lazarus] WinCE Patch

2006-11-16 Thread Marc Weustink
Christian Ulrich wrote: Vincent wrote: I found a little time to look at this patch. First: I doubt the general usefulness of having the applicationtype as member of TApplicationProperties. TApplicationProperties are part of a from, which is created at its earliest *after* the call to Applicati

Re: [lazarus] Error: Failed to run tool

2006-11-16 Thread Vincent Snijders
Crause, Christo (JC) schreef: Crause, Christo (JC) schreef: When I try to build Lazarus from inside the IDE (Tools | Build IDE) I get the following error: Failed to run tool - Unable to run the tool "Creating Makefile for package JPEGForLazarus 1.0.1" Do you have fpcmake.exe on your path o

Re: [lazarus] WinCE Patch

2006-11-16 Thread Marc Weustink
Christian Ulrich wrote: I will apply the TApplication part (because I don't have any problems with that and Marc looked at it too) and if Felipe says ok, I will the wince part too. ok, maybe i was a littli bit to nervous, but first time i send the patch 3 days nobody has reacted. as you know.

RE: [lazarus] Error: Failed to run tool

2006-11-16 Thread Crause, Christo \(JC\)
> Crause, Christo (JC) schreef: > > When I try to build Lazarus from inside the IDE (Tools | > Build IDE) I > > get the following error: Failed to run tool - Unable to run > the tool > > "Creating Makefile for package JPEGForLazarus 1.0.1" > Do you have fpcmake.exe on your path or in the same

Re: [lazarus] Error: Failed to run tool

2006-11-16 Thread Vincent Snijders
Crause, Christo (JC) schreef: When I try to build Lazarus from inside the IDE (Tools | Build IDE) I get the following error: Failed to run tool - Unable to run the tool "Creating Makefile for package JPEGForLazarus 1.0.1" I also get similar errors for other packages marked for installation. I