Search the web
Sign In
New User? Sign Up
TestFirstUserInterfaces
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 312 - 341 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
312
Hi, Let's say you have a nice separation between your business objects and the GUI, say perhaps the "Humble Dialog" approach. Now you wish to implement form...
stallings_mike1
Offline Send Email
Jan 4, 2004
4:32 pm
313
... I'm not clear on what you mean by "error providers". Perhaps a simple example program would help? Ron Jeffries www.XProgramming.com There is really no such...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 4, 2004
4:41 pm
314
From: "stallings_mike1" <stallings_mike.at.hotmail.com@...> Sent: Sunday, January 04, 2004 11:32 AM Subject: [TFUI] Form Validation ......
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
4:53 pm
315
An "error provider" is simply a .NET object that can be associated with an individual control. When you set it's error message property, it suddenly become...
Mike Stallings
stallings_mike1
Offline Send Email
Jan 4, 2004
6:05 pm
316
From: "Mike Stallings" <stallings_mike.at.hotmail.com@...> To: "TestFirstUserInterfaces@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
6:26 pm
317
Yes, upon reflection it could be done just as easily using the Humble Dialog approach. Every time a control is left, notify the BO. The BO does a validation...
Mike Stallings
stallings_mike1
Offline Send Email
Jan 4, 2004
7:17 pm
318
... I'm a bit troubled by all these solutions, and hope that when you do one or more, you'll post them for our amusement. Why is Ron troubled, all are not...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 4, 2004
8:16 pm
319
From: "Ron Jeffries" <ronjeffries.at.XProgramming.com@...> Sent: Sunday, January 04, 2004 3:16 PM Subject: Re: [TFUI] Form Validation ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
8:40 pm
320
... Yes, although everyone knows that the xnax has to be orange in order to distim the frozzle. I assume it was a typo on your part. Anyway, without looking at...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 4, 2004
8:47 pm
321
From: "Ron Jeffries" <ronjeffries.at.XProgramming.com@...> Sent: Sunday, January 04, 2004 3:47 PM Subject: Re: [TFUI] Form Validation ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
9:10 pm
322
... I'm sure you have more of a clue than I have. My GUI experience is ancient. We used to make angular marks in clay for the GUIs when last I was good at it. ...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 4, 2004
9:22 pm
323
Hi Mike, I don't agree that "it is clear that the GUI must keep the BO informed after each and every control is left" Validation takes place in a GUI is often...
Charlie Poole
cpoole98370
Offline Send Email
Jan 4, 2004
9:27 pm
324
From: "Ron Jeffries" <ronjeffries.at.XProgramming.com@...> Sent: Sunday, January 04, 2004 4:21 PM Subject: Re: [TFUI] Form Validation ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
9:43 pm
325
... I'd get into N.O. a lot deeper if they'd do that, as I have this non-Java universe over here. Ron Jeffries www.XProgramming.com The greatest mistake we...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 4, 2004
10:41 pm
326
From: "Ron Jeffries" <ronjeffries.at.XProgramming.com@...> Sent: Sunday, January 04, 2004 5:40 PM Subject: Re: [TFUI] Form Validation ...
yahoogroups@...
jhrothjr
Offline Send Email
Jan 4, 2004
10:49 pm
327
Are you saying you would put the GUI validation in the GUI? That's what my gut feeling always was, actually. I'm working with large guis with many tabs and...
Mike Stallings
stallings_mike1
Offline Send Email
Jan 5, 2004
1:02 am
328
I'd put the validation logic itself in your model objects, since that's pretty much business logic. I'd have your controller layer invoke your validation...
Chris Hanson
cmh23
Offline Send Email
Jan 5, 2004
1:11 am
329
... With .NET properties, can you separate validating a value from setting it? -- Chris -- Chris Hanson <cmh@...> bDistributed.com, Inc. ...
Chris Hanson
cmh23
Offline Send Email
Jan 5, 2004
1:29 am
330
... I should think so, just write a validate method and call it from the setter, something like this: public int Height { get { return height; } set { if (...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 5, 2004
1:37 am
331
... I suppose you could throw an exception or post an event if validation fails: public int Height { get { return height; } set { if ( IsValidHeight(value) )...
Chris Hanson
cmh23
Offline Send Email
Jan 5, 2004
2:01 am
332
Yes, but the property might actually be calling something deeper, for example, your BO might actually be a collection of other BO's, because one table maps to...
Mike Stallings
stallings_mike1
Offline Send Email
Jan 5, 2004
2:44 am
333
Since you mentioned this is .NET, is this a Windows Forms GUI or an ASP.NET GUI? I'm assuming the former since no one has mentioned the round-tripping issue...
Chris Morris
workmo
Offline Send Email
Jan 5, 2004
3:13 am
334
Hello! Recently I've started to develop a small application for my own needs using test-first approach. The business logic layer has coverage of 95%, which is...
buistov
Offline Send Email
Jan 5, 2004
9:57 am
335
... For the lazy reader: http://development.nakedobjects.org/wiki?DotNetMigration -- Chris http://clabs.org/blogki...
Chris Morris
workmo
Offline Send Email
Jan 6, 2004
12:22 am
336
Anyone got any info on ui automation tools for the Mac? -- Chris http://clabs.org/blogki...
Chris Morris
workmo
Offline Send Email
Jan 6, 2004
12:24 am
337
... There is a tool called EggPlant, which uses VNC so the ui can be on any platform for which a VNC server exists (which includes Mac). The tool itself only...
WILLIAMS Dominic
d0minicfr
Offline Send Email
Jan 6, 2004
10:20 am
338
Chet and I were talking about writing a graphical application, in C# .NET. We think it would run as a Windows Form, and not necessarily as a web page. There's...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 6, 2004
5:58 pm
339
... Welcome to my world, Ron. ... Mock the Graphics object, and compare the expected series of draw calls to actual. -- John Brewer Jera Design Extreme...
John Brewer
jbrewer999
Offline Send Email
Jan 6, 2004
6:01 pm
340
... You have Orcs and Wizards in your world, too? Cool! ... Seems almost useless ... if an Orc knows how to draw himself, knows his coordinates ... seems like...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Jan 6, 2004
6:12 pm
341
well, you do have to make sure the orc does draw himself and you might wanna check that he's using the right coords. ... From: Ron Jeffries...
Vaughn, Clifton
ypowerdude
Offline Send Email
Jan 6, 2004
6:17 pm
Messages 312 - 341 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help