Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2019-01-11 Thread thomas COQUEREAU
Hi Everyone,

So I found a solution to this problem that works like a charm for me. Since 
MLO support is absolutely useless and depressing, I post it here, in case 
it is useful to someone. 
Basically, I created a very simple AutoHotkey Script that detects when the 
Reminders window pops up and closes it. 
I placed the script in the startup directory so it launches at startup. The 
script is very light and you won't even notice it.
The procedure : 
1- install AutoHotkey (just google and download it)
2- Open Notepad and copy paste the script below.
3- Save it with the extension .ahk  (very important, otherwise it is not a 
AutoHotkey script, but just a text file)
4- Optional : place it in the startup directory if you want it to launch at 
startup


#NoEnv 
#Persistent
SetTimer, CloseUnwantedWindow, 250 ; checks every 250ms, you can change it 
as you wish.
Exit

CloseUnwantedWindow:
WinClose MyLifeOrganized - Reminders
Return




Le lundi 27 août 2018 20:22:09 UTC+2, Richard C a écrit :
>
> Item 2.   Addresses my specific request (and I like the idea of a flag 
> on the MLO icon on the task if there are active reminders).Could 
> clicking on this, open the reminder window? 
>
> Also,  could the right click menu on the icon have a Reminders option 
> with sub-options 
> * Activate 
> * Deactivate 
> * 1 hour 
> * 2 hours 
> * 1 day 
> * Indefinitely 
> * Disable 
>
>
> Thanks, Andrey 
>
> Richard 
>
> On 2018-08-17 12:14, Andrey Tkachuk (MLO) wrote: 
> >> I mean just telling us that you heard the request 
> > Yes I heard the request, thank you! I thought about this feature 
> > myself and the preliminary idea is to have 3 reminder modes on 
> > desktop: 
> > 
> > 1. Normal - reminders work normally as it is now. 
> > 2. Inactive - remindes do not disturb you but if there is a reminder 
> > there will be an noticable icon in the staus bar. If you click it - 
> > you see the active reminders. Inactive mode could be set for N min/h 
> > or forever. 
> > 3. Disabled - no reminders and no icon in status bar about it. 
> > 
> > Just an idea. 
> > 
> > A. 
> > 
> > On Tuesday, August 14, 2018 at 8:13:33 PM UTC+3, thomas COQUEREAU 
> > wrote: 
> > 
> >> Hey MLO team, 
> >> 
> >> Now this email is addressed to you. 
> >> Since the community cannot solve this "disactivate desktop 
> >> reminders" problem, and some people showed interest in the feature, 
> >> could you please acknowledge it. I mean just telling us that you 
> >> heard the request and whether it is something you consider adding or 
> >> not. Otherwise, it is just another dead message in a bottle 
> >> 
> >> Thank you for your time 
> >> Thomas 
> >> 
> >> Le lundi 13 août 2018 04:06:37 UTC+2, MOK | MATSURU a écrit : 
> >> 
> >> yes~! This is a good suggestion. I totally agree. 
> >> 
> >> On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via 
> >> MyLifeOrganized  wrote: 
> >> 
> >> I agree.  I voiced this same complaint awhile ago. 
> >> 
> >> And I don’t agree with workarounds.  For apps nowadays, I feel the 
> >> best practice is: 
> >> 
> >> SUGGESTED IMPLEMENTION: 
> >> 
> >> Checkbox: Allow reminders on this device Y/N 
> >> 
> >> You uncheck it, and voila, no reminders. 
> >> 
> >> You check it, and your reminders come to life again. 
> >> 
> >> FROM: mylifeo...@googlegroups.com  ON 
> >> BEHALF OF thomas COQUEREAU 
> >> SENT: Tuesday, August 7, 2018 06:36 
> >> TO: MyLifeOrganized  
> >> SUBJECT: [MLO] How to completely disactivate reminders pop up on 
> >> desktop version (computer, not mobile) 
> >> 
> >> Hi, 
> >> 
> >> I love MLO but one thing annoys me a lot. 
> >> 
> >> I constantly set up little reminders with my phone from MLO mobile 
> >> version (android). 
> >> 
> >> Then obviously these reminders are synced to my desktop version 
> >> (windows 10) and it triggers a pop up, constantly disturbing my work 
> >> (+ freezing windows task bar...). 
> >> 
> >> The fact is I would like these reminders to pop up on my mobile only 
> >> and be silent on my computer. I tried to modify the default reminder 
> >> action on my computer (pointing towards a blank file for instance), 
> >> but if the reminder is set from mobile, then it's the regular pop up 
> >> reminder that will be set on desktop. 
> >> 
> >> It annoys me a lot and maybe there is a registry hack or something 
> >> off the books that I could implement to purely disactivate pop up 
> >> reminders on desktop, while keeping them on mobile. 
> >> 
> >> Any hint / solution would be highly appreciated. 
> >> 
> >> Thank you very much for your help and time, 
> >> 
> >> Thomas 
> >> 
> >> -- 
> >> You received this message because you are subscribed to the Google 
> >> Groups "MyLifeOrganized" group. 
> >> To unsubscribe from this group and stop receiving emails from it, 
> >> send an email to mylifeorganiz...@googlegroups.com. 
> >> To post to this group, send email to mylifeo...@googlegroups.com. 
> >> Visit this group at 

Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-27 Thread rc
Item 2.   Addresses my specific request (and I like the idea of a flag 
on the MLO icon on the task if there are active reminders).Could 
clicking on this, open the reminder window?


Also,  could the right click menu on the icon have a Reminders option 
with sub-options

* Activate
* Deactivate
   * 1 hour
   * 2 hours
   * 1 day
   * Indefinitely
* Disable


Thanks, Andrey

Richard

On 2018-08-17 12:14, Andrey Tkachuk (MLO) wrote:

I mean just telling us that you heard the request

Yes I heard the request, thank you! I thought about this feature
myself and the preliminary idea is to have 3 reminder modes on
desktop:

1. Normal - reminders work normally as it is now.
2. Inactive - remindes do not disturb you but if there is a reminder
there will be an noticable icon in the staus bar. If you click it -
you see the active reminders. Inactive mode could be set for N min/h
or forever.
3. Disabled - no reminders and no icon in status bar about it.

Just an idea.

A.

On Tuesday, August 14, 2018 at 8:13:33 PM UTC+3, thomas COQUEREAU
wrote:


Hey MLO team,

Now this email is addressed to you.
Since the community cannot solve this "disactivate desktop
reminders" problem, and some people showed interest in the feature,
could you please acknowledge it. I mean just telling us that you
heard the request and whether it is something you consider adding or
not. Otherwise, it is just another dead message in a bottle

Thank you for your time
Thomas

Le lundi 13 août 2018 04:06:37 UTC+2, MOK | MATSURU a écrit :

yes~! This is a good suggestion. I totally agree.

On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via
MyLifeOrganized  wrote:

I agree.  I voiced this same complaint awhile ago.

And I don’t agree with workarounds.  For apps nowadays, I feel the
best practice is:

SUGGESTED IMPLEMENTION:

Checkbox: Allow reminders on this device Y/N

You uncheck it, and voila, no reminders.

You check it, and your reminders come to life again.

FROM: mylifeo...@googlegroups.com  ON
BEHALF OF thomas COQUEREAU
SENT: Tuesday, August 7, 2018 06:36
TO: MyLifeOrganized 
SUBJECT: [MLO] How to completely disactivate reminders pop up on
desktop version (computer, not mobile)

Hi,

I love MLO but one thing annoys me a lot.

I constantly set up little reminders with my phone from MLO mobile
version (android).

Then obviously these reminders are synced to my desktop version
(windows 10) and it triggers a pop up, constantly disturbing my work
(+ freezing windows task bar...).

The fact is I would like these reminders to pop up on my mobile only
and be silent on my computer. I tried to modify the default reminder
action on my computer (pointing towards a blank file for instance),
but if the reminder is set from mobile, then it's the regular pop up
reminder that will be set on desktop.

It annoys me a lot and maybe there is a registry hack or something
off the books that I could implement to purely disactivate pop up
reminders on desktop, while keeping them on mobile.

Any hint / solution would be highly appreciated.

Thank you very much for your help and time,

Thomas

--
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized
[1].
To view this discussion on the web visit


https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com

[2].
For more options, visit https://groups.google.com/d/optout [3].

--
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized
[1].
To view this discussion on the web visit


https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com

[4].
For more options, visit https://groups.google.com/d/optout [3].


 --
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mylifeorganized/62d61514-d241-41b2-87e7-af9c0e372045%40googlegroups.com
[5].
For more options, visit https://groups.google.com/d/optout.


Links:
--
[1] https://groups.google.com/group/mylifeorganized
[2]

Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-17 Thread Andrey Tkachuk (MLO)
> I mean just telling us that you heard the request
Yes I heard the request, thank you! I thought about this feature myself and 
the preliminary idea is to have 3 reminder modes on desktop:

1. Normal - reminders work normally as it is now.
2. Inactive - remindes do not disturb you but if there is a reminder there 
will be an noticable icon in the staus bar. If you click it - you see the 
active reminders. Inactive mode could be set for N min/h or forever.
3. Disabled - no reminders and no icon in status bar about it.

Just an idea.

A.

On Tuesday, August 14, 2018 at 8:13:33 PM UTC+3, thomas COQUEREAU wrote:
>
> Hey MLO team,
>
> Now this email is addressed to you.
> Since the community cannot solve this "disactivate desktop reminders" 
> problem, and some people showed interest in the feature, could you please 
> acknowledge it. I mean just telling us that you heard the request and 
> whether it is something you consider adding or not. Otherwise, it is just 
> another dead message in a bottle
>
> Thank you for your time
> Thomas
>
> Le lundi 13 août 2018 04:06:37 UTC+2, MOK | MATSURU a écrit :
>>
>> yes~! This is a good suggestion. I totally agree.
>>
>> On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via MyLifeOrganized <
>> mylifeo...@googlegroups.com> wrote:
>>
>>> I agree.  I voiced this same complaint awhile ago.
>>>
>>> And I don’t agree with workarounds.  For apps nowadays, I feel the best 
>>> practice is:
>>>
>>>  
>>>
>>> SUGGESTED IMPLEMENTION:
>>>
>>> Checkbox: Allow reminders on this device Y/N
>>>
>>>  
>>>
>>> You uncheck it, and voila, no reminders.
>>>
>>> You check it, and your reminders come to life again.
>>>
>>>  
>>>
>>>  
>>>
>>> *From:* mylifeo...@googlegroups.com  *On 
>>> Behalf Of *thomas COQUEREAU
>>> *Sent:* Tuesday, August 7, 2018 06:36
>>> *To:* MyLifeOrganized 
>>> *Subject:* [MLO] How to completely disactivate reminders pop up on 
>>> desktop version (computer, not mobile)
>>>
>>>  
>>>
>>> Hi,
>>>
>>> I love MLO but one thing annoys me a lot.
>>>
>>> I constantly set up little reminders with my phone from MLO mobile 
>>> version (android).
>>>
>>> Then obviously these reminders are synced to my desktop version (windows 
>>> 10) and it triggers a pop up, constantly disturbing my work (+ freezing 
>>> windows task bar...).
>>>
>>> The fact is I would like these reminders to pop up on my mobile only and 
>>> be silent on my computer. I tried to modify the default reminder action on 
>>> my computer (pointing towards a blank file for instance), but if the 
>>> reminder is set from mobile, then it's the regular pop up reminder that 
>>> will be set on desktop.
>>>
>>> It annoys me a lot and maybe there is a registry hack or something off 
>>> the books that I could implement to purely disactivate pop up reminders on 
>>> desktop, while keeping them on mobile.
>>>
>>> Any hint / solution would be highly appreciated.
>>>
>>>  
>>>
>>> Thank you very much for your help and time,
>>>
>>>  
>>>
>>> Thomas
>>>
>>>  
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "MyLifeOrganized" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mylifeorganiz...@googlegroups.com.
>>> To post to this group, send email to mylifeo...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/mylifeorganized.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "MyLifeOrganized" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mylifeorganiz...@googlegroups.com.
>>> To post to this group, send email to mylifeo...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/mylifeorganized.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 

Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-14 Thread b . campag
Agreed!

On Tuesday, August 14, 2018 at 12:13:33 PM UTC-5, thomas COQUEREAU wrote:
>
> Hey MLO team,
>
> Now this email is addressed to you.
> Since the community cannot solve this "disactivate desktop reminders" 
> problem, and some people showed interest in the feature, could you please 
> acknowledge it. I mean just telling us that you heard the request and 
> whether it is something you consider adding or not. Otherwise, it is just 
> another dead message in a bottle
>
> Thank you for your time
> Thomas
>
> Le lundi 13 août 2018 04:06:37 UTC+2, MOK | MATSURU a écrit :
>>
>> yes~! This is a good suggestion. I totally agree.
>>
>> On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via MyLifeOrganized <
>> mylifeo...@googlegroups.com> wrote:
>>
>>> I agree.  I voiced this same complaint awhile ago.
>>>
>>> And I don’t agree with workarounds.  For apps nowadays, I feel the best 
>>> practice is:
>>>
>>>  
>>>
>>> SUGGESTED IMPLEMENTION:
>>>
>>> Checkbox: Allow reminders on this device Y/N
>>>
>>>  
>>>
>>> You uncheck it, and voila, no reminders.
>>>
>>> You check it, and your reminders come to life again.
>>>
>>>  
>>>
>>>  
>>>
>>> *From:* mylifeo...@googlegroups.com  *On 
>>> Behalf Of *thomas COQUEREAU
>>> *Sent:* Tuesday, August 7, 2018 06:36
>>> *To:* MyLifeOrganized 
>>> *Subject:* [MLO] How to completely disactivate reminders pop up on 
>>> desktop version (computer, not mobile)
>>>
>>>  
>>>
>>> Hi,
>>>
>>> I love MLO but one thing annoys me a lot.
>>>
>>> I constantly set up little reminders with my phone from MLO mobile 
>>> version (android).
>>>
>>> Then obviously these reminders are synced to my desktop version (windows 
>>> 10) and it triggers a pop up, constantly disturbing my work (+ freezing 
>>> windows task bar...).
>>>
>>> The fact is I would like these reminders to pop up on my mobile only and 
>>> be silent on my computer. I tried to modify the default reminder action on 
>>> my computer (pointing towards a blank file for instance), but if the 
>>> reminder is set from mobile, then it's the regular pop up reminder that 
>>> will be set on desktop.
>>>
>>> It annoys me a lot and maybe there is a registry hack or something off 
>>> the books that I could implement to purely disactivate pop up reminders on 
>>> desktop, while keeping them on mobile.
>>>
>>> Any hint / solution would be highly appreciated.
>>>
>>>  
>>>
>>> Thank you very much for your help and time,
>>>
>>>  
>>>
>>> Thomas
>>>
>>>  
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "MyLifeOrganized" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mylifeorganiz...@googlegroups.com.
>>> To post to this group, send email to mylifeo...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/mylifeorganized.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "MyLifeOrganized" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to mylifeorganiz...@googlegroups.com.
>>> To post to this group, send email to mylifeo...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/mylifeorganized.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/f5a7694d-5bda-4726-9686-05cec07f13a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-14 Thread thomas COQUEREAU
Hey MLO team,

Now this email is addressed to you.
Since the community cannot solve this "disactivate desktop reminders" 
problem, and some people showed interest in the feature, could you please 
acknowledge it. I mean just telling us that you heard the request and 
whether it is something you consider adding or not. Otherwise, it is just 
another dead message in a bottle

Thank you for your time
Thomas

Le lundi 13 août 2018 04:06:37 UTC+2, MOK | MATSURU a écrit :
>
> yes~! This is a good suggestion. I totally agree.
>
> On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via MyLifeOrganized <
> mylifeo...@googlegroups.com > wrote:
>
>> I agree.  I voiced this same complaint awhile ago.
>>
>> And I don’t agree with workarounds.  For apps nowadays, I feel the best 
>> practice is:
>>
>>  
>>
>> SUGGESTED IMPLEMENTION:
>>
>> Checkbox: Allow reminders on this device Y/N
>>
>>  
>>
>> You uncheck it, and voila, no reminders.
>>
>> You check it, and your reminders come to life again.
>>
>>  
>>
>>  
>>
>> *From:* mylifeo...@googlegroups.com  <
>> mylifeo...@googlegroups.com > *On Behalf Of *thomas 
>> COQUEREAU
>> *Sent:* Tuesday, August 7, 2018 06:36
>> *To:* MyLifeOrganized >
>> *Subject:* [MLO] How to completely disactivate reminders pop up on 
>> desktop version (computer, not mobile)
>>
>>  
>>
>> Hi,
>>
>> I love MLO but one thing annoys me a lot.
>>
>> I constantly set up little reminders with my phone from MLO mobile 
>> version (android).
>>
>> Then obviously these reminders are synced to my desktop version (windows 
>> 10) and it triggers a pop up, constantly disturbing my work (+ freezing 
>> windows task bar...).
>>
>> The fact is I would like these reminders to pop up on my mobile only and 
>> be silent on my computer. I tried to modify the default reminder action on 
>> my computer (pointing towards a blank file for instance), but if the 
>> reminder is set from mobile, then it's the regular pop up reminder that 
>> will be set on desktop.
>>
>> It annoys me a lot and maybe there is a registry hack or something off 
>> the books that I could implement to purely disactivate pop up reminders on 
>> desktop, while keeping them on mobile.
>>
>> Any hint / solution would be highly appreciated.
>>
>>  
>>
>> Thank you very much for your help and time,
>>
>>  
>>
>> Thomas
>>
>>  
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MyLifeOrganized" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mylifeorganiz...@googlegroups.com .
>> To post to this group, send email to mylifeo...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/mylifeorganized.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MyLifeOrganized" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mylifeorganiz...@googlegroups.com .
>> To post to this group, send email to mylifeo...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/mylifeorganized.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/e4023082-9f62-416d-a27d-99ea71042070%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-12 Thread MOK | MATSURU
yes~! This is a good suggestion. I totally agree.

On Wed, 8 Aug 2018 at 02:27, 'Michael Emerald, CFA' via MyLifeOrganized <
mylifeorganized@googlegroups.com> wrote:

> I agree.  I voiced this same complaint awhile ago.
>
> And I don’t agree with workarounds.  For apps nowadays, I feel the best
> practice is:
>
>
>
> SUGGESTED IMPLEMENTION:
>
> Checkbox: Allow reminders on this device Y/N
>
>
>
> You uncheck it, and voila, no reminders.
>
> You check it, and your reminders come to life again.
>
>
>
>
>
> *From:* mylifeorganized@googlegroups.com 
> *On Behalf Of *thomas COQUEREAU
> *Sent:* Tuesday, August 7, 2018 06:36
> *To:* MyLifeOrganized 
> *Subject:* [MLO] How to completely disactivate reminders pop up on
> desktop version (computer, not mobile)
>
>
>
> Hi,
>
> I love MLO but one thing annoys me a lot.
>
> I constantly set up little reminders with my phone from MLO mobile version
> (android).
>
> Then obviously these reminders are synced to my desktop version (windows
> 10) and it triggers a pop up, constantly disturbing my work (+ freezing
> windows task bar...).
>
> The fact is I would like these reminders to pop up on my mobile only and
> be silent on my computer. I tried to modify the default reminder action on
> my computer (pointing towards a blank file for instance), but if the
> reminder is set from mobile, then it's the regular pop up reminder that
> will be set on desktop.
>
> It annoys me a lot and maybe there is a registry hack or something off the
> books that I could implement to purely disactivate pop up reminders on
> desktop, while keeping them on mobile.
>
> Any hint / solution would be highly appreciated.
>
>
>
> Thank you very much for your help and time,
>
>
>
> Thomas
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "MyLifeOrganized" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mylifeorganized+unsubscr...@googlegroups.com.
> To post to this group, send email to mylifeorganized@googlegroups.com.
> Visit this group at https://groups.google.com/group/mylifeorganized.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "MyLifeOrganized" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mylifeorganized+unsubscr...@googlegroups.com.
> To post to this group, send email to mylifeorganized@googlegroups.com.
> Visit this group at https://groups.google.com/group/mylifeorganized.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/CAMMFJ%2BeEpZEEiM8vj6fYrwyoi3A4ESdT1Pz1JQMhS-WpveEkMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-07 Thread 'Michael Emerald, CFA' via MyLifeOrganized
I agree.  I voiced this same complaint awhile ago.

And I don’t agree with workarounds.  For apps nowadays, I feel the best 
practice is:

 

SUGGESTED IMPLEMENTION:

Checkbox: Allow reminders on this device Y/N

 

You uncheck it, and voila, no reminders.

You check it, and your reminders come to life again.

 

 

From: mylifeorganized@googlegroups.com  On 
Behalf Of thomas COQUEREAU
Sent: Tuesday, August 7, 2018 06:36
To: MyLifeOrganized 
Subject: [MLO] How to completely disactivate reminders pop up on desktop 
version (computer, not mobile)

 

Hi,

I love MLO but one thing annoys me a lot.

I constantly set up little reminders with my phone from MLO mobile version 
(android).

Then obviously these reminders are synced to my desktop version (windows 10) 
and it triggers a pop up, constantly disturbing my work (+ freezing windows 
task bar...).

The fact is I would like these reminders to pop up on my mobile only and be 
silent on my computer. I tried to modify the default reminder action on my 
computer (pointing towards a blank file for instance), but if the reminder is 
set from mobile, then it's the regular pop up reminder that will be set on 
desktop.

It annoys me a lot and maybe there is a registry hack or something off the 
books that I could implement to purely disactivate pop up reminders on desktop, 
while keeping them on mobile.

Any hint / solution would be highly appreciated.

 

Thank you very much for your help and time,

 

Thomas

 

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com 
 .
To post to this group, send email to mylifeorganized@googlegroups.com 
 .
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
 

 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/000601d42e7c%2454d1e050%24fe75a0f0%24%40yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-07 Thread rc
It was also be good to have a time option here too:   disable for 30 
mins,  1 hour,  2 hours, ...,  Indefinitely - so that you don't get 
reminders popping up in presentations and screen share sessions.


Long standing request of mine.

Richard

On 2018-08-07 18:23, Jeff Smith wrote:

I need that feature too. Just a local setting "Disable all reminders
on this device only" sort of thing

On Tue, Aug 7, 2018, 04:37 thomas COQUEREAU
 wrote:


Hi,
I love MLO but one thing annoys me a lot.
I constantly set up little reminders with my phone from MLO mobile
version (android).
Then obviously these reminders are synced to my desktop version
(windows 10) and it triggers a pop up, constantly disturbing my work
(+ freezing windows task bar...).
The fact is I would like these reminders to pop up on my mobile only
and be silent on my computer. I tried to modify the default reminder
action on my computer (pointing towards a blank file for instance),
but if the reminder is set from mobile, then it's the regular pop up
reminder that will be set on desktop.
It annoys me a lot and maybe there is a registry hack or something
off the books that I could implement to purely disactivate pop up
reminders on desktop, while keeping them on mobile.
Any hint / solution would be highly appreciated.

Thank you very much for your help and time,

Thomas

--
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to
mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit


https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com

[1].
For more options, visit https://groups.google.com/d/optout.


 --
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mylifeorganized/CAA1bVFnT7knJRBWnPxofobjuZwYB3gSxHRn%3DJdq7cKry%3DX04vQ%40mail.gmail.com
[2].
For more options, visit https://groups.google.com/d/optout.


Links:
--
[1]
https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com?utm_medium=emailutm_source=footer
[2]
https://groups.google.com/d/msgid/mylifeorganized/CAA1bVFnT7knJRBWnPxofobjuZwYB3gSxHRn%3DJdq7cKry%3DX04vQ%40mail.gmail.com?utm_medium=email_source=footer


--
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/d08484a6aecc723d4bef35edad90066b%40rcollings.co.uk.
For more options, visit https://groups.google.com/d/optout.


Re: [MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-07 Thread Jeff Smith
I need that feature too. Just a local setting "Disable all reminders on
this device only" sort of thing

On Tue, Aug 7, 2018, 04:37 thomas COQUEREAU 
wrote:

> Hi,
> I love MLO but one thing annoys me a lot.
> I constantly set up little reminders with my phone from MLO mobile version
> (android).
> Then obviously these reminders are synced to my desktop version (windows
> 10) and it triggers a pop up, constantly disturbing my work (+ freezing
> windows task bar...).
> The fact is I would like these reminders to pop up on my mobile only and
> be silent on my computer. I tried to modify the default reminder action on
> my computer (pointing towards a blank file for instance), but if the
> reminder is set from mobile, then it's the regular pop up reminder that
> will be set on desktop.
> It annoys me a lot and maybe there is a registry hack or something off the
> books that I could implement to purely disactivate pop up reminders on
> desktop, while keeping them on mobile.
> Any hint / solution would be highly appreciated.
>
> Thank you very much for your help and time,
>
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups
> "MyLifeOrganized" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mylifeorganized+unsubscr...@googlegroups.com.
> To post to this group, send email to mylifeorganized@googlegroups.com.
> Visit this group at https://groups.google.com/group/mylifeorganized.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/CAA1bVFnT7knJRBWnPxofobjuZwYB3gSxHRn%3DJdq7cKry%3DX04vQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[MLO] How to completely disactivate reminders pop up on desktop version (computer, not mobile)

2018-08-07 Thread thomas COQUEREAU
Hi,
I love MLO but one thing annoys me a lot.
I constantly set up little reminders with my phone from MLO mobile version 
(android).
Then obviously these reminders are synced to my desktop version (windows 
10) and it triggers a pop up, constantly disturbing my work (+ freezing 
windows task bar...).
The fact is I would like these reminders to pop up on my mobile only and be 
silent on my computer. I tried to modify the default reminder action on my 
computer (pointing towards a blank file for instance), but if the reminder 
is set from mobile, then it's the regular pop up reminder that will be set 
on desktop.
It annoys me a lot and maybe there is a registry hack or something off the 
books that I could implement to purely disactivate pop up reminders on 
desktop, while keeping them on mobile.
Any hint / solution would be highly appreciated.

Thank you very much for your help and time,

Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/c878a022-6b05-4d1b-af0d-bdf9d05678fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.