coutinho and 24 unknown users




Warning, if you click on "see results", you won't be able to vote


 Word :   Username :  
 
 Page :  1  2
Previous 
Author
 Thread :

[NEW!] Nimi 0.4 [formerly Tophaz]

 
n°11127
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-10-2008 at 02:39:37 AM  
 

http://fc45.deviantart.com/fs36/i/2008/269/3/b/Nimi_0_4___formerly_Tophaz_by_samiwieciekto.png
v 0.4 codename: glass bender

 


read license!

 

Download on dA

 


Preview: settings and one of the effects...
http://fc54.deviantart.com/fs36/f/2008/269/3/2/Nimi_0_4_Preview_by_samiwieciekto.gif

 

Description:
Small program that adds various window effects that can be adjusted by user. Currently, those are:
-transparency effects, with fading
-window fading in on creation
-transparency change of active window
-transparency change of non-active window
-taskbar and start menu transparency(no fading)
-contrast screen(adjustable transparency)
-transparency on window move and resize
-jelly effects
-window kinetics while moving
-window bouncing
-window resilience - acting like made from jelly during resize
-window gravity - window fall to bottom of the screen when deactivated

 

Known issues:

  • after exciting program - not all programs turn back opaque if transparency effects were enabled - but that's mentioned in options
  • sometimes some windows might stop responding to opacity change command [usually after rapid change from non-supported ones]
  • sometimes ram usage rises rapidly(fast changing windows etc.) - after some time garbage collector takes care of it ^-^ [actually it keeps around 3-7~10 mb on my PC]
  • Some windows make black flash after restoring - actually it seems to be Windows own behaviour for layered windows.


Tested under: Vista Home Basic
Possibly would also work on: XP, 2000

 

By downloading and using this program You agree to license below:
License:
IMPORTANT NOTICE - READ CAREFULLY: This license for users of this software is the agreement which governs use of the this software. By downloading, installing, copying, or otherwise using the SOFTWARE - You agree to be bound by the terms of this LICENSE. If You do not agree to the terms of this LICENSE don't download, install, copy, or otherwise use the SOFTWARE.

 

Definitions:
1.Official site. Official site means SOFTWARE official site.
2. My. My means SOFTWARE DEVELOPER.
3. Me. Me means SOFTWARE DEVELOPER.

 

License:
0. THIS SOFTWARE IS PROVIDED by ME "AS IS" WITH ALL FAULTS. YOU USE THIS PROGRAM ON YOUR OWN RISK - BE AWARE THAT IT COULD BURN YOUR PC, DESTROY YOUR SYSTEM AND DATA(+WORK) AND DO ANYTHING ELSE. BY USING IT YOU AGREE TO TAKE ALL POSSIBLE RESPONSIBILITY FOR ALL DAMAGES AND ANYTHING THAT COULD HAPPEN - AND DON'T MAKE ANY CLAIMS TOWARD ME, MY FAMILY, WORLD.
1. SOFTWARE executable can be only available on OFFICIAL
SITE.
1.1. Setups downloading program from OFFICIAL SITE are
exclusion, but require MY approval.
2. This SOFTWARE is freeware for non-commercial use.
3. Reverse engineering is forbidden.

 

Oh and Toph rox :whistle:

 

--
Somebody feel free to write review, post screenshot or anything like that. _O_

answer
mood
GoogleAds
profil
Posted on 08-10-2008 at 02:39:37 AM  
 

answer
n°11132
poiru
Profil: Moderator
Avatar
profil
Posted on 08-10-2008 at 10:36:40 AM  
 

Good work. The fade effect seems to be a bit buggy though :err:
Hope to see more versions coming :wink:

answer
n°11133
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-10-2008 at 12:20:56 PM  
 

Good work, would be nice to see an option panel, so we can change how transparent windows become, at the moment they are too transparent for me, if I have 2 or 3 windows it gets confusing (My windows are usually always just under the size of the screen, and it's hard to see which one is highest so I'll click one but I'll have lcicked the other one if you get me) but it's a good little app :great:

 

I like how it says bye bye when you turn it off :tongue:

answer
n°11136
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-10-2008 at 12:39:38 PM  
 

poiru wrote :

Good work. The fade effect seems to be a bit buggy though :err:
Hope to see more versions coming :wink:


For sure there will be more versions - as I mostly designed this app cause I couldn't find any free app that would offer window effects. About fading - mind You give some example so I could fix possible bug? :smile:

Quote :

Good work, would be nice to see an option panel, so we can change how transparent windows become, at the moment they are too transparent for me, if I have 2 or 3 windows it gets confusing (My windows are usually always just under the size of the screen, and it's hard to see which one is highest so I'll click one but I'll have lcicked the other one if you get me) but it's a good little app :great:


I've tried to make this app as much minimalistic as I could - so I've decided to make everything non-changeable, that's why there is no option panel. However, there still might be option panel in 0.2 (actually it's quite easy to add slider and save settings :winktongue:)

 

About "transparency confussion" - get the same but after 10-20 minutes I've got used to :biggrin: Anyway I've thought on simple solution how to resolve such state - possibly gradient transparency or colour difference (AFAIR there was such option in win api :err:).

 

Btw, adding "win+alt" turn temporary transparency over active window(what I call ghost effect) + click through possibly will also help :smile:

Quote :

I like how it says bye bye when you turn it off :tongue:


Yeah it's one of it's most meaningful features :wink:

answer
n°11137
poiru
Profil: Moderator
Avatar
profil
Posted on 08-10-2008 at 12:43:17 PM  
 

Samiwieciekto wrote :

Yeah it's one of it's most meaningful features :wink:

 

:tongue:

 

About the bug: When you open a minimized window, it turns black for a while..

answer
n°11138
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-10-2008 at 12:47:38 PM  
 

Samiwieciekto wrote :

(actually it's quite easy to add slider and save settings :winktongue:)

 

Out of interest, if you did include this option, would you save settings within the application or in a .ini/xml file? (Or other method)

answer
n°11140
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-10-2008 at 01:08:27 PM  
 

poiru wrote :

:tongue:

 

About the bug: When you open a minimized window, it turns black for a while..


Ah this - actually it seems to be one of the windows itself behaviour - none of api I've used could possibly make so :frown: and I guess I possibly won't be able to do anything about this

Quote :

Out of interest, if you did include this option, would you save settings within the application or in a .ini/xml file? (Or other method)


I would use build in VB.net setting management - AFAIR it was saved in XML(or it was registry). However, if You thought about adding .cfg file for manual changes, not bad idea - especially for adding exceptions. I will think about this :smile:

answer
n°11218
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-17-2008 at 07:34:34 PM  
 

New Tophaz v0.2 codename: sand bender - released. More on first post :biggrin:

answer
n°11219
poiru
Profil: Moderator
Avatar
profil
Posted on 08-17-2008 at 07:37:00 PM  
 

I'll test it once I get home. Currently, I am on Vista.

answer
n°11220
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-17-2008 at 07:42:18 PM  
 

poiru wrote :

I'll test it once I get home. Currently, I am on Vista.


^O^

answer
n°11221
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-17-2008 at 08:59:31 PM  
 

Samiwieciekto wrote :

Ah this - actually it seems to be one of the windows itself behaviour - none of api I've used could possibly make so :frown: and I guess I possibly won't be able to do anything about this )

 

No, you won't :tongue: This is a thing that happens with windows in vista, if they have styles or effects, you notice it with iTunes, it has a style to make it more mac-ish, but means when you minimize then maximise, or when it first opens up the window will go black.

 

I haven't noticed this bug myself though, this works fine under vista :biggrin:

 

The CPU so far has peaked at 12, and that was switching windows as fast as I could click. The memory starts at 4000K, and then goes up by 4,12,80,20 and then seemingly random amounts, that doesn't correspond with anything I'm doing, just jumps up whenever I click a window. And so far it has shown no signs of slowing... it paused at 4,316 for a while, but then carried on going up... it's on 4,352 at the minute... 4,404... he he this is fun... aw, doesn't seem to want to go higher than 4,404...

 

You might want to update your About bit...

 

Actually as written it can be only available on mine own site.

 

Isn't it available on DA? That isn't your own site... :tongue:

 

Taskbar tranparency doesn't affect the start button... is this deliberate? I would assume so, either so you can see it or because it isn't changeable... not that I make it transparent, it let's me see windows behind it but I can't click on them so... defeats the purpose for me :tongue:

 

And is the options window meant to change transparency as you use the scrollbar? If so that's fine, but the thing is the window flashes, from opaque to transparent as you do it... I assume because you are using realtime transparency change on the window, which is obviously used on all windows, but there must be a line of code, perhaps on an event that conflicts with this, hence making the window momentarily flip back to being opaque.

 

EDIT: And also when I closed Tophaz (Right click, Exit) I had t=four windows open, Opera, Two msn convos and msn messenger (Msn plus, latest msn version) and after it had gone I noticed that Opera and one of the msn convos hadn't been reset, and we're still transparent, so I had to close them since I couldn't see them to use them. I don't know how you change the open windows back to being opaque when the app closes, but it didn't work that time :tongue:

 

Second time it just happened with the msn convo... third times the charm!

 

And might want to make your license more... licensey :tongue: Ie... maybe using AND as opposed to +, make it more licensey :smile: Especially since this app looks like it's going places (Looking at your little development diary you'll be creating the windows equievalant of Compiz on Ubuntu (And whatever other Linux systems Compiz runs on... probably all lol)

answer
n°11222
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-18-2008 at 12:17:45 AM  
 

Quote :

No, you won't :tongue: This is a thing that happens with windows in vista, if they have styles or effects, you notice it with iTunes, it has a style to make it more mac-ish, but means when you minimize then maximise, or when it first opens up the window will go black.


Nothing more to add :smile:
I haven't noticed this bug myself though, this works fine under vista :biggrin:
Personaly, I didn't notice that till someone mention it xD
The CPU so far has peaked at 12, and that was switching windows as fast as I could click. The memory starts at 4000K, and then goes up by 4,12,80,20 and then seemingly random amounts, that doesn't correspond with anything I'm doing, just jumps up whenever I click a window. And so far it has shown no signs of slowing... it paused at 4,316 for a while, but then carried on going up... it's on 4,352 at the minute... 4,404... he he this is fun... aw, doesn't seem to want to go higher than 4,404...
Windows resources physics - as long as resources aren't needed some memory isn't released. Probably system would rise and stay steadily on 15-20mb maximum, in order to give maximum performance. Though as I prefer keeping as well low CPU and memory usage - I decided to sacrifice few cpu cycles for garbage collecting process :biggrin:
You might want to update your About bit...
Meh knows - however it's stylized so for purpose :wink:
Actually as written it can be only available on mine own site.
Isn't it available on DA? That isn't your own site... :tongue:
Best way to avoid any overuse - write license in such way that things won't be easy to understand and can be misread. In that way people will be aware of doing anything: in that case, posting outside without my permission :wink:
Taskbar tranparency doesn't affect the start button... is this deliberate? I would assume so, either so you can see it or because it isn't changeable... not that I make it transparent, it let's me see windows behind it but I can't click on them so... defeats the purpose for me :tongue:
Yup I left this on purpose - but I guess not on every style it looks well, so most likely there will be option to turn full taskbar transparency :biggrin:
And is the options window meant to change transparency as you use the scrollbar? If so that's fine, but the thing is the window flashes, from opaque to transparent as you do it...
Weird - process "tophaz" is added as low-level exception it shouldn't happen (AFAIR at last during debug it wasn't) O_o

 

Will be fixed for sure.
I assume because you are using realtime transparency change on the window, which is obviously used on all windows, but there must be a line of code, perhaps on an event that conflicts with this, hence making the window momentarily flip back to being opaque.
Let's not talk about solution I've used - it's CPU usage disaster ^-^'
EDIT: And also when I closed Tophaz (Right click, Exit) I had t=four windows open, Opera, Two msn convos and msn messenger (Msn plus, latest msn version) and after it had gone I noticed that Opera and one of the msn convos hadn't been reset, and we're still transparent, so I had to close them since I couldn't see them to use them. I don't know how you change the open windows back to being opaque when the app closes, but it didn't work that time :tongue:
All windows that have title are set back to 100% opacity - I would use GetWindowText to avoid such situations, but normal cpu usage would rise twice(actually done that once for testing - though number of windows found as compatible wasn't far greater than when it used just Process.MainWindowTitle) For next version I plan adding exception for compatibility check to allow user choose applications that weren't detected (I would add this for current release, but I thought I will see if this is really needed)
Second time it just happened with the msn convo... third times the charm!
No idea why it acted so... rapid hwnd change, window title lose... argh it all seems impossible when they were firstly detected :err:
And might want to make your license more... licensey :tongue: Ie... maybe using AND as opposed to +, make it more licensey :smile:

Eventually I'll change it - now I wish it have such look :wink:
Especially since this app looks like it's going places (Looking at your little development diary you'll be creating the windows equievalant of Compiz on Ubuntu (And whatever other Linux systems Compiz runs on... probably all lol)

What I can say there is lack of free software offering simple & still useful effects - that people found already useful on other operational systems...or at last I think that effects shouldn't be only reason for changing OS :wink:

answer
n°11231
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-18-2008 at 01:51:17 PM  
 

Yay answers, solutions and worries :tongue:

 

I shall await version 3 :smile: Though I still have decided not to use it still :tongue: Window transparency still doesn't fit into my workspace... if only I had more workspaces... That better be in windows 7... except I'll have a mac by then so it won't make any odds :tongue:

answer
n°11235
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-19-2008 at 01:02:15 AM  
 

Quote :

Yay answers, solutions and worries :tongue:

 

I shall await version 3 :smile: Though I still have decided not to use it still :tongue: Window transparency still doesn't fit into my workspace... if only I had more workspaces... That better be in windows 7... except I'll have a mac by then so it won't make any odds :tongue:


You meant 0.3 - if this project ever reach 3 I wonder how it would look like :winktongue: Anyway, to be blunt I also doesn't use it from the same reason - except for taskbar transparency.

 


http://www.zianet.com/CoyoteBlue/washu/washexp3.jpg
and 0.3 should be interesting - mostly cause everything is rewritten from scratch :biggrin: (now everything will rely on windows hooks - for now 1 is done, 1-2 to go) not to mention new possibilities and more professional look :wink:

answer
n°11239
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-19-2008 at 11:42:30 AM  
 

Heh, yea, 0.3, that's what I said... :oups:

 

Hehe, I like that you don't use them :tongue: (Except for taskbar)

 

Totally from scratch? Ah, it's bound to be better then, it's always good every now and then to clean up your code by simply rewriting it :oui:

answer
n°11300
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-23-2008 at 12:41:37 AM  
 

Quote :

Heh, yea, 0.3, that's what I said... :oups:

 

Hehe, I like that you don't use them :tongue: (Except for taskbar)


Then most likely You will find something appealing to You in outgoing version - I've already found :biggrin:

Quote :

Totally from scratch? Ah, it's bound to be better then, it's always good every now and then to clean up your code by simply rewriting it :oui:


0.2 was also rewritten - but it was easier back then. However, despite current rewrite some solutions from previous versions seem to still be better than other ideas - after adding mouse hook and seeing cpu consumption I momently reverted to old timer method, though improved, to work as what I name "semi-hook". xD

answer
n°11341
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-28-2008 at 12:18:17 AM  
 

Added 0.3 RC new options GUI preview...

answer
n°11343
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-28-2008 at 12:52:37 PM  
 

Version 3 looks to be a good'un, and probably where I'll start using this... I'm a real stickler for cool effects like bounce and jelly :tongue:

answer
n°11345
poiru
Profil: Moderator
Avatar
profil
Posted on 08-28-2008 at 02:58:45 PM  
 

Great. The UI looks great.
Can't wait for 0.3 :smile:

answer
n°11348
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-28-2008 at 11:07:57 PM  
 

Quote :

Version 3 looks to be a good'un, and probably where I'll start using this... I'm a real stickler for cool effects like bounce and jelly :tongue:


I like bounce - but still Windows placing API is quite messy...creating good looking animation and keeping windows working  is nightmare...

 

Heh and those algorithms will be more advance in the future - for now it's just basic(witting engine took most of the time)

poiru wrote :

Great. The UI looks great.
Can't wait for 0.3 :smile:


... :biggrin:

answer
n°11352
ghostnatyphon
Who Dares Wins
Profil: Penguin Pro
Avatar
profil
Posted on 08-29-2008 at 01:33:52 PM  
 

0.3 is out???

 

OH WOW!!!

 

(It's the one with the new UI, right?)

 

*Downloads*

 

EDIT:

 

Ok, it ruined Rocket Dock... The (rocketdock) background went grey (I had it on transparency) and when I hovered over an item the name popped up and now wont dissapear, and no other names are popping up.

 

Restarting Rocketdock fixed it though, but it keeps crashing. Whenever I change a window effect :frown:

 

And the effects are very jolty, and sometimes when you resize with jelly on it jumps back while your dragging, goes crazy.

 

And now I'm stuck... I used the thing that makes it keep moving after you let go (Again jolty) and now I've lost the top bar of firefox behind my screen.... :tongue:

 

So, very jolty, but I'm not surprised, this is only first time, it's not meant to be smooth :tongue:

 

And clicking the window transparency on/off breaks rocket dock :frown:

 

I just threw firefox off the screen... now I've lost it :tongue:

 

Also taskbar transparency no longer goes to fully transparent... to my eyes it's barely reaching half when you pull it all the way to the end... was it removed? Or is that wrong?

 

I await 0.4 and the more realistic algorithms :smile: And warp-space, now that sounds cool :biggrin:

answer
n°11358
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-30-2008 at 12:29:34 AM  
 

Update: new version 0.3 a2
--

Quote :

0.3 is out???

 

OH WOW!!!

 

(It's the one with the new UI, right?)

 

*Downloads*

 

EDIT:

 

Ok, it ruined Rocket Dock... The (rocketdock) background went grey (I had it on transparency) and when I hovered over an item the name popped up and now wont dissapear, and no other names are popping up.

 

Restarting Rocketdock fixed it though, but it keeps crashing. Whenever I change a window effect :frown:

 

And the effects are very jolty, and sometimes when you resize with jelly on it jumps back while your dragging, goes crazy.

 

And now I'm stuck... I used the thing that makes it keep moving after you let go (Again jolty) and now I've lost the top bar of firefox behind my screen.... :tongue:

 

So, very jolty, but I'm not surprised, this is only first time, it's not meant to be smooth :tongue:

 

And clicking the window transparency on/off breaks rocket dock :frown:

 

I just threw firefox off the screen... now I've lost it :tongue:

 

Also taskbar transparency no longer goes to fully transparent... to my eyes it's barely reaching half when you pull it all the way to the end... was it removed? Or is that wrong?

 

I await 0.4 and the more realistic algorithms :smile: And warp-space, now that sounds cool :biggrin:


Funny there was limiter in 0.3 for moving windows outside screen... anyway - check a2, effects are faster(...)oh just check ^O^

 

P.s.: I guess I will roll back to 255 scale instead of percentage one for transparency settings

answer
n°11360
poiru
Profil: Moderator
Avatar
profil
Posted on 08-30-2008 at 07:57:49 AM  
 

Tophaz 0.3 (and a2) don't work on my laptop or on my desktop. I did a reinstall of Windows recently, so I might not have something that Tophaz needs to function..

 

So, does Tophaz require something like .NET Framework?

answer
n°11361
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 08-30-2008 at 11:04:43 AM  
 

poiru wrote :

Tophaz 0.3 (and a2) don't work on my laptop or on my desktop. I did a reinstall of Windows recently, so I might not have something that Tophaz needs to function..

 

So, does Tophaz require something like .NET Framework?


yup - 3.0

 

AFAIR it was part of XP SP3 and was prebuild into Vista - what I assumed as standard nowadays, so I decided to not compile it for 2.0 or 1.0 - assuming it would decrease performance.

answer
n°11393
Samiwieciekto
Profil: New Penguin
Avatar
profil
Posted on 09-02-2008 at 01:05:06 AM  
 

Updated to a3

answer
 Page :  1  2
Previous 
Top 

Go to:
Add a reply