Issue 6343 in pharo: move Windows on screen should take in account the task bar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
Status: New
Owner: ----
Labels: Milestone-2.0 Type-Feature Milestone-1.4

New issue 6343 by [hidden email]: move Windows on screen should take  
in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

When moving form a large to a small screen, the menu World > Windows > Move  
windows on screen will set the bottom of moved windows under the task bar.

The attached fileout will get the screen area minus the taskbars and fit  
the windows to that.

Apply cleanly on 1.4 as well

Attachments:
        bringWindowsFullOnScreen.cs  753 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo

Comment #2 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

could you provide a slice? This simplifies integration quite a bit.
thanks


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
Updates:
        Status: MonkeyIsChecking

Comment #3 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343#c3

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
Updates:
        Status: WorkNeeded

Comment #4 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343#c4

Monkey went bananas:
--------------------
Error while loading "bringWindowsFullOnScreen.cs" from Comment #0:
        MessageNotUnderstood: ReadStream>>fileIn
  1: ReadStream(Object)>>doesNotUnderstand: #fileIn
  2: [attachment contents asString readStream fileIn] in [:attachment |  
[attachment contents asString readStream fileIn]
                        on: Error
                        do: [:e | self addError: e forFile: attachment description]] in  
UlysseTheMonkey>>loadChangeSet
  3: BlockClosure>>on:do:
  4: [:attachment | [attachment contents asString readStream fileIn]
                        on: Error
                        do: [:e | self addError: e forFile: attachment description]] in  
UlysseTheMonkey>>loadChangeSet
  5: Array(SequenceableCollection)>>do:
  6: UlysseTheMonkey>>loadChangeSet
  7: [self loadChangeSet] in UlysseTheMonkey>>loadAndTestChangeSet
  8: [loadStopwatch reset activate.
                aBlock value.
                loadStopwatch suspend.
                testResult := self runTests.
                self removeFalseErrors] in UlysseTheMonkey>>testChangeImpact:
  9: BlockClosure>>on:do:
10: UlysseTheMonkey>>testChangeImpact:
        ...
----------------------------------------------------------
Loaded Source: "bringWindowsFullOnScreen.cs" from Comment #0
Tested using Pharo-2.0-20206-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 12 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 12 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8eb3f452262d1b213fd1b6fd3cb682e292945ccf Date: Mon Jul 9 15:23:19 2012  
+0200 By: Esteban Lorenzano <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo

Comment #5 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

For the slice, like that ?

Attachments:
         
SLICE-Issue-6343-move-Windows-on-screen-should-take-in-account-the-task-bar-ThierryGoubier.1.mcz  
148 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo

Comment #6 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

It should be described on  
http://www.pharo-project.org/community/how-to-contribute

For committing a fix that is just a single package, Nautilus has now  
a "Commit this Package" dialog that does everything (it create tracker  
entries, too.)



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo

Comment #7 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

Oh, you mean the "Create slice and commit it" in Nautilus?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
Updates:
        Status: Integrated
        Labels: -Milestone-2.0

Comment #8 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

I integrate the cs

in 2.0 211


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6343 in pharo: move Windows on screen should take in account the task bar

pharo
In reply to this post by pharo
Updates:
        Status: Integrated
        Labels: Milestone-2.0

Comment #10 on issue 6343 by [hidden email]: move Windows on screen  
should take in account the task bar
http://code.google.com/p/pharo/issues/detail?id=6343

in 1.4 454


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker