New Post: Execute Workflow Action from an aspx code-behind file.
Hello, I have a custom aspx file that I've created within the C1 Console that creates of a table of data (among other things). I'm wanting to have a custom Workflow execute when a button within that...
View ArticleNew Post: bug? "tree ordering" does not work, while tree group by another filed.
i am useing Composite C1 4.0 Beta (Internal build) Build no. 4.0.4792.20469 i created a "global datatypes" named: PageGroup PageGroup has 3 fileds: 1)PageId Field type: Data reference Reference type:...
View ArticleNew Post: blog upgrade & existing entries
I have been getting errors in the server log like the ones included below so it was recommended that I upgrade to the latest blog version. In other posts here it's suggested to uninstall the blog...
View ArticleNew Post: bug? "tree ordering" does not work, while tree group by another filed.
Thank you for reporting this issue. Registered here http://compositec1.codeplex.com/workitem/1602 Will be fixed in one of the next builds. Sorry for inconveniences /Vitaly
View ArticleNew Post: bug? "tree ordering" does not work, while tree group by another filed.
This is actually by design - if you activate grouping for a field, Composite C1 will sort those grouping folders for you (ascending by default, descending if you explicitly set it on the grouping...
View ArticleNew Post: bug? "tree ordering" does not work, while tree group by another filed.
Sorry - I was focusing on the wrong aspect here. Items placed inside the same grouping folder should be obviously be ordered by the "LocalOrdering" field, so with Vitaly reproducing this we do indeed...
View ArticleNew Post: bug? "tree ordering" does not work, while tree group by another filed.
wysocki is right : It happens only if the title field is a Data Reference. to mawtex, i don't care for the order the grouping folders,but the data items, because i has not set tree ordering for...
View ArticleNew Post: Check if placeholder is empty?
When you get your placeholder content from codebehind and you have not populate it with any content you get a string in return filled with "<html><head>...." etc.. Is it possible to get the...
View ArticleNew Post: Store media in MS SQL database
Instead of using a shared directory for the media, across the servers, what about using the Windows Resource Kit command-line program Robocopy, in "mirror" mode? It might be an easier approach to...
View ArticleNew Post: Store media in MS SQL database
Hello, My problem is that the same intranet must run in to separate servers because will be used by to diferent companies under diferent domains, but the data must be the same. I am trying to implement...
View ArticleNew Post: Windows Azure Website Deployment
Hi, our company is using Composite C1 installed from Windows Azure website gallery. We are running C1 3.2 Patch 3 version on WIndows Azure Website Shared instance and are experiencing serious...
View ArticleNew Post: Windows Azure Website Deployment
Azure Websites is in beta and Composite C1 3.2 has not been optimized for it, but a wake-up time of several minutes is a bit steep. I have seen a few 4.0 beta sites run oh Shared instances of Azure...
View ArticleNew Post: Store media in MS SQL database
Quick tip: To move a data type from "design mode" to "code" take a look at Composite.Tools.StaticDataTypeCreator - makes it a lot easier.
View ArticleNew Post: Windows Azure Website Deployment
Hi mawtex, thanks for your quick response. I forgot to mention, there is no log giving a clue to the performance issue. C1 log contains only "Failed to load data from the file:...
View ArticleNew Post: Adding an entity framework data provider to C1.
Hi, Visual Studio 2012 and entity framework 4. I followed the tutorial and examples and after much pain and many tears I got the project to compile. I had to remove some new .dlls and add older ones to...
View ArticleNew Post: Event subscriptions - best practices
The OnStoreChanged and its storeEventArgs are intended for reacting in situations where out-of-process changes were made to data and here you do not get the individual data items handed to you. If you...
View ArticleCreated Issue: ExecutionTimeout on ~/Renderers/ShowMedia.ashx [1603]
Default ExecutionTimeout in asp.net is 110 seconds. This doesn't normally cause any issues, but in regards to video playback its very possible, that the videoplayer insists on downloading a videofile...
View ArticleNew Post: Event subscriptions - best practices
mawtex wrote: The OnStoreChanged and its storeEventArgs are intended for reacting in situations where out-of-process changes were made to data and here you do not get the individual data items handed...
View ArticleNew Post: Event subscriptions - best practices
When you subsribe to DataEvents you'll get a reference to the data in question directly from the DataEventArgs. Try insteadvar page = dataEventArgs.GetData<IPage>();
View ArticleNew Post: Page type with content picker
I'm new to c1, but briefly I need to create a page type, where the admin/creator can choose/insert other content (like news, pages) in a content area on the page. Any ideas? Is there a content picker...
View Article