Go Back   Zune Boards > Zune Discussions > Zune Games > Development Discussions

Development Discussions All developers who are coding games may stop by here for any help, suggestions, and everything development related.

Reply
 
LinkBack Thread Tools
Old 10-20-2009, 02:34 PM   #21 (permalink)
Squirt
 
Join Date: Sep 2009
Posts: 22
Sukatto is on a distinguished road
Smile

Quote:
Originally Posted by roguemat View Post
love the text at the top actually...
Also, what do you guys think about the pressing image? I prefer the glow i had in the video personally. So which should I use?
I say both





Sukatto is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old 10-20-2009, 05:55 PM   #22 (permalink)
you lost the game.
zB Programmer
Moderator
Elite Zuner
 
itsnotabigtruck's Avatar
 
Join Date: May 2008
Posts: 2,435
itsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud ofitsnotabigtruck has much to be proud of
Default

Quote:
Originally Posted by Pierce28 View Post
That looks rather impressive. Not having seen your code, I want remind you to make sure that you write up good documentation on how to implement it if your intention is for others to place it in their programs.

Remember, don't assume that everyone understands that "gtkbd2ppot()" stands for "Get the keyboard to pop out". :-P
Definitely agreed. If you use XML comments (type /// on the line before each function and class and fill in the template it gives you), then turn on the relevant option in your project's properties, you'll get an XML file with your DLL every time you compile. Then, if you distribute the XML file with the DLL, Visual Studio will pick it up and use it to show documentation in IntelliSense and Object Browser.

Also, .NET has some specific naming conventions that help make your API look more consistent and easy to understand. Classes and public methods/properties/fields should be named in UpperCamelCase, while function arguments should use lowerCamelCase. Two letter acronyms should be capitalised (e.g. IO) but all other abbreviations and acronyms should be treated like normal words (e.g. Http, Xna).
__________________

signature by vettexl




itsnotabigtruck is offline   Reply With Quote
Old 10-20-2009, 10:37 PM   #23 (permalink)
zB Programmer
Experienced Zuner
 
Join Date: Sep 2009
Posts: 117
roguemat is on a distinguished road
Default

Its easy, in load content just create a new instance, then in ur update have a flag on or off depending on if u looking for input. If its on then run a method.
And finally in the draw method call it again.
I will give docs dont worry.
Im just working on making it properly usable before giving downloads
__________________
Visit my blog of awesomeness! Lots of little zune apps with source code for you to download!



roguemat is offline   Reply With Quote
Old 10-23-2009, 09:42 AM   #24 (permalink)
Squirt
 
Join Date: Dec 2008
Posts: 10
DrRobot is on a distinguished road
Default

Hows the progress on the keyboard coming along?





DrRobot is offline   Reply With Quote
Old 10-23-2009, 07:22 PM   #25 (permalink)
zB Programmer
Experienced Zuner
 
Join Date: Sep 2009
Posts: 117
roguemat is on a distinguished road
Default

im working on it alongside a related project. been pretty busy but hopefully bye the end of the weekend
__________________
Visit my blog of awesomeness! Lots of little zune apps with source code for you to download!



roguemat is offline   Reply With Quote
Old 10-24-2009, 05:56 PM   #26 (permalink)
Jr. Member
 
BlackFox's Avatar
 
Join Date: Mar 2009
Posts: 491
BlackFox is on a distinguished road
Default

Could this maybe work for old zunes by changing the controls?
__________________




BlackFox is offline   Reply With Quote
Old 10-25-2009, 01:10 AM   #27 (permalink)
zB Programmer
Experienced Zuner
 
Join Date: Sep 2009
Posts: 117
roguemat is on a distinguished road
Default

I suppose it could but I dont have an old zune so someone else would have to do it.

BTW ive been sent the new keyboard images from lordwin and will be reworking it for that now.
__________________
Visit my blog of awesomeness! Lots of little zune apps with source code for you to download!



roguemat is offline   Reply With Quote
Old 10-25-2009, 05:32 AM   #28 (permalink)
Squirt
 
Join Date: Sep 2009
Posts: 27
Katman1245 is on a distinguished road
Default

Can't wait for a note program
__________________
http://www.zuneboards.com/forums/avatars/theguywholoveszunehd.gif?type=sigpic&dateline=1254  516009






Katman1245 is offline   Reply With Quote
Old 10-25-2009, 08:17 AM   #29 (permalink)
Squirt
 
Join Date: Sep 2009
Posts: 22
Sukatto is on a distinguished road
Default

Good job, Roguemat. I'd give you more rep if I could xD





Sukatto is offline   Reply With Quote
Old 10-25-2009, 01:37 PM   #30 (permalink)
zB Programmer
Experienced Zuner
 
Join Date: Sep 2009
Posts: 117
roguemat is on a distinguished road
Default

Quote:
Originally Posted by Sukatto View Post
Good job, Roguemat. I'd give you more rep if I could xD
lol, shot
__________________
Visit my blog of awesomeness! Lots of little zune apps with source code for you to download!



roguemat is offline   Reply With Quote
Old 10-26-2009, 07:25 AM   #31 (permalink)
Jr. Zuner
 
omair1995's Avatar
 
Join Date: Sep 2009
Posts: 31
omair1995 is an unknown quantity at this point
Default

Quote:
Originally Posted by Katman1245 View Post
Can't wait for a note program
yeah, this is a great app as this can lead to a notes program because microsoft did.t provide us with one.
__________________




omair1995 is offline   Reply With Quote
Old 10-29-2009, 07:49 PM   #32 (permalink)
Zuner
 
Belly Hop94's Avatar
 
Join Date: Oct 2008
Location: St.Paul
Posts: 62
Belly Hop94 is on a distinguished road
Send a message via AIM to Belly Hop94
Default

Thanks again for the awsome looking keyboard.
ROUGECODE IS AWSOME!!!
__________________
- HLG Belly Hop94









Belly Hop94 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools