Aqua-Soft Forums: Xwdock 2.0.0.0 - General Discussion - Aqua-Soft Forums

Jump to content

  • 18 Pages +
  • « First
  • 16
  • 17
  • 18
  • You cannot start a new topic
  • You cannot reply to this topic

Xwdock 2.0.0.0 - General Discussion propositions, requests Rate Topic: ****- 5 Votes

#341 User is offline   thatguy009 Icon

  • Group: Member
  • Posts: 33
  • Joined: 30-March 10

Posted 27 December 2010 - 03:07 AM

View Postillusionmist, on 26 December 2010 - 04:36 PM, said:

Hey, I'm thinking about maybe adding a blacklist function for running apps since it's showing some programs that should be hidden, eg Firefox's plugin-container.exe, Synaptic TouchPad Enhancements, etc.

Thanks that would be very appreciated, since it shows background running apps for me and can clutter up the dock.
0

#342 User is offline   vhanla Icon

  • Group: Member
  • Posts: 48
  • Joined: 15-June 08

Posted 06 January 2011 - 09:03 PM

This is a code-snippet in Delphi that enumerates windows.


function EnumWindowsFunc(wHandle:THandle; List:TStringList):boolean; stdcall;
var
caption: array[0..256]of char;
dwStyle,dwexStyle: longint;
begin
   dwStyle:=GetWindowLongPtr(wHandle,GWL_STYLE);
   dwexStyle:=GetWindowLongPtr(wHandle,GWL_EXSTYLE);
   if (dwStyle and WS_VISIBLE = WS_VISIBLE)
   and (GetWindowText(wHandle,caption,sizeof(caption)-1)<>0)
   and (GetParent(wHandle)=0)
   and (whandle<>application.Handle){exclude me}
   then
   begin
    if (dwexStyle and WS_EX_APPWINDOW=WS_EX_APPWINDOW)
    and (GetWindow(wHandle,GW_OWNER)=whandle)
   	then List.Add(caption)
    else if (dwexStyle and WS_EX_TOOLWINDOW =0 )
    and (GetWindow(wHandle,GW_OWNER)=0) 
   	then List.Add(caption);
    end;
    result:=true;
end;

I guess TaskSwitchXP has something similar in its source code http://www.ntwind.co...p/download.html

Maybe it can be implemented on XWindowsDock so it can list only those apps that are shown in the taskbar.
Because, XWindowsDock list those apps that lays, for example, in systray. Or those that aren't shown in the taskbar, like :
- Windows Desktop Gadgets
- Switcher (a macosx expose clone for Windows Vista/7)
- Win+Tab sometimes is listed too (Windows Manager)

BTW: I'm still trying to port my old docklets :P
0

#343 User is offline   sharkurban Icon

  • Group: Member
  • Posts: 1
  • Joined: 04-January 08

Posted 09 January 2011 - 12:29 AM

Awesome Job, really good
0

#344 User is offline   RenanLazarotto Icon

  • Group: Recruit
  • Posts: 4
  • Joined: 13-October 10

Posted 05 February 2011 - 01:20 PM

When we will have a new update?
Oh, there will be an option to convert XWD 5.6 skins to 2.0 format?
0

#345 User is offline   sam3000 Icon

  • Group: Recruit
  • Posts: 2
  • Joined: 06-February 11

Posted 07 February 2011 - 08:36 PM

Where i can find docklets and plugins for 2.0.3 version?
I need clock and maybe zoom...
0

#346 User is offline   Nikola Icon

  • Group: Member
  • Posts: 66
  • Joined: 12-January 09

Posted 24 February 2011 - 07:02 PM

Bobah can you add option to exclude specific programs from dock?
0

#347 User is offline   artistro08 Icon

  • Group: Member
  • Posts: 4
  • Joined: 09-February 09

Posted 02 March 2011 - 01:44 AM

Hey, I've only been here for a little while but what if the docks icons were integrated to control itunes, set status in skype, and a lot of other integrations? just throwing my 2 cents in. it would be an awesome idea if someone just integrated itunes into it through a plugin!

By the way LOVE THIS DOCK! THE MOST AWESOMENESS OF AWESOME DOCKS OUT THERE!
0

#348 User is offline   psycodelic Icon

  • Group: Recruit
  • Posts: 2
  • Joined: 03-November 10

Posted 04 March 2011 - 09:49 PM

When is going to be the next update ?
0

#349 User is offline   Vistapple Icon

  • Group: Member
  • Posts: 65
  • Joined: 07-December 09

Posted 04 March 2011 - 10:00 PM

View Postpsycodelic, on 04 March 2011 - 09:49 PM, said:

When is going to be the next update ?


I guess its pretty clear that this project has been abandoned. I hate to say that as I love this dock and I wish he would start work on it again, but unfortunately there hasn't been an update since last year so i assume there wont be another one
0

#350 User is offline   btb42693 Icon

  • Group: Member
  • Posts: 80
  • Joined: 11-April 09

Posted 04 March 2011 - 10:14 PM

View PostVistapple, on 04 March 2011 - 10:00 PM, said:

I guess its pretty clear that this project has been abandoned. I hate to say that as I love this dock and I wish he would start work on it again, but unfortunately there hasn't been an update since last year so i assume there wont be another one


It hasn't been abandoned, but rather put on the back burner. Remember the 5.6->2.0 transition? That was longer than a year....
0

#351 User is offline   zequihumano Icon

  • Group: Member
  • Posts: 94
  • Joined: 27-December 05

Posted 06 March 2011 - 05:04 AM

View PostVistapple, on 04 March 2011 - 10:00 PM, said:

I guess its pretty clear that this project has been abandoned. I hate to say that as I love this dock and I wish he would start work on it again, but unfortunately there hasn't been an update since last year so i assume there wont be another one


last year was just two months ago, you know?
I would love to know if bobah is still working on it though.
0

#352 User is offline   BOBAH13 Icon

  • Group: Developers
  • Posts: 462
  • Joined: 06-September 08

Posted 02 April 2011 - 08:25 AM

Hi all. Glad to see you'r still taking an interest of it. Now I have changes in my life and it will continue. Really not sure that I can and like to continue working on the dock. I know we are waiting for Mac OS Lion that has a lot of new and interesting features, but unfortunately I'm not sure that it's possible to make really cool stuff for XWD, because you know, it's Windows :) and if we continue to add new features it may make the dock very large and buggy, that's not good. That's why I think it's suspended. Right now I cannot tell you anything else, one thing, I may continue working on it in about year later, but really not sure.
Thanks and sorry for that.
0

#353 User is offline   robbie5 Icon

  • Group: Recruit
  • Posts: 2
  • Joined: 07-April 11

Posted 07 April 2011 - 03:52 PM

I have just one question, how can I adjust the dock position so it doesn't appear exactly on the edge of my screen ? How can I add some space between the dock and my XP taskbar for example ?
0

#354 User is offline   BOBAH13 Icon

  • Group: Developers
  • Posts: 462
  • Joined: 06-September 08

Posted 09 April 2011 - 07:57 AM

  • 3d-background-edge-rect=a,b,c,d. Control d value. Greater to move dock panel up
  • 3d-indicator-skip-bottom=a. Control a value. Greater to move indicator up

In skin.ini file.
0

#355 User is offline   robbie5 Icon

  • Group: Recruit
  • Posts: 2
  • Joined: 07-April 11

Posted 10 April 2011 - 07:52 PM

Thank you very much, and congrats for your fine work! You've made a great dock. :)
0

#356 User is offline   gstar2002 Icon

  • Group: Recruit
  • Posts: 1
  • Joined: 05-June 11

Posted 05 June 2011 - 06:22 AM

hi, thank you very much for this great software. I use it a lot recently,I especially like the ability to drag files to and out of a folder pined on the dock, it's very helpful and feels just like the dock on a mac.
But I do hope it could have the ability to show the files in Time oder, so that I can get the most recent file first.
thanks for your job. :)
0

#357 User is offline   keats Icon

  • Group: Recruit
  • Posts: 1
  • Joined: 05-July 11

Posted 05 July 2011 - 11:31 PM

Dear Bobah,

since you won't be updating anytime soon, would you consider releasing the sourcecode of the current version? Or maybe work out a deal with one or two programmers to work on updates till you return? I for one would be especially interested in making the 'blacklist' for running apps that multiple people talked about in this thread...
0

#358 User is offline   punkemolive Icon

  • Group: Recruit
  • Posts: 1
  • Joined: 21-September 11

Posted 21 September 2011 - 08:24 PM

Where is effects and option customization from previously version 5.6? (i mean: deal, expand, fireworks, fountain... stack icon size customization, and minimize window effect) :(

P.S. Drag and drop, windows show effect works awesomely in new version! ^_^

Sorry for my english
0

#359 User is offline   skillz000123 Icon

  • Group: Recruit
  • Posts: 3
  • Joined: 25-December 11

Posted 28 December 2011 - 12:59 AM

Iphone Battery Docklet


Here is a docklet for all you mac lovers, it looks nice and even if its not in the actual mac dock its a useful docklet to have.
to install just drag into docklets folder within the xwindows dock files.

Afterwards just right click on dock, click add and choose plugins and drag the one that says battery into the dock and there you go B)

Hope u enjoy

Attached File(s)


0

  • 18 Pages +
  • « First
  • 16
  • 17
  • 18
  • 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