Click here to Skip to main content
16,021,169 members
Home / Discussions / Game Development
   

Game Development

 
GeneralRe: problem Pin
kevinnicol8-Jul-11 8:09
kevinnicol8-Jul-11 8:09 
AnswerRe: problem Pin
Pravin Patil, Mumbai28-Jul-11 3:07
Pravin Patil, Mumbai28-Jul-11 3:07 
AnswerRe: problem Pin
expert_babaji16-Sep-11 5:43
expert_babaji16-Sep-11 5:43 
QuestionGreat forum, but not much going on... Pin
CDP180223-Jun-11 10:39
CDP180223-Jun-11 10:39 
QuestionRe: Great forum, but not much going on... Pin
AspDotNetDev23-Jun-11 10:58
protectorAspDotNetDev23-Jun-11 10:58 
AnswerRe: Great forum, but not much going on... [modified] Pin
CDP180223-Jun-11 13:03
CDP180223-Jun-11 13:03 
AnswerRe: Great forum, but not much going on... Pin
AspDotNetDev23-Jun-11 13:48
protectorAspDotNetDev23-Jun-11 13:48 
GeneralRe: Great forum, but not much going on... Pin
CDP180223-Jun-11 16:07
CDP180223-Jun-11 16:07 
Thanks. It's almost 4 AM now and time to go to bed. But now I have a plan which I can sleep over.

Right now I again see two options:

The form does further initialisation and layouting when it is attached to the UI after loading. That involves going through the form and all its children. This is a good place to also wire up all events and probably best suited for your approach.

Or I might do it in a lazy fashion. When a control tries to raise an event and the wiring has not been done yet, then I may work my way back to the form, find the event handler method and wire it up on the fly.

One way or the other, this was really helpful. Thanks.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011
---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011



GeneralIf it is of any interest... Pin
CDP180224-Jun-11 11:38
CDP180224-Jun-11 11:38 
AnswerRe: Great forum, but not much going on... Pin
Dalek Dave23-Jun-11 13:19
professionalDalek Dave23-Jun-11 13:19 
GeneralRe: Great forum, but not much going on... Pin
CDP180223-Jun-11 16:15
CDP180223-Jun-11 16:15 
QuestionHey guys, mind telling me what you think of my first actual game with updating of movement? Pin
andyharglesis17-Jun-11 21:05
andyharglesis17-Jun-11 21:05 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? PinPopular
Richard MacCutchan17-Jun-11 22:58
mveRichard MacCutchan17-Jun-11 22:58 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon17-Jun-11 23:17
mvePete O'Hanlon17-Jun-11 23:17 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
andyharglesis18-Jun-11 11:49
andyharglesis18-Jun-11 11:49 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? [modified] PinPopular
enhzflep18-Jun-11 17:40
enhzflep18-Jun-11 17:40 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon19-Jun-11 6:47
mvePete O'Hanlon19-Jun-11 6:47 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Paul Conrad26-Jun-11 22:16
professionalPaul Conrad26-Jun-11 22:16 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Ravi Sant19-Jun-11 22:29
Ravi Sant19-Jun-11 22:29 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
charles henington21-Sep-24 19:13
charles henington21-Sep-24 19:13 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Dalek Dave23-Jun-11 13:18
professionalDalek Dave23-Jun-11 13:18 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon23-Jun-11 20:23
mvePete O'Hanlon23-Jun-11 20:23 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Dalek Dave23-Jun-11 21:01
professionalDalek Dave23-Jun-11 21:01 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Wayne Gaylard23-Jun-11 21:19
professionalWayne Gaylard23-Jun-11 21:19 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
thatraja23-Jun-11 21:18
professionalthatraja23-Jun-11 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.