PDA

View Full Version : Desktop Sidebar



mz241508
02-15-2007, 03:59 PM
Check it out guys, i have created a desktop sidebar!

It is not finished though, just wanted you guys to comment on this. :lol

Suggestions are welcomed!

Thanks in advance...

Download (http://www.box.net/public/10ciocunj1) :yes

mgokkaya
02-15-2007, 04:09 PM
really good job

mgokkaya
02-15-2007, 04:10 PM
can u please post the apz file ???
i want to know how to do computer search ???

bobbie
02-15-2007, 06:12 PM
One of the best things you have made so far. really nice job on that.

FoxLeader
02-18-2007, 03:32 PM
Wow! Wonderful! I just don't like the button style, cause it's not very smooth with the overall layout...

Anyway, can you explane us how you've done the computer search? And I'm a bit curious about the clock...

Thanks and continue that superb work!

TristanD
02-20-2007, 09:26 AM
how did you get it to stick to the right of the screen..?

mz241508
02-20-2007, 10:00 AM
I use the Window.SetSize and Window.SetPos functions.

Ham
02-20-2007, 10:01 AM
Use this code to apply it anywhere on the screen.



sLocation = "TopRight";


nHandle = Application.GetWndHandle();

tWindowSize = Window.GetSize(nHandle);
tScreenSize = System.GetDisplayInfo();

if sLocation == "TopLeft" then
nX = 0;
nY = 0;
elseif sLocation == "TopRight" then
nX = tScreenSize.Width-tWindowSize.Width;
nY = 0;
elseif sLocation == "BottomLeft" then
nX = 0;
nY = tScreenSize.Height-tWindowSize.Height;
elseif sLocation == "BottomRight" then
nX = tScreenSize.Width-tWindowSize.Width;
nY = tScreenSize.Height-tWindowSize.Height;
end

Window.SetPos(nHandle, nX, nY);

nicoh
05-05-2007, 12:53 AM
ThanksS! can u give us the APZ... ??

byee

wasim21k
05-05-2007, 05:04 AM
thanx for sharing exe:huh

wasim21k
05-05-2007, 05:08 AM
Use this code to apply it anywhere on the screen.

Ham,
top right and top left is workign fine, but bottom right and bottom left aren't have you tried this by yourself?
i think i should be start from task bar not from actual screen bottom.

Ham
05-05-2007, 07:43 AM
Yes i tryed it again before posting this to be sure;) and it works.

Vancete
05-05-2007, 10:55 AM
Hi!
I made sidebar with transparencies and everything, you can download the APZ here...

English evoSideBar (exe):
http://www.box.net/shared/9zkjl4ua85
Spanish APZ evoSideBar:
http://www.box.net/shared/mmvnx63un4

Screenshot:
http://thumbs.subefotos.com/b7b9fcd83e9c8ca6f33419863e5e1097o.jpg (http://subefotos.com/ver/?b7b9fcd83e9c8ca6f33419863e5e1097o.jpg)

The project has been designed and coded completely by my.

Greetings!!;)
PD:Sorry for my english again,but im from spain,and my english is so bad...

Desrat
05-05-2007, 11:47 AM
Vancete, the search function on your sidebar gives me errors all the time.

Input1 - on key - lines 9, 20, and 31 depending on which area I search..

mindstitchdr
05-05-2007, 11:51 AM
Hey Vancete, just wanted to say thank you for this.

nicoh
05-05-2007, 12:03 PM
Gracias Vancete jaja.. esta bueno! a mi tambien me da error al buscar en "C:" pero lo demas anda perfecto!

Vancete
05-05-2007, 12:07 PM
Im triying to fix the search engine...

nicoh
05-05-2007, 01:07 PM
Jaja buenisimo! ojala que lo puedas arreglar pronto..


PD: Cuando te conectes al MSN hablame que te muestro como va qedando mi proyecto.!

un saludo!

usernameCasper
08-01-2007, 01:53 PM
Absolutely cool :yes
one comment btw,
I use winbar, and the window order of this app is set to top,
so it overrides winbar (winbar is also on top-app), so you
don't see the last 25 pixels of the top of your app.
It's just a suggestion, to make it a final if you want it to
publish it for a large group of potential people.
But it looks very cool, nice work :yes

Sincerely,
-Casper