New Post: Video Display
At present I have not found any CompositeC1 built player options other than Flash, Vimeo, and YouTube so you'll have to roll your own. Of course, HTML5 has video play capability built in but you'll...
View ArticleNew Post: EntityTokenType is null
Hello, I tried to add a new menu item. I tried to mimic the system perspective, but the AttachingPoint code didn't get to my new menu perspective. I saw the "EntityTokenType is null" error in debug...
View ArticleNew Post: EntityTokenType is null
It sounds like you are working with a Tree Definition XML file - can you post it?
View ArticleNew Post: News on the expected release date of 5.1?
Out of curiosity, Is there an ETA for the release of 5.1?
View ArticleNew Post: MVC Functions that return a File: OutputStream is not available...
We have an existing MVC app that has an Action on a controller that returns a file for download, however when we use this same action as an MVC Function in C1, we get the following error. "Error:...
View ArticleNew Post: EntityTokenType is null
I haven't created any XML file. I was trying to learn by clone the design perspective. I probably didn't do it right.
View ArticleNew Post: EntityTokenType is null
I am reading this article - http://docs.composite.net/Console/Guide-to-Applications/How-to-Attach-Console-Applications#_How_to_Auto-Attach but I don't see a way to add new item to the main tree. I...
View ArticleNew Post: EntityTokenType is null
If you want to have your own perspective in the C1 Console, you can use a tree definition for that. Here is the guide:How to Display Elements in Custom Perspectives For example, if you want a new...
View ArticleNew Post: MVC Functions that return a File: OutputStream is not available...
For now, we moved to using a Generic Handler (.ashx) to deliver the PDF exports. However, if you have some idea on how to use regular FileResults methods on a controller for future reference, that...
View ArticleNew Post: MVC Functions that return a File: OutputStream is not available...
Expose the Controller Action that returns the file result directly as a route. Having it as a MVC Function is counter intuitive and adds a lot of Composite overhead resolving the page, rendering and...
View ArticleNew Post: EntityTokenType is null
Thank you. I have a followup question. Is there a way to position the new perspective somewhere between top and bottom? I can position it either "top" or "bottom". For example, if I want to position it...
View ArticleNew Post: MVC Functions that return a File: OutputStream is not available...
Your suggestion is a good one to use Attributed Routes, but it took me sometime to track down the documentation might have an error. http://docs.composite.net/Functions/MVC/Registering-Functions It...
View ArticleNew Post: EntityTokenType is null
dongchen wrote: Is there a way to position the new perspective somewhere between top and bottom? I can position it either "top" or "bottom". I am afraid you can't do it via Tree Definitions
View ArticleNew Post: C5.0 Turn off PhantomJS
In 4.3 we could just rename/delete the phantomjs.exe but it seems in 5.0 this doesn't work anymore. Is there another way to turn it off?
View ArticleNew Post: Widget Selector get homepage node
I want to able to Tag data items. Because it is a multi-site environment, I have a global datatype "Tags" with the fields Title and Site. In the Site field, you can select the Homepage of the site, the...
View ArticleNew Post: MVC Functions that return a File: OutputStream is not available...
I see. I'm always using the Owin Startup Handler to register all my stuff so i never had that issue before.http://www.asp.net/aspnet/overview/owin-and-katana/owin-startup-class-detection This approach...
View ArticleNew Post: Widget Selector get homepage node
Have you checked that the following indeed returns the Site-ID (id of the root ancestor) of the current page?<f:function xmlns:f="http://www.composite.net/ns/function/1.0"...
View ArticleNew Post: EntityTokenType is null
I see. Will dig into the code more to see what I can do then. Thank you.
View ArticleNew Post: Composite c1 not installing on Company cloud server
When I try to install Composite c1 on my Company Cloud server. It freezes on the install Dashboard. When I checked the logs I got the following error logged. 20160623 11:43:23.7716 3 36 Warning...
View Article