Aqua-Soft Forums: MySpaces - A spaces clone for windows - Aqua-Soft Forums

Jump to content

  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

MySpaces - A spaces clone for windows Rate Topic: -----

#1 User is offline   schmrom Icon

  • Group: Member
  • Posts: 594
  • Joined: 23-July 07

Posted 03 January 2008 - 03:51 PM

Things it does:
Giving you multiple desktops like on the mac.

Compatibility:
Requires .NET-Framework 2.0 at least

Where to get it:
http://www.schmrom.de/MySpaces.zip

Current version:
0.9 Beta

History:
well no history yet ;)

Install:
Unzip to any folder you want.

Usage:
Right-click on the taskbar-icon, there are some options.
Win+Z shows overview

@Matonga: to keep the style I copied your post, thanks ;)
0

#2 User is offline   Ojalord Icon

  • Group: Member
  • Posts: 578
  • Joined: 29-March 07

Posted 03 January 2008 - 04:46 PM

It's working fine if I switch desktops directly through memy or by hotkey, but if I select "desktop overview" I get the screen in attachment.

And it's using 35 MB of RAM.

Still, considering this is too early for even an alpha build, it's a great idea and something that was needed. Keep the effort on! :)

Edit: That white patch seems to be Avedesk...

Attached File(s)

  • Attached File  over.JPG (30K)
    Number of downloads: 346

0

#3 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 03 January 2008 - 05:02 PM

It works fine here.

I have AveDesk and same problem here...

@shmrom:

Are you using PrintWindow( ) to snapshot the windows? Then you should avoid snapshotting layered windows, at least in Windows XP.

I suppose you are using Visual Basic .NET for this, you should check for the WS_EX_LAYERED flag in the windows style, in unmanaged code is something like this:

If (GetWindowLong (hwnd, WS_EXSTYLE) AND WS_EX_LAYERED) = 0 Then
' screenshot the window...
End If

GetWindowLong is from Windows API, I don't remember how to put this into .NET or maybe there is a Windows.Forms equivalent.

Other than that, it runs ok in this machine.

Edit:

Oh, I forgot: congrats for this release! :)
0

#4 User is offline   Leonhart Icon

  • Group: Member
  • Posts: 55
  • Joined: 25-November 07

Posted 03 January 2008 - 05:12 PM

Great Release, it's still beta but works fine, it miss some features of the original OS X Spaces like drag windows from a desktop to another, the indicator in the fast switch (Win+arrows) and an icon for the Desktopoverview.

Leon
0

#5 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 03 January 2008 - 05:15 PM

Oh wow!!! You can already switch with Win+arrows, I didn't know that :)

I definitely love this app :)
0

#6 User is offline   schmrom Icon

  • Group: Member
  • Posts: 594
  • Joined: 23-July 07

Posted 03 January 2008 - 05:30 PM

@matonga: In Vista I am using DWM, XP I made screens... hmm what is the problem with layered windows?

@Leonhart: You can move the windows from one to another Desktop in the overview (Win+Z)
0

#7 User is offline   jakub.karasek Icon

  • Group: Member
  • Posts: 95
  • Joined: 24-March 06

Posted 03 January 2008 - 05:35 PM

On my computer it's using 80mb of RAM, thats a lot. It looks great, but its not for me, I dont need it.
But congratz, every aplication like this makes Windows closer to OSX. Thx to all developers
0

#8 User is offline   Leonhart Icon

  • Group: Member
  • Posts: 55
  • Joined: 25-November 07

Posted 03 January 2008 - 05:57 PM

@schmrom:not in XP
0

#9 User is offline   schmrom Icon

  • Group: Member
  • Posts: 594
  • Joined: 23-July 07

Posted 03 January 2008 - 06:10 PM

@Leonhart: Hmm interesting trying to fix this, on Vista its working
0

#10 User is offline   matonga Icon

  • Group: Developers
  • Posts: 1,286
  • Joined: 04-September 06

Posted 03 January 2008 - 07:11 PM

@schmrom:

The problem, in XP, with layered windows, is they appear as white rectangles instead. And happens what Ojalord told you, see his first post.

I didn't know you where using DWM for Vista, layered windows should perform fine there (as long as you use DWM). But it would be good to avoid them at all in XP, if there isn't any way to capture their contents. Also the layered windows remained white after exiting Win+Z mode :(
0

#11 User is offline   Larsen2k4 Icon

  • Group: Member
  • Posts: 292
  • Joined: 01-August 04

Posted 03 January 2008 - 10:07 PM

Nice work schmrom - although it reminds me of the Vista Virtual Desktop Manager (http://www.codeplex.com/vdm) - did you use the source-code? (just wanna know :) )
0

#12 User is offline   schmrom Icon

  • Group: Member
  • Posts: 594
  • Joined: 23-July 07

Posted 03 January 2008 - 10:57 PM

@Larsen2k4: No, I didn't but I used some ideas, because I am not very creative ;)

Englisch zu schreiben ist anstrengend -.-
0

#13 User is offline   MacRulesWorld Icon

  • Group: Member
  • Posts: 55
  • Joined: 05-January 08

Posted 05 January 2008 - 05:23 PM

is there a icon or docklet to add to objectdock to go to the screens preview menu?
0

#14 User is offline   Leonhart Icon

  • Group: Member
  • Posts: 55
  • Joined: 25-November 07

Posted 05 January 2008 - 05:59 PM

There is a feature in the Leopard Spaces, that if you drag the windows out of the screen it goes to the next desktop, so if i drag a window in the right corner of the screen and I keep dragging for about 2 second I will go to the next desktop, if I drago to the bottom corner instead of the right I'll go to the third desktop and so on, Sorry fo the bad english, I think that this feature in your program will be useful.

Sorry for the bad english

Leon
0

#15 User is offline   jive Icon

  • Group: Member
  • Posts: 32
  • Joined: 29-December 07

Posted 05 January 2008 - 06:04 PM

Like the concept. The implementation is very slow.... not much of a fan of the full screen effect. If I'm gonna use spaces, I want to be able to flip back and forth as quickly as possible.
0

#16 User is offline   schmrom Icon

  • Group: Member
  • Posts: 594
  • Joined: 23-July 07

Posted 05 January 2008 - 06:08 PM

@MacRulesWorld: No there is nothing like that now, maybe someone wants to create one?

@Leonhart: Okay going to implement that when I have the time.

Coming soon:
- Switcher which is showing from where to where you are switching
- Move Window to corner to move it to the next desktop

So school is starting in two days again, and I dont have much time, but I will keep working on it.
0

#17 User is offline   ethereal Icon

  • Group: Member
  • Posts: 93
  • Joined: 17-December 07

Posted 06 January 2008 - 03:24 PM

Thanks man, cool :)
0

#18 User is offline   jive Icon

  • Group: Member
  • Posts: 32
  • Joined: 29-December 07

Posted 06 January 2008 - 05:52 PM

I wish it were possible to have a true spaces clone like mas osx. I've been searching for this for some time... Same window sizes, responce time transitions etc...
0

#19 User is offline   MacRulesWorld Icon

  • Group: Member
  • Posts: 55
  • Joined: 05-January 08

Posted 06 January 2008 - 11:43 PM

the file transfer implementation is great but I would like to get the preview capabilities I want it to be as much like leopard as possible!
0

#20 User is offline   Levi- The perfectionist Icon

  • Group: News Posters
  • Posts: 1,655
  • Joined: 14-February 05

Posted 07 January 2008 - 06:54 AM

woo... myspace!

...ohh
0

  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users