
Jackie Daytona
New Here
Jackie Daytona
New Here
Activity
‎Mar 18, 2025
05:24 AM
Hi. I'm struggling with CFBuilder extension on Windows + remote server (CF2023, JDK 11.0.17). I had the symptoms above until I setup the environment variables on the remote server (I originally set them up on my machine). Now I'm seeing another problem - CFBuilder attaches to the server but that's all. After that its just forever trying to do something but I can't see what - I've checked the logs and the Ouput windows but I see nothing pointing to an issue. Anyone have a clue where I should look for the issue to present itself please?
... View more
‎Dec 13, 2016
03:39 AM
2 Upvotes
I needed to remove some menu items so was looking for a similar answer. I couldn't see any way of getting the GUI object in using the standard tag attributes so I used an external JSON file instead: <cfchart format="html" style="filename.json"> and then added this in the JSON file: { "gui":{ "behaviors":[ { "id":"ViewAll", "enabled":"none" }, ... ] }, "graphset":[ { "type":"line", ... Worked a treat.
... View more