RE: [CFCDev] UI and encapsulation

2006-01-23 Thread Duba, Phillip
, Phil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Kotek Sent: Sunday, January 22, 2006 3:00 PM To: CFCDev@cfczone.org Subject: Re: [CFCDev] UI and encapsulation Hi Philip, thanks for the plug! This is twice in a week

Re: [CFCDev] UI and encapsulation

2006-01-22 Thread Brian Kotek
nt: Friday, January 20, 2006 12:48 PM To: CFCDev@cfczone.org Subject: RE: [CFCDev] UI and encapsulation Hey Phil, I'd be curious to take a look at a complete example of this, with the parser and everything… is that possible? Cheers, Baz From: [EMAIL PROTECTED] [mailto: [EMAIL

[CFCDev] UI and encapsulation

2006-01-20 Thread Peter Bell
Hello All, Still trying to get my head around best UI practices in CFMX. Responses to date seem equally split between using UI cfc's and preferring custom tags. Here's a question that maybe someone on the custom tag side should speak to. Lets say I need an HTML UI comprising of a form, and the

Re: [CFCDev] UI and encapsulation

2006-01-20 Thread Seth Petry-Johnson
Still trying to get my head around best UI practices in CFMX. Responses to date seem equally split between using UI cfc's and preferring custom tags. I'm not sure I understand the distinction between a UI cfc and a custom tag approach, and how that has anything to do with encapsulating object

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Baz
Hey Seth, Can I see an example of some XML you have generated to display a form? Curious, Baz From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seth Petry-Johnson Sent: Friday, January 20, 2006 10:53 AM To: CFCDev@cfczone.org Subject: Re: [CFCDev] UI

Re: [CFCDev] UI and encapsulation

2006-01-20 Thread Seth Petry-Johnson
Baz: I've never actually done this before, I'm just spouting off ideas from the top of my head :) And just to make sure we're on the same page, I wasn't suggesting that the XML itself display the form. Rather, I was suggesting that XML be used to describe the form's metadata and a rendering

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Duba, Phillip
] [mailto:[EMAIL PROTECTED] On Behalf Of Baz Sent: Friday, January 20, 2006 12:48 PM To: CFCDev@cfczone.org Subject: RE: [CFCDev] UI and encapsulation Hey Phil, Id be curious to take a look at a complete example of this, with the parser and everything is that possible? Cheers, Baz

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Duba, Phillip
to return. Thanks, Phil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duba, Phillip Sent: Friday, January 20, 2006 1:22 PM To: CFCDev@cfczone.org Subject: RE: [CFCDev] UI and encapsulation I cant give the full parser out, but Ive attached the XmlUtils.cfc that I use

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Peter Bell
facts in various objects to improve performance. Any thoughts? Best Wishes, Peter -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NandoSent: Friday, January 20, 2006 11:39 AMTo: CFCDev@cfczone.orgSubject: RE: [CFCDev] UI and encapsulati

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Nando
In short, how can I create a specific UI for an object while ensuring that the UI has no knowledge of the fields and their associated display properties for that object?! I'm not 100% clear what you mean by this, but if i'm getting you,it has to be coupled somewhere. Specific fields in

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Baz
@cfczone.org Subject: RE: [CFCDev] UI and encapsulation Heres what I use in the application I was referring to in yesterdays thread on this same/similar subject (hope this goes through) : Field Label=Some form Label Type=Text,Select,Radio,etc. Required=Page/Group DestinationTable=TableName

RE: [CFCDev] UI and encapsulation

2006-01-20 Thread Peter Bell
th Petry-JohnsonSent: Friday, January 20, 2006 10:53 AMTo: CFCDev@cfczone.orgSubject: Re: [CFCDev] UI and encapsulation Still trying to get my head around best UI practices in CFMX. Responses to date seem equally split between using UI cfc's and preferring custom ta