Click here to Skip to main content
15,896,450 members

Comments by False Chicken (Top 4 by date)

False Chicken 14-Dec-11 12:05pm View    
Nevermind. Thanks for the solution! There was some white space in the file I was parsing. Which was throwing the exception. I just put a if statement to ignore it. Thanks!
False Chicken 14-Dec-11 11:43am View    
Hm. For some reason I cannot assign the second half. It throws an out of bounds exception. It seems to just throw the other half away :/. Thanks for all the replies btw!
False Chicken 4-Jun-11 21:37pm View    
Ah. Thats what I was looking for. Thanks.
False Chicken 4-Jun-11 21:32pm View    
I guess my terminology is just wrong. Sorry about that. I didn't mean literally create a entirely new button. One of the small sample apps we worked on was to just have a button bounce around in the form then have a button to apply simple gravity. I was thinking about adding more buttons to bounce around. I guess I am just asking of how to create more of the same button without manually naming all of them.