Xcode-like label movement

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
4 posts Page 1 of 1
Contributors
User avatar
Ffenixw0rks
VIP - Donator
VIP - Donator
Posts: 152
Joined: Sun Jun 19, 2011 2:51 pm

Xcode-like label movement
Ffenixw0rks
Hello again, guys.

Today I will give you source code for simple Xcode-like label movement with progress bar!

This is very simple but looks very good. Presentation: (watch from 1:28 and turn HD and fullscreen on)
Every line of code is commented. I wanted to make it as clear as possible. :)
Labels are moving smoothly without lags. Done by thread.
Settings:
Position of top label - setting top label X and Y (this label will be only visible from two of them)
Position of bottom label - as above but this label will be not visible.
Speed - the speed of label movement.

Important: this project is not using any Mac styled theme. ;)
You do not have the required permissions to view the files attached to this post.
Image
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Xcode-like label movement
CodenStuff
Sweet. You should put the label code into a custom control class or something so it can be added to other projects/labels easily. Love the slide effect of the label cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Xcode-like label movement
Shim
looks awesome :) thanks for posting this :) +REP cooll;
Find my programs on Softpedia
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: Xcode-like label movement
clanc789
Very nice tutorial! +rep indeed!
Practice makes perfect!

VIP since: 6-10-2011
4 posts Page 1 of 1
Return to “Source-Code”