Battleship toolbar

first post: FletcherJ wrote: Markus, Would it be possible to get an example of the battleship to...

latest post: MarkusEgger wrote: The way this works is actually pretty straightforward: In the Battl...

CODE FW Template for new implementation

first post: FletcherJ wrote: Markus, Unless I am blind, it appears that there are a number of ...

latest post: MarkusEgger wrote: Sounds good. Sorry about having responded a bit late on some of tho...

Default ViewModel causes startup issue

first post: FletcherJ wrote: Hi all, By default, the ListViewModel (at least the examples) all ...

latest post: MarkusEgger wrote: Just do this: Actions.Add(new ViewAction("Customers", execute: (a, ...

Execute call fails with NO info or clue

first post: FletcherJ wrote: Markus, In the Execute method in the Controller class, the code c...

latest post: MarkusEgger wrote: Yeah, that is def. something we should do. Markus

Tip-What to check if a form/action doesn't fire

first post: FletcherJ wrote: Hi all, Having just spent a bunch of time trying to track down why...

latest post: MarkusEgger wrote: Good post. I will add this to the quick tips if you don't mind. We...

Converting VFP reports to .NET

first post: FletcherJ wrote: Markus, Are there any tools you know of that will convert reports...

latest post: MarkusEgger wrote: Yup, we actually have tools for that, and for reports that works qu...

What CODE FW tools would be the best approach?

first post: FletcherJ wrote: Markus, One of the other discussions we have had got me thinking ...

latest post: MarkusEgger wrote: See the other message. But to add to that: I think developing with ...

Controller.Message not working

first post: FletcherJ wrote: IN the app.xaml.cs.ApplicationStartup method, I have some code that...

latest post: MarkusEgger wrote: Controller.Message() creates messageboxes as standard views. As suc...

ComboBox in DataGrid,I cann't Bind data to the combobox

first post: CSharpStudent wrote: Hi,Thank you for developing this powerful framework. i want to bind...

latest post: MarkusEgger wrote: Do you see any binding errors being displayed in the output window?...

Validating data

first post: FletcherJ wrote: Markus, I am adding some validations to the code. My approach is...

latest post: MarkusEgger wrote: It's one of those things. I really want to do it, and all it would ...