scriptable Questions
7
I have a desktop application written in C# I'd like to make scriptable on C#/VB.
Ideally, the user would open a side pane and write things like
foreach (var item in myApplication.Items)
item.DoSo...
Disapproval asked 2/3, 2010 at 23:59
2
Solved
I am using a Javascript object as an object with configuration properties.
E.g. I have this object in javascript:
var myProps = {prop1: 'prop1', prop2: 'prop2', 'prop3': 'prop3'};
This object (N...
Cenobite asked 1/4, 2010 at 9:42
5
I'm confronted with the task of making a C++ app scriptable by users. The app has been in development for several years with no one wasting a thought on this before. It contains all sorts of ...
Francinafrancine asked 21/7, 2010 at 12:18
1
© 2022 - 2024 — McMap. All rights reserved.