[Lazarus] TStaticText loses content at irregular intervals (Win 10)

2021-01-16 Thread Bo Berglund via lazarus
Windows 10 Pro, Lazarus 2.0.10 (64 bit), Fpc 3.2.0 (64 bit) I have an application where I have a panel on the bottom of the main form. On this I have a number of controls like buttons etc. There are a set of TStaticText controls where I show the current value of some variables that are set from

Re: [Lazarus] FPDoc chms and code examples

2021-01-16 Thread Graeme Geldenhuys via lazarus
On 15/01/2021 7:53 am, Соболь Андрей Евгеньевич via lazarus wrote: > I see that nobody used to a tag for creating documentation lcl, > lazutil. That tag is used only the fpc team. It seem to be a decision made by the Lazarus team. I've used the EXAMPLE tag for years with the tiOPF project as

Re: [Lazarus] using TDBNavigator with a TStringgrid

2021-01-16 Thread duilio foschi via lazarus
very good idea. Thank you On Sat, Jan 16, 2021 at 12:00 PM gabor via lazarus < lazarus@lists.lazarus-ide.org> wrote: > W dniu 2021-01-16 o 11:54, duilio foschi via lazarus pisze: > > it does not seem possible. > > > > Any workaround? > > > > Thank you > > > > Duilio > > > > Maybe TMemDataset +

[Lazarus] FPDoc chms and code examples - second thread

2021-01-16 Thread Andrey Sobol via lazarus
Oh sorry, I send my message into another thread :( I opened the topic about short code examples that should be embedded in the documentation. About the full examples I know. Also I and Trevor have wrote a readme.txt file for those directories: The file you can read here:

Re: [Lazarus] FPDoc chms and code examples

2021-01-16 Thread Andrey Sobol via lazarus
I opened the topic about short code examples that should be embedded in the documentation. About the full examples I know. Also I and Trevor have wrote a readme.txt file for those directories: The file you can read here:

Re: [Lazarus] using TDBNavigator with a TStringgrid

2021-01-16 Thread gabor via lazarus
W dniu 2021-01-16 o 11:54, duilio foschi via lazarus pisze: it does not seem possible. Any workaround? Thank you Duilio Maybe TMemDataset + TDBGrid + TDBNavigator? Michał. -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

[Lazarus] using TDBNavigator with a TStringgrid

2021-01-16 Thread duilio foschi via lazarus
it does not seem possible. Any workaround? Thank you Duilio -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] FPDoc chms and code examples

2021-01-16 Thread Sergey Bodrov via lazarus
Me personally prefer to place short code snippets into help pages, with some syntax highlight. Also, big code samples can be made as separate help (html) files, with detailed description. Same as in Wiki. Pure code examples can be found in lazarus/examples directory, they even have browser,