[MLO] Re: Autohotkey to create separate windows

2013-05-19 Thread Andrei
Here is the script to create a separate window using AHK:

#NoEnv  ; Recommended for performance and compatibility with future 
AutoHotkey releases.
#Warn  ; Enable warnings to assist with detecting common errors.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

^F3::
Run X:\MLO portable\MLO.exe X:\Dropbox\MLO\test.ml
IfWinNotActive, MyLifeOrganized ahk_class TfrmMyLifeMain, , WinActivate, 
MyLifeOrganized ahk_class TfrmMyLifeMain
WinWaitActive, MyLifeOrganized ahk_class TfrmMyLifeMain
SendInput, ^!+t
SendInput, ^!o
SendInput, {F3}
return

How does the code work:
Run runs the portable mlo.exe located on disk X:\... and opens 
the test.ml file
IfWinNotActive... set MLO window active
WinWait... waiting MLO window to become active
SendInput, ^!+t. select a tab by pressing its hotkey 
Ctrl+Alt+Shift+T (the hotkeys must be defined in the MLO application before 
running the script)
SendInput, ^!o.. select a view by pressing its hotkey 
Ctrl+Alt+O
SendInput, {F3} Open the view into a new window

I gues the above rows can be multiplied to open many windows.





воскресенье, 19 мая 2013 г., 2:28:26 UTC+3 пользователь Andrei написал:

 Hello !

 I have placed on the desktop many separate MLO windows (i used F3 key to 
 create them).

 When i relaunch MLO, i shall recreate all those windows manually.
 If somebody knows how to create them with a script, please help.

 Thank you
 Best regards,
 Andrew




-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] Re: Autohotkey to create separate windows

2013-05-19 Thread Andrei
here is an updated example. the script opens several windows and arranges 
them on the desktop.



#NoEnv  ; Recommended for performance and compatibility with future 
AutoHotkey releases.
#Warn  ; Enable warnings to assist with detecting common errors.
;SendMode Input  ; Recommended for new scripts due to its superior speed 
and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.


; FUNCTIONS
ResizeWin(xpos = 0, ypos = 0,width = 0,height = 0)
{
WinGetPos,X,Y,W,H,A
WinMove,A,,%xpos%,%ypos%,%width%,%height%
  }

 

^F3::
Run X:\MLO portable\MLO.exe X:\Dropbox\MLO\MLO.ml

; open help window
WinWaitActive, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain
SendInput, ^!+h
SendInput, ^!g
SendInput, {F3}
Sleep, 500
ResizeWin(3,3,234,261)

;open Hierarchy tree
IfWinNotActive, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain, , 
WinActivate, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain
WinWaitActive, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain
SendInput, ^!+o
SendInput, ^{Numpad9}
SendInput, {F3}
Sleep, 500
ResizeWin(3,266,234,601)

;open Review window
IfWinNotActive, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain, , 
WinActivate, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain
WinWaitActive, MLO.ml - MyLifeOrganized ahk_class TfrmMyLifeMain
SendInput, ^!+o
SendInput, ^{Numpad3}
SendInput, {F3}
Sleep, 500
ResizeWin(241,3,760,463)

return


to get the window coordinates and ahk_class i used AutoIt3 Window Spy 
application which comes with Autohotkey
Best regards,
Andrew


воскресенье, 19 мая 2013 г., 2:28:26 UTC+3 пользователь Andrei написал:

 Hello !

 I have placed on the desktop many separate MLO windows (i used F3 key to 
 create them).

 When i relaunch MLO, i shall recreate all those windows manually.
 If somebody knows how to create them with a script, please help.

 Thank you
 Best regards,
 Andrew




-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] Re: Possible to Open a task in its own little window?

2013-05-19 Thread Андрій Матвієнко
if we talking about details dialog - I totally agree that it will be very 
useful to get possibility to open details in separate window, like in most 
part of other application(not only organizers) 

Пʼятниця, 17 травня 2013 р. 14:57:18 UTC+3 користувач Benny Karlson написав:

 Just wonder if there really isn´t a way to open single tasks in its own 
 window? 
 It would be very helpfull if I want to open up the tasks I like to work 
 with, and keep them in small windows on the side of the screen. This means 
 I can pick the once I work with at the moment, and like to concentrate on 
 at a given time. And this regardless, of any view and sorting I have (and 
 don´t like to change) in MLO.

 Thanks

 Ben 


-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] Re: Blackberry 10 support?

2013-05-19 Thread Jimbo.yyc

any word on BB Z10?  has anyone tried to install the prior version?  did it 
work?


On Monday, 4 February 2013 18:42:05 UTC-7, over...@shaw.ca wrote:

 I currently have a Blackberry Bold 9900 and am thinking of upgrading to 
 the new Blackberry Z10.  Looks like the phone is selling very well in the 
 UK and has solid pre-orders here in Canada.  Are there any plans to bring 
 My Life Organized to Blackberry 10?  I hope I don't have to choose between 
 MLO and the Z10.  I'm surprised no one else has brought this up.  
 Thoughts?  Comments?




-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [MLO] add importance as a top-level filter control

2013-05-19 Thread Lisa Stroyan
I think that would be worth the space.


On Sat, May 18, 2013 at 7:55 PM, David Rees d...@ubiqsoft.com wrote:

 First of all, thank you for the custom views and filter controls. As you
 know I have been hoping for it for a very, very long time (long before this
 forum started :).

 It think it would be great if Importance was made a top-level Filter
 Control like Start Date is. It would be great to just slide it up and see
 the task list shrink to just the top items.

 d


 --
 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 http://groups.google.com/group/mylifeorganized?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Lisa

--
Lisa Stroyan, mailto: lstro...@gmail.com lstro...@gmail.com

-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] F9 does not sync via Wi-Fi

2013-05-19 Thread Stéph
That's right. WiFi synch always has to be triggered from the mobile device. 
I've never found it to be a problem when synching my iPad to the desktop - 
guess it's just something to get used to.

Stéphane

-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] When the windows 8 and windows phone 8 version will be released

2013-05-19 Thread Carhum
-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[MLO] Please bring back V3 Importance buttons

2013-05-19 Thread David Rees
I really am missing the Importance buttons from V3 as well. I switch 
importance a lot.

And really I would prefer a simpler numerical or letter scale like 
1,2,3,4,5 or a,b,c,d,e optimally tied to hotkeys for quickly switching 
them. Switching priorities is something I do a lot of in other tools like 
Bonsai (which maps it to 1,2,3,4,5).

d

On Thursday, January 3, 2013 5:59:36 AM UTC-8, Simon Dodds wrote:

 +1 for the retention of the Importance/Urgency buttons. The iOS app uses 
 both the buttons and the scale and the v4 beta still shows the 
 low/min/Max/etc levels if you show the Urgency column.
  
 And for using other setups (e.g. Manage Your Now), the Urgency categories 
 are an absolute must.
  

 On Saturday, December 29, 2012 8:11:20 AM UTC+1, Sheng Liu wrote:

 I'm with you Doremi and Lisa on the Importance  Urgency scales - I miss 
 the missing buttons too, and much prefer them to sliding most of the time. 
 I suspect the change was for cosmetic reasons, the benefits of which I 
 think are far outweighed by the loss.



-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




RE: [MLO] Please bring back V3 Importance buttons

2013-05-19 Thread Dwight Arthur
If you have the Importance column showing in your display, Right-Click in
the column to get a menu of seven levels of importance. Or, in the Details
pane on the right, right-click right on the pointer in the importance
slider.

-Dwight

 

From: mylifeorganized@googlegroups.com
[mailto:mylifeorganized@googlegroups.com] On Behalf Of David Rees
Sent: Sunday, May 19, 2013 9:46 PM
To: mylifeorganized@googlegroups.com
Subject: [MLO] Please bring back V3 Importance buttons

 

I really am missing the Importance buttons from V3 as well. I switch
importance a lot.

 

And really I would prefer a simpler numerical or letter scale like 1,2,3,4,5
or a,b,c,d,e optimally tied to hotkeys for quickly switching them. Switching
priorities is something I do a lot of in other tools like Bonsai (which maps
it to 1,2,3,4,5).

 

d

On Thursday, January 3, 2013 5:59:36 AM UTC-8, Simon Dodds wrote:

+1 for the retention of the Importance/Urgency buttons. The iOS app uses
both the buttons and the scale and the v4 beta still shows the
low/min/Max/etc levels if you show the Urgency column.

 

And for using other setups (e.g. Manage Your Now), the Urgency categories
are an absolute must.

 


On Saturday, December 29, 2012 8:11:20 AM UTC+1, Sheng Liu wrote:

I'm with you Doremi and Lisa on the Importance  Urgency scales - I miss the
missing buttons too, and much prefer them to sliding most of the time. I
suspect the change was for cosmetic reasons, the benefits of which I think
are far outweighed by the loss.

-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

-- 
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [MLO] Please bring back V3 Importance buttons

2013-05-19 Thread David Rees
Yes, and its a useful tip, but that requires a lot of steps - pointing - 
then right-click - then selecting - then clicking. And I think it really 
should be as easy as assigning a flag/context/goal - so one click or one 
key stroke.


And really in my personally case I want the key stroke. Perhaps the five 
importances could have assignable hotkeys? Or at least a keystroke to 
popup the importance menu so it could be done in two keystrokes (one to 
open and then you choose the menu item's mnemonic key). Though I prefer 
the former so I could assign them to 1,2,3,4,5.


Thanks,

d


On 5/19/13 8:17 PM, Dwight Arthur wrote:


If you have the Importance column showing in your display, Right-Click 
in the column to get a menu of seven levels of importance. Or, in the 
Details pane on the right, right-click right on the pointer in the 
importance slider.


-Dwight

*From:*mylifeorganized@googlegroups.com 
[mailto:mylifeorganized@googlegroups.com] *On Behalf Of *David Rees

*Sent:* Sunday, May 19, 2013 9:46 PM
*To:* mylifeorganized@googlegroups.com
*Subject:* [MLO] Please bring back V3 Importance buttons

I really am missing the Importance buttons from V3 as well. I switch 
importance a lot.


And really I would prefer a simpler numerical or letter scale like 
1,2,3,4,5 or a,b,c,d,e optimally tied to hotkeys for quickly switching 
them. Switching priorities is something I do a lot of in other tools 
like Bonsai (which maps it to 1,2,3,4,5).


d

On Thursday, January 3, 2013 5:59:36 AM UTC-8, Simon Dodds wrote:

+1 for the retention of the Importance/Urgency buttons. The iOS app 
uses both the buttons and the scale and the v4 beta still shows the 
low/min/Max/etc levels if you show the Urgency column.


And for using other setups (e.g. Manage Your Now), the Urgency 
categories are an absolute must.



On Saturday, December 29, 2012 8:11:20 AM UTC+1, Sheng Liu wrote:

I'm with you Doremi and Lisa on the Importance  Urgency scales -
I miss the missing buttons too, and much prefer them to sliding
most of the time. I suspect the change was for cosmetic reasons,
the benefits of which I think are far outweighed by the loss.

--
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 
mailto:mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com 
mailto:mylifeorganized@googlegroups.com.

Visit this group at http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to a topic in the 
Google Groups MyLifeOrganized group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/mylifeorganized/5xuKSTNH9Ho/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to 
mylifeorganized+unsubscr...@googlegroups.com.

To post to this group, send email to mylifeorganized@googlegroups.com.
Visit this group at http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




--
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.