newly registered cfx tag problem

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default newly registered cfx tag problem

    OK, never done this before, but I should be able to call the new cfx tag like I
    do any tag, right? Just start typing and the auto complete comes on and gives
    me all the options for the tag, yes? It's a C++ tag, I've registered it and
    place the .dll in the cffusionmx7/cfx directory on the hard drive of the
    coldfusion server. Am I forgetting something? Thanks.

    pelican Guest

  2. Similar Questions and Discussions

    1. Newly installed extensions don't show
      Hello. I have used extensions before and they've always showed up on a new tab but now I'm using Dreamweaver MX (New install not upgrade) and I...
    2. Newly Installed Illustrator CS Won't Run
      The school I work for recently upgraded from Ill 10 to Ill CS in the process of doing a fresh imaging for the new semester. However, this has not...
    3. Permissions for newly created files by FSO
      Hi there, I'm struggling with this problem: in a website I developed, XML files are created by users of the site to describe. The creation is...
    4. Newly Created Image Not Always Found by Following Code
      I am having a problem where the bitmap image that I just created and saved to disk can not be found but the code in another area of the program....
    5. Newly upgraded to Gnome 2.2.2 and Metacity 2.4.55, but...
      Hi. After 2.5 months of not updating a sarge-box, I took the plunge and made it an up-to-date sarge+sid box. Most things seem to work, except...
  3. #2

    Default Re: newly registered cfx tag problem

    Are you getting any errors when you call your cfx_ tag? I'm trying to write
    my first java cfx and I keep getting an error message. At first I thought it
    was because I used a newer version of the SDK than coldfusion can support. But
    after installing the 1.4 version my error messages changed from

    (HelloColdFusion (Unsupported major.minor version 50.0) to (HelloColdFusion
    (Unsupported major.minor version 49.0))

    Tim

    unixsyadm Guest

  4. #3

    Default Re: newly registered cfx tag problem

    No, I'm not getting errors. I'm not getting the tag autocomplete show up when
    I start typing the command like it normally does. I'm asking if I'm forgetting
    something when it comes to adding it, because the tag does not seem to show up
    in the autocomplete library.

    pelican Guest

  5. #4

    Default Re: newly registered cfx tag problem

    Its my assumption that if you see the cfx_ tag under the Registered CFX Tags
    section and the class path is in the startup path then you should be able to
    call it from a cfm page. Have you tried using the new cfx?

    This is from the Coldfusion help:

    *

    To register a C++ CFX tag:
    1.

    On the CFX Tags page, click the Register C++ CFX button.
    2.

    On the Add/Edit CFX C++ Tag page, specify the following
    information:


    Option


    Description

    Tag Name


    Provide a name for the CFX tag that you are registering. Tag names must be
    prefixed with cfx_.

    Server Library (.dll)


    Enter the path to the library, or click Browse Server to locate the library
    that you want to use.

    Procedure


    Enter the procedure that implements the CFX tag. The procedure name must
    correspond with the procedure associated with the DLL or shared object you have
    specified. Notice that procedure names are case sensitive.

    Keep Library Loaded


    Select this check box to retain the library in RAM.

    Description


    In this text box, provide a message that identifies the use of this CFX tag.



    2.

    Click Submit Changes to apply and save the CFX tag registration.

    unixsyadm Guest

  6. #5

    Default Re: newly registered cfx tag problem

    Yes, I've followed those instructions. And I've tried typing the command on my
    cfm pages, yes. But you when you start typing a CF command, the little windows
    pops up and you can choose from which command you want? And if you hit enter,
    that command is autotyped, and then if you hit the space key, then the options
    for that specific command appear in a popup window? That is what I am not
    getting with my new cfx tag. The tag name does not appear at all in that popup
    window.

    pelican Guest

  7. #6

    Default Re: newly registered cfx tag problem

    So you aren't having a problem using the new C++ CFX_ but the Intellisense does not display?


    unixsyadm Guest

  8. #7

    Default Re: newly registered cfx tag problem

    Uh, I've never heard the word intellisense applied before, but if that's what fits my description, then yes.
    pelican Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139