ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Circle Dock

Circle Dock 0.9.2 Alpha 8 is Officially Released!

<< < (6/9) > >>

VideoInPicture:
- on my mouse (logitech mx 500) / vista 64 with no mouseware (I.E. using microsoft regular drivers), CD thinks that buttons Xbutton1 and Xbutton2 are the same (whereas firefox doesn't)

- under "normal" window behavior, toggling visibility (for exemple moving the mouse to the edge) does NOT show CD if it is under other windows, you have to go to the border a second time to show CD above the other windows ... could it possibly bring the window to front if it is not, the first time I toggle visibility ? (I set CD not to disappear when a file is clicked)

- could there be an option to lock CD content ? it would prevent accidental drag'n'drop to the center of the dock

....
edit : is that just on my system, or CD does not remember the positition where it was shut off ?
-terminou (September 15, 2008, 12:25 PM)
--- End quote ---

For the x-mouse buttons, there is a problem with the C++ dll hook that I'm using from the Orbit Dock project. I have to recode that to fix the x-mouse button issue and sometimes the issue of not giving Circle Dock focus when it activates it.

For the "normal" window behavior, yes, I have to do some polishing on it and the "Always on Bottom" modes.

For an option to lock the dock contents, that can be added in a future release.

As for the Circle Dock position, you can lock the position of the dock to a specific point by going to Settings -> Location and selecting the second option.

Rostam:
Thanks for the great update! I've set up a second dock as my permadock and am loving it. Thanks for including that change in the update! All the improvements are great.

i've found a bug though: when the opacity of the center button is set as a low value, but then you click the center button to bring up the start menu, the center button loses all transparency on-screen. In the settings the value does not change. If you fiddle with the opacity slider the center button corrects itself again. However, this is kind of annoying since I have the opacity set to 1 on one of my docks so that I don't see the center button but can still bring up the start menu.

Also, I was wondering if you still had any plans on allowing an elliptical form for the dock (say, in Alpha 9). It would be cool to have the permadock a bit elongated so it does not penetrate towards the center of the window too much.

Again, great job with the update  :Thmbsup:

VideoInPicture:
i've found a bug though: when the opacity of the center button is set as a low value, but then you click the center button to bring up the start menu, the center button loses all transparency on-screen. In the settings the value does not change. If you fiddle with the opacity slider the center button corrects itself again. However, this is kind of annoying since I have the opacity set to 1 on one of my docks so that I don't see the center button but can still bring up the start menu.

Also, I was wondering if you still had any plans on allowing an elliptical form for the dock (say, in Alpha 9). It would be cool to have the permadock a bit elongated so it does not penetrate towards the center of the window too much.

Again, great job with the update  :Thmbsup:
-Rostam (September 15, 2008, 04:06 PM)
--- End quote ---

Bug noted, I'll make the transparency a minimum of 1 for the change in transparency when it is not 0.

As for the elliptical form, I need to get an equation for the points around the circumference of an ellipse given it's height and width and using a rotation value as the changing variable in the equation. If I can get this, I can easily program it in since it will just be a few lines of code. Can someone mathematically talented help?

terminou:
thanks for your fast replies :)  (locking the dock position without going in the menus would be cool :D)


x²/w²  + y²/e²  =  1/4

where w= elipse's FULL width
         e = elipse's FULL height

(FULL because at school we generaly learn the half width and height so that the equation ends with " = 1" ^^)


HO !!! I nearly forgot : tried to install visual C# 2008 sp1 on vista 64 home premium (to read source)(which installed a lot of things like .net framework 3.5 sp1), and it messed up CD quite a lot : when loading CD the mouse was becoming unresponsive (but not the keyboard) and it displayed strange dark frames ... uninstalled vc# (and additionnal stuff) and everithing was back to normal when loading CD (no mouse freeze)... don't know what happens but it's not really cool. any idea ?

VideoInPicture:
thanks for your fast replies :)  (locking the dock position without going in the menus would be cool :D)


x²/w²  + y²/e²  =  1/4

where w= elipse's FULL width
         e = elipse's FULL height

(FULL because at school we generaly learn the half width and height so that the equation ends with " = 1" ^^)


HO !!! I nearly forgot : tried to install visual C# 2008 sp1 on vista 64 home premium (to read source)(which installed a lot of things like .net framework 3.5 sp1), and it messed up CD quite a lot : when loading CD the mouse was becoming unresponsive (but not the keyboard) and it displayed strange dark frames ... uninstalled vc# (and additionnal stuff) and everithing was back to normal when loading CD (no mouse freeze)... don't know what happens but it's not really cool. any idea ?
-terminou (September 15, 2008, 05:26 PM)
--- End quote ---

I think it may be possible to put the lock option on one of the right-click menus. I'll think about it and see if it's a good place for it.

Thanks for the ellipse equation. I think I'm just going to program in the ellipse function for fun and see how it looks. Now that I think about it, I don't think it's possible to express the equation of an ellipse as just a function of one variable so I'll use the equation you gave. The one thing I'm concerned about is that the icons may bunch up at the pointed ends of the ellipse but I'll see how it looks.

As for the problem with Visual C# 2008 SP1, I installed downloaded that or .Net 3.5 SP1 on my computer since they just came out last month. I do have the download on my computer though but I can't explain why it would freeze up on you like that running the code.

I assume you are using the Express version of C#. When you opened the source code for Circle Dock, did Visual C# tell you that it needs to convert it to a new file format? It might have changed the instruction to compile the code as an x64 instead of as x86, which would cause it to crash on a 64-bit machine. The Express editions of Visual Studio don't make it clear that they do that by default and it can mess up a lot of programs.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version