Hello,
After a long absence I finally have some time to work on my program again. I have the following questions, each one I will put in a new topic.
Can I create a sort of timed msginfo window. Something like TimedMsg('this is a message', 2) where 2 is the time in seconds that the msgbox automaticaly closes.
Timed MsgInfo
- plantenkennis
- Posts: 151
- Joined: Wed Nov 25, 2015 7:13 pm
- Location: the Netherlands
- Contact:
Timed MsgInfo
Kind regards,
René Koot
René Koot
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Timed MsgInfo
René,
This seems to be the way to go:
https://stackoverflow.com/questions/378 ... ery-10-min
We are going to implement it for FiveMac
This seems to be the way to go:
https://stackoverflow.com/questions/378 ... ery-10-min
We are going to implement it for FiveMac
- plantenkennis
- Posts: 151
- Joined: Wed Nov 25, 2015 7:13 pm
- Location: the Netherlands
- Contact:
Re: Timed MsgInfo
Hello Antonio,
The example you give has two buttons (yes and no). What I meen is a window without any buttons, but just with a message. The window must close automatically after the given seconds and not appear anymore. Is that possible?
The example you give has two buttons (yes and no). What I meen is a window without any buttons, but just with a message. The window must close automatically after the given seconds and not appear anymore. Is that possible?
Kind regards,
René Koot
René Koot
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Timed MsgInfo
René,
New function MsgWait( cMsg, [ cTitle ], nSeconds ) already implemented
I have emailed you the new FiveMac libs
Please try it and let me know if it works fine for you
many thanks
New function MsgWait( cMsg, [ cTitle ], nSeconds ) already implemented
I have emailed you the new FiveMac libs
Please try it and let me know if it works fine for you
many thanks
- plantenkennis
- Posts: 151
- Joined: Wed Nov 25, 2015 7:13 pm
- Location: the Netherlands
- Contact:
Re: Timed MsgInfo
Hello Antonio,
Thank you very much, this is exactly what I meant. This will be a function that I will use very much for simple messages to the users. Then they don't have to take any action on it.
Thank you very much, this is exactly what I meant. This will be a function that I will use very much for simple messages to the users. Then they don't have to take any action on it.
Kind regards,
René Koot
René Koot