Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-13 Thread Juha Manninen
ZVDatetimeCtrls is now included in Lazarus trunk sources and the component names are identical with Delphi component names. The report and possible example code should be done for that version. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.free

Re: [Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-13 Thread zeljko
On 04/14/2014 07:18 AM, Allan E. Registos wrote: Hi all, A minor issue in Linux. In linux, we have this privileged to keep a certain application window on top of any window by right-clicking the top bar and click Always On Top from the context menu. Now I have this date/time control, I am using

[Lazarus] Always On Top (Linux) ZVDatetimeCtrls doesn't show up(Bug?)

2014-04-13 Thread Allan E. Registos
Hi all, A minor issue in Linux. In linux, we have this privileged to keep a certain application window on top of any window by right-clicking the top bar and click Always On Top from the context menu. Now I have this date/time control, I am using the date time picker from the package: ZVDat

Re: [Lazarus] How to minimize application showing modal form(s)

2014-04-13 Thread Howard Page-Clark
On 12/04/2014 23:02, Frank Poretzky wrote: Apart from FindComponent, which makes an application with lots of modal windows very complex, I tried various versions of > ... with a corresponding AppOnMinimize() procedure. None of them worked well, especially with the modal sub-sub-form scenario de