Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Graeme Geldenhuys
On Tue, Oct 28, 2008 at 11:08 AM, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > > AFAIK swoHide is needed to run tools hidden. For example compile scripts. > I guess some further checkboxes are needed to control TProcess flags. That should solve the issue. I'll see if I can create a patch over the

Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > On Tue, Oct 28, 2008 at 10:31 AM, Graeme Geldenhuys > <[EMAIL PROTECTED]> wrote: > > [--- ExtToolDialog.pas line 335-} > > > > TheProcess.ShowWindow := swoHide; > > I found the culprit!!! Even when using TProcess, the above line causes

Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Graeme Geldenhuys
On Tue, Oct 28, 2008 at 10:31 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: [--- ExtToolDialog.pas line 335-} > > TheProcess.ShowWindow := swoHide; I found the culprit!!! Even when using TProcess, the above line causes the main form of fpGUI UI Designer not to display. Why is that

Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Graeme Geldenhuys
On Tue, Oct 28, 2008 at 9:41 AM, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > And if you do: > p := TProcessUTF8.Create(self); Yup, replaced TProcess with TProcessUTF8 and everything still worked. Lazarus does set process options like pipes etc, but I have no idea how pipes and stuff work. Tho

Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Graeme Geldenhuys
On Tue, Oct 28, 2008 at 8:52 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Under Linux everything works fine - the UI Designer loads the current > editor file and displays the form to be edited. Under Windows there is > a problem. The main form of the UI Designer doesn't display for some > rea

Re: [Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Vincent Snijders
2008/10/28 Graeme Geldenhuys <[EMAIL PROTECTED]>: > On Tue, Oct 28, 2008 at 8:52 AM, Graeme Geldenhuys > <[EMAIL PROTECTED]> wrote: >> Under Linux everything works fine - the UI Designer loads the current >> editor file and displays the form to be edited. Under Windows there is >> a problem. The ma

[Lazarus] Lazarus Custom Tools issue under Windows

2008-10-28 Thread Graeme Geldenhuys
For my fpGUI development with Lazarus IDE, I launch the fpGUI UI Designer by pressing Ctrl+Shift+F12. That shortcut is a custom tools setup and passes the current editor file to fpGUI UI Designer. The UI Designer consists out of three forms. The main form containing the component palette, the Obje