Custom Tags

2001-02-23 Thread Cami Lawson
I have a custom tag to run a query that occurs frequently throughout my application. My problem is that it cannot figure out what the PrimaryDataSource is. How can I code it to know what this is? TIA cami ~~ Structure your ColdFusion code with

Custom tags

2001-03-06 Thread Parker, Kevin
Do custom tags have to be stored under the custom tags directory or can they be run from anywhere? Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: +61 8 82332548 f: +61 8 82332000 m: 0418 800 287

Custom Tags

2002-11-04 Thread Rob Rohan
I want to develop some custom tags at home, but I do not have access to a CF server. Is there a way (legally) that I can get a CF developer only version (for Linux) without buying anything (and doesn't expire)? anybody have any Links? If not, I remember some one posting something about

Custom tags

2003-02-11 Thread Ryan Mitchell
Hey I've added a custom tag but when I try to use it I get an error saying its not in the database... Any thoughts? CFMX Pro btw... Ryan Mitchell ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscriptio

custom tags

2004-03-03 Thread Stuart Kidd
Hi guys, I've found a cool custom tag which is just one file (i don't know if they're usually more but this one is one... i'm a custom tag newbie). My site is co-hosted on a server.  Do i just ftp the file to one of my directories or do i have to get someone at the hosting place to do something w

Custom Tags

2002-02-04 Thread Paul Giesenhagen
I have a question -- looking for a better way of doing things: Currently, I am using custom tags to run queries, and take the various bits of information and re-package it into queries, THEN packaging the results up into a WDDX Packet. Outside of the Custom Tag I am unpackaging the WDDX Packet

Custom Tags

2012-03-02 Thread Greg Edmonds
Hi All, I am having a challenge getting to my CF administrator page. CF 9.01, Windows 2008. I've been working on it for a bit with no solution. My question is, I have to install a custom tag. Is there any way to install a custom tag without using CF Administrator page? Thanks in advance!

Custom tags

2000-05-14 Thread David Cummins
Hi everybody I just started reading up about custom tags, and I was wondering a few things about them. Firstly, are things like cfsetting scoped in any way? For example, if I turn debugging off in a custom tag, does it affect the calling tag? Secondly, I believe you can only pass one query to

Custom Tags

2008-07-25 Thread Steve LaBadie
I have a CustomTag called iPoll.cfm. Not sure if I should choose the Register Java CFX or Register C++ CFX. Does it matter? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.es

custom tags

2009-07-15 Thread RamaDevi Dobbala
Hi frnds, select primary_id, backup_id from ta_user_level where active=yes and primary_id = #arguments.user_id# in this function

moving custom tags

2000-07-25 Thread Bert Dawson
if i move a custom tag from the local directory to CFUSION/CustomTags/ then CF won't find it until i stop and start the service. Is there a way around this? Bert Dawson [EMAIL PROTECTED] www.redbanner.com tel: 020 7456 0420 fax: 020 7456 0

Custom Tags question

2002-04-17 Thread Kevin Schmidt
Is there a maximum number of times a custom tag can be called? I have a custom tag that calls itself quite a few times in the process. And it seems to be barfing out of the process and moving on after a certain amount of times the tag is called? Does that make any sense? Kevin Kevin

Moving Custom Tags

2002-01-03 Thread Jim McAtee
Is there a way (using CF5) to move custom tags and then get CF to recognize the new location, short of cycling the CF service? I'm pretty sure what I don't want to do is add an additional custom tags directory in CF Administrator. In the example below, the Tags directory is already

RE: Custom Tags

2001-02-23 Thread mjones
- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 1:54 PM To: CF-Talk Subject: Custom Tags I have a custom tag to run a query that occurs frequently throughout my application. My problem is that it cannot figure out what the PrimaryDataSource is. How can I code it

Re: Custom Tags

2001-02-23 Thread Cami Lawson
Nevermind, i had a copy of the tag in my application directory that was causing the problem. Thanks anyway - Original Message - From: "Cami Lawson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 23, 2001 1:54 PM Subject: Cus

RE: Custom tags

2001-03-06 Thread BORKMAN Lee
Hi Kevin, for CustomTags called like , the apps server first looks in the local directory, then in the CustomTag directory or directories defined in the Registry. If you want greater flexibility in calling Custom Tags (eg if you are being hosted on a server where you don't have access t

RE: Custom tags

2001-03-06 Thread Ben Forta
To call with syntax they need to be under C:\CFUSION\CustomTags (or current directory). If you use they can be anywhere. --- Ben -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 9:57 PM To: CF-Talk Subject: Custom tags Do custom tags

RE: Custom tags

2001-03-06 Thread Jason Aden
HKEY_LOCAL_MACHINE > SOFTWARE > Allaire > ColdFusion > CurrentVersion > CustomTags > CFMLTagSearchPath. There is a comma-delimited list here of the folders where CF will search for custom tags. Once CF finds the file, it will cache the location until the next time the server

RE: Custom tags

2001-03-06 Thread Scott, Andrew
Ben not to forget the fact that if your able to, one can change the registry setting for this to include other directories -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 14:09 To: CF-Talk Subject: RE: Custom tags To call with syntax they need to

PayPal Custom tags

2001-10-03 Thread Vance Duke
Is anyone here using either of the Customer tags at Allaire for PAYPAL? I would be interested in hearing any feedback as to which is the better tag, and also I would be interested in seeing any tag snippets or hear of implementation stories. Thanks in advance, Vance Duke ~

Menu Custom Tags

2001-10-31 Thread Michael T. Tangorre
Can anyone reccomend a custom tag for Menus (DHTML, or anything else)??? Thanks, Mike ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: h

POP3 Custom tags

2002-10-08 Thread Alex
We are currently using CFX_iiPOP3 custom tag. It works OK, but sometimes it doesn't work correctly with French letters in subject line and always does not understand French letters in sender's name. Native CFPOP is even worse. So we plan to switch to advPOP3 (by ASPFusion) which doesn't have such

custom tags & .NET

2002-10-25 Thread Tony Weeg
ok, forget a CFC in .NET how about a Custom Tag? thanks. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 ~| Archives: http://www.houseoffusi

Re: Custom Tags

2002-11-04 Thread Doug
mailto:doug@;dwhite.ws - Original Message - From: "Rob Rohan" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 6:46 PM Subject: Custom Tags | I want to develop some custom tags at home,

RE: Custom Tags

2002-11-04 Thread Rob Rohan
Is that right! Nice. Thanks Doug, I'll try it -Original Message- From: Doug [mailto:doug@;dwhite.ws] Sent: Monday, November 04, 2002 4:53 PM To: CF-Talk Subject: Re: Custom Tags download the evaluation version - it is supposed to revert to a single user developer after the evalu

RE: Custom Tags

2002-11-04 Thread Vernon Viehe
Sent: Monday, November 04, 2002 4:55 PM To: CF-Talk Subject: RE: Custom Tags Is that right! Nice. Thanks Doug, I'll try it -Original Message- From: Doug [mailto:doug@;dwhite.ws] Sent: Monday, November 04, 2002 4:53 PM To: CF-Talk Subject: Re: Custom Tags download the evaluation ve

RE: Custom Tags

2002-11-04 Thread Rob Rohan
Thanks Vernon! Have a good day! :)! -Original Message- From: Vernon Viehe [mailto:vviehe@;macromedia.com] Sent: Monday, November 04, 2002 4:56 PM To: CF-Talk Subject: RE: Custom Tags That's right! http://www.macromedia.com/software/trial Vernon Viehe ColdFusion Community Ma

RE: Custom Tags

2002-11-04 Thread Tilbrook, Peter
Mobile: 0439 401 823 Facsimile: (02) 6213 7287 -Original Message- From: Rob Rohan [mailto:rob@;cardinalweb.com] Sent: Tuesday, 5 November 2002 12:01 PM To: CF-Talk Subject: RE: Custom Tags Thanks Vernon! Have a good day! :)! -Original Message- From: Vernon Viehe [mailto:vviehe

Re: Custom tags

2003-02-11 Thread Bryan Stevenson
ED]> Sent: Tuesday, February 11, 2003 2:45 PM Subject: Custom tags > Hey > > I've added a custom tag but when I try to use it I get an error saying its > not in the database... Any thoughts? CFMX Pro btw... > > Ryan Mitchell > >

Re: Custom tags

2003-02-11 Thread Ryan Mitchell
Nope this is the error I get: Error processing CFX custom tag "CFX_JpegResizer". The CFX custom tag "CFX_JpegResizer" was not found in the custom tag database. Please be sure to add custom tags to the database before using them. If you have added your tag to the database t

RE: Custom tags

2003-02-11 Thread Bryan F. Hogan
-Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 6:01 PM To: CF-Talk Subject: Re: Custom tags Nope this is the error I get: Error processing CFX custom tag "CFX_JpegResizer". The CFX custom tag "CFX_JpegR

RE: custom tags

2004-03-03 Thread John Beynon
ysite/tags/mytag.cfm" /> 2. place it in the same folder as the calling page and still use it as I usually go for the 1st option for reusability purposes, John. -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 15:32 To: CF-Talk Subject: custom

Re: custom tags

2004-03-03 Thread Charlie Griefer
n the same directory as the calling template and call it with . - Original Message - From: "Stuart Kidd" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 8:32 AM Subject: custom tags > Hi guys, > > I've foun

Re: custom tags

2004-03-03 Thread Stuart Kidd
osting provider). >otherwise, you can just place it in the same directory as the calling >template and call it with . > >- Original Message - >From: "Stuart Kidd" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Wednesday,

nesting custom tags

2004-04-08 Thread Jennifer Knoblock
I have a custom tags that calls other custom tags they are work individually, but I need some help getting them to work altogether. Ideally, the parent tag  runs a query and loops over the other three child tags and fills in their attribute values with results from the query. The child tags run

RE: Custom Tags

2002-02-04 Thread Mark A. Kruger - CFG
PROTECTED]] Sent: Monday, February 04, 2002 1:25 PM To: CF-Talk Subject: Custom Tags I have a question -- looking for a better way of doing things: Currently, I am using custom tags to run queries, and take the various bits of information and re-package it into queries, THEN packaging the results

Re: Custom Tags

2002-02-04 Thread Jamie Jackson
Combination of request-scoped queries and "Query of Queries?" Jamie On Mon, 4 Feb 2002 15:25:26 -0600, in cf-talk you wrote: >I have a question -- looking for a better way of doing things: > >Currently, I am using custom tags to run queries, and take the various bits >

Custom Tags as

2002-03-29 Thread Wallick, Mike
On my web host, I don't have a Custom Tags directory (at least I don't think so). My question is, is there a way to use a custom tag that requires an end tag () as a ? Mike Wallick Web Application Developer [EMAIL PROTECTED] <mailto:[EM

Custom Tags, cf_location

2011-01-25 Thread Eric Vineyard
Hi, I'm trying to implement custom tags into a website I'm working with, but I'm not having much success with one in particular, "cf_location". I'm using the 2.0.1 hosted on Adobe's website. The CF server I'm running is CF7, and I'm using a desi

Re: Custom Tags

2012-03-02 Thread Dave Watts
> I am having a challenge getting to my CF administrator page.  CF 9.01, > Windows 2008.  I've been working on it for a bit with > no solution.  My question is, I have to install a custom tag.  Is there any > way to install a custom tag without using CF > Administrator page?  Thanks in advance!

Re: Custom Tags

2012-03-02 Thread Russ Michaels
you do not need to go anywhere near the cfadmin to use custom tags. CF will first look in the current folder for the custom tag, if it is not there then it will look in custom tag paths, You can set per application custom tag paths in your application.cfc or you can use CFIMPORT to import custom

Re: Custom Tags

2012-03-04 Thread Larry Lyons
Short question, is this a CF custom tag or a CFX type tag. Custom tags don't have to be installed as others have said, to add to the prior comments, you can also use cfmodule and specify the exact path to the file as in Normally I don't use custom tags if I can help it (at time

custom tags tutorials

2000-04-19 Thread Gilles Ratte
Does anyone knows a website where I would be able to see how to create a custum tag? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf

Using custom tags

2000-04-25 Thread Aidan Whitehall
Wrapping a custom tag around a string such as Here is some dummy text always returns "Here is my text (the position of the first space is 0)" FindFirstSpace.cfm has this code... Is there any reason why it can't find the first space in the text that has been passed to it? TIA -

CF custom tags

2000-04-27 Thread Robert M. Saxon, Jr.
I was wondering if anyone had a list of essential CF Custom Tags that are valuable to have. I know this is a vague request, but I am looking for some tags that are inexpensive but very useful. Thanks, Rob ___ Robert M. Saxon, Jr. (Rob), Senior Web

Installing custom tags

2000-06-20 Thread WL
Hi, I feel embarrassed to ask this, but that's what beginners are like I'm afraid, and we all have to learn one day.. So with that out of the way, can someone tell me how to install the CF_DHTMLMenu tags located here: http://devex.allaire.com/developer/gallery/info.cfm?id=CA347388-2830-11D4-AA

Paired Custom Tags

2006-09-26 Thread Jennifer Dodson
Can anyone point me at a good resource for learning about writing a Paired custom tag? I'm having a little trouble with the one I started on yesterday. Basically what we're trying to do is "overload" the cfmail tag so that we can make it work differently on different servers. I have created a tag

Custom Tags Folder

2005-12-07 Thread Brian Peddle
Not sure this is possible. We have a version of an application and we are releasing an updated version. Some of the Custom Tags have been updated along with code. We plan on rolling this out a few clients at a time. Is it possible to set some type of application variable to override the

RE: Custom Tags

2008-07-25 Thread Dave Watts
> I have a CustomTag called iPoll.cfm. Not sure if I should > choose the Register Java CFX or Register C++ CFX. Does it matter? You don't register CFML custom tags. You either put them in a specified custom tags directory, or reference them within your code using the CFMODULE tag, o

Re: Custom Tags

2008-07-25 Thread Ian Skinner
Steve LaBadie wrote: > I have a CustomTag called iPoll.cfm. Not sure if I should choose the > Register Java CFX or Register C++ CFX. Does it matter? Yes it matters and you choose . drum role please neither. Java CFX are for Custom Tags written in ahem Java and C++ CFX are for

RE: Custom Tags

2008-07-25 Thread Steve LaBadie
Tags Steve LaBadie wrote: > I have a CustomTag called iPoll.cfm. Not sure if I should choose the > Register Java CFX or Register C++ CFX. Does it matter? Yes it matters and you choose . drum role please neither. Java CFX are for Custom Tags written in ahem Java and C++ CFX are for

custom tags slow?

2008-11-12 Thread Brian Dumbledore
I put my header and footer html in a custom tag (header - executionmode eq start, footer - executionmode not start). And I have rest of my cf stuff within the tag body. Is this recommended? My concern is, having huge body will somehow slow down the tag/page ? Is it better to have two udfs? head

List Of Custom Tags

2010-06-07 Thread Paul Alkema
Is there any possible way to pull a list of all custom tags available? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive

RE: moving custom tags

2000-07-25 Thread Steve Martin
es so this should effectively flush the template cache thus causing all templates to be reparsed. Try it and let me know the outcome. Steve > -Original Message- > From: Bert Dawson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 14:54 > To: '[EMAIL PROTECTED]

RE: moving custom tags

2000-07-25 Thread Bert Dawson
ect: RE: moving custom tags > > > Bert, > I haven't tested this but it occurred to me that you might be > able to get > away with setting your template cache to 0, make a request > and then set it > back to what it was in the first place. I don't believe you

CFABORT in Custom Tags

2000-09-15 Thread Kevin Miller
CFABORT seems to halt the flow of page processing even when used in custom tags (called using ). Is this guaranteed functionality, that I can depend upon going forward? I have found not documentation about the use of CFABORT in custom tags. Thanks, Kevin

Re: Custom Tags question

2002-04-17 Thread Paul Giesenhagen
I just wrote a custom tag that calls upon itself over and over drilling down through departments and products .. it can process many times and I haven't seen any problems... How many times is your tag calling before it gacks on ya? Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDire

RE: Custom Tags question

2002-04-17 Thread BillyC
There's no magic number - probably there's some sort of a logic error or timeout going on. --- Billy Cravens -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 3:04 PM To: CF-Talk Subject: Custom Tags question Is there a maxi

top 10 custom tags?

2002-05-23 Thread John Paul Ashenfelter
Hi all, I'm finishing the completely rewritten ColdFusion MX for Dummies and would love to get some input on the top 10 custom tags. If you've got a favories, let me know which one and why. You can email directly [EMAIL PROTECTED] or if there's enough interest, I'll put

RE: Menu Custom Tags

2001-11-01 Thread Janine Jakim
I checked this out and it looks really coolbut how did you generate the dynamic menus? Where do you add the queries? Thanks, j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 4:22 AM To: CF-Talk Subject: RE: Menu Custom Tags

Custom Tags in CF5

2001-11-14 Thread Terry Troxel
I just installed CF5 on a Win2000 box with IIS and I have an application that uses a cftag from the developer's forum called CF_Autopopulate. It worked flawlessly in CF4 and will not work in CF5. Am I missing something in setup or something? Am I going to have these problems regarding tags? Terry

Re: Moving Custom Tags

2002-01-03 Thread Jennifer Larkin
You can add the second directory in CF Administrator, but I think you do need to restart the service for the change to take effect. You used to change the custom tags directory by changing a setting in the registry. Perhaps if you changed this setting you would have the same effect. I'

RE: Moving Custom Tags

2002-01-03 Thread Dave Watts
> Is there a way (using CF5) to move custom tags and then get > CF to recognize the new location, short of cycling the CF > service? I'm pretty sure what I don't want to do is add an > additional custom tags directory in CF Administrator. In > the example below, the

RE: Moving Custom Tags

2002-01-03 Thread Jennifer Larkin
At 02:43 PM 1/3/02 -0500, you wrote: > > Is there a way (using CF5) to move custom tags and then get > > CF to recognize the new location, short of cycling the CF > > service? I'm pretty sure what I don't want to do is add an > > additional custom tags directo

RE: Moving Custom Tags

2002-01-03 Thread Cameron Childress
> This is true for custom tags stored in any custom tag directory, but not > for tags called locally or called with cfmodule template=. Tags > in a custom > tag directory are cached after the first time they are called. Any > subsequent changes to the tag require cycling cf server

RE: Moving Custom Tags

2002-01-03 Thread Jennifer Larkin
At 03:07 PM 1/3/02 -0500, you wrote: > > This is true for custom tags stored in any custom tag directory, but not > > for tags called locally or called with cfmodule template=. Tags > > in a custom > > tag directory are cached after the first time they are called. Any &

custom tags @ cf-developer.net

2002-01-18 Thread savan . thongvanh
How do i get custom tags to work, fully, on this site? I can use a custo= m tag within the same application but not one from the site (what should be the customtags dir). I first tried using cf_formurl2attributes and that worked so i put one of my own in the same dir, a "tags" dir tha

Building Advanced Custom Tags...

2001-04-29 Thread Christopher Cortes
When building wrapper tags. We effectively process wrappered code twice, for example: BEGIN TAG - Do something... ColdFusion processes request but doesn't output results unless there is an error... END Tag - Do something else, probably modify wrappered code. Output information to the caller

Java Custom Tags (again!)

2001-03-18 Thread Nick Texidor
Hi, I have a Custom Tag written in Java and half a dozen additional classes that the tag uses. I was wondering whether it was possible to put any, or all, of these classes into a JAR file. Any help would be appreciated Thanks Nick ~~ Struct

Calling Custom Tags in

2001-03-23 Thread Jason Lees (National Express)
Hi All, In CF Version 4.5 is it possible to call a custom Tag from with in a CFScript block EG the x^2 = #y# How would you convert the CF_Foo into the cfscript block? Jason Lees National Express Email : [EMAIL PROTECTED] ### This doc

Recursing with custom tags

2001-03-29 Thread Reed Powell
Somewhere in the back of my mind I remember hearing or reading about the ability, without using session or client variables, to have a custom tag that is in the middle of recursion access the variable space of the initial caller. Since each instance of the call to the custom tag creates it's own

parent/child custom tags

2001-08-07 Thread Ken Beard
anybody having trouble with these? servers getting flaky centered around their use? - Ken Beard Manager, Application Development StoneGround 5100 West Kennedy Blvd, Suite 430 Tampa, FL 33609 813-387-1235 (phone) 813-387-1237 (fax) http://www.

UDF Vs Custom Tags?

2001-09-13 Thread Will Ryan
Hello All, I need some clarification, what is the difference between a UDF & a Custom Tag? Are they stored & called the same way? -TIA Will ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.c

RE: PayPal Custom tags

2001-10-03 Thread Rich Tretola
lk Subject: PayPal Custom tags Is anyone here using either of the Customer tags at Allaire for PAYPAL? I would be interested in hearing any feedback as to which is the better tag, and also I would be interested in seeing any tag snippets or hear of implementation stories. Thanks in advance,

RE: PayPal Custom tags

2001-10-03 Thread Vance Duke
Ok, kewl. Do you know if the custom tags are just basically doing the same thing? Just wondering if the code is already written to just use it? Or do you have some example code maybe? Or maybe your scenario flow? Thanks, Vance Duke -Original Message- From: Rich Tretola [mailto

Re: PayPal Custom tags

2001-10-03 Thread webmaster
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 6:58 AM Subject: RE: PayPal Custom tags > Ok, kewl. Do you know if the custom tags are just basically doing the > same thing? Just wondering if the code is already written t

Re: PayPal Custom tags

2001-10-03 Thread Matt Robertson
] MSB Designs, Inc. http://mysecretbase.com - - Original Message - From: "webmaster" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 8:22 AM Subject: Re: PayPal Custom tags I asked

Re: Menu Custom Tags

2001-10-31 Thread Matt Robertson
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 9:26 PM Subject: Menu Custom Tags Can anyone reccomend a custom tag for Menus (DHTML, or anything else)??? Thanks, Mike ~~ Get the mai

RE: Menu Custom Tags

2001-11-01 Thread Kevan . Windle
. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 9:26 PM Subject: Menu Custom Tags Can anyone reccomend a custom tag for Menus (DHTML, or anything else)??? Thanks, Mike

Re: Menu Custom Tags

2001-11-01 Thread freddy
--- > Matt Robertson [EMAIL PROTECTED] > MSB Designs, Inc. http://mysecretbase.com > - > > - Original Message - > From: "Michael T. Tangorre" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PR

Custom Tags and CFX

2002-10-03 Thread Adrian Cesana
Does the 4.01 engine handle Custom Tags and CFX in the same manner as far as thread handling goes? From my understanding a CFX would be a third party request that CF passes off too, if there is no response back from that request the processing thread is lost until the server is restarted. Are

RE: custom tags & .NET

2002-10-25 Thread Dave Watts
> ok, forget a CFC in .NET > how about a Custom Tag? No, to the best of my knowledge, right now if you want to use something written in .NET, the .NET code has to expose itself as a web service. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
And the same with using CF in .NET. In order for .NET to be able to see it, it have to be part of a Web Service. > -Original Message- > From: Dave Watts [mailto:dwatts@;figleaf.com] > Sent: Friday, October 25, 2002 1:24 PM > To: CF-Talk > Subject: RE: custom tags & .NE

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
well, I guess its just perplexing since .NET is really just Visual C++ 7, and right now custom tags can be written in C++ 6 right? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message

RE: custom tags & .NET

2002-10-25 Thread Clint Tredway
Net is *not* just VC++ 7 -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 12:29 PM To: CF-Talk Subject: RE: custom tags & .NET well, I guess its just perplexing since .NET is really just Visual C++ 7, and right now custom tags ca

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
Oh, now that you should be able to do. But I haven't done it so I don't know > -Original Message- > From: Tony Weeg [mailto:tony@;navtrak.net] > Sent: Friday, October 25, 2002 1:29 PM > To: CF-Talk > Subject: RE: custom tags & .NET > > well, I gues

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
riginal Message- From: Clint Tredway [mailto:ctredway@;fishermenstudios.com] Sent: Friday, October 25, 2002 1:35 PM To: CF-Talk Subject: RE: custom tags & .NET Net is *not* just VC++ 7 -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 1

Re: custom tags & .NET

2002-10-25 Thread jon hall
uess its just perplexing since .NET is really TW> just Visual C++ 7, and right now custom tags can be TW> written in C++ 6 right? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://ww

RE: custom tags & .NET

2002-10-25 Thread Clint Tredway
In that sense you are correct and VC++7 should work just fine. -Original Message- From: Tony Weeg [mailto:tony@;navtrak.net] Sent: Friday, October 25, 2002 12:43 PM To: CF-Talk Subject: RE: custom tags & .NET I know its not "just" VC++7 but basically it's the nex

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
gt; Subject: RE: custom tags & .NET > > In that sense you are correct and VC++7 should work just fine. > ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion

RE: custom tags & .NET

2002-10-25 Thread Rob Rohan
r 25, 2002 10:46 AM To: CF-Talk Subject: Re: custom tags & .NET Good question, I've never touched the C++ cfx api, I'm not sure if there is anything that would cause C++ .NET to not work, but other than a web service, there is always cfexecute... -- jon mailto:jonhall@;ozline.net

RE: custom tags & .NET

2002-10-25 Thread Tony Weeg
] Sent: Friday, October 25, 2002 1:52 PM To: CF-Talk Subject: RE: custom tags & .NET I wonder how it would work with C# I might try that next week. Play with the new .NET tools and CFX Tags. I will report my findings :) > -Original Message- > From: Clint Tredway [mailt

RE: custom tags & .NET

2002-10-25 Thread Mike Townend
-Original Message- From: Nick McClure [mailto:cf-lists@;king-nacho.com] Sent: Friday, October 25, 2002 18:52 To: CF-Talk Subject: RE: custom tags & .NET I wonder how it would work with C# I might try that next week. Play with the new .NET tools and CFX Tags. I will report my find

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
That is what I figure as well, but you never know until you try :) > -Original Message- > From: Mike Townend [mailto:mike@;cfnews.co.uk] > Sent: Friday, October 25, 2002 1:59 PM > To: CF-Talk > Subject: RE: custom tags & .NET > > Pretty much the same... From wh

RE: custom tags & .NET

2002-10-25 Thread Pete Freitag
Yes It would be possible to call a C++ CFX in .NET, you would have to implement the abstract classes (CCFXRequest, CCFXStringSet, etc). Once you had them implemented, you could then make Server Controls, or User Controls in .NET that corresponded to the CFX tag, so that you could call the tag from

RE: custom tags & .NET

2002-10-25 Thread Dave Watts
> well, I guess its just perplexing since .NET is really > just Visual C++ 7, and right now custom tags can be > written in C++ 6 right? That's not true - .NET isn't just Visual C++ 7. While you can write .NET assemblies with the Visual C++ compiler that comes with Visual Stud

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
AFAIK, you can also write unmanged code that still takes advantage of some of the new feature of the .NET Framework. I could be 100% wrong here. > That's not true - .NET isn't just Visual C++ 7. While you can write NET > assemblies with the Visual C++ compiler that comes with Visual Studio.NET >

RE: custom tags & .NET

2002-10-25 Thread Mark A. Kruger - CFG
ginal Message- From: Nick McClure [mailto:cf-lists@;king-nacho.com] Sent: Friday, October 25, 2002 12:40 PM To: CF-Talk Subject: RE: custom tags & .NET Oh, now that you should be able to do. But I haven't done it so I don't know > -Original Message- > Fro

RE: custom tags & .NET

2002-10-25 Thread Nick McClure
days off, and this is the stuff I do with my time off, (Fun guy ain't I) I am going to play around with it. > -Original Message- > From: Mark A. Kruger - CFG [mailto:mkruger@;cfwebtools.com] > Sent: Friday, October 25, 2002 3:05 PM > To: CF-Talk > Subject: RE: cus

CFMX and Custom Tags

2002-10-29 Thread Brian Simmons
Hi All, Strange situation here, curious if others are seeing the same behavior. I'm testing out the Custom Tags Path that you can now add in the CFMX Admin. I have CFMX (stand-alone installation, developer edition) installed. In the C:\CFusionMX\wwwroot directory I have: test.cfm -> si

  1   2   3   4   5   6   7   >