Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1531 Posts in 287 Topics- by 2159 Members - Latest Member: fujianvnewyorkbEnglishs

February 07, 2012, 21:15:07 pm
WinFlip BoardChillout ZoneOff TopicDeskHedron
Pages: [1]   Go Down
Print
Author Topic: DeskHedron  (Read 4648 times)
0 Members and 1 Guest are viewing this topic.
koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« on: October 01, 2008, 12:45:15 pm »

Hi all Smiley

This is just a notice.

I released new software as an open source software under apache licence 2.0.

Please visit the page below.
http://tokyodownstairs.blogspot.com/2008/10/deskhedron.html

Koji
Logged

Roman
Global Moderator
Sr. Member
*****
Offline Offline

Gender: Male
Posts: 303


Roman


View Profile
« Reply #1 on: October 01, 2008, 16:31:09 pm »

Great work Koji,

a fresh promising idea for this kind of software. I'm sure it will soon become as popular as WinFlip, ClickStar, and Magic Formation. DeskHedron looks great and the html page is nice.

Logged

koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« Reply #2 on: October 01, 2008, 19:02:38 pm »

Thanks Roman Smiley

Quote
I'm sure it will soon become as popular as WinFlip, ClickStar, and Magic Formation.

I hope many people enjoy this software and reuse source codes. Cheesy

Cheers,
Koji
Logged

amos
Global Moderator
Full Member
*****
Offline Offline

Gender: Male
Posts: 223


- Amos


View Profile
« Reply #3 on: October 02, 2008, 00:34:04 am »

I think open-sourcing this was a great idea, and I'm happy to see you've done so. The program is great, and hopefully we'll see other keen people working on the base you've created to produce some groundbreaking new programs!
Logged

The best things in life are free: Pidgin | Firefox | GIMP | OpenOffice | PortableApps | MediaMonkey
koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« Reply #4 on: October 02, 2008, 03:44:43 am »

Thanks Amos Smiley

Quote
hopefully we'll see other keen people working on the base

You are right.
Open sourcing was one of the most important task for me at this project.
The source code is not long. And free programming environment is provided from microsoft.
Enjoy Smiley

Cheers,
Koji
Logged

Leon1464
Translators
Full Member
*
Offline Offline

Gender: Male
Posts: 101



View Profile
« Reply #5 on: October 05, 2008, 21:37:57 pm »

Hi koji yet another good program from you. b^^
So it creates another dektops by running multiple explorer instances am I right?
« Last Edit: October 05, 2008, 21:43:22 pm by Leon1464 » Logged
koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« Reply #6 on: October 06, 2008, 06:33:09 am »

Hi Medard Smiley

Thank you for your comment.

Quote
So it creates another dektops by running multiple explorer instances am I right?

Yes, you are right Smiley
This way has some advantages and disadvantages.
So, this is just one of way to make this kind of software.

Cheers,
Koji
Logged

machenzy
Jr. Member
**
Offline Offline

Gender: Male
Posts: 13



View Profile WWW
« Reply #7 on: October 06, 2008, 12:44:53 pm »

Hello guys!

I tried DeskHedron and it is awesome!!
Really great job! Congratulations! No doubt it's in the same way than WinFlip!

I made the sources translation in french, are interesting to compile and distribute a french version?

Fr sources are attached, free, of course, you are to use them  Wink

Bye bye
machenzy

* DeskHedron_Source_fr.zip (32.98 KB - downloaded 187 times.)
Logged
koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« Reply #8 on: October 06, 2008, 14:13:17 pm »

Thanks machenzy!
You very quick! Shocked
I've got it. and I'll put the file on my site soon.

Thank you very much Smiley

Cheers,
koji
Logged

machenzy
Jr. Member
**
Offline Offline

Gender: Male
Posts: 13



View Profile WWW
« Reply #9 on: October 06, 2008, 22:12:34 pm »

You're welcome  Wink

French expression in english  Cheesy :
"When you love, there is no count"

I hope you 'll understand the meaning  Wink

bye bye
machenzy
Logged
ryxdp
Newbie
*
Offline Offline

Gender: Male
Posts: 3


zavarshva...


View Profile WWW
« Reply #10 on: October 09, 2008, 23:24:20 pm »

Hey,

I found a little bug in DeskHedron:

When you exit DeskHedron, the multiple instances of explorer are still running. I had to manually end these processes from the Task Manager.

It may be possible to have DeskHedron take note of these extra processes by the use of PIDs (Process Identifiers) and end them when the application is closed.

Thanks Smiley
Logged

you're a smeeeeeee heeeeeee
koji
Developer
Administrator
Full Member
*****
Offline Offline

Gender: Male
Posts: 216


WinFlip Developer


View Profile WWW
« Reply #11 on: October 10, 2008, 03:53:09 am »

Hi ryxdp Smiley

Thank you for reporting a bug in DeskHedron.

Quote
It may be possible to have DeskHedron take note of these extra processes by the use of PIDs (Process Identifiers) and end them when the application is closed.

I think you are right. May be the way you told me is possible.
I'd better try it(and I think you also have a skill to try it.)

This is just my opinion.
If something app(s) are still running on that desktop, it can be a trouble.
DeskHedron can't move app(s) to other desktop so the app(s) will lost.

Cheers,
Koji
Logged

ryxdp
Newbie
*
Offline Offline

Gender: Male
Posts: 3


zavarshva...


View Profile WWW
« Reply #12 on: October 11, 2008, 02:20:59 am »

I think you are right. May be the way you told me is possible.
I'd better try it(and I think you also have a skill to try it.)

Heh, well since I know nothing of C++ or DirectX (I only know a little bit of VB.NET), I don't think I'd be able to try it. I could probably find out how to do it in VB.NET (I don't know how to kill processes though, I'll google it).

Quote
This is just my opinion.
If something app(s) are still running on that desktop, it can be a trouble.
DeskHedron can't move app(s) to other desktop so the app(s) will lost.
[/quote]

Yes, I know about this problem, it can't be helped as similar programs like Deskspace don't do it either as far as I know. I guess it's just a limitation of Windows Undecided

ryxdp
Logged

you're a smeeeeeee heeeeeee
Roman
Global Moderator
Sr. Member
*****
Offline Offline

Gender: Male
Posts: 303


Roman


View Profile
« Reply #13 on: November 04, 2009, 23:38:21 pm »

Happy to announce DeskHedron has been acknowledged in many popular places:

Chris'N'Soft

softonic

winmatrix

crystalxp

lifehacker

and lots of other places you can find if you simply google for it.



Video

Video
Logged

Pages: [1]   Go Up
Print
Jump to:  

Theme orange-lt created by panic
web tracker