Minor update

Published February 16, 2007
Advertisement
I forgot to mention something in the last post, I need some help. In the SlidingControl I slide the control back to the originalSize, but I can't set the originalSize, I want to set this to the size the user sets the Width or Height to, but the propertioes Width and Height isn't overload able. Anyone got any suggestions? In c#.
Previous Entry Some progress
0 likes 2 comments

Comments

benryves
Whilst you might not be able to override methods, you can hide them with the new modifier (so new public int Width { get; set; }).
February 16, 2007 07:25 AM
walle
Oh, thanks Ben, Not really familiar enough with the little quirks of c# yet. I'll try that right away.
February 16, 2007 07:28 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Pissed (again)

902 views

Damn IE!

888 views

Undo / Redo done

993 views

Undo/Redo

1137 views

Change of plans

830 views

Here's the list

936 views

Minor update

987 views

Some progress

977 views
Advertisement