fdahlberg
fdahlberg
Hi, I have placed the BECanvas inside of a div. This div is resized based on the layout of my page. Is there a good way to automatically resize the...
Hi, I have an expression of the following type: if(a > 3, MyFunction(34), 45) The problem is that MyFunction doesn't exist and I would like to know this somehow. Is...
Hi, I have the following model: ``` public class Person { public Person() { Id = Guid.NewGuid(); WorkItems = new List(); } public Guid Id { get; set; } public...
Hi, In MSP you can create a so called Master file that you can import sub projects into. When the master file is exported to xml format it seems like...