Just starting with OS10.1
Martin Obongita
martin.obongita at yahoo.com
Thu Sep 10 12:38:32 EDT 2020
Dear Kelly,
I also have this same problem of Jim.
I'm trying to display a timer/counter on a remote form using v10.1.If the form is clicked on, then the timer is reset.
Do I display the timer in an entry field or in a timer control?
and,
Which superclass is being set to the object class?
Regards,Martin.
On Thursday, September 10, 2020, 7:04:33 AM GMT+3, Kelly Burgess <kellyb at montana.com> wrote:
Hi Jim,
>I’m not sure how to set up a Timer.
Create an Object class and set the superclass to the Timer external object. Instantiate the object, assign the $useseconds and $timervalue properties, then call the $starttimer method to get it running.
Override the $timer method and put your action code there - that method will be called when the timer fires.
>i’m not sure how to control eMails.
Look at this post for steps to use the Net Wizard to create some example email methods.
https://lists.omnis-dev.com/pipermail/omnisdev-en/2020-June/043708.html
Also, via the Samples pane of the Hub in the Browser, you can look at the IMAP and POP3 OW3 worker object examples.
Kelly
_____________________________________________________________
Manage your list subscriptions at http://lists.omnis-dev.com
Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list