Re: [fpc-pascal] Examples of tiOPF logging in the wild

2013-05-18 Thread Graeme Geldenhuys
On 2013-05-17 09:04, Michael Van Canneyt wrote: > > Yes it does. Thanks Michael. G. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Examples of tiOPF logging in the wild

2013-05-17 Thread Michael Van Canneyt
On Thu, 16 May 2013, Graeme Geldenhuys wrote: On 2013-05-16 14:27, vfclists . wrote: I want to use tiLogToGUI, but I am not happy with the amount of screen space it takes. Is there some way it can be adapted or themed to be tidier or smaller? Simply edit the tiLogToGUI unit for your chosen

Re: [fpc-pascal] Examples of tiOPF logging in the wild

2013-05-17 Thread Graeme Geldenhuys
On 2013-05-16 14:27, vfclists . wrote: > I want to use tiLogToGUI, but I am not happy with the amount of screen > space it takes. Is there some way it can be adapted or themed to be tidier > or smaller? Simply edit the tiLogToGUI unit for your chosen toolkit (VCL, LCL or fpGUI), and edit the Creat

[fpc-pascal] Examples of tiOPF logging in the wild

2013-05-16 Thread vfclists .
Are there some examples of using tiOPF logging besides those in the demos? I want to use tiLogToGUI, but I am not happy with the amount of screen space it takes. Is there some way it can be adapted or themed to be tidier or smaller? The code gives the impression that it can be embedded or extend