Easy to Create, Easy to Change - Easy to use!


A small timer application in practice.


Started by grohmann.papier@t-online.de
Search
You will need to Sign In to be able to add or comment on the forum!

A small timer application in practice.

Hello Dataeaseforum!
I realized a little idea with the timer function:
I wanted a small info window (with more detailed information from the subrecord) opens when you stand with your mouse over a sub form line. But after a short delay! If one moves the mouse to the info window closes again. This beautiful function can be programmed fine with the timer function. It works absolutely stable.

Kind regards

Markus

Written by grohmann.papier@t-online.de 22/06/16 at 17:10:43 Dataease [{8}]FIVE

Re:A small timer application in practice.

Hi Markus.

Brilliant.

The TImer() function is so much more than one first imagine.

We use it for delayed action i.e. when you want to execute functions one after the other as well.

We also use it to reformat a manipulated window i.e when you have used MoveObject() to glue things left, right, top, centre etc.

Then we simply check if the main window has changed size and then we re-run the repositioning.

Our goal is to give you - the programmer - all the power we have so you can make your applications work like you want to rather than how we dictate.

Written by DataEase 23/06/16 at 14:18:35 Dataease [{8}]FIVE